#structure_adminbereich {
	position: fixed;
	right: 0px;
	top: 10px;
	background: url("../images/bg_adminbereich-trans.png") no-repeat;
	height: 180px;
	width: 30px;
	z-index: 1000000000;
}

#structure_outerbox {
	position: relative;
	margin: 10px auto;
	width: 1000px;
}

#structure_logobox {
	height: 80px;
	margin: 0 0 10px 0;
}

#structure_navigationbox {	
	background-image: url("../images/bg_navbox-trans.png");
	background-repeat: no-repeat;
	height: 50px;
	margin: 0 0 10px 0;
}

#structure_bannerbox {
	height: 230px;
	margin: 0 0 10px 0;
}

#structure_mainbox_top {
	clear: both;
	height: 15px;
}

#structure_mainbox {
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0 0 0 0;
}

#structure_contentbox {
	width: 650px;
}

#structure_smmbox {
	clear: both;
	overflow: hidden;
	position: relative;
}

#structure_sidebox {
	float: right;
	width: 350px;
}

#structure_sidebox_search {
	overflow: hidden;
}

#structure_mainbox_bottom {
	clear: both;
	height: 15px;
	margin: 0 0 10px 0;
}

#structure_footerbox {
	float: left;
}

#structure_brandingbox {
	float: right;
}

#structure_mainbox_start {	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	
	background-color: #ffffff;
	margin: 20px 0 20px 0;
	overflow: hidden;
}
