#box_container {
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 25px;
	margin-left: 10%;
	width: 80%;
}

#box_toppicture {
	padding:0em;
	margin:0;
	background-repeat:no-repeat;
	background-position:right center;
	height: 150px;
	background-image: url(../img/Hintergrund/Hintergrund3.jpg);
	background-color: #FFFFFF;
	float: right;
	width: 100%;
	z-index: 50;
}

#box_main {
	background-color: #FFFFFF;
}

#box_menu1 {
	background-color: #00448C;
	text-align: center;
}

#box_left {
}

#box_content {
	margin-right: 25px;
	width: 600px;
}

#box_right {
	visibility: hidden;
}

#box_footer {
	background-color: #FFFFFF;
	height: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#box_separator1 {
	height: 10px;
	clear: both;
	background-color: #CCCCCC;
}


#box_separator2 {
	height: 10px;
	clear: both;
	background-color: #FFFFFF;
}

