html{
margin:0;
padding:0;
}

a:link{
text-decoration:None;
color:#2f3c46;
}

a:visited{
text-decoration:None;
color:#2f3c46;
}

a:hover{
text-decoration:None;
color:#578683;
}

a:active{
text-decoration:None;
color:#2f3c46;
}

body{
margin-top:10px;
background-image: url(./img/bg.png);
text-align:center;
}

table.mainframe{
width:900px;
margin:0px auto;
text-align:center;
background-color:#578683;
border:1px solid #578683;
}

table.innerframe{
width:850px;
margin:0px auto;
text-align:center;
background-color:#578683;
margin-top:10px;
}

table.banner{
background-image: url(./img/Banner.gif);
height:90px;
width:850px;
}

table.menu{
background-color:#578683;
width:850px;
}

table.content{
background-color:#e5e9a5;
width:850px;
}

table.impressum{
text-align:center;
background-color:#e5e9a5;
width:850px;
}
