/* CSS Document optimiert für die Wiedergabe im Firefox*/

* { margin: 0; padding: 0; }

BODY, HTML { font-size: 100.01%;}
BODY { background-image: url(gfx/textur.jpg); background-repeat:repeat; }
 
BR.clearer { clear: both; }


/*Wrapper*/
#wrapper { margin: 0 auto; width:1080px; min-height: 1000px; }

#frame { margin:50px 0px 100px 0px; padding:50px 0px 0px 50px; width: 940px; min-height:525px; background-color:white; border:1px solid #c7d062; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; }
#startform { margin-top:-50px; float:right; }
#subform { margin-top:-50px; float:right; }
#spruch { position:absolute; margin-left:465px;}


/*Navi*/
#navi { height:20px; width:500px; margin-bottom:120px; font-family: 'Merriweather', serif; font-weight: 700; }
#navi ul { list-style-type:none;  font-size:0; }
#navi ul li { display:inline-block; font-size:12px; margin-right:16px;}
#navi ul li a { color:#9f1650; text-decoration:none; height:30px; }
#navi ul li a:hover { color:#8a9b23; }
#navi ul li.selected a { color:#8a9b23 }


/*Content*/
#content { margin:-15px 0px 60px 70px; width:600px; min-height:100px; font-family: Tahoma, sans-serif; font-size:0.8em; line-height:160%; color:#666666;}
#content h1 { margin-bottom:10px; font-size:1em; color:#9f1650; font-weight:700; }
#content #starttext { width:280px; }
#content #subtext { width:400px; }
#content ul { display:list-item; list-style-type:bullet; width:400px; margin-bottom:15px;}
#content P.veranstaltung {background-color:#eee; padding:10px;}

#content a { color:#9f1650; text-decoration:none; }
#content a:hover { color:#8a9b23; }


a img {border:none;}