
/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}


/* text */

p {
	margin-top:0px;

}

.auszeichnung { background-color:white;  border-left:2px solid white; border-right:2px solid white; }

.schwarz {
	color:black;
}

.farbig {
	color:#ff334a;
}


/* bilder (rahmen) */

img {
	border:0px;
}

/* divs */

#navigation { position: absolute; left:26px; top:62px; width:auto; height:auto; background-color:#ffffff; padding-top:6px; padding-left:10px; padding-right:15px; padding-bottom:10px; }
#inhalt     { position: absolute; left:234px; top:18px; width:652px; height:auto; background-color:#ffffff; padding-top:12px; padding-left:16px; padding-right:16px; padding-bottom:32px; }

#auswahl { position: absolute; left:16px; top:50px; width:100px; height:auto; }

#autorendetail { position: absolute; right:0px; top:41px; width:460px; height:auto; background-color:white; padding:10px; }





/* body */

BODY {
background-image:url(img/hintergrund.gif); 
background-repeat:repeat-y;
background-position:left top;
background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

scrollbar-3dlight-color:#8754cd; 
scrollbar-arrow-color:#8754cd; 
scrollbar-base-color:white; 
scrollbar-darkshadow-color:white; 
scrollbar-face-color:white; 
scrollbar-highlight-color:white; 
scrollbar-shadow-color:#8754cd; 
scrollbar-track-color:white;

}




/* kontakt */

.ktfeld   { color:#000000; font-size:14px; font-family:Times New Roman, Arial, Helvetica, Verdana, Geneva; background-color:#ffffff; border:outset 1px #602534; width:200px; height:20px }
.ktfeldklein   { color:#000000; font-size:14px; font-family:Times New Roman, Arial, Helvetica, Verdana, Geneva; background-color:#ffffff; border:outset 1px #602534; width:20px; height:20px; }
.ktbemerkung   { color:#000000; font-size:14px; font-family:Times New Roman, Arial, Helvetica, Verdana, Geneva; background-color:#ffffff; margin:0; padding:0; border:outset 1px black; width:200px; height:60px }
.ktsend    { color:black; font-size:14px; font-family:Times New Roman, Arial, Helvetica, Verdana, Geneva; background-color:#ffffff; margin:0px; padding:0px; border:outset 1px black; width:90px; height:20px }
.ktreset   { color:black; font-size:14px; font-family:Times New Roman, Arial, Helvetica, Verdana, Geneva; background-color:#ffffff; margin:0px; padding:0px; border:outset 1px black; width:90px; height:20px }
