
html 
{overflow-y:scroll; 
 overflow-x:scroll;
}

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

#header {
width:980px;
height:65px;
background:silver;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#header h2 {
padding-top:15px;
font-size:25px;
font-weight:bold;
color:#222222;
font-family:Courier;
}

#main {
width:980px;
}

#header2 {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#footer {
width:980px;
height:50px;
background:silver;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top:0px;
margin-bottom:10px;
clear:both;
}

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
body,td,div,p,pre,ul {font-size: 13px;}
BODY {background-color:#FFFFFF;}


h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}

a {font-size: 13px; text-decoration: none; font-weight : bold;}
a:link {color:#a52a2a}
a:visited {color:#78534a}
a:active {color:#000000}
a:hover{color: #d2691e;}
a:focus{color: #FF4D00;}
