body {background: #EBFFF2;
    color: #000;
    font-family: Arial, Helvetica, Serif;
    font-size: 83%;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    width: 952px;
	scrollbar-base-color: #45B169;
	scrollbar-arrow-color: #EBFFF2;
	}
/************** #Design Grundgerüst **************/

#top  {clear: both;
      margin-left: 0 auto;
	  margin-right: 0 auto;
	  padding: 0px 0px 0px 0px;
	  border-left: 1px solid #45B169;
	  border-right: 1px solid #45B169;
	  width: 952 px;
	  height: 169px;
	  }
	  
#main {position:absolut;
      clear:both;
	  display: block;
	  overflow: auto;
	  background: #FFF;
	  margin-left: 0 auto;
	  margin-right: 0 auto;
	  border-left: 1px solid #45B169;
	  border-right: 1px solid #45B169;
      border-bottom: 1px solid #45B169;
	  padding: 0px 0px 0px 0px;
	  width: 952 px;
	  }	  
	  
#navigation {background: #FFF;
  color: #000;
  float: left;
  text-align: left;
  padding: 15px 20px 15px 20px;
  width: 180px;
  }
  
#content {background: #FFF;
  color: #000;
  float: left;
  text-align: left;
  padding: 15px 20px 15px 20px;
  width: 688px;
  }
  
#content_module {background: #FFF;
  color: #000;
  float: left;
  text-align: left;
  padding: 15px 5px 15px 5px;
  width: 688px;
  }  
  
a.switch_small {
	font-weight: bold;
	font-size: 10pt;
}
a.switch_middle {
	font-weight: bold;
	font-size: 13pt;
}
a.switch_big {
	font-weight: bold;
	font-size: 16pt;
}  


.titel {
	font-family:Verdana, Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 16pt;
    color: #45B169;
	}

.txt_gruen {
    color: #45B169;
    font-family: Arial, Helvetica, Serif;
    font-size: 12px;	
	font-weight:bold;}
	
.txt_gruen_14 {
    color: #45B169;
    font-family: Arial, Helvetica, Serif;
    font-size: 14px;	
	font-weight:bold;}	
	
.bilder_re_umflies{
  float: right;
  margin-left:10px;
  }
		
.bilder_li_umflies{
  float: left;
  margin-right:10px;
  } 
  
.table_contact{
  border: 1px solid #45B169;    
  }
  
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #45B169;
	}
	
a:active {
	text-decoration: underline;
	color: #45B169;
}	
/************** #Design Untermenü **************/	
#menu p{
     display:none;
	 }
	 
#menu {                             /*****beschreibt den gesamten Navigationsblock*****/
      padding:10px 0px 10px 0px;                            
      font-family:Verdana, Helvetica, Arial, sans-serif;
	  font-size:0.9em;
	  font-weight:bold;
	  width:14em;
	  border-top: 1px solid #009933;
	  border-bottom:1px solid #666;
	  border-left:1px solid #009933;
	  border-right:1px solid #666; /*****wirkt wie ein Schatten am rechten Rand*****/
	  margin-bottom:1em;
	  background-color:#00A651;
	  color:#333;
	  }
	  
#menu ul{                          /*****entfernt Aufzählungszeichen sowie den oberen und linken Rand*****/
	  list-style:none;
	  margin: 0;
	  padding:0px;
	  }
	  
#menu ul li{
	  margin:0;
	  border-top:1px solid #fff;
	  }
	
#menu ul li a {
      display:block;
	  padding:5px 5px 5px 0.5em;
	  border-left: 1px solid #fff;
	  border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color:#45B169;
	  color: #FFF;
	  text-decoration:none;
	  width:100%;
	  }
	  
	   
html>body #menu ul li a {     /*****Die Weite des Hg des Navigationsblocks passt sich dem der Links an*****/
	  width: auto;
	  }
	  
#menu ul li a:hover {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #fff;
	  text-decoration:none;
	  color: #00A651;
	  }
	  
#menu ul li a#current {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #FFF;
	  text-decoration:none;
	  color: #00A651;
	  }  
	  
	  
#menu2 ul li{
	  margin:0;
	  border-top:1px solid #fff;
	  }
	
#menu2 ul li a {
      display:block;
	  padding:5px 5px 5px 45px;
	  border-left: 1px solid #fff;
	  border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-image: url("Bilder/Logo_mini.gif");  
      background-repeat: no-repeat;
	  background-color:#fff;
	  color: #00A651;
	  text-decoration:none;
	  width:100%;
	  }
	  
	   
html>body #menu2 ul li a {     /*****Die Weite des Hg des Navigationsblocks passt sich dem der Links an*****/
	  width: auto;
	  }
	  
#menu2 ul li a:hover {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #fff;
	  text-decoration:underline;
	  color: #00A651;
	  }
	  
#menu2 ul li a#current {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #FFF;
	  text-decoration:underline;
	  color: #00A651;
	  }  	  
	  
#menu3 ul li{
	  margin:0;
	  border-top:1px solid #fff;
	  }
	
