/* CSS Document */
body { margin:0;
	   padding:0;
	   background-color:#D2DEEE;
       font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
       font-size: 90.00%; 
       color: #fff;
	   text-align: center; 
	   height: auto;
		}

/*font Formatierung*/
  h1,h2,h3,h4,h5,h6 { 
  	font-family:"Trebuchet MS",Verdana, Helvetica, Arial, sans-serif; 
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%; color:#646464}          /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */	
  
  p { line-height: 1.6em; margin: 0 0 1em 0; color:#646464 }
  
  blockquote { margin: 0 0 1em 1em }
hr { color:#003366;}

	
#container { 	margin:1em auto;
		width: 1086px;
		height: auto;
		background-color:#fff;
		border: 0px solid black; 
		}	
			 
#header { height:250px;
		  background-color:#fff;
		  background-image:url(../bilder/header_3.png);
		  background-repeat:no-repeat;
		
		  }
		  
#masternav { margin-left:50px;
             margin-top:50px;
		width:150px;
		
		}


		  
.navtitle { cursor:pointer;
	    margin-bottom: 8px;		
	    background-color:#D2DEEE;
	    color:#003366;
	    width:140px;
	    padding:3px;
	    text-align:center;
	    font-weight:bold;
            height:25px;
margin-top:10px;

	 }

.submenu{ margin-right:20em;
	  width:140px;
	  text-align:left;
          line-height: 1em;

           }

#hr_submenu { width:auto;
              size:1;
              hr
	    }


a {color: #646464; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#0099CC; text-decoration:none;
}	 

#a_title { color:#003366;
	 
	 }


#content { float:right;
		   margin-left:2px;
		   width:820px;
		   height: auto;
		   background-color:#fff;
		   }

#bild { width:770px;
	   	height:0px;
		margin-top:10px;
		background-color:#fff;
}

#text { width:770px;
	margin-top:20px;
		margin-bottom:30px;
		color:#646464;
		background-color:#fff;
		text-align:left;
		}


table {width:700px;
	   font-color:#646464;
      }
	  
table p { line-height: 1em; margin: 0 0 5px 0; color:#646464 }

#satzung {width:650px;  text-align: justify;}

		   
#footer { clear:both;
		  height:40px;
		  color:#FFFFFF;
		  padding-top:3px;
		  padding-left:700px;
		  }		
		  
#footer a { color: #fff; background:transparent;}
#footer a:focus, 
#footer a:hover,
#footer a:active {color: #fff; background-color: transparent; }
		  
#impressum { margin-top:15px;
			 margin-left:20px;
			}		
			
     