/* STANDARD-ELEMENTE */

/* Allgemeine Defintionen */
body{
	margin: 0px;
	padding: 0px;
	
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	
	color: #363636;
	background-color: 	white;
}

h1{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: white;
	font-size: 1.5em;
	text-decoration: none;
	letter-spacing: -1px;
	
}

h2{
	margin-top: 0px;
	margin-bottom: 12px;
	
	font-size: 1.3em;
	letter-spacing: -1px;
}

h3{
	margin-top: 0px;
	margin-bottom: 12px;
	
	font-size: 1.1em;
	text-decoration: none;
}

h4{
	margin-top: 0px;
	margin-bottom: 12px;
	
	font-size: 1.0em;
	text-decoration: none;
}


h5{
	margin-top: 0px;
	margin-bottom: 12px;
	
	font-size: 1.0em;
	text-decoration: none;
}


a{
	color: #0080ff;
	text-decoration: underline;
}

/* Textformatierungen */

span.text{
	line-height: 1.3em;
	font-size: 0.9em;
}

span.fett{
	font-weight: bold;
}


/* SEITENELEMENTE */

div.crumb_top{
	float: none;
		
	/* padding-left: 200px; */
	padding-top: 12px;
	padding-bottom: 15px;
	
	font-size: 0.7em;
	text-decoration: none;
}

div.tiny{
	font-size: 0.7em;
	font-weight: bold;
}

div.meta{
	display: none;
	background-color: #F2F2F2;
	border-top: 1px solid #D0D0D0;
	
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	
	font-size: 0.7em;
	text-decoration: none;
}


/* NAVIGATION */
div.navigation{
	width: 179px;
	float: left;
	font-size: 0.9em;
	border-right: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
}

div.navigation ul{
	display: block;
	margin: 0;
	padding:  0;
}

div.navigation li{
	display: inline;
	margin: 0;
	padding:  0;
}

div.navigation a{
	display: block;
	border-bottom: 1px solid #D0D0D0;
	
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #330000;
	
	background: no-repeat #F2F2F2 url('/de/pix/pfeil_gross_grau.gif') 6px 11px;
	
	text-decoration: none;
}

div.navigation a:hover{
	color: #0080ff;
	background: no-repeat #F2F2F2 url('/de/pix/pfeil_gross_blau.gif') 6px 11px;
}

div.navigation strong{
	display: block;
	border-bottom: 1px solid #D0D0D0;
	
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	
	background: no-repeat #F2F2F2 url('/de/pix/pfeil_gross_grau.gif') 6px 11px;
	
	text-decoration: none;
}

/* Navigation Ebene 3 */
div.navigation ul.e3{
	border-bottom: 1px solid #D0D0D0;
}

div.navigation ul.e3 a{
	display: block;
	border-bottom: 1px solid #F2F2F2;
	
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #000000;
	
	background: no-repeat white url('/de/pix/pfeil_gross_grau.gif') 16px 8px;
	
	text-decoration: none;
}

div.navigation ul.e3 a:hover{
	color: #0080ff;
	background: no-repeat white url('/de/pix/pfeil_gross_blau.gif') 16px 8px;
}

div.navigation ul.e3 strong{
	display: block;
	border-bottom: 1px solid #F2F2F2;
	
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 2px;
	
	background: no-repeat white url('/de/pix/pfeil_gross_grau.gif') 16px 8px;
	
	text-decoration: none;
}







/* Linkliste */
div.linklist{ margin-top: 15px; }

div.linklist a{
	display: block;
	
	padding-left: 13px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	color: #0080ff;
	font-size: 85%;
	
	background: no-repeat transparent url('/de/pix/pfeil_gross_blau.gif') 0px 5px;
	
	font-family: Arial, sans-serif;
	
	text-decoration: none;
}
div.linklist a:hover{
	color: #0080ff;
	background: no-repeat transparent url('/de/pix/pfeil_gross_blau.gif') 0px 5px;
	text-decoration: underline;
}





/* Navigation */

/* links */
div.navi_left h2{
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background-color: #DBE6EA;
	
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	color: #363636;
	
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-decoration: none;
}



/* Feature-Text */
div.feature{
	width: 260px;
	line-height: 100%;
	padding: 5px;
	margin-top: 30px;
	color: #363636;
	font-family: Arial, sans-serif;
	font-size: 80%;
	text-decoration: none;
	border: 1px solid #D0D0D0;
	
}

