 body {
   color: #FFFFFF;
   background-color: #000000;
   background-image: url(layout/stars.gif);
   background-repeat: repeat;
   font-family: Tahoma;
}



#Header {
   position: relative;
   width: 950px;
   height: 121px;
   margin-left: auto;
   margin-right: auto;
}

#Logo {
   position:relative;
   margin-left: 225px;
   height: 88px;
   width: 500px;
   background-image: url(layout/moon_logo.gif);
   background-repeat: no-repeat;
}

#Navi {
   position:absolute;
   height: 33px;
   width: 950px;
   background-image: url(layout/links.gif);
   background-repeat: repeat-x;
   border: #000 2px dashed;
}

#Navi a {line-height: 33px; font-weight: bold; font-family: Tahoma; font-size: 10pt; margin-left: 12px;}
#Navi a:link, a:visited {text-decoration: none; color: #FFFFFF;}
#Navi a:hover {text-decoration: underline; color: #FFFFFF;}
#Navi a:active {text-decoration: underline; color: #FF0000;}


#Titel {
   position: relative;
   width: 950px;
   height: 55px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 15px;
   text-align: center;
   color: #0099FF;
   font-size: 40px;
   font-weight: bold;   
}


#Seite {
   position:relative;
   width: 950px;
   margin-left: auto;
   margin-right: auto;
}


#SubNav {
   position: relative;
   float: left;
   width: 150px;
   min-height: 1px;
   margin: 0px;
   padding: 0px;
   color: #FFFFFF;
}

#SubNav p {
   background-color: #000000;
   font-size: 16px;
   margin-top: 0px;
}

#SubNav ul {margin: 0px; padding: 0px;list-style-type: disc; list-style-position: inside; color: #FFFFFF;}

#SubNav li {padding-bottom: 10px;}

#SubNav a {font-weight: bold; font-family: Tahoma; font-size: 12pt;}

#SubNav a:link, a:visited {text-decoration: none; color: #FFFFFF;}

#SubNav a:hover, a:active {text-decoration: underline; color: #0099FF;}





#Mitte {
   position: relative;
   float: left;
   width: 650px;
   padding: 0px;
   color: #FFFFFF;
   font-family: Tahoma;
}


#Mitte p {
   background-color: #000000;
   font-size: 16px;
   margin-top: 0px;
}

#Mitte span {
   background-color: #000000;
}



#Rand {
   position: relative;
   float: left;
   width: 150px;
   color: #FFFFFF;
}


#Rand p {
   background-color: #000000;
   font-size: 16px;
   margin-top: 0px;
}



