html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow: hidden; 
}


body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	
	background-color:#555;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:12px;
	line-height:14px;
}

#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:3;
	
	top:190px;
	bottom:20px;
	
	left:50%;
	width: 770px;
	top: 190px;
	padding: 15px;
	
	margin-left:-400px;

	background-color:#0d0d0d;
}

* html #content {
	top:2px; 
	bottom:20px; 
	height:100%;
	width:800px;
	border-top:190px solid black; 
	border-bottom: 20px solid #1f1f1f;
}

#head {
	position:absolute;
	left:50%;
	top:0;

	width:800px;
	min-width:800px;

	margin-left:-400px;

	height:190px;
	z-index:5;
	background: url(bilder/hg_nav.png);
}

* html #head {
	top:2px;
	width:800px;
}	

#bildbalken {
float:left;
	height:150px;
	width:800px;
	overflow: hidden;
}

#logo{
	float:left;
	height:40px;
	background-color: #1f1f1f;
}


#navigation {
	float:right;
	height: 40px;
	background: #1f1f1f;
	margin: 0px;
}




#foot {
	position:absolute;
	margin-left:-400px;
	left:50%;
	bottom:0;

	width:797px;
	min-width:797px;
	height:17px;

	z-index:5;
	
	text-align:right;
	background-color: #1f1f1f;
	padding-top: 3px;
	padding-right: 3px;
}

* html #foot {
	bottom: 0px; 
	width: 800px;
	height: 20px;
}

#subnavi{
	display: none;
}


/* schriftauszeichnungen */


#navigation ul{
float: left;
margin: 0px;
padding-left: 0px;
}

#navigation li{
float: left;
margin: 0px;
padding: 0px;
list-style: none;
}

#navigation a{
float: left;
height:14px;
margin: 0px;
padding: 13px 8px;
text-decoration: none;
border-left:solid 1px black;
}

#navigation a:hover{
background: #000;
}

.aktiv {
height:14px;
margin-left: -10px;
margin-right:-10px;
padding: 13px 8px;
text-decoration: none;
border-left:solid 1px black;
background: #000;
}

h1{
	font-weight:bold;
	font-size:12px;
	padding:0px;
	color:#f00;
	display: inline;
	margin-bottom: 0;
}

h2{
	color: #68b022;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:right;
	font-weight:bold;
	display: inline;
}

a{
	color: #fff;	
}

#foot a{
	text-decoration:none;
	color: #000;
	text-size:10px;
}

table {
width:770px;
border-collapse:collapse; 
border-spacing:5px;
background-color:#1f1f1f;
}

td, th{
padding: 4px;
border:1px solid #0d0d0d;
vertical-align:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#fff;
font-size:12px;
line-height:14px;

}

/* style mailforms */

.csc-mailform {
	border: 0px;
	margin: 0;
	padding: 0;
}


.csc-mailform label{
	clear: both;
	float: left;
	height: 15px;
	width: 80px;
	padding: 6px 0 6px 0;
}



.csc-mailform-field input{
	height: 20px;
	margin: 3px 0 3px 0;
	width: 300px;
	border: 1px solid black;
}

.csc-mailform-field textarea{
	width: 302px;
	margin: 3px 0 3px 0;
	border: 1px solid black;
}

.csc-mailform .csc-mailform-submit {
	margin-left: 80px;
	height: 19px;
	width: 303px;
	border: 1px solid black;
}


