/* CSS Document */
@media screen
{
* {
margin: 0;
padding: 0;
}
html, body {
height:101%;
 /* Anzeigebereich in der Vertikalen auf 100% strecken */
}
div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
body{	
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	background-color: #dad9d9;	
	height:100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #333333;
	}
div#wrapper{
	position:relative;
	margin:0 auto;	
	text-align:left;
	width:785px;	
	background-color:#dad9d9;	
	}
div#top{	
	margin-left:540px;
	margin-bottom:10px;	
	font-size:95%;
	z-index:4;}
div#header {
	margin-top:15px;	
	z-index:1;
}
div#content {
	float:left;
	background-color:#FFFFFF;
	margin-top:5px;
	width:785px;
	background-image: url(../bilder/hg.gif);
	background-repeat: repeat-y;
}
div#leftCol {
float:left;
padding-top:120px;
padding-bottom:35px;
width:195px;
background-color:#FFFFFF;
}

div#rightCol {
float:left;
width:477px;
padding-top:124px;
margin-left:48px;
margin-right:59px;
line-height:150%;
display: inline;
text-align:justify;
background-color:#FFFFFF;

}
/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content:".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}
* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1{
	font-size:14px;
	font-weight:bold;
}
h2{
	font-size: 13px;
	font-weight: bold;
}
a:link, a:visited, a:active{
	color: #333333;
	text-decoration: none;		
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.siba:link, a.siba:visited, a.siba:active, a.siba:hover
{
	color: #2c4479;
	text-decoration: none;
}
a.menueinaktiv:link, a.menueinaktiv:visited{
	font-size:90%;
	text-decoration: none;	
	color:#333333
}

a.menueinaktiv:hover {
	font-size:90%;
	text-decoration:underline;		
	color: #CC0000;	
}
a.menueinaktiv:active, a.menueinaktiv:focus {
	font-size:90%;
	text-decoration:none;		
	color: #CC0000;	
}
a.menueaktiv:link, a.menueaktiv:visited, a.menueaktiv:active, a.menueaktiv:focus{
	font-size:90%;
	text-decoration:none;		
	color: #CC0000;	
	
}
a.menueaktiv:hover {
	font-size:90%;
	text-decoration:underline;		
	color: #CC0000;	
	
}
a img {
	border: none;
}
a {
	border:none;}
table {line-height:150%;font-size:100%;}
.rot {
	color:#CC0000
}
.feldbreite {
	width:300px;
}
.suchfeld {	
	height:22px;
}
.adresse {
	font-size: 85%;
	margin-left:20px; 
	margin-right:15px;
	}
.eingabe {
	font-size: 11px;
	width:140px;
	vertical-align:middle;	
}
.formularfeld {
	width:300px;	
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.button
	{
	  font-size: 11px;
	  font-weight: normal;
	  color: #333333;
	  text-decoration: none;
	}
ul { padding-left: 0.6em; margin-left: 0.6em;  }

li{
	margin-bottom:10px;	
	list-style-type:none;	
	list-style-image:url(../bilder/kugel.gif);
	
}
li.pfeil {
	list-style-type:none;
	list-style-image:url(../bilder/pfeil.gif)}

li.team {
	list-style-type:none;
	margin-bottom:5px;	
	}
li.leer {
	margin-bottom:5px;
	list-style-type:none;	
	list-style-image:url(../bilder/leer.gif)}

small {font-size:70%;line-height:75%;}
.foto{	
	background: url(../bilder/dropshadow.png) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border: #eee 1px solid;
	border-right:none;
	border-bottom:none;

}
@media print
{
body , td {
	font-family: Times New Roman, Times;
	font-size:14px;
	color: #000000;	
	background-color: #ffffff;	
}
table {
	width:100%;
}
form {
	display:none;
}

h1 {
	font-size:15px;
	font-weight:bold;
	color: #000000;
	 }

img.zeige {
	display:block;
	
}
img {
	display:none;
}
.ohnedruck {
	display:none;
}
a:link , a:visited, a:active, a:hover{
	text-decoration:underline;
	color: #000000;
}

}
