body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow:	hidden ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #ffffff;
}

#kopf {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 15%;
	background-color: #FFFFFF;
}

#inhalt {
	position: absolute;
	top: 179px;
	left: 24px;
	width: 105px;
	height: 157px;
	z-index: 1;
	background-color: #FFFFFF;
}

#inhalt a {
	display: block;
	color: #243C48;
	margin-top: 9px;
	width: 7em;
	background-color: #EAEAEA;
	border: 1px solid grey;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#inhalt a:hover {
	background-color: #8D8D8D;
	color: #FFFFFF;
}

#inhalt a.aktiv {
	background-color: #EAEAEA;
	color: #FF6347;
}

#daten {
	position: absolute;
	top: 181px;
	left: 232px;
	background-image: url(../pics/hgr_daten.gif);
	background-attachment: fixed;
	width: 80%;
	height: 80%;
	overflow: auto;
	padding: 5%;
	border-bottom: 1px solid #cccccc;
	border-right:  1px solid #cccccc;
	scrollbar-base-color: White;
	scrollbar-track-color: White;
	scrollbar-highlight-color: #BFBFBF;
	scrollbar-darkshadow-color: #bfbfbf;
	scrollbar-shadow-color: #ffffff;
	z-index: 1;
	background-color: #ffffff;
	}
	
#daten[id] {
	width: 70%;
	height: 64%;
	background-attachment: scroll;
}	

#fusszeile {
	position: absolute;
	left: 172px;
	bottom: 10px;
	height: 5%;
	width: 85%;
	background-color: #ffffff;
	text-align: center;
	padding-top: 11px;
	font-size: 70%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #02466D;
}

img.logo {
	position: absolute;
	top: 25%;
	left: 15px;
	border: none;
	background-color: #CCCCCC;
}

a {
	color: #02466D;
	}

table.publi {
	padding: 0px;
	margin: auto;
}

td {
	font-size: 80%;
}

table.publi td {
		border-bottom: 1px solid grey;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

table.publi td.ohneabst {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

table.publi td .klein {
	font-size: 80%;
}



.ueberschrift {
	font-weight: bold;
	color: #104D70;
	font-size: 110%;
}

p {
	margin: 0px;
	margin-bottom: 0.4em;
}

h1 {
	font-size: 150%;
	color: #104D70;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}

img {
	border: 1px solid #aaaaaa;
}

