@charset "UTF-8";
/* CSS Document */

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align: left; 
/* IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	background-image: url(fixed_images/home/01.jpg);
}

h1, h2, h3, h4, h5 {
	font-variant: small-caps;
}
h1 {
	margin: 0;
	font-size: 1.75em;
}
h2 {
	margin: 30px 0 0 0;
	font-size: 1.5em;
}
h3 {
	margin: 24px 0 0 0;
	font-size: 1.3em;
}
h4 {
	margin: 24px 0 0 0;
	font-size: 1.2em;
}
ul.content, ol.content {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	list-style-type: square;
}
p {
	margin: 0 24px 0 60px;
	font-size: 0.9em;
	line-height: 1.6em;
}

.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 4px;
	margin-left: 5px;
	width: 560px;
	float: left;
}
div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbndig ausgerichtet sind */
}

html, body {
height: 100%;
}

/* DIV-Boxen */

div#wrapper {
	position: relative;
	/*width: 800px;*/
height: 100%;
	min-height: 100%;
	height: auto !important;
	margin-top: 0;
	margin-bottom: 0;
	width: 960px;
	background-image: url(fixed_images/home/02.jpg);
	background-repeat: no-repeat;
}
div#hauptnav {
	width: 139px;
	padding-left: 17px;
	padding-top: 163px;
       
}
#level1Nav{
	width:139px;
	margin-bottom:6px;
        font-family: Helvetica, Arial,  sans-serif;
        background-image: url(fixed_images/neu/nav.png);
        
}
#level1Nav a{
	padding: 1px 0px 2px 2px;
	width:139px;
	height: 14px;
	display:block;
	font-size:13px;
	font-weight:normal;
	color: #FFF;
	text-decoration:none;
        background-image: url(fixed_images/neu/nav.png);
        
}

#level1Nav a:hover{
	background-image: url(fixed_images/neu/nav_over.png);
	color: #FFF;
        font-weight:bold;
}
#level1Nav.active a{
	background-image: url(fixed_images/neu/nav_over.png);
	color: #FFF;
        font-weight:bold;
}
div#header {
	height: 137px;
}

div#logohead {
	height: 137px;
	float: left;
	width: 220px;
}

div#centerhead {
	margin-top: 0px;
	margin-right: 520px;
	margin-bottom: 0;
	margin-left: 220px;
	width: 220px;
	height: 137px;

}

*html div#centerhead {
	margin-top: 0px;
	margin-right: 520px;
	margin-bottom: 0;
	margin-left: 220px;
	width: auto;
	
}
div#righthead {
	width: 520px;
	float: right;
	height: 137px;
}

div#leftCol {
	width: 220px;
	float: left;
	height: 483px;
        background-color: #9c8f85
}

div#hauptnav {
	width: 139px;
	padding-left: 17px;
	padding-top: 163px;
}

div#rightCol {
	width: 520px;
	float: right;
}

div#centerCol {
	width: 740px;
	height: 483px;
	float:right;
}

div#subnavwrapper {
	width: 180px;
	height: 137px;
	padding-left: 20px;
	padding-right: 20px;
}

div#leftCol, div#rightCol, div#centerCol {
padding-bottom: 25px;
}

div#footertext {
	height: 14px;
	margin-left: 5px;
}

div#footerbild {
	float: right;
	height: 14px;
	width: 40px;
	margin-top: 4px;
	margin-right: 5px;
}

div#footer {
	clear: both;
	bottom: 0px;
	width: 960px;
	height: 18px;
	background: #fff;
	background-color: #6C6962;
	font-size: 10px;
	color: #FFF;
}

*html div#footer {
	clear: both;
	position: absolute;
        top: 645px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
overflow:hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* berschrift, Absatz */

-->
</style>