@charset "utf-8";
/* CSS Document */

html {
font-size: 62.5%}

/* Wegen untersch. Darstellung in Browsern alle Abstände auf 0 setzen - ganz wichtig!!!*/
* {margin: 0px; padding: 0px; border: 0px;}

body {
	/* Seite: */
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* Seitenpositionierung: */
	position: absolute;
	width: 100%;
	height: 101%;
	left: 0px;
	top:0px;
	/* Texte: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:21px;
	text-transform: none;
	text-decoration: none;

}

/* Links: */
a {
	text-decoration: underline;
	color:#999;
}
a:visited {}
a:hover { text-decoration: underline; color:#006; }
a:active {}
/* verhindert Rahmen um Links: */
a:focus { outline: none;}

	

div#wrapper {
	width: auto;
	height:auto;
	left:0px;
	top: 0px;
}

div#head0 {
	position:absolute;
	width: 100%;
	height:450px;
	left:0px;
	top: 0px;
	background-image:url(../pictures/hg_head_2100x450_titel.jpg);
	background-repeat: no-repeat;
}

div#head1 {
	position:absolute;
	width: 100%;
	height:450px;
	left:0px;
	top: 0px;
	background-image:url(../pictures/hg_head_2100x450_1.jpg);
	background-repeat: no-repeat;
}

div#head2 {
	position:absolute;
	width: 100%;
	height:450px;
	left:0px;
	top: 0px;
	background-image:url(../pictures/hg_head_2100x450_2.jpg);
	background-repeat: no-repeat;
}

div#head3 {
	position:absolute;
	width: 100%;
	height:450px;
	left:0px;
	top: 0px;
	background-image:url(../pictures/hg_head_2100x450_3.jpg);
	background-repeat: no-repeat;
}

div#head4 {
	position:absolute;
	width: 100%;
	height:450px;
	left:0px;
	top: 0px;
	background-image:url(../pictures/hg_head_2100x450_4.jpg);
	background-repeat: no-repeat;
}


div#main {
	position:absolute;
	width: 960px;
	height:auto;
	left:0px;
	top: 450px;
	
}

div#navi {
	position:absolute;
	width: 660px;
	height:25px;
	left:300px;
	top: 317px;
	text-transform:uppercase;
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
}
		  div#navi a {
			  color:#FFFFFF;
			  text-decoration:none;

		  }
		  div#navi a:hover {
			  color:#006;
			  text-decoration: none;
		  }

.navi-akt { color:#fff;}

div#navi-oben {
	position:absolute;
	width: 660px;
	height:30px;
	left:300px;
	top: 50px;
	text-transform:uppercase;
	font-size:10px;
	text-align:right;
}

		  div#navi-oben a {
	color:#fff;
	text-decoration:none;
		  }
		  div#navi-oben a:hover {
			   color:#006;
			   text-decoration:none;
			   }

.navi-oben-akt { color:#fff;}

div#subnavi {
	position:absolute;
	width: 270px;
	height:auto;
	left:0px;
	top: 480px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	text-align:right;
	padding-top:50px;
}

		  div#subnavi a {
			  color:#006;
			  text-decoration:none;
		  }
		  div#subnavi a:hover {
			  color:#999;
			  text-decoration:none;
			   }
.subnavi-akt { color:#006;}


div#titel {
	position:absolute;
	width: 270px;
	height:35px;
	left:0px;
	top: 415px;
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	font-size:28px;
	color:#006;
}

div#text {
	position: absolute;
	top:480px;
	height: auto;
	left:300px;
	width: 660px;
	color:#999999;
}



div#pic {
	height: 280px;
	width: 640px;
	padding-bottom:20px;
}





h1 {
	font-size: 28px;
	font-weight: normal;
	line-height:28px;
	color:#006;
	font-family: "Times New Roman", Times, serif;
	padding-bottom:20px;
}

h2 {font-size: 21px;
	font-weight: normal;
	line-height:28px;
	color:#006;
	font-family: "Times New Roman", Times, serif;
	padding-bottom:10px;
	}

h3 {font-size: 14px;
	font-weight: bold;
	color:#999;	
	
	}
	
.expositum {
	color:#999;
	font-size: 11px;
	padding-bottom:60px;
}

.abb {
	color:#006;
}
.abb-k {
	color:#006;
	padding-bottom:10px;
	font-style:italic;
}

/* verbirgt die printinfo auf dem Bildschirm */
div#printinfo{ display:none;}