<!--
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 1000px;
  margin: 0 auto;
}

#header {
  padding: 35px;
  background:url(bilder/header.jpg) no-repeat left top;
  border: 3px solid #A5DBF0; 
  border-bottom: 0px;
  height:125px;
}
#header a {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 200px; 
}

#menutop {
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  padding: 4px 0;
  background-color:#7DC5E2;
  border: 3px solid #A5DBF0;
  border-bottom: 0px;
}

#menutop ul {
   list-style:none;      
}

#menutop li {
   display:inline;
   margin:0px;     
   padding:0px;    
 } 

#menutop a {
   text-decoration:none;
   color:#000000;
   background-color: #A5DBF0; 
   height:10px;
   width:900px;
   line-height:170%;
   padding:2px 5px;
}

#menutop a:hover {
   text-decoration:none;
   background-color: #A5DBF0;
   color:#000000; 
   font-weight: bold;
}

#menuleft {
  float: left;
  text-align: left;
  font-size: 15px;
  width:257px;
  padding: 20px;
  background-color:#7DC5E2;
  border: 3px solid #A5DBF0;
}

#menuleft ul {
   list-style:none;               
}

#menuleft li {
   margin-top:1px;     
   padding-top:1px;    
   padding-bottom:1px; 
   padding-left:1px;   
   padding-right:1px;  
 } 

#menuleft li a {
   display:block;
   font-family: verdana , "arial", serif;
   font-size: 16px;
   font-weight:normal;
   text-align:left;
   text-decoration:none;
   color:#000000;
   background-color: #A5DBF0; 
   height:30px;
   width:267px;
   line-height:170%;
   padding:0px 0px 0px 5px;
}

#menuleft li a:hover {
   background-color: #A5DBF0;
   color:#000000; 
   font-weight: bold;
}

#inhalt {
  background-color:#FFFFFF;
  font-size: 15px;
  border: 3px solid #A5DBF0;
  border-bottom: 0px;
  padding: 20px;
  padding-left: 330px;
}

#inhalt a:link {
  color: #3399FF;
  font-weight:bold;
 } 

#inhalt a:visited {
  color: #800000;
  font-weight:bold;
 } 

h1 {
  color: #000000;
  font-size: 17px;
  margin: 10px 0px 0px 0px;
 } 

h2 {
  color: #000000;
  font-size: 16px;
  margin: 10px 0px 10px 0px;
 } 

.bildgross {
  border: 3px solid #A5DBF0;
  margin: 20px 0px 20px 0px;
  width: 550px;
  height: 230px;
 } 

.bildre {
  float:right;
  border: 3px solid #A5DBF0;
  width: 270px;
  height: 210px;
  margin-left: 15px;
 } 


.bildli {
  float:left;
  border: 3px solid #A5DBF0;
  width: 270px;
  height: 210px;
  margin-right: 15px;
 } 

#foot {
  clear: both;
  font-size: 13px;
  padding: 20px;
  background-color:#FFFFFF;
  border: 3px solid #A5DBF0;
}

-->

