@import url(iehacks.css);
/*ul {border:1px solid red}
div {border:1px solid black}
div div{border:1px solid blue}
div div div {border:1px solid green}*/


.fl {float:left}
.nopad
{
    padding:0;
    margin:0;
}


body
{
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	height:101%;
	width:100%;
	min-height:100%;
}

html 
{
    height:100%;
    min-height:100%;
}

div#container 
{
	text-align:left;
	position:relative;
	min-height:100%
	background-color: #FFFFFF;
	background-image: url(../images/hgcontainer.jpg);
	background-repeat: repeat-x;
}

div#header0
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom:0px;
	width:100%;
	height:220px;
	background-repeat:no-repeat;
	background-image: url(../images/header.jpg);
	background-position: center center;
}
div#header
{
	width:100%;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	background-position:0px 0px;
	background-repeat:repeat-x;
	position:relative;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url(../images/header_bg.jpg);	
}

div#subheader
{
	width:100%;
	height:120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: EEEEEE;
 

}

div#container2
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	background-image: url(../images/bgcont.jpg);
	background-repeat: no-repeat;
}

div#content_top
{
	padding-left:15px;
	line-height:10px;
	height:15px;
	width:750px;
}

div#content
{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	min-height:440px;
	padding:0;
	padding:15px;
	padding-right:15px;
	padding-top:10px;
	width:800px;
}

div#inhalt
{
	padding-left:15px;
	padding-top:25px;
	padding-bottom:5px;
	padding-right:25px;
}

div#content_bottom
{
	line-height:10px;
	height:15px;
	width:750px;
	margin-bottom:30px;
	padding-left: 15px;
}

div#footer0
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom: 0px;
	width:800px;
	height:150px;
	background-repeat:no-repeat;
	background-image: url(../images/hg_footer.jpg);
	background-position: center center;
}
div#footer
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;
	height:150px;
	background-position:0px 0px;
	background-repeat:repeat-x;
	background-image: url(../images/hg_footer_bg.jpg);
}

