/* -----------------HTML/BODY----------------- */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0px;
}




/* -----------------CONTAINER----------------- */

#container_wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content_wrap {
	padding-bottom: 200px;
}



/* -----------------FOOTER----------------- */
#container-foot {
font-size:10px;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 200px;
			background-color:#999999;
				background-image:url(../img/footer_hg.gif);
	background-repeat:repeat-x;


}
#footer_wrap {
	padding: 0;
	line-height: 18px;

	margin:0px !important;
}
#footer_wrap a {
	text-decoration:none;
	color:#ffffff;
}
#footer_wrap a:hover {
	text-decoration:underline;
	color:#ffffff;
}

#content_wrap:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#footer_innen {
margin-left:auto;
margin-right:auto;
width:950px;
text-align:left;
}

.boxen {
margin-left:7px;
}

.footer_box {
float:left;
width:151px;
margin-top:20px;
margin-left:2px;
line-height:17px;

}

.footer_box ul li {
list-style-type:none;
margin:0px;
padding:0px;
}


.footer_box h4 {
font-size:10px;
border-bottom:solid 1px #ffffff;
color:#ffffff;
font-weight:normal;
text-transform:uppercase;
margin-right:5px;

}
