@import url("menu.css");
@import url("inhalt.css");
@import url("header.css");
@import url("footer.css");

body {
 background-color:grey;
 text-align:center;
 background-image: linear-gradient(to bottom, #000000 0%, #7F7F7F 100%);
 height:1000px;
}

#webseite {
 width:980px;
 margin:0 auto;
}

#main {
 overflow:hidden;
 position:relative;
 width:100%;
 height:100%;
}