#menu3 ul li a {
      display:block;
	  padding:5px 5px 5px 45px;
	  border-left: 1px solid #fff;
	  border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-image: url("Bilder/Sportarten/Icon_Laufen.gif");  
      background-repeat: no-repeat;
	  background-color:#EBFFF2;
	  color: #00A651;
	  text-decoration:none;
	  width:100%;
	  }
	  
	   
html>body #menu3 ul li a {     /*****Die Weite des Hg des Navigationsblocks passt sich dem der Links an*****/
	  width: auto;
	  }
	  
#menu3 ul li a:hover {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #EBFFF2;
	  text-decoration:underline;
	  color: #00A651;
	  }
	  
#menu3 ul li a#current {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #EBFFF2;
	  text-decoration:underline;
	  color: #00A651;
	  }  	  	  
	  
	  
#menu4 ul li{
	  margin:0;
	  border-top:1px solid #fff;
	  }
	
#menu4 ul li a {
      display:block;
	  padding:5px 5px 5px 45px;
	  border-left: 1px solid #fff;
	  border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-image: url("Bilder/Sportarten/Icon_Tai.gif");  
      background-repeat: no-repeat;
	  background-color:#EBFFF2;
	  color: #00A651;
	  text-decoration:none;
	  width:100%;
	  }
	  
	   
html>body #menu3 ul li a {     /*****Die Weite des Hg des Navigationsblocks passt sich dem der Links an*****/
	  width: auto;
	  }
	  
#menu4 ul li a:hover {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #EBFFF2;
	  text-decoration:underline;
	  color: #00A651;
	  }
	  
#menu4 ul li a#current {
      border-left: 1px solid #fff;
      border-right: 1px solid #999;
	  border-bottom: 1px solid #666;
	  background-color: #EBFFF2;
	  text-decoration:underline;
	  color: #00A651;
	  }  	  	  	  
	  
************* #Design Formular ************
form p {
    line-height:130%;  
    font: normal 100%/1.4em  Verdana,Arial,Helvetica,sans-serif;  
    margin: 0.5em 0; }

label {
    font-weight:bold; 
    color: #000000; }
		  
legend { 
    background-color: #45B169; 
	color: #FFFFF0; 
	padding: 2px 10px; 
	border: 1px solid #45B169; 
	margin: 0 0 10px 0; 
	font-weight: bold; 
	display : block; }
	
input { 
    border: 1px solid #45B169; 
	width: 18em; 
	padding: 2px; 
	margin: 3px 0 9px 0; }

input.btn { 
    width: 14em; 
	margin: 3px 1px 9px 0; }
	
input.send { 
    width: 12em; 
	margin: 3px 1px 9px 0; }

input.rund { 
    width: 1em; 
	margin: 3px; 
	background: transparent; 
	border: 0px none; }

textarea { 
    border: 1px solid #45B169; 
	width: 25em;  
	padding: 2px; 
	margin: 3px 0 9px 0; }	  
	  
	  
	  
	  
	  

/*****	  
.fixfloat {float: none;
  clear: both;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  height: 0px
}

.titel {
  color: #000;
  font-family: Arial, Helvetica, Serif;
  font-size: 1.5em;	
  }
  
caption { text-align:left }  



#kontaktnavigation {background: #F0FFF0;
  color: #000;
  float: left;
  height: 460px;
  border-top: 1px dotted #FFFFF0;
  border: 1px dotted #336666;
  padding:20px 15px;
  width: 16%
  }



#content_single {background: #F0FFF0;
  color: #000;
  float: left;
  height: 460px;
  padding: 20px 25px 20px 20px;
  width: 76.25%;
  overflow:auto;
}
		
#content_module {background: #F0FFF0;
  color: #000;
  float: left;
  height: 460px;
  padding: 20px 25px 20px 20px;
  width: 95%;
  }		

#info {background: #FFFFF0;
  color: #336666;
  float: right;
  height: 500px;
  border:1px solid #00654E;
  border-top: 1px dotted #FFFFF0;
  width: 18%;
  overflow: auto;
}

#kontaktinfo {background: #FFFFF0;
  color: #336666;
  float: right;
  height: 830px;
  border:1px solid #00654E;
  border-top: 1px dotted #FFFFF0;
  width: 18%
}

.infotitel {
  margin: 0 0 0 -1px;
  padding: 3px 10px 3px 10px; 
  background: #336666;
  font-size:0.9em;
  color: #FFFFF0; 	
  }
  
.infotxt { 
  color: #336666;
  font-size:0.8em;
  padding: 3px 10px 3px 10px;
  } 	
	
#fusszeile {background: #336666;
  clear: both;
  color: #000;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%
}
	




/************** #Design sonstige Links **************
html>body ul li a {     /*****Die Weite des Hg des Navigationsblocks passt sich dem der Links an****
	  width: auto;
	  }
	  
a.link_weiss {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	}

a.link_weiss:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
    }

a.link_weiss:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
    }

a.link_dkl_gruen {
	color:#336666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	font-weight: bold;
	}

a.link_dkl_gruen:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	text-decoration: underline;
	font-weight: bold;
    }

a.link_dkl_gruen:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0FFF0;
	text-decoration: underline;
	font-weight: bold;
    }


