/* CSS Document */

html, body{
	height:						100%;
	width:						100%;
}

BODY {
	margin:						0px 0px 0px 0px;
	background-color:			#D3E7F5;
	font-family:				Arial, Verdana, sans-serif;
	font-size:					12px;
	color:						#000000;
	text-align:					center;
}

/* -------------------------------------------------------------------- basics */

A {
	color: 						#B43510;
	text-decoration:			none;
}

A:HOVER {
	text-decoration:			underline;
}

A.arrowlink {
	padding:					2px 0px 2px 10px;
	background-image:			url(../bilder/pfeil_link.gif);
	background-position:		left center;
	background-repeat:			no-repeat;
	display:					block;
	margin-bottom:				0px;
}

H1 {
	font-family: 				Georgia;
	color: 						#B43510;
	font-size: 					24px;
	margin:						0px;
	padding:					0px;
	font-weight: 				normal;
}

H3 {
	font-family: 				Georgia;
	color: 						#000000;
	font-size: 					14px;
	font-weight:				normal;
	margin:						0px;
	padding:					0px;
	/*display:					block;
	height: 					10px;*/
}

IMG {
	border: 					0;
}

/* -------------------------------------------------------------------- layout */

DIV.bgToplogo,
DIV.bgMiddle,
DIV.bgBottomprego,
DIV.footer {
	width:						970px;
	margin-left:				auto;
	margin-right:				auto;
	text-align:					left;
}

DIV.bgToplogo {
	height:						60px;
	background-image:			url(../bilder/oben_logo.jpg);
	background-repeat:			no-repeat;
	font-size:					1px;
	line-height:				1px;
}

DIV.bgMiddle {
	background-image:			url(../bilder/hintergrund_standard.gif);
	background-repeat:			repeat-y;
	padding:					0px;
}

DIV.bgBottomprego {
	height:						80px;
	background-image:			url(../bilder/hintergrund_unten.gif);
	background-repeat:			no-repeat;
	line-height:				65px;
}

DIV.bgBottomprego P {
	margin:						0px 0px 0px 0px;
	font-family:				Georgia;
	color:						#B43510;
	font-size:					24px;
	text-align:					center;
}

DIV.footer {
	padding:					0px 0px 0px 0px;
	margin-top:					0px;
}

DIV.footer P {
	margin:						0px 0px 50px 20px;
	color:						#000000;
}

DIV.bgMiddle DIV.banner {
	margin-left:				31px;
	margin-bottom:				30px;
	height:						124px;
	background-image:			url(../bilder/pregocard_banner.jpg);
	background-repeat:			no-repeat;
}

/* -------------------------------------------------------------------- linke Spalte */

DIV.linkerAbstand {
	float: 						left;
	width: 						31px;
	height:						100px;
	margin: 					0px;
	padding: 					0px;
}

DIV.linkeSpalte {
	margin:						0px 0px 0px 0px; /* neu */
	padding:					0px 0px 0px 0px; /* neu */
	width: 						202px;
	float:						left;
}

DIV.linkeSpalte P {
	/*margin-left:				14px;*/
}

DIV.featureOne {
	background-color: 			#EBF3FA;
	margin-top: 				10px;
	padding: 					10px 14px 12px 14px;
	/*width:						202px;*/
}

/* ----------------------------------------------------------- navigation */

UL#nav {
	width:						202px;
	margin:						0px 0px 32px 0px;
	padding:					1px 0px 0px 0px;
	list-style-type:			none;
	background-image:			url(../bilder/trennzeichen_horizontal.gif);
	background-position:		left top;
	background-repeat:			repeat-x;
}

UL#nav LI {
	margin:						0px;
	padding:					0px;
	background-image:			url(../bilder/trennzeichen_horizontal.gif);
	background-position:		left bottom;
	background-repeat:			repeat-x;
}

UL#nav LI A {
	padding:					8px 0px 8px 26px;
	background-image:			url(../bilder/navigation_pfeil_rechts.gif);
	background-position:		left center;
	background-repeat:			no-repeat;
	text-decoration:			none;
	color:						#000000;
	display:					block;
}

UL#nav LI A:HOVER,
UL#nav LI A.active {
	background-image:			url(../bilder/navigation_pfeil_rechts_aktiv.gif);
	font-weight: 				bold;
	color:						#B43510;
}

TABLE#autoliste {
	margin: 					0px 0px 20px 0px;
	background-color: 			#EBF3FA; 
	width: 						320px;
}

TABLE#autoliste TD {
	border-bottom: 				3px solid #FFFFFF;
	height:						25px; 
}


TABLE#wissen {
	margin: 					20px 0px 40px 0px;
	background-color: 			#D7E7F4; 
	width: 						677px;
}

TABLE#wissen TD {
	border-bottom: 				3px solid #FFFFFF; 
}

TABLE#wissen TD A {
	display: 					block;
	padding:	  				10px 15px 10px 15px;
	color:						#000000;
}

TABLE#wissen TD A:HOVER {
	background-color: 			#EBF3FA;
	text-decoration:			none;

}

TABLE#wissen TD A SPAN {
	width:         				170px; 
	display: 					block; 
	float: 						left;
}


