body {
	/*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	background-color: #ccebf5;
	font-family: Arial, Helvetica, sans-serif;
}

#produkte {
	width: 100%;
	height: 428px;
	overflow-y: auto;
	overflow-x: hidden;
}

#contentTable {
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#list {
	width: 100%;
	border-bottom: solid 1px #00539f;
	background-color: #ccebf5;
}
	
#list a {
	display:block;
	width: 100%;
	text-decoration: none;
	cursor: pointer;		
}

#list a:link {
	display:block;
	width: 100%;
	text-decoration: none;
}

#list a:visited {
	display:block;
	width: 100%;
	text-decoration: none;
}

#list a:hover {
	background-color: #a8dff3;
	display:block;
	width: 100%;
	text-decoration: none;
}

#list a:active {
	background-color: #a8dff3;
	display:block;
	width: 100%;
	text-decoration: none;
}

#listaktiv {
	width: 100%;
	border-bottom: solid 1px #00539f;
	background-color: #a8dff3;
	text-decoration: none;
}

#listaktiv a {
	width: 100%;
	border-bottom: solid 3px #FFFFFF;
	background-color: #a8dff3;
	text-decoration: none;
}

#listaktiv a:hover {
	width: 100%;
	border-bottom: solid 3px #FFFFFF;
	background-color: #a8dff3;
	text-decoration: none;
}

.borderB3px {
	border-bottom: solid 3px #FFFFFF;
}

.paddingTxt {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 4px;
}

.paddingImage {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.headline {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.headline:link{
	text-decoration: none;
}

.headline:visited {
	text-decoration: none;
}

.headline:hover {
	text-decoration: none;
}

.headline:active {
	text-decoration: none;
}


.subline {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.subline:link {
	text-decoration: none;
}

.subline:visited {
	text-decoration: none;
}

.subline:hover {
	text-decoration: none;
}

.subline:active {
	text-decoration: none;
}

.prodLTxt {
	padding-top: 15px;
	padding-right: 20px;
	font-size: 11px;
	color: #000000; 
}

.prodRTxt {
	padding-top: 15px;
	padding-right: 20px;
	font-size: 11px;
	color: #103063; 
	line-height: 17px;
}

.priceHead {
	padding-top: 5px;
	padding-right: 20px;
	font-size: 11px;
	color: #103063; 
	line-height: 17px;
	font-weight: bold;
}
.price {
	font-weight: bold;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 14px;
	color: #103063; 
	line-height: 20px;
}

.discountHead {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	width: 201px;
	background-color: #ccebf5;
	border-bottom: solid 1px #FFFFFF;
}

.discountTxt {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	/*background-image: url(pics/bg_template_allg/bg_template_allg.jpg);*/
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	/*padding-top: 25px;
	padding-left: 62px;
	padding-right: 20px;*/
}

.discountTxtHead {
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
}

.border1pxtop {
	font-size: 11px;
	color: #000000;
	border-bottom: solid 1px #666666;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
}

.border1pxtop a{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.border1pxtop a:hover {
	text-decoration: underline;
}


.formFelder {
	width: 320px;
	font-size: 11px;
	border: solid 1px #666666;
	color: #000000;
	margin-left: 8px;
	margin-bottom: 4px;
	padding-left: 4px;
}

.formFelder2 {
	width: 320px;
	border: solid 1px #666666;
	font-size: 11px;
	color: #000000;
	margin-left: 8px;
	padding-left: 4px;
}


.formBtn {
	font-size: 11px;
	color: #000000;
	border: solid 1px #666666;
	background-color: #FFFFFF;
	margin-left: 8px;
	
}


/* ----- Klassen für die Subnavi ----- */

.navBG {
	background-color: #FFF;
}

.SNaviBG {	
	background-color:#ccebf5;
	width: 172px;
	margin: 0px;
	padding: 0px 0px 16px 0px;
}

.subnavProd {
	color: #00539f;
	display:block;
	width: 162px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #ccebf5;
}

.subnavProd:hover {
	background-color: #a8dff3;
}

.subnavProdSel {
	color: #00539f;
	display:block;
	width: 162px;
	margin: 0px;
	padding: 0px;	
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	text-decoration: none;
	background-color:#a8dff3;
}