/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.clear {
	clear: both;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}

#all {
    width: 800px;
    margin: 0px auto;
}

.startlogo {
	margin: 37px 0px 0px 28px;
}

.logo_header{
	margin: 1px 0px 0px 10px;
	float: left;
}

.ueberschrift_header {
	margin: 0px 0px 0px 56px;
	float: left;
}

.btns_navigation {
	position: absolute;
	top: 136px;
/*	padding-left: 180px; */
	padding-left: 50px;
	background-color: #DBA000;
/*	width: 620px; */
	width: 750px;
}

.btns_navigation li {
	display: inline;
}

.btns_navigation .off a { 
	margin-right: 8px;
	padding: 4px 5px 4px 5px;
	color: #000; font-size: 12px;
	font-weight: normal;
	background-color: #DBA000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}

.btns_navigation .off a: hover {
	background-color: #000;
	color: #DBA000;
}

.btns_navigation .on a {
	margin-right: 8px;
	padding: 4px 5px 4px 5px;
	color: #DBA000;
	font-size: 12px;
	font-weight: normal;
	background-color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}

.btns_flyout {
	width: 150px;
	display: block;
}

a.btns_flyout, a.btns_flyout:link, a.btns_flyout:visited, a.btns_flyout:hover, a.btns_flyout:active {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #DBA000;
	display: block;
	margin: 0px;
	padding: 3px 0px 0px 11px;
}

#cont_content {
	position: absolute;
	top: 216px;
	display: block;
	width: 800px;
	padding-bottom: 20px;
	/* height: 385px; */
}

#content_headline {
margin-top: 25px;
float: right;
}

.content_links {
line-height: 18px;
padding-left: 34px;
/* height: 290px; */
display: block;
width: 265px;
float: left;
}

.content_rechts {
line-height: 18px;
padding-left: 34px;
/* height: 290px; */
display: block;
width: 460px;
float: right;
}

.content_mitte {
line-height: 18px;
padding-left: 34px;
height: 290px;
display: block;
width: 766px;
}