	
/* ---------------------------------------------------- */
/* Generics                                             */
/* ---------------------------------------------------- */

TD {
	font-family: "verdana", "arial";
	font-size: 10px;
	color: #C0C0C0;
}

.titel_1 {
	color: #FF6600;
	font-weight: normal;
	font-size: 17px;
}

.titel_2 {
	color: #808080;
	font-weight: lighter;
	font-size: 17px;
}

.textTitelNormal {
	color: #808080;
	font-weight: normal;
	font-size: 11px;
}

.textTitelBold {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
}

.textBold {
	color: #808080;
	font-weight: bold;
	font-size: 10px;
}

.textGrossBold {
	color: #808080;
	font-weight: bold;
	font-size: 12px;
}

.textNormal {
	color: #808080;
	font-weight: normal;
	font-size: 10px;
}

A.textNormal {
	text-decoration: none;
}

A.textNormal:hover {
	text-decoration: none;
	color: #FF6600;
}

.linkAktivBold {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	font-size: 10px;
}

.linkStatisch {
	text-decoration: none;
	color: #808080;
	font-weight: normal;
	font-size: 10px;
}

.linkStatisch:hover {
	text-decoration: none;
	color: #808080;
}

.textLinkBold {
	text-decoration: none;
	color: #C0C0C0;
	font-weight: bold;
	font-size: 10px;
}

.textLinkBold:hover {
	text-decoration: none;
	color: #FF6600;
}

.textGrossLinkBold {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
	font-size: 11px;
}

.textGrossLinkBold:hover {
	text-decoration: none;
	color: #FF6600;
}

.textLink {
	text-decoration: none;
	color: #808080;
	font-weight: lighter;
	font-size: 10px;
}

.textLink:hover {
	text-decoration: none;
	color: #FF6600;
}

A.textLinkBold {
	text-decoration: none;
	color: #808080;
}

A.textLinkBold:hover {
	text-decoration: none;
}
.hintergrundBild {
	background-attachment: fixed;
	background-image: url(td01.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.hintergrundProd {
	background-image: url(cla01.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-attachment: fixed;
}
.hintergrundPreis {
	background-attachment: fixed;
	background-image: url(zitrone01.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-color: #FFFFFF;
}
.hintergrundDanke {
	background-attachment: fixed;
	background-image: url(schlusseldieb01.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}