/* -------------------------------------------------------------------- rechter Inhalt */

DIV.bgMiddle DIV.rechterInhalt  {
	/*background-color:			#99FF00;*/
	margin-left:				29px;
	width:						684px;
	float:						left;
}

DIV.rechterInhalt DIV.content1  {
	/*background-color:			#FF0000;*/
	margin-left:				0px;
	width:						328px;
	float:						left;
}

DIV.rechterInhalt DIV.content2  {
	/*background-color:			#CCCCCC;*/
	margin-left:				20px;
	width:						328px;
	float:						left;
}

DIV.rechterInhalt DIV.anzeige  {
	background-color:			#D3E7F5;
	margin-left:				20px;
	width:						300px;
	padding: 					10px 14px 4px 14px;
}

DIV.rechterInhalt DIV.anzeige SPAN.subhead  {
	font-family: 				Georgia;
	font-size:					18px;
	color: 						#B43510;	
}

DIV.rechterInhalt DIV.anzeige SPAN.preis {
	font-family: 				Georgia;
	font-size:					24px;
	color: 						#B43510;
	vertical-align:				text-top;
}

DIV.rechterInhalt DIV.anzeige IMG {
	margin-left:				0px;
}

DIV.rechterInhalt DIV.contentfeature
  {
	margin-left:				20px;
	width:						290px;
	padding: 					0px 14px 4px 14px;
	float:						right; 
	margin-bottom: 				14px;
}

DIV.rechterInhalt DIV.contentfeature SPAN.subhead  {
	font-family: 				Georgia;
	font-size:					18px;
	color: 						#B43510;	
}

DIV.rechterInhalt DIV.anzeige SPAN.subhead  {
	font-family: 				Georgia;
	font-size:					18px;
	color: 						#B43510;	
}

DIV.rechterInhalt DIV.trennlinie  {
	/*background-color:			#CCCCCC;*/
	background-image:			url(../bilder/divider01.gif);
	background-position:		center;
	background-repeat:			repeat-x;
	height:						40px;
	margin-left:				0px;
	width:						677px;
	clear:						both;
}

DIV.rechterInhalt DIV.trenner  {
	/*background-color:			#CCCCCC;*/
	height:						20px;
	margin-left:				0px;
	width:						677px;
	clear:						both;
}

.reset {
	clear:						both;
	margin:						0px;
	padding:					0px;
	/*font-size:				1px;
	line-height:				1px;*/
}

TABLE.vorteile {
	text-align:					center;
	font-size:					12px;
}

TABLE.vorteile TR TD.label {
	text-align:					right;
	height:						26px;
	padding-right: 20px;

}

TABLE.vorteile TR TD.co {
	background-color:			#F2F7DB;
}

TABLE.vorteile TR TD.premium {
	background-color:			#EAEEF5;

}

TABLE.vorteile TR TD.zwischen {
	font-weight:				bold;
	height:						30px;

}

DIV.rahmen {
	border:						1px solid #CCCCCC;
	/*padding:					10px 14px 10px 14px;*/
	margin:						0px;
}

/* -------------------------------------------------------------------- einblender */

A.einblender {
	/*background-color: 			#FFFFFF;*/
}

A.einblender:hover {
	text-decoration:			none;
	display:					block;
	cursor:						hand;
}

a.einblender DIV#einaus {
	background-color:			#FFFFFF;
	visibility:					hidden;
	text-decoration:			none;
	width:						340px;
	height:						300px;
	position:					absolute;
}

a.einblender:hover DIV#einaus {
	visibility:					visible;
	/*border:						1px solid #c30;*/
	color:						black;
	background:					white;
	text-decoration:			none !important;
}


/*
[if IE 5]><style type="text/css">
  a.infobox span { display:none; }
  a.infobox:hover span { display:block; }
</style><![endif]
*/

.punkte {
	font-family:				Georgia;
	font-size: 					18px;
	color:						#B43510;
}

.praemienpic {
	margin: 					0px 15px 0px 0px; 
	width: 						105px; 
	float:						left;

}

.praemientext {
	margin: 					0px 0px 0px 0px; 
	width: 						208px; 
	float:						left;

}

.umweltpic {
	margin: 					15px 15px 0px 0px; 
	width: 						124px; 
	float:						left;

}

.zulassungpic {
	margin: 					15px 20px 0px 0px; 
	width: 						328px; 
	float:						left;

}



TABLE.umwelttabelle TR TD {

	vertical-align:				top;
	padding: 		            10px 10px 10px 10px;
	border:						1px solid #FFFFFF;
	font-size:					12px;

}

TABLE.umwelttabelle TR.hintergrundfarbe1 {
	background-color:			#EAEEF5;
}

TABLE.umwelttabelle TR.hintergrundfarbe2 {
	background-color:			#FFE6E6;
}

TABLE.umwelttabelle TR.hintergrundfarbe3 {
	background-color:			#FFF7D2;
}

TABLE.umwelttabelle TR.hintergrundfarbe4 {
	background-color:			#F2F7DB;
}

TABLE.umwelttabelle TR TD.hintergrundfarbe5 {
	background-color:			#E6E6E6;
}
