/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	background-color: #000000;
}

.content {
	width:800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

.orange_line {background-color:#ff6600; height:20px; margin-bottom:20px;}

.white_line {background-color:#ffffff; margin-bottom:40px; margin-top:30px; clear:both;}

.titel {
	color: #FFFFFF;
	font-weight: bold;
	font-size:17px;
	line-height:22px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

.textfeld_redaktion {
	width:795px;
	height:400px;

}

.bild_links {
	margin-right: 15px;
	margin-bottom: 15px;
}

.bild_rechts {
	margin-left: 15px;
	margin-bottom: 15px;
}