#structure_contentbox_top {
	background-image: url('../images/bg_content_top.png');
	height: 20px;
	width: 750px;
}

#structure_contentbox {
	background-image: url('../images/bg_content_middle.png');
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 750px;
}

#structure_contentbox_bottom {
	background-image: url('../images/bg_content_bottom.png');
	height: 20px;
	width: 750px;
}

#structure_footerbox {
	clear: left;
	margin: 0 0 20px 0;
}

#structure_headerbox {
	position: relative;
	height: 270px;
	margin: 0 0 30px 0;
	z-index: 1;
}

#structure_headerbox_image {
	position: relative;
	display: block;
	left: 280px;
	overflow: hidden;
	top: 8px;
	width: 440px;
	height: 259px
}

#structure_headerbox_image p {
	display: block;
	text-align: center;
}

#structure_headerbox_logo {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 1000;
}

#structure_headerbox_navigation {
	position: absolute;
	top: 35px;
	width: 250px;
	z-index: 1000;
}

#structure_infobox {
	float: left;
	width: 250px;
}

.structure_infobox_entry {
	background-image: url('../images/bg_infobox_middle.png');
	width: 250px;
}

.structure_infobox_entry_bg {
	background-image: url('../images/bg_notenschluessel-trans.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.structure_infobox_entry_bg2 {
	background-image: url('../images/bg_noten-trans.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.structure_infobox_entry_bottom {
	background-image: url('../images/bg_infobox_bottom.png');
	height: 20px;
	width: 250px;
}

.structure_infobox_entry_top {
	background-image: url('../images/bg_infobox_top.png');
	height: 20px;
	width: 250px;
}

#structure_mainbox {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#structure_outerbox {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 1;
}
