/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #013112;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	margin: auto;
	width: 908px;
	height: 600px;
	background-color: #15251c;
	border: 1px solid #FFF;
}

#header {
	float: left;
	width: 621px;
	height: 84px;
	margin-left: 21px;
	margin-top: 21px;
}

#balken {
	clear: both;
	float: left;
	width: 100%;
	height: 57px;
	background-color: #007d40;
	margin-top: 71px;
}

#balken #text {
	float: left;
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	margin-top: 21px;
	margin-left: 21px;
	color: #FFF;
}

#text_area {
	float: left;
	width: 862px;
	height: 317px;
	margin-left: 21px;
	margin-top: 37px;
}

#brandenburg {
	float: left;
	width: 282px;
	height: 253px;
	border-right: 1px solid #8d8d8c;
}

#riesa {
	float: left;
	width: 272px;
	height: 253px;
	border-right: 1px solid #8d8d8c;
	margin-left: 0px;
}

#magdeburg {
	float: left;
	width: 295px;
	height: 253px;
	border-right: 0px solid #8d8d8c;
	margin-left: 0px;
}

#bwg {
	float: left;
	width: 862px;
	text-align: right;
}