div.feature h4{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.error{
	font-size: 85%;
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 15px;
}


/* GALERIE */

div.galerie{
	background-color: transparent;
}

div.galerie_bild{
	float: left;
	vertical-align: bottom;
	width: 180px;
	background-color: transparent;
	border: 0px;
	
	padding: 0px;
}

div.galerie_bild img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

div.galerie_text{
	float: right;
	width: 380px;
	background-color: transparent;
}

div.preis h3{
margin-bottom: 5px;
margin-top: 10px;
}




/* PRESSE */

div.presse{
	background-color: transparent;
}

div.presse_bild{
	float: left;
	vertical-align: bottom;
	width: 150px;
	background-color: transparent;
	border: 0px;
	
	padding: 0px;
}

div.presse_bild img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

div.presse_text{
	float: right;
	width: 410px;
	background-color: transparent;
}


/* web.css */

div.body_width{
	width: 980px;
	background-color: white;
}

div.head_red{
	height: 200px;
	background-image: url('/de/pix//Header/rrs_header_wolken_orig.jpg');
}



div.head_white{
	/* display: none; */
	height: 50px;
	background: repeat-x url('/border_top.gif');
}

div.head_white_logo{
	width: 180px;
	background-color: transparent;
	height: 50px;
	float: left;
	text-align: center;
}

div.head_white_navi{
	background-color: transparent;
	height: 50px;
	float: left;
	
}

div.head_white_navi a{
	display: block;
	margin: 0px;
	border-top: 4px solid #363636;
	
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	
	color: white;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;	
	font-size: 75%;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.head_white_navi a:hover{
	border-top: 4px solid red;
	color: white;
}

div.head_grey{
	background-color: red;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}




div.navi_left_container{
	width: 180px;
}

div.navi_left{
	width: 180px;
	float: left;
}

div.navi_left a{
	display: block;
	border-bottom: 1px solid #D0D0D0;
	
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	
	color: #363636;
	
	background: no-repeat #F2F2F2 url('/de/pix/pfeil_gross_grau.gif') 6px 11px;
	
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-decoration: none;
}

div.navi_left a:hover{
	color: #0080ff;
	background: no-repeat #F2F2F2 url('/de/pix/pfeil_gross_blau.gif') 6px 11px;
}

div.content_all{
	/* 20050821 */
	background-color: white;
	width: 980px;
}

div.content_all_popup{
	width: 580px;
}

div.content_all_popup div.content{
	margin-top: 20px;
}

div.content{
	background: repeat-x white url('/de/pix/Deko/verlauf_content.gif') 0px 0px;
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

div.content_popup{
	
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}




div.navi_right{
	width: 180px;
	float: right;
	background: repeat-x white url('/de/pix/Deko/verlauf_content.gif') 0px 0px;
	
	color: #363636;
	
	font-family: Arial, sans-serif;
	
}



div.seperator{
	clear: both;
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

div.intern{
	background-color: #66CCFF;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
}


div.reifen_hersteller{
	margin-bottom: 20px;
	margin-right: 20px;
	width: 280px;
	float: left;
	border-bottom: 1px solid #D0D0D0;
}

div.reifen_hersteller_right{
	margin-bottom: 20px;
	width: 280px;
	float: left;
	border-bottom: 1px solid #D0D0D0;
}

div.content div.reifen_hersteller_text h4{
	color: #363636;
	background-color: transparent;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.reifen_hersteller_text a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-decoration: none;
	color: #0080ff;
	
}

div.reifen_hersteller_bild{
	float: left;
	vertical-align: bottom;
	width: 100px;
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}

div.reifen_hersteller_bild img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	
}

div.reifen_hersteller_text{
	float: left;
	width: 175px;
	vertical-align: top;
	padding-left: 5px;
	
}

span.compress{
	letter-spacing: -1px;
	color: silver;
}	

/* Reifen Tabelle */
table.reifen_overview_table{
	border: 0px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	border-bottom: 1px solid #D0D0D0;
}

tr.reifen_overview_subheader{
	background-color: #DBE6EA;
}

tr.reifen_overview_header{
	background-color: #F2F2F2;
}

tr.reifen_overview_subheader td{
	border-top: 1px solid #D0D0D0;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
}

td.preis{
	text-align: right;
}

td.traglast{
	text-align: center;
}

tr.reifen_overview_body td{
	padding: 1px 10px 1px 10px;
	border-top: 1px solid #D0D0D0;
}

td.reifen_overview_beschreibung{
	width: 250px;
	padding: 3px 10px 3px 10px;
}
td.reifen_overview_groesse{
	width: 120px;
	padding: 3px 10px 3px 10px;
}
td.reifen_overview_traglast{
	width: 80px;
	padding: 3px 10px 3px 10px;
}
td.reifen_overview_preis{
	width: 80px;
	padding: 3px 10px 3px 10px;
}

div.colored_seperator{
	height: 1px;
	border-bottom: 1px solid #F2F2F2;
}

.basket{ width: 50px; padding: 3px 10px 3px 10px;}
.sum { width: 100px; padding: 3px 10px 3px 10px; }
.desc { width: 280px; padding: 3px 10px 3px 10px;}

div.footer a{
  color: white;
}