/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}


/* text */

p {
	margin-top:0px;
}

.schwarz {
	color:black;
}


/* bilder (rahmen) */

img {
	border:0px;
}

.auszeichnung {
background-color:#ffdd2b;
border:2px solid #ffdd2b; 
border-bottom:1px solid #ffdd2b; 
}

.auszeichnung2 {
background-color:#c4adbc;
border:2px solid #c4adbc; 
border-bottom:1px solid #c4adbc; 
color:black;
}

.auszeichnung3 {
color:#233588;
}

/* divs */

#navigationbox  { position:fixed; left:0px; top:192px; width:200px; height:auto; background-color:#233588; padding:15px; padding-right:0px; }

#inhalt         { position:absolute; left:215px; top:58px; width:684px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#inhaltstart    { position:absolute; left:215px; top:58px; width:380px; height:auto; background-color:white; padding:15px; border:1px solid black; }

#auswahl        { position:fixed; left:215px; top:58px; width:189px; height:auto; background-color:white; padding:15px; padding-right:0px; border:1px solid black; }

#dienstag       { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#mittwoch       { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#donnerstag     { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#freitag        { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#samstag        { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#samstag2       { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#samstag3       { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }
#sonntag        { position:absolute; left:420px; top:104px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }


#auswahlautoren { position:absolute; left:215px; top:58px; width:189px; height:auto; background-color:white; padding:15px; padding-right:0px; border:1px solid black; }

#autorendetail  { position:absolute; left:420px; top:98px; width:479px; height:auto; background-color:white; padding:15px; border:1px solid black; }

#wetterinfo     { position:absolute; left:215px; top:450px; width:380px; height:auto; background-color:#ffdd2b; padding:15px; border:1px solid #233588; }
#info2016       { position:absolute; left:215px; top:58px; width:684px; height:auto; background-color:#c4adbc; padding:15px; border:1px solid white; }
#info2016ALT    { position:absolute; left:215px; top:350px; width:684px; height:auto; background-color:#c4adbc; padding:15px; border:1px solid white; }

#galerie        { width:531px; height:auto; }
#galeriebreit   { width:635px; height:auto; }

#galeriebild1   { width:166px; height:111px; margin-right:11px; margin-bottom:11px; float:left; }
#galeriebild2   { width:74px; height:111px; margin-right:11px; margin-bottom:11px; float:left; }
#galeriebild3   { width:343px; height:111px; margin-right:11px; margin-bottom:11px; float:left; }

#galeriebild4   { width:166px; height:111px; margin-right:10px; margin-bottom:11px; float:left; }
#galeriebild5   { width:166px; height:111px; margin-right:13px; margin-bottom:11px; float:left; }
#galeriebild6   { width:74px; height:111px; margin-right:12px; margin-bottom:11px; float:left; }

#galeriebild0   { width:343px; height:auto; margin-right:11px; margin-bottom:11px; float:left; }


/* body */

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

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

padding:0px;
}