﻿HTML, BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2c2b29;
	color: #dfdfdf;
	line-height: 150%;
}

DIV, UL {
	margin: 0px;
	padding: 0px;
}

IMG { 
	border:none;
}

A,A:HOVER, A:ACTIVE {
	color: #262626;
	text-decoration: underline;
}

#background {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	display: block;
}


#background #content {		
	width: 1280px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: none;
	z-index: 10;
	display: block;

}

#background #content #inhalt {
	display:block;
	float: left;
	width: 1280px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	background-color: #2c2b29;
	z-index: 15;
	height: 100%;
}

#background #content #inhalt #topheader {
	height: 18px;
	width: 1140px;
	background-color: #2c2b29;
	padding-right: 140px;
	color: #dfdfdf;
	text-align: right;
	float: left;
	font-size: 10px;
	color: #848484;
	line-height: 18px;
	letter-spacing: 1px;
}
#background #content #inhalt #topheader A {
	color: #848484;
	text-decoration: none;
}

#background #content #inhalt #topheader A:HOVER {
	text-decoration: underline;
}
#background #content #inhalt #header {
	height: 205px;
	float: left;
	width: 1280px;
	background-color: #2c2b29;
	color: #dfdfdf;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
#background #content #inhalt #navigation {
	height: 42px;
	line-height: 42px;
	float: left;	
	width: 1040px;
	top: -44px;
	position: relative;
	text-align: center;
	border-top:  1px solid #bababa;
	border-bottom: 1px solid #bababa;
	padding: 0px 120px;
}
#background #content #inhalt #navigation A {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #dfdfdf;
	letter-spacing: 2px;
	margin: 0px 0px;
	line-height: 42px;
	height: 42px;
	display: block;
	padding:  0px 21px;
	float: left;
	filter:alpha(opacity=80)
	-moz-opacity: 0.80; 
	opacity: 0.80;
}

#background #content #inhalt #navigation A.aktiv {
	background-color: #525252;
	border-bottom: 1px solid #525252;
	color: #25aae1;
}
#background #content #inhalt #navigation A:HOVER {
	color: #25aae1;
}
#background #content #inhalt #hauptteil {
	float: left;
	width: 1280px;
	background-color: #2c2b29;
	color: #dfdfdf;
	top: -44px;
	position: relative;
}

#background #content #inhalt #footer {
	border-top: 1px solid #bababa;
	height: 1px;
	margin: 16px 0px 0px 0px;
	float: left;
	padding: 0px 30px;
	width: 1220px;
	color: #848484;
	padding: 16px 7px;
	font-size: 9px;
	text-align: center;
}        
#background #content #inhalt #footer A {
	color: #848484;
	text-decoration: none;
}
#background #content #inhalt #footer A:HOVER {
	color: #dfdfdf;
	text-decoration: underline;
}
