
* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
/* color: 000; */
background: #FFF;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

div#wrapper {position: relative; margin: 0 auto;
width: 835px; padding: 0;}


div#header {width: 835px;height: 315px;margin-top: 80px;}

div.logo_start {float: left;width: 835px;height: 147px;}
div.navi_start {float: left;width: 835px;height: 166px; margin-top: 0; margin-bottom: 160px;}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {content: ".";display: block;height: 0;
clear: both;visibility: hidden;}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


p.txt_normal {font-size: 11px;line-height: 150%;}
p.txt_small {font-size: 10px;line-height: 120%;}

div#subnavi_verein {width: 835px; height: 150px; margin-top: 9px; text-align: right;}

div#footer_start {clear: both;width:835px;height:50px;}


div.footer_start_copy {float: left; width: 415px; padding: 10px 0 0 5px; font-size: 11px; color: #717273;}
div.footer_start_rechtliches {float: left; text-align: right; width: 400px; padding: 10px 0 0 0; font-size: 11px; color: #717273;}

a.verein {color: #717273;text-decoration: none;}
a.verein:hover {color: #717273;text-decoration: underline;}



ul.subnavi_start {margin: 0; padding: 0; padding-left: 10px;}
li.subnavi_start {list-style-type: circle; font-size: 12px;}


#box_verein {float: left;}
#box_verein a {color: #990000;text-decoration: underline;}
#box_verein a:hover {color: #990000;text-decoration: none;}

#box_verein a span {display: none;}
#box_verein a:hover span {display: block; padding:10px;}


#box_events {float: left;}
#box_events a {color: #CC3300;text-decoration: underline;}
#box_events a:hover {color: #CC3300;text-decoration: none;}

#box_events a span {display: none;}
#box_events a:hover span {display: block; padding:10px;}


#box_galerie {float: left;}
#box_galerie a {color: #CC6600;text-decoration: underline;}
#box_galerie a:hover {color: #CC6600;text-decoration: none;}

#box_galerie a span {display: none;}
#box_galerie a:hover span {display: block; padding:10px;}


#box_kurse {float: left;}
#box_kurse a {color: #666600;text-decoration: underline;}
#box_kurse a:hover {color: #666600;text-decoration: none;}

#box_kurse a span {display: none;}
#box_kurse a:hover span {display: block; padding:10px;}


#box_burgberg {float: left;}
#box_burgberg a {color: #003366;text-decoration: underline;}
#box_burgberg a:hover {color: #003366;text-decoration: none;}

#box_burgberg a span {display: none;}
#box_burgberg a:hover span {display: block; padding:10px;}
