/* CSS Document */

@import "forall.css";

/* =============== */
/* ! Grundaufbau   */
/* =============== */

body {
	background:url(bg-webseite.jpg) repeat #000000;
	}

#performace-logo {
	position:absolute;
	z-index:12;
	top:20px;
	left:50%;
	margin-left:170px;
	width:300px;
	height:63px;
	}


#bmw-logo {
	position:absolute;
	z-index:5;
	top:162px;
	left:50%;
	margin-left:301px;
	width:179px;
	height:88px;
	}

#titeltext {
	}

#titel {
	height:250px;
	}

#navi {
	height:35px;
	background:transparent url(bg-off.gif) repeat-x top left;
	border:1px solid #cccccc;
	}

#subnavi {
	height: 100px;
	overflow:hidden;
	background:url(bg-subnavi.gif) repeat-x;
	}

#schatten {
		border-top:1px solid #000;
		background: #000;
		height:40px;
		width: 100%;
		}

#content {
	background-color: #000;
	padding-bottom:50px;
	width: 960px;
	}

h2 {
	color:#999999;
	}
	
#content h1 {
	width: 90%;
	font-family: "Trebuchet MS";
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: normal;
	}


#content .tinymcewysiwyg {
	padding-left: 0px;
	width: 90%;
	}



#footer {
	background: url(bg-footer.gif) repeat-x;
	height:45px;
	border-top: 1px solid #fff;
	}
.wichtig {
	color: #999999;
	font-weight: bold;
	}
	
a, a:visited {
	color: #999999;
	text-decoration: none;
	}
	

#content .lnkint:link, #content .lnkint:visited {   
      background-image: url(arrow2_e_grey.gif); 
      background-repeat: no-repeat; 
      padding: 0px 4px 0px 15px;
      }

#content .lnkint:hover {
	background-image: url(arrow2_e_over.gif);
	}

.lnkintern a, .lnkintern a:hover {   
      background-image: url(arrow2_e_grey.gif); 
      background-repeat: no-repeat; 
      padding: 0px 4px 0px 15px;
      }

.lnkintern a:hover {
	background-image: url(arrow2_e_over.gif);
	}

#content a img {
	padding: 0px;
	border: 2px solid #999999;
	background-image: none;
	
	}

.lnkex:link {   
      background-image: url(trackback_grey.gif); 
      background-repeat: no-repeat; 
      padding: 0px 0px 0px 20px;
      color: #999999;
	  text-decoration: none;
      }

.lnkex:visited {   
      background-image: url(trackback_grey.gif); 
      background-repeat: no-repeat; 
      padding: 0px 0px 0px 20px;
      color: #999999;
	  text-decoration: none;
      }

.lnkex:hover {
	background-image: url(trackback_over.gif);
	color: #ccc;
	}

.lnkextern a {   
      background-image: url(trackback_grey.gif); 
      background-repeat: no-repeat; 
      padding: 0px 0px 0px 20px;
      }

.lnkextern a:visited {   
      background-image: url(trackback_grey.gif); 
      background-repeat: no-repeat; 
      padding: 0px 0px 0px 20px;
      }

.lnkextern a:hover {
	background-image: url(trackback_over.gif);
	}
		
		
/* Teaser */	

dl.teaserart dt {
	font-family: Arial;
	margin:0;
	text-transform: uppercase;	
	font-size:13px;
	color:#999999;
}	

/*  Headlines  */

h1.hd100 {
	background-image: url(bg-headline100-mini.jpg);
	background-repeat: no-repeat;
	color: #333;
	padding-left: 10px;
}

h1.hd50 {
	background-image: url(bg-headline50-mini.jpg);
	background-repeat: no-repeat;
	color: #333;
	padding-left: 10px;
}

h1.hd33 {
	background-image: url(bg-headline33-mini.jpg);
	background-repeat: no-repeat;
	color: #333;
	padding-left: 10px;
}
h1.hd20 {
	background-image: url(bg-headline20-mini.jpg);
	background-repeat: no-repeat;
	color: #333;
	padding-left: 10px;
}

.forminfo {
	color:#999999;
	border:0px solid #999999;
}

.formgen legend {
	color:#999999;
	background-color: #000;
	padding: 2px;
	width:150px;
}

.formgen .fieldset {
	margin-bottom:30px;
	padding: 5px;
	border: 1px solid #999999;
}


.formgen .formerror {
	border-bottom-width:1px;
	color: #999999;
}

.formgen .formreq {
	color:#999999;
}
ul.dropdown ul a:hover {
	 background-color: #999999;
	}

	ul.dropdown a.open {
	 background-color: #2e2e2e;
	 color: #999999;
	}

	ul.dropdown ul a.open {
	 background-color: #999999;
	 color: #fff;
	}

	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 background-color: #2e2e2e;
	 color: #999999;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #999999;
	 color: #fff;
	}
	
	ul.dropdown {
 font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-transform: uppercase;
}

	ul.dropdown li {
	 padding: 0px 0;
	/*  background-color: #000; */
	 color: #fff;
	 line-height: normal;
	}


	ul.dropdown a:visited { color: #fff; text-decoration: none; background: url(bg-divider.gif) no-repeat top right transparent;  }
	ul.dropdown a:hover { color: #999999; text-decoration: none; background-color: #2e2e2e; }
	ul.dropdown a:active { color: #fff; }
	
	ul.dropdown .winter a{
	background: none;
	border-right: 1px solid #333;
	border-left: 1px solid #ccc;
	color: #333;
	}

	ul.dropdown .winter a:hover{
	background-color: #2e2e2e;
	 color: #999999;
	}
	
.ratentag {
	    background: url("bg_preis_mini.jpg") repeat-x scroll center bottom #ccc;
	    border: 1px solid #FFFFFF;
		color: #333;	    
		font-size: 10px;
	    font-weight: bold;
	    margin-bottom: 5px;
	    padding: 12px;
	    text-align: center;
	    width: 480px;
    }
    
    .ratentag h2 {
    	color: #333;
    	height: 20px;
    	font-weight: bold
    }
    
    .ratentag .text {
    	float:left;
    	margin-top: 10px;
    	width: 230px;
    	height: 50px;
    	line-height: 60px;
    	
    }
    
    .ratentag input {
    	width: 100px;
    	text-align: right;
    	border:0; 
    	color:#333; 
    	font-size:25px; 
    	background-color:transparent; 
    	font-weight:bold; 
    }

.angebot-img img {
    border-bottom: 6px solid #999;
}

#content ul li {
    background-image: url("arrow2_e_grey.gif");
    background-position: -5px 0;
    background-repeat: no-repeat;
    line-height: 1.5em;
    padding-left: 10px;
}
forall.css (Zeile 56)
#content ul li {
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
}

