#mainbox {
	position: absolute;
	left: 50%;
	margin: 0px;
	margin-left: -406px;
	width: 812px;
	background-image:URL('../images/background_mainbox.png');
	background-repeat: repeat-y;
	padding:0px;
	padding-left: 6px;
	padding-right: 6px;
	min-height: 100%;
	height: auto;
}

* html #mainbox {
	height: 100%;
}

#headerbox {
	width: 796px;
	height: 127px;
	background-image:URL('../images/header.jpg');
	background-repeat: no-repeat;
	margin: 2px 2px 2px 2px;
}

#laufschriftbox {
	width: 796px;
	height: 20px;
	background-image:URL('../images/background_laufschrift.jpg');
	background-repeat: no-repeat;
	margin: 0px 2px 0px 2px;
}

#eventbox {
	width: 796px;
	height: 90px;
	background-image:URL('../images/background_event.jpg');
	background-repeat: no-repeat;
	margin: 2px 2px 2px 2px;
	padding-left: 3px;
}

#leftbox {
	float: left;
	width: 172px;
	height: 519px;
	background-image:URL('../images/background_leftbox.gif');
	background-repeat: repeat-y;
	border-top: 2px solid #B2B2B2;
	border-bottom: 2px solid #B2B2B2;
	margin-left: 2px;
	padding: 0px;
}

* html #leftbox {
	margin-left: 1px;
}

#contentbox {
	float: left;
	width: 602px;
	height: 499px;
	background-image:URL('../images/background_contentbox.gif');
	background-repeat: repeat-y;
	border-top: 2px solid #B2B2B2;
	border-bottom: 2px solid #B2B2B2;
	margin-left: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

* html #contentbox {
	height: 520px;
	width: 622px;
}

#contentbox2 {
	float: left;
	width: 622px;
	height: 519px;
	margin-left: 2px;
	padding: 0px;
}

#contentbox2_head {
	width: 100%;
	height: auto;
	background-image:URL('../images/bg_head_content2.gif');
	background-repeat: repeat-x;
}

#contentbox2_content {
	background-image:URL('../images/background_contentbox.gif');
	background-repeat: repeat-y;
	width: 602px;
	height: 471px;
	border-bottom: 2px solid #B2B2B2;
	overflow: auto;
	padding: 5px;
}

* html #contentbox2_content {
	width: 622px;
	height: 490px;
}

#clearbox {
	width: 100px;
	clear: both;
	bottom: 0%;
}

#spacer {
	font-size: 1px;
	width: 1px;
	height: 1px;
}

#menuhead {
	width: 166px;
	height: 27px;
	background-image:URL('../images/menu_top.gif');
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#quickcontact {
	width: 166px;
	height: auto;
	margin-left: 3px;
	margin-bottom: 1px;
	line-height:0px;
	font-size: 1px;
}

#quickcontactcontent {
	width: 154px;
	height: auto;
	border: 1px solid #B2B2B2;
	margin-top: -1px;
	padding: 5px;
}

* html #quickcontactcontent {
	width: 166px;
}

#leftcontent {
	width: 800px;
	height: auto;
}