@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

#around_all {
	margin: 0px auto;
	width: 1000px;
	position: relative;
	overflow: visible;
}

#box_up {
	width: 1000px;
	height: 220px;
	background-repeat: no-repeat;
	background-image: url(images/bgd_up.jpg);
}

#virtuellbox {
	width: 600px;
	height: 450px;
	background-color:  #ff0000;
	float: left;
	border: solid 5px #674d0f;
}

#virtuellboxleft {
	height: 460px;
	width: 190px;
	float: left;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#virtuellboxright {
	height: 460px;
	width: 190px;	
	float: left;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#down_left {
	clear: both;
	height: 62px;
	width: 200px;	

	float: left;
}

#down_middle {
	height: 62px;
	width: 600px;

	background-image: url(images/beschreibung.jpg);
	background-repeat: no-repeat;
	float: left;
}

#down_right {
	height: 62px;
	width: 200px;	

	float: left;
}
