html{
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color: #F3F2F8;
	background-image: url(../backgr/backgr.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: #0046A0;
	font-size: 15px;
	scrollbar-track-color: #E3E4EC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #395488;	
	height:100%;
	margin: 0;
	padding: 0;
}
p.seitenanfang {	/*** Anker am Seitenanfang ***/
	width: 100px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}

/*********** Abdecken des Hintergrundes ueber dem Kopfbalken **********/

#verstecken { 
	z-index: 5;
	background-color: #F3F2F8;
	position: absolute;
	left: 0px; top: 0px;
	height: 20px;
	width: 995px;
	visibility: visible;
	padding: 0;
	margin: 0;
}

/*********** Kopfbalken **********/
#header { 
	z-index: 6;
	background-image: url(../backgr/verlauf_kopf.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px; top: 15px;
	height: 90px;
	width: 995px;
	visibility: visible;
	padding: 0;
	margin: 0;
}
#internlink {	/*** Kopf für Ausdruck ***/
	display: none;
}

/*********** Titel der Seite **********/
h1 {
	font-size: 16px;
	margin: 0px 0px 0px 210px;
}
#headline {
	z-index: 7;
	position: absolute;
	left: 655px; top: 128px;
	height: 10px;
	width: 320px;
	visibility: visible;
	text-align: center;
}
h1.headline {
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
/*********** Inhalt der Page **********/

#inhalt {
	z-index: 2;
	position: absolute;
	visibility: visible;
	background-image: url(../backgr/backgr_me.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

							/* ------ allgemein ------ */
p.text {
	text-align: justify;
	margin: 4px 0px 0px 220px;
}

/*********** Navigation - Menue  **********/
#left {
	z-index: 4;
	background-color: #F3F2F8;
	background-image: url(../backgr/backgr_me.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px; top: 0px;
	width: 148px;
	visibility: visible;
	height:100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
/*********** Formatierung - Kopfleiste **********/
#zentrum {
	margin: 0px 0px 0px 90px;
}
#logo2 {
	z-index: 8;
	position: absolute;
	left: 780px; top: 2px;
	height: auto;
	width: auto;
	visibility: visible;
}
/*************************************************************/	
		/* Seitenende  	 Start  */
/*************************************************************/	

#footer {
	z-index: 3;
	position: absolute;
	visibility: visible;
	background-image: url(../backgr/backgr_me.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p.top {
	font-size: 13px;
	margin: 0px 0px 3px 0px;
}
a.top:link, a.top:visited, a.top:active  {
	color: #0000CD;
	text-decoration: none;
}
a.top:hover {
	color: #B22222; 
	text-decoration: none;
}
p.copyright {
	text-align: center;
	font-size: 12px;
	margin: 0px 0px 3px 220px;
}
p.datum {
	text-align: center;
	font-size: 11px;	
	margin: 0px 0px 3px 220px;
}
/*************************************************************/	
		/* Seitenende  	 Ende */
/*************************************************************/