* {
padding: 0;
margin: 0;
} 

body {
font: .8em "Lucida Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
background-image: url(images/hg.jpg);
background-repeat: repeat;
}

a {
text-decoration: none;
font-weight: bold;
color: #000000;
}

a:hover { 
color: #666666;
}

#sky {
   position:fixed;
   left: 1008px;
   top:90px;
   width: 160px;
   height: 600px;
   padding: 0px;
}


#sky img {
   border:none;
}

#site {
   position:relative;
   left: 5px;
   top:0px;
width: 1000px;
   padding: 0px;
}

#news
{
margin: 20px auto;
width: 500px;
padding: 10px;
background-color: #fff;
}


#header 
{
height : 90px;
background-color : #FFCC66;
text-align:center;
}

#header h1 { padding-left: 10px; padding-top: 12px; font-size: 25px; color: #fff; }
#header h1 a { font-size: 25px; color: #fff; text-decoration: none;}
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 14px; color: #666; }

#menu {
text-align: center;
margin-top: 10px;
font-size : 11px;
padding:2px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
border: 0px solid;
background: #CCCCCC;
}

#menu a {
color : #000000;
text-decoration : none;
padding: 10px;
}

#menu a:hover {
color : #666666;
}


#content { 
text-align: left;
margin-top: 5px;
padding: 10px;
font-size: 11px;
}

#content h2 { 
font-size: 15px; color : #444; 
padding: 0 0 5px 0;
}

#footer {
height : 30px;
margin-top: 15px;
clear: both;
text-align: center; 
color: #fff;
font-size:10px;
font-weight: bold;
background-color:#FFCC66;
padding:2px;
}

.zeit {
padding-bottom:2px;
font-size: 10px;
color:#999999;
font:Arial, Helvetica, sans-serif;
}
