@charset "UTF-8";
/* CSS Document */

body, html { background-color:#333333; margin: 0; padding: 0; width:100%; height:100%; overflow:scroll; overflow-x: hidden; }
#bgcontainer { background-image:url(../img/bgimg.png); background-repeat:no-repeat; position: absolute; padding:10; left:50%; width: 1400px; height: 850px; margin-left:-700px; z-index: 2;}
#mainwindow{ width:800px; height:550px; position: absolute; top:0px; left:50%; margin-left:-400px; background-image:url(../img/bgcontent.png); background-repeat:no-repeat;}
#mainmenu{ background-color: #222222; width:100%; height:30px; position:absolute; top:550px; z-index:3; text-align:center;}
#mainmenu-content{width:800px; height:30px; position:absolute; top:550px; left:50%; margin-left:-400px; z-index:10; text-align:center;}
#content{position:absolute; width:750px; height:500px; top:25px; left:50%; margin-left:-375px; z-index:11;}
#weather{position:absolute; width:750px; height:100px; top:25px; left:50%; margin-left:-375px; z-index:12;}

.menu{font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFCC; line-height:30px; font-variant:small-caps; letter-spacing:0.1em; text-decoration:none; }
.menu:hover{color:#005876;}
.spacer{font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#333333; line-height:30px; text-decoration:none; }
.header{font-family: Arial, Helvetica, sans-serif; font-size:14px; color: #005876; font-weight:bold;}
.lauftext {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#005876; line-height:20px;}
.link{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:20px; text-decoration:underline;}
