#layout {
   body-color: #e0e0e0;
   style: center;
   float: center;
   height: 560px;
   width: 800px;
   background-color:  #FEFEFE;
   border: 1px solid silver;

   }


#banner {
    float: center;
    height: 88px;
    width: 100%;
    font-style: Comic Sans MS;    
    font-size: 24px;
    text-align: left;
    color: #4D6C8C;
    background-color: #FFFFFF;
    /*background-color: #A2BCD8;*/
}

#hauptmenue {
    float: center;
    font-style: Comic Sans MS;
    height: 32px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: DDEDFF;
}

#submenue {
    float: center;
    height: 32px;
    width: 100%;
    font-family: Comic Sans MS;
    color: #97AFC6;
    background-color: E8F3FF;
}


#links {
    text-align:left;
    float: left;
    width: 180px;
    margin: 5px;
    margin-bottom: 15px;
    color: silver;
    background-color: #EFEFEF;
    }

#mitte {
    font-family: Comic Sans MS;
    color: #4D6C8C;
    text-align:left; 
    float: center;
    width: 580px;
    margin: 15px;
    background-color: #FEFEFE;
    }

td#toplinks {
    padding-top: 5;
}

a:link { 
    text-decoration:none; 
    font-weight: normal;
    font-family: Comic Sans MS;
    font-size: 16px; 
    color: #6C7D8E; 
}

a:visited { 
    text-decoration:none; 
    font-weight: normal;
    font-family: Comic Sans MS;
    font-size: 16px; 
    color: #6C7D8E; 
}

a:hover { 
    text-decoration:none; 
    font-weight: normal;
    font-family: Comic Sans MS;
    font-size: 16px; 
    color: #97AFC6;
}

a:active { 
    text-decoration:none; 
    font-weight: normal;
    font-family: Comic Sans MS;
    font-size: 16px; 
    color: #97AFC6;
} 

div#Inhalt {
  font-size:1em;
  padding: 15px;
  style: possition relative; width:98%; height:315px; overflow: auto;
    
}
        

