* { margin: 0px; padding: 0px;}


  /* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}
  
body {
	position:relative;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 17px 0 0; padding: 0em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	background: url(/testumgebung/files/images/bg_outer.jpg) #E2E2E2 repeat-x;

}
 
#website {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 968px;
    padding: 0;
}

#header {
	margin:0px;
	padding:0px;
	height:132px;
	background: url(/testumgebung/files/images/bg_head.jpg) no-repeat;
	width: 968px;
}

#headnavi {
	width: 968px;
	float: left;
	height: 109px;
	background: url(/testumgebung/files/images/bg_navigation.jpg) no-repeat;
}

#head_text {
    font-size:10px;
    height:18px;
    padding:10px 0 0 625px;
    position:relative;
    display: none;
}

#head_text a{
    color: #6f6551;
    text-transform: uppercase;
    letter-spacing: 1px; 
    text-decoration: none;
    padding: 0 18px 0 0;
}

#head_text a:hover{
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px; 
    text-decoration: none;
}
  
/* testen */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
   display: block;
}
/* End hide from IE-mac */

/* ende testen */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}
  
/* ### Footer ################################################################ */

#footer {
    display:block;
    width: 968px;
    height: 155px;
    margin: 40px 0 0px 0px;
	background: url(/testumgebung/files/images/bg_foot.jpg) no-repeat;
	font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
}


#footer p {
    padding: 4px 10px 10px 0px;
    color:#888888;
    background:inherit;
}

#footc {
    color: #888888;
    padding: 53px 84px 0px 0px;
    text-align: right;
    height: 80px;
	float:right;
}

#footc  a,
#footc  a:link {
    color:#666666;
    text-decoration: none;
    background:inherit;
    font-weight: bold;
    padding: 0 10px 0 10px;
}

#footc  a:hover {
    color:#888888;
    text-decoration: none;
    background:inherit;
}

#theend {
background: #042427;
}

#informationen{
color:#666666;
float:left;
margin-left:94px;
margin-top:48px;
min-width:100px;
}

#informationen ul{
color: #666666;
}


#informationen li{
color: #666666;
list-style-image: url(/testumgebung/files/images/bullet.gif);
padding-bottom: 4px;
}

#informationen  a,
#informationen  a:link {
    color:#666666;
    text-decoration: none;
    background:inherit;
    font-weight: bold;
    padding: 0 0px 0 0px;
	text-transform: uppercase;
}

#informationen  a,
#informationen  a:hover {
    color:#888888;
    text-decoration: none;
    background:inherit;
    font-weight: bold;
    padding: 0 0px 0 0px;
}


#informationen h1 {
    font-size: 17px;
margin-left:-12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #888888;
}