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

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

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

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

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


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

#nav ul {
   font: bolder 13px 'Trebuchet MS', sans-serif;
   width: 900px;
   color: #444444;	 
   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: #DB9E1B;	
   text-decoration: none;	
}

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

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

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

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

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

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


