body {
background-color:#2E2E2E;
text-align:center;
}
#webseite {
width:95%;
height:100%;
margin:0 auto;
}
#header {
width:100%;
height:auto;
background:#6E6E6E;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
margin-bottom:1%;
}
#header p {
font-size:60px;
font-weight:bold;
color:#FF8000;
font-family:Venerda;
padding-top:0.5%;
padding-left:0.5%;
padding-right:0.5%;
margin-bottom:0.5%;
margin-top:0;
}
#header marquee {
width:100%;
height:20%;
}
#footer {
	width: 100%;
	background: #6E6E6E;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
#footer h2 {
font-size:20px;
color:#FF8000;
font-family:Venerda;
padding:0.5%;
margin:1%;
}

#header a:link{
color:#6E6E6E
}
#header a:hover{
color:#6E6E6E
}
#header a:active{
color:#6E6E6E
}
#header a:visited{
color:#6E6E6E
}

#ttop:link{
color:#6E6E6E
}
#ttop:hover{
color:#6E6E6E
}
#ttop:active{
color:#6E6E6E
}
#ttop:visited{
color:#6E6E6E
}
