html, body {
 margin:0px;
 padding:0px;
 background-color:#FEEBB1;
}

#center {
 background-color:#FEEBB1;
 width:750px;
 margin-top:10px;
 margin-right:auto;
 margin-left:auto;
 
}

#top-section {
 background:url("Bilder/header.gif");
 background-repeat:no-repeat;
 background-position:center;
 height:241px;
 width:750px;
}

#navi {
 background:url("Bilder/navi.gif");
 background-position:center;
 background-repeat:no-repeat;
 width:750px;
 height:55px;
}

#top {
 background:url("Bilder/top.gif");
 background-repeat:no-repeat;
 background-position:center;
 width:750px;
 height:25px;
}

#content {
 background:url("Bilder/back.gif");
 background-position:center;
 background-repeat:repeat-y;
}

#bottom {
 background:url("Bilder/bottom.gif");
 background-repeat:no-repeat;
 background-position:center;
 width:750px;
 height:26px;
}

#footer {
 background:url("Bilder/footer.gif");
 background-repeat:no-repeat;
 background-position:center;
 width:750px;
 height:53px;
}

#downside {
height: 20px;
width: 750px;
background-color:#CEAB84;
}

p {
   font-size:13px;
   font-weight:normal;
   font-family:helvetica;
   line-height:1.3em;
   color:black;
   margin-left:15px;
   margin-right:15px;
   text-align:justify;
}


h1 {
   font-weight:bold;
   font-size:16px;
   font-family:verdana;
   line-height:1.1em;
   color:navy;
   margin-top:0px;
   margin-left:15px;
   margin-right:15px;
}
   

h2 {
   font-weight:bold;
   font-size:13px;
   font-family:verdana;
   line-height:1.1em;
   color:black;
   margin-top:5px;
   margin-left:15px;
   margin-right:15px;
   
}

h3 {
   font-weight:normal;
   font-size:10px;
   font-family:verdana;
   line-height:1.1em;
   color:black;
   margin-top:5px;
   margin-left:10px;
   margin-right:10px;
}

h5 {
   font-weight:normal;
   font-size:13px;
   font-family:helvetica;
   line-height:1.3em;
   color:black;
   margin-top:0px;
   margin-left:10px;
   margin-right:10px;
   text-align:center;
}

.bild {
  padding:9px;
}

.bild2 {
  padding:5px;
}

a:link {
  font-family:verdana;
  font-weight:normal;
  font-size:13px;
  text-decoration:none;
  color:navy;
  border:none;

}

a:visited {
  font-family:verdana;
  font-weight:normal;
  font-size:13px;
  text-decoration:none;
  color:navy;
  border:none;

}

a:hover {
  font-family:verdana;
  font-weight:normal;
  font-size:13px;
  text-decoration:underline;
  color:#333333;
  border:none;

}


