body{background-color:#d1d1d1; text-align:center; font-family:Courier; font-size:15px;}
#webseite{width:980px; margin:0 auto;}
#header{width:980px; height:150px; background:#545454; border-radius: 1em 1em 0 0;}
#header h1{padding-top:50px; font-size:60px; font-weight:bold; color:white; font-family:Courier;}
#main{width:980px;}
#menu{float:left; width:200px; height:360px; background:#ffffff;}
#menu-innen{margin-top:20px;}
#inhalt{float:right; width: 770px; height:360px; background:#ffffff; text-align:left;}
#text{padding-left:10px; padding-top:10px;}
#footer{width:980px; height:30px; background:#545454; clear:both; border-radius: 0 0 1em 1em;}
#footer h1{padding-top:9px; font-size:12px; font-weight:italic; color:#d1d1d1; text-align:right; font-family:Courier; padding-right:10px;}
a:link {
 color:#545454;
 text-decoration: none;
}
a:visited {
 color:#545454;
 text-decoration: none;
}
a:focus {
 color:#545454;
 text-decoration: underline;
}
a:hover {
 color: #545454;
 text-decoration: underline;
}
a:active {
 color:#545454;
 text-decoration: underline;
}
li{list-style:none; font-family:Courier;}

