* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper { 
 margin: 0 auto;
 width: 878px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto;
 width: 100%
}

#header {
 width: 878px;
 padding: 0px;
 height: 132px;
 margin: 10px 0px 0px 0px;
 background-image: url(images/head.jpg)
}

#navigation {
 padding: 0px 0px 0px 11px;
 margin: 0px;
 background-image: url(images/nav.jpg);
 height: 32px;
 width: 878px;
 background-repeat: no-repeat;
}


#content { 
 float: left;
 margin: 0px;
 padding: 0px;
 width: 878px;
 display: inline;
 position: relative;
 background-image: url(images/bg-s.gif);
 background-repeat: repeat-y;
}

#text {
 margin: 10px 25px 10px 25px;
 position: relative;
}


#footer { 
 width: 878px;
 height: 61px;
 clear: both;
 background-image: url(images/footer.jpg);
 margin: 0px 0px 10px 0px;
 padding: 0px;
}
.clear { clear: both; background: none; }

/*Text Formatierungen*/
.footer {
 padding-right: 30px;
 padding-top: 9px;
 text-align: right;
 font-size: 11px;
 color: #666666;
}
 
h1 {font-size: 18px;}

/*NAVIGATION*/
.navigation a:link {
 float: left;
 display: block; 
 width: auto; 
 height: 22px; 
 padding: 7px 10px 3px 10px;
 
 color: white; 
 background: none;
 /*border-left: solid thin #CCCCCC;*/
 border-right-color: #CCCCCC;
 border-right-width: thin;
 border-right-style: solid;
 text-decoration: none;
 filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1; 
}

.navigation a:hover {
 color: black; 
 background: white; 
 filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;  
}

.navigation a:visited {
  float: left;
 display: block; 
 width: auto; 
 height: 22px; 
 padding: 7px 10px 3px 10px;
 color: white; 
 background: none;
 /*border-left: solid thin #CCCCCC;*/
 border-right-color: #CCCCCC;
 border-right-width: thin;
 border-right-style: solid;
 text-decoration: none;
 filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1; 
}

.navigation a:visited:hover {
 color: black; 
 background: white; 
 filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;   
}

.navigation a:active {
 color: black; 
 background: white; 
 filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;   
}
