/* CSS Document */

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 70%; /* 11px;*/
    line-height: 150%;
    background-color: white;
    text-align:center;
}

#main {
  border: 1px solid #000; 
  width: 780px;
  margin: 0px auto; 
  background-color: white; 
  text-align: left;
  padding-top:5px;
  padding-bottom:5px;
}

/*Kopfelement*/

#header {
  border-bottom : 1px solid #000;
  border-top : 1px solid #000;
  background-color: #ffcc00;
  text-decoration: none;
  text-align:right;
  vertical-align:bottom;
  color: black;
  height: 5px;
  width: 780px;
  margin:0px
  

}


    #head{
  border-top : 1px solid #000;
  background-color: #000000;
  text-decoration: none;
  text-align:center;
  vertical-align:bottom;
  color: white;
  height: 5px;
  width: 780px;
  margin:0px
    }
        
  

    
#subfooter {
  border-top : 1px solid #000;
  border-bottom : 1px solid #000;
  background-color: #000000;
  text-decoration: none;
  text-align:center;
  vertical-align:bottom;
  color: white;
  height: 5px;
  width: 780px;
  margin:0px
}    

#footer {
  border-top : 1px solid #000;
  border-bottom : 1px solid #000;
  background-color: #ffcc00;
  text-decoration: none;
  text-align: center; 
  font-size: 8px;
  color: white;

  height: 5px;
  margin: 0px;
  width: 780px;
}


