/* Farben
	Dunkelblau  #415a83 (Kopf_Grafik)
	Dunkelblau	#013161	(Schrift)
	Hellblau	#a8aec4 (Kopf_Grafik)
	Hellblau	#dfe2eb (Hintergrund)
	Orange		#F59E01 (Hintergrund)
	Farben Ende */

* { padding: 0; margin: 0; }

.highlight {
	font-weight:bold;
	color:#000;
	background-color: #FFE3B0;
}


a:link{
	text-decoration:none;
	color:#013161;
}

a:visited {
	text-decoration:none;
	color:#013161;
}

a:active {
	text-decoration:none;
	font-weight:bold;
	color:#013161;	
}

a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#013161;	
}

a img {
	border : 0 none;
}

a:hover img{
	border: 1px thin;
}

h1, h2, h3, h4, h5{
	font:Arial, Helvetica, sans-serif;
	color:#013161;

}

h5{
	font-size:14px;
	font-weight:bold;
}

h4{
	font-size:16px;
}

h3{
	font-size:16px;
	font-weight:bold;
}

h2{
	font-size:18px;
}

h1{
	font-size:18px;
	font-weight:bold;
}

.menu-current{
	font-weight:bold;
}

.menu-child{
	font-weight:normal;
}

table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

HTML{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.5;
}

body {
  	padding: 0px;
  	margin: 0px;
  	background-color: #e7eaf3;
  	z-index: 1;
}



#kopf {
	background: url(bilder/kopf.jpg) no-repeat left top;
	border-right:#000 1px solid;
  	position: absolute;
  	Left: 0px;	
 	height: 170px;
  	width: 1000px;
  	margin-left: 0px;
  	margin-right: 0px;
	color:#FFFFFF;
  	z-index: 1000;
}

#PfadLink a:visited, #PfadLink a:hover, #PfadLink a:active{
	text-decoration:none;
	color:#FFF;
	
}

#PfadLink {
	padding-top: 148px;
	padding-left: 255px;
}


#hintergrund {
  	background:url(bilder/Hintergrund.jpg) repeat-y;
 	position: absolute;
  	Left: 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
  	width: 1000px;
  	margin-left: 0px;
  	margin-right: 0px;
	border-right:#000 1px solid;
  	z-index: 1;
}

#suchen {
	width: 130px;
}

#links {
	float:left;
	margin:0px;
 	width: 220px;
  	z-index: 900;
}

#links-text {
	padding-left:20px;
	padding-right:20px;
	padding-top:192px;
	padding-bottom:200px;
}

#links a:visited, #Links a:hover, #Links a:active{
	font-size: 14px;
	text-decoration:none;
}

#Links a:hover{
	font-size: 14px;
	text-decoration:none;
}

#Links a:active{
	font-size: 14px;
	text-decoration:none;
}

#inhalt {
	float:left;
	margin: 0px;
	width: 563px;
	
}

#inhalt-text {
	padding-left:35px;
	padding-right:25px;
	padding-top:192px;
	padding-bottom:30px;
}

#rechts {
	float:left;
 	width: 216px;
  	z-index: 3;
}

#rechts-text {
	padding-top:180px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:10px;
}

#logo {
	width:220px;
	height:175px;
	background:url(bilder/logo_links_unten.gif) no-repeat left;
	position:absolute;
	bottom:1px;
	left:1px;
}

#adresse {
	border:solid 1px #dfe2eb;
	border-collapse:collapse;
	
}

#adresse_inhalt {
	padding:10px;
}


#update {
	font-size:9px;
	vertical-align:text-bottom;
	font-style:italic;
	display:inline;
	margin-top:10px;
}
