@charset "UTF-8";


html {heigth:100%; }
body {width:1180px; margin:auto; }


header {width:100%; height:297px; }



nav {width:180px; height:320px; float:left; margin:0 auto; }
ul {list-style-type:none; }
li {font-size:25px; font-family:Arial; font-weight:bolder; font-color:#000000; }



a {text-decoration:none; color:black; }
a:hover {color:#808080; }



section {width:1000px; height:300px; float:left; } 
.scroll {width:1000px; height:300px; float:left; overflow:scroll; }
.center {width:1000px; height:300px; float:left; overflow:scroll; text-align:center; }
.links {width:450px; height:300px; float:left; text-align:center; }
.rechts {width:500px; height:300px; float:left; }


h {font-family: Courier "Courier New"; font-size:24px;}
p {font-family: Courier "Courier New"; font-size:16px; }



img {margin-right:2px; margin-bottom:2px; }
#float {float:right; }
.left {float:left; margin-right:2px; }
