body {
text-align: center;
min-width: 900px;
background-image:url(images/bg.jpg); background-repeat:repeat-x;
background-color: #ddd;
}

#center {
   width: 900px;
   margin: 0 auto;
   background: #FFF url(images/content.jpg) repeat-y;
}

#header {
   position: relative;
   height: 220px;
   width: 900px;
   background: #EEE url(images/header.jpg) no-repeat;	
   }

#logo {
   position: absolute;
   margin: 50px 0 0 50px; 
   font: bold 55px 'Trebuchet MS';
   color: #EEEEEE;
}

#slogan {
   position: absolute;
   margin: 110px 0 0 70px; 
   font: bold 12px 'Trebuchet MS';
   color: #EEEEEE;
}


/* --------------- Navigation Anfang*/
#nav {
   margin-top: 180px;
   position: absolute;
   height:40px;
   width:900px;
   }

#nav ul {
   font: bolder 13px 'Trebuchet MS', sans-serif;
   width: 900px;
   color: #FFFFFF;	 
   display: inline;
   float: left;	
   margin: 2px 0 0 0px;
}

#nav li {
   float: left;
   list-style: none;
}

#nav li a {
   display: block;
   padding: 0px 35px;	
   color: #FFFFFF;	
   text-decoration: none;	
}

#nav li a:hover {
   background: #FFFFFF;
   color: #000000;
}
/* --------------- Navigation Ende*/

#main {
   position: relative;
   margin: 0; padding: 0;
   width: 900px;
   }

#content {
   position: relative;
   margin-left:40px;
   text-align: left;
   width: 820px;	
   }

#footer {
   position: relative;
   margin: 0 0 0 0; padding: 0;
   width:900px;
   height:20px;
   background: url(images/footer.jpg) no-repeat;
   text-align: center;
   }

#footerlinks {
   font-size:11px;
   margin: 40px 0px 10px 0px;
   color: #555555;
   }

a { background: inherit; color: #555555; text-decoration: none; }
a:hover { background: inherit; color: #999999; text-decoration: underline; }


