body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
h3 {
	font-size:15px;
	color:#993333;
	text-align: center;
}
h4 {
	font-size: 9pt;
	color: #000066;
	font-weight: bold;
	}
h5 {
	font-size: 8pt;
	color: #000066;
	font-weight: normal;
	}

.head{
	height: 14%;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 3;
	clear: both;
	background-color: #000066;
	left: 0px;
	top: 0px;
	overflow: hidden;
	right: 0px;
}
.ecke_lo{
	height: 8%;
	width: 8%;
	background-color: #000066;
	position: absolute;
	top: 14%;
	z-index: 3;
	text-align: right;
	background-image: url(../bilder/siteaufbau/ecke_lo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	left: 0px;
}
.rand_o{
	height: 8%;
	width: 100%;
	background-color: #000066;
	position: absolute;
	top: 14%;
	z-index: 2;
	background-image: url(../bilder/siteaufbau/oben.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	left: 0px;
	right: 0px;
}
.ecke_ro{
	height: 8%;
	width: 8%;
	background-color: #000066;
	position: absolute;
	top: 14%;
	z-index: 3;
	background-image: url(../bilder/siteaufbau/ecke_ro.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	right: 0px;
}
.rand_l{
	height: 100%;
	width: 8%;
	position: absolute;
	z-index: 2;
	background-color: #000066;
	left: 0px;
	text-align: right;
	background-image: url(../bilder/siteaufbau/links.jpg);
	background-repeat: repeat-y;
	background-position: right;
	top: 0px;
	bottom: 0px;
}

.mitte{
	height: 70%;
	width: 84%;
	background-color: #FFFFFF;
	position: absolute;
	left: 8%;
	top: 22%;
	z-index: 4;
	left: 8%;
	top: 22%;
	right: 8%;
	bottom: 8%;
	background-image: url(../bilder/siteaufbau/hg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: auto;
}
.rand_r{
	height: 100%;
	width: 8%;
	position: absolute;
	left: 92%;
	top: 92%;
	z-index: 2;
	background-color: #000066;
	background-image: url(../bilder/siteaufbau/rechts.jpg);
	background-repeat: repeat-y;
	background-position: left;
	top: 0px;
	bottom: 0px;
	left: 92%;
}

.ecke_lu{
	height: 8%;
	width: 8%;
	position: absolute;
	z-index: 3;
	text-align: right;
	background-color: #000066;
	background-image: url(../bilder/siteaufbau/ecke_lu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	left: 0px;
	bottom: 0px;
}
.rand_u{
	height: 8%;
	width: 100%;
	position: absolute;
	z-index: 2;
	background-image: url(../bilder/siteaufbau/unten.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000066;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.ecke_ru{
	height: 8%;
	width: 8%;
	position: absolute;
	z-index: 3;
	background-color: #000066;
	background-image: url(../bilder/siteaufbau/ecke_ru.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	bottom: 0px;
	right: 0px;
}

.eintrag {
	width: 90%;
	position: relative;
	left: 5%;
	top: 0px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.center{
	text-align: center;
}

.link {
	font-size: 10px;
	color: #CC6600;

}
.link:link {
	text-decoration: none;
	font-weight: bold;
}
.link:visited {
	text-decoration: none;
	font-weight: bold;
}
.link:hover {
	text-decoration: none;
 	font-weight: normal;
 }

.link:active {
	text-decoration: none;
}
.bild{
	padding: 10px;
}
