/*----------- Breiten / Abstände -----------*/
#BoxContainer {
	position: absolute;
	width: 840px;
	left: 50%;
	top: 0;
	margin-left: -435px;	
	text-align: left;
	padding: 0 15px 0 15px;
	background-image:url(/images/bg_container.gif);
	background-repeat:repeat-y;
}

#BoxHeader {
	width: 595px;
	height: 125px;
	background-image:url(/images/logo.gif);
	margin: 0 0 0 105px;
}

#BoxLogo {
display:none;
}

#BoxNAV {
	width: 646px;
	height: 25px;
	float:left;
	background-image:url(/images/nav.jpg);
	background-repeat:no-repeat;
	background-position:56px;
	display:none;
}

#BoxMiddle {
	width:670px;	
	float:left;
	padding:28px 22px 0 56px;
	min-height: 650px;
	background-color:#FFFFFF;
	margin: 0 0 0 50px;
}

#BoxNAV02 {
	width: 590px;
	float:left;
	height: 20px;
	border-top:#7d7d7d 1px solid;	
	border-bottom:#7d7d7d 1px solid;
	font-size:0.75em;
	line-height:20px;
}

#BoxRight {
	width: 150px;
	float:right;
	min-height: 726px;
	display:none;
}

#BoxContent {
	width: 590px;
	float:left;
	min-height: 650px;
	padding: 21px 0 0 0;
	text-align:left;
	font-size:0.75em;
	line-height: 1.6em;
}

#BoxFooter {
	width: 870px;
	height: 15px;
	margin:0 -15px 0 -15px;
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	display:none;
}
/*----------- Schriften / allgemein -----------*/
html { 
  padding:0px;
  margin:0px;
}

/*<e4w style="FONT-FAMILY: arial,helvetica;FONT-SIZE: 75%;COLOR: #2d2d2d;background-color: #FFFFFF;line-height: 1.6em;"/>*/
body
{
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 100.01%; 
	color:#686868;
	text-align:center;	
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
	background-color: #ffffff;
}
