body{
 text-align:center;
 background-color:#e6e6e6;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#333333;
}


#wrapper {
	position:relative;
	width:1000px;
	margin:auto;
	text-align:left;
}
#top {
	background-color: #bfd4d4;
	
}
#top_links{
}

#top_bilder{
	height:105px;
}
#top_nav{
    background-color:#e50003;
	height:15px;
	line-height:15px;
	font-size:10px;
}
#top_ecke_links{
	position:absolute;
	top:0px;
	left:0px;
	width:25px;
	height:25px;
	background-image:url(../images/top_ol.gif);
	
}


#inhalt {
	background-color: #669999;
	padding-top:20px;
}
#links {
	float: left;
	width: 200px;
}

#rechts {
	float: right;
	width: 230px;
}

#termine_schatten{
	background-color:#4F7777;
	margin-left:25px;
	margin-right:20px;
	margin-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}
#termine{
	background-color:#FFFFFF;
	margin-top:-5px;
	margin-left:-5px;
	min-height:200px;
}
*html #termine{
	height:200px;
}

#news_schatten{
	background-color:#4F7777;
	margin-left:25px;
	margin-right:20px;
	margin-top: 25px;
	padding-right:5px;
	padding-bottom:5px;
}
#news{
	background-color:#FFFFFF;
	margin-top:-5px;
	margin-left:-5px;
	min-height:200px;
}
*html #news{
	height:200px;
}



#rechts_rahmen{
	margin:0px 20px 0px 40px;
	background-color:#FFFFFF;
}



#inhalt_fenster {
	background-color:#FFFFFF;
	margin-right: 230px;
	margin-left: 210px;
	height:1%;
	
}
#inhalt_fenster_breit {
	background-color:#FFFFFF;
	margin-right: 20px;
	margin-left: 210px;
	height:1%;
	
}



.fenster_top {
	height:20px;
	
}
.fenster_top_links {
	float: left;
	height:20px;
	width:20px;
	background-image: url(../images/inhalt_ol.gif);
}
.fenster_top_rechts {
	float: right;
	height:20px;
	width:20px;
	background-image: url(../images/inhalt_or.gif);
}
#inhalt_fenster_mitte {
	min-height:400px;
}
* html #inhalt_fenster_mitte {
	height:400px;
}

#ueberschrift{
	background-color:#F2F2F2;
	margin-bottom:25px;
}
#ueberschrift h1{
	margin-right:50px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
}
.ueberschrift_box{
	background-color: #f2f2f2;
	padding:2px 0px 2px 5px;
}
h2{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}




#piktogramm{
	float:right;
	width:42px;
	height:42px;
	margin-top:-12px;
	margin-right:25px;
}

#html{
    padding: 0 20px 0 20px;
	line-height: 1.2em;
}
.fenster_footer {
	height:20px;
	
}
.fenster_footer_links {
	float: left;
	background-image: url(../images/inhalt_ul.gif);
	height: 20px;
	width: 20px;
}
.fenster_footer_rechts {
	float: right;
	background-image: url(../images/inhalt_ur.gif);
	height: 20px;
	width: 20px;
}



#footer {
	height: 25px;
	clear:both;
}
#footer_links {
	float: left;
	background-color:#e6e6e6;
	background-image: url(../images/footer_ul.gif);
	height: 25px;
	width: 25px;
}
#footer_rechts {
	float:right;
	background-image: url(../images/footer_ur.gif);
	height: 25px;
	width: 25px;
	background-color:#e6e6e6;
}
#footer_mitte {
	background-color: #669999;
	height: 25px;
	margin-left:25px;
	margin-right:25px;
}

#navigation{
	width:190px;

}

#navigation ul {
	margin:0;
	padding:0;
	/*background-color:#F2F2F2;*/
	background-color:transparent;
}
#navigation ul li {
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
	
}
#navigation ul li a {
	display:block;
	height:19px;
	line-height:19px;
	margin:0;
	padding:0 0 0 10px;
	font-size:13px;
	/* background-image:url(../images/navi_pfeil_zu.gif); */
	border-bottom:1px solid #4F7777;
	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
}
#navigation ul li a:hover, #navigation ul li.active a {
	
	/* background-image:url(../images/navi_over.gif); */
	border-right:5px solid #e50003;
	
}

#navigation ul li.navmainStandardLevel_1 a {
	background-image: url(../images/bg_button_over.png);
	/*background-image:url(../images/subnavi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:199px 8px;*/
	background-color: #A1BBBB;
	border-bottom:1px dotted #4F7777;
	color:#666;
	margin-top:5px;
	
}
#navigation ul li.navmainStandardLevel_1 a:hover, #navigation ul li.navmainStandardLevel_1 a.active {
	/*background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0; */
	background-color:#BCCFCF;
	color:#000000;
}


/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
	/*margin-left:10px;*/
}
#navigation ul li.navmainStandardLevel_2 a {
	/*background-image:url(../images/subnavi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:199px 8px;*/
	background-color: #A1BBBB;
	border-bottom:1px dotted #4F7777;
	color:#666;
	
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
	/*background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0; */
	background-color:#BCCFCF;
	color: #000000;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
	margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
	background-image:none;
	border-bottom:0;
	color:#666;
	width:200px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

ul#metaNavigation{
	margin:0 0 0 0;
	padding:0;
}
ul#metaNavigation li {
	margin:0;
	padding:0 1px 0 8px;
	display:inline;
	line-height:15px;
	font-size:11px;
	border-left:1px solid #ffffff;
}

#metaNavigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}

div.nfxTextBox, div.dfxTextBox{
	padding: 5px;
}

div.nfxTitelBox{
	font-weight:bold;
	padding: 5px 5px 0 5px;
}
#sportstaetten{
	margin-left:540px;
}
#sportstaetten li{
	margin-bottom: 10px;
	list-style:none;
}
#sportstaetten ul{
	padding-left: 0px;
}
#trainingszeiten th{
	background-color:#e6e6e6;
}
#trainingszeiten td{
	background-color:#F2F2F2;
}
img.links{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.rechts{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#box1, #box2, #box3{
	float:left;
	width:160px;
	height:300px;
	margin-right:11px;
	margin-top:20px;
	background-color:#FFFFFF;
	border-right:3px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#box2{
	float:left;
	width:0px;
	height:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	border-right:3px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#box3{
	float:left;
	width:340px;
	height:300px;
	margin-right:11px;
	margin-top:20px;
	background-color:#FFFFFF;
	border-right:3px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}


#box3{
	margin-right:0px;
}

h1.box_titel{
	font-size:14px;
	line-height:20px;
	padding:0 5px 0 5px;
	margin:0px;
	background-color:#F2F2F2;
}
div.box_img{
	height:130px;
	padding:5px 5px 0 5px;
	text-align:center;
	background-color:#F2F2F2;
	border-top:5px solid #FFFFFF;
}
.box_text{
	height:150px;
	padding:5px;
	text-align:left;
	
}
div.box_mehr{
	text-align:right;
	padding:5px;
}
