/* http://jigsaw.w3.org/css-validator/validator?uri= */

*
{
	margin: 0px 0px;
	padding:0px 0px;
	border: 0px none;
}

html
{	
	height:100%;
}

body 
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px;
	height:100%;
	width:100%;
	min-width: 700px;
	text-align:center;
	text-decoration: none;
	line-height:20px;
	font-size:100.01%;
	background-color: #fff;
}

img
{
	border:none;
}

h1 { 
	padding:20px 0px 70px 0px;
	font-family:Arial;
	font:arial;
	font-size:32px;
	font-weight: bold;
	text-align:center; }

h2 { 
	padding:15px 0px 5px 15px;
	font-family:Arial;
	font:arial;
	font-size:14px;
	font-weight: bold; }

h3 { 
	padding:15px 0px 5px 20px;
	font-family:Arial;
	font:arial;
	font-size:14px;
	font-weight: bold; }	

h4 { 
	padding:10px 0px 3px 0px;
	font-family:Arial;
	font:arial;
	font-size:12px;
	font-weight: bold; }
	
h5 { 
	padding:5px 0px 5px 25px;
	font-family:Arial;
	font:arial;
	font-size:12px;
	font-weight: bold; }
	
h6 { 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	text-align:right;
	font-weight:bold; }	
	

#header {
	color: #000;
	clear: both; 
	width: 100%;
	background: #ccc;
	border-bottom: 1px solid #fff; 
	height: 205px;
	margin:0px 0px;	}
	
.navlogo	{
	margin: 5px 5px 5px 0px;
	padding:10px 15px;
	widht: 160px;
	height:125px;
	float:left;
	background-color:#8da3c5;	}

.logo { 
	margin: 5px 0px;
	padding: 10px 5px 10px 0px;
	background-color:#ccc;
	widht: auto;
	height:125px;
	float:right;	}

.banner { 
	width: 163px;
	height: 45px;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px;
	background-color:#D1B12F;
	font-family: Arial;
	font: arial;
	font-size: 12px;
	font-weight:bold;
	color: #990000;
	letter-spacing:0.1em;
	text-decoration:none;
	line-height:15px;
	vertical-align:middle;
	clear:both;
	float: left;	}

.banner a	{
	text-decoration:none;
	background:none;
	color:#990000;	}
	
.banner a:hover	{
	text-decoration:none;
	background:none;
	color:#990000;	}


#container	{  	
	margin: 0px 0px 0px 164px;
	padding: 15px 15px;
	width:auto;
	height:100%;
	background-color: #ccc;
  	font-family:Arial;
	font:arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border-left: 5px solid #ccc;	}
	
#container p {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	text-decoration:none;
	text-align:justify;	}
	
#container a,a:visited {
	text-decoration:none;
	color:#3d5a92; }
	
#container a:hover { color:#ffffff;}

.datum {width:90px;}

#footer	{	
	clear:both;
	width:100%;
	height:25px;
	padding: 1px 0px;
	margin: 0px 0px;
	background-color: #ccc;
	border-top: 1px solid #fff;
	color: #000;
	text-align:right;
	vertical-align:bottom;	}
	
#right {
 	float:right;
  	width: 5px;
	margin: 0px 0px;
	background:#fff;	}


/* wrapper holds left faux column tab */

#wrapper { 
	text-align: left;
	width: 760px;
	margin: 0px auto; 
	background: #8da3c5 url("../Bilder/blau.png") repeat-y 0 0;
	border-left:5px solid #ccc;	}
	
.bz ol {}

.z1
{
 	float: left;
 	clear:both;
 	list-style: none;
 	margin: -15px  0 -70px 50px;
}

#centerwrap 
{
  	float:left;
  	width: 100%; 
	margin: 0 -96% 0 0;
	
}

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#hauptnavi {margin: 0;}



#contentfloatholder {
background: #8da3c5 url("../Bilder/blau.png") repeat-y 100% 0;
float: left;
width: 100%;
}

#contentfloatholder:after {
----- this is for NN6 to clear floats -----
    content: "."; 
    display: block; 
	height: 0px;
    clear: both; 
    visibility: hidden;
}

.screen {visibility: visible; display: block;}
.print {visibility: hidden; display: none;} 



