/* Screen Stylesheet */
body, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #87888a;

}

h4, h5, h6 {
	margin: 38px 10px 0 10px;
}

h1 {
	font-size: 17px;
	color: #009ee0;
	margin: 55px 10px 0 10px;
}

h2 {
	font-size: 12px;
	color: #009ee0;
	margin: 10px 5px 8px 10px;
}

h3 {
	font-size: 12px;
	color: black;
	margin: 55px 0px 0px 20px;
}

p {
	margin: 10px;
	padding-bottom: 1em;
}

p2 {
	margin: 20px;
	padding-bottom: 1em;
}

img { border: none; }

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

address {
	font-style: normal;
}


a:link { color: black }
a:visited { color: #009ee0 }
a:active, a:hover { text-decoration: none }

#struktur {
	width: 960px;
	height: auto;
	margin: 10px auto;	
	background: white;
}
#logozeile {
	height: 95px;
	background-image: url('../images/logozeile.jpg');
	font-size: 9px;
} 

#logozeile ul{ margin: 0 0 0 45px; padding: 0; list-style-type: none }

#logozeile ul li { float: left }

#logozeile ul li a {
	display: block; 
	padding: 70px 15px 0 0; 
	text-decoration: none; 
	color: #000000; 
	
}

#logozeile ul li a:hover { 
	text-decoration: none;
	color: #009ee0;
}

#kopfzeile {
	height: 235px;
	
}

#nav{
	background: #c6c7c8;
	height: 28px;
	border-bottom: 2px solid #009ee0;
	text-transform: uppercase;
	
	
}

#nav ul{ 
	margin: 0 0 0 0; 
	padding: 0; 
	list-style-type: none;

}

#nav ul li { float: left; width: 160px }

#nav ul li a {
	display: block; 
	text-align: center;
	text-decoration: none; 
	color: #000000; 
	line-height: 28px;
}

#nav ul li a:hover { 
	text-decoration: none;
	color: #009ee0;
}

#nav ul li a strong {
	background: #009ee0;
	display: block;
	color: white;
	
}


#toc { 
	float: left;
	width: 230px;
	height: 335px;
	background: white;
	font-size: 12px;
}

#toc ul { 
	margin: 58px 45px 0 9px; 
	padding: 0;
	list-style-type: none;
}


#toc ul li { 
	margin-bottom: 20px;
 }

#toc ul li a { 
	color: black;
	text-decoration: none;
	padding-left: 28px;
	display: block;

	background-repeat: no-repeat;
	background-position: left center;
}

#toc ul li a:hover {
	color: #009ee0;
	
}

#toc ol li { 
	list-style-type: none;
 }

#toc ol li a { 
	color: black;
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 2px 10px;
}

#toc ol li a:hover {
	color: #009ee0;
	
}

#inhalt {
	float: left;
	width: 480px;
	background: white;
	background-image: url('../images/inhalt.jpg');
	background-repeat: no-repeat;
	left: 30px;
	top: 20px;
}
#inhalt ul { 
	margin: 70px 45px 0 0; 
}

#info {
	float: right;
	width: 240px;
	
	background: white;
}

#fusszeile {
	clear: both;
	padding-top: 16px;
	background: #e3e4e5;
	background-image: url('../images/fusszeile.jpg');
	font-style: normal;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	height: 25px;
	text-transform: none;
}
#fusszeile a:link {
	text-decoration: none;
}

dt { 
	font-weight: normal; 
	float: left; 
	width: 5px;
	clear: left; 
	margin: 0 0 5px 10px;
}

dd { 
	margin: 5px;
	border: 2px;

	
}


.bild_links{
	float: left;
	margin: 0 10px 10px 0;
}

.bild_rechts{
	float: right;
	margin: 0 0 10px 10px;
}

.bild_mini{
	margin: 8px 0px 0px 20px;
	width: 70px;
}


.bild_klein{
	border-top: 1px solid #e3e4e5;
	margin: 8px 0px 0px 20px;
	width: 150px;	
}

.bild_mittel{
	margin: 70px 0px 0px 30px;
	width: 150px;	
}
.rahmen{
	border: 1px solid #999;
	
}

img.cooler_rahmen:hover { background-image: none }


.clearer { clear: both }


.schwarzertext{
	color:black;
}

#kontakttabelle {
	background: white;
	width: 50px;
	margin: 10px;
}

#kontakttabelle td {
	background: white;
	width: 100px;
}

#kontakttabelle th {
	background: #e3e4e5;
	text-align: left;
	vertical-align: top;
}



