body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
}
input {
	border: 1px solid #000000;
	background-color: #85adbc;
}

h1 {
	font-weight: bolder;
	font-size: 1.1em;
}
h2 {
	font-size: 1em;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	font-style: normal;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 90%;
}
h3 {
	font-size: 0.9em;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	font-style: normal;
}
.smalli {
	font-size: 10px;
}
#container {
	width: 100%;
	float: left;
	position: static;
}#logo {
	background-image: url(_images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 260px;
	width: 608px;
	left: 235px;
	top: 0px;
	background-color: #4A9E08;
}
#content {
	position: absolute;
	width: 751px;
	left: 175px;
	top: 320px;
}
#kopf {
	background-image: url(_images/kopf.jpg);
	float: left;
	height: 34px;
	width: 751px;
}
#inhalt {
	background-image: url(_images/body.jpg);
	float: left;
	width: 750px;
	background-repeat: repeat-y;
}
#text {
	float: left;
	width: 595px;
	margin-left: 80px;
	margin-bottom: 20px;
}

#footerinhalt {
	background-image: url(_images/footer.jpg);
	float: left;
	width: 750px;
	height: 97px;
}
#navi {
	position: fixed;
	height: 450px;
	width: 175px;
	left: 0px;
	top: 150px;
}
#rechts {
	width: 200px;
	left: 900px;
	top: 0px;
	position: absolute;
}#rechtsinfobox  {
	background-image: url(_images/infobox.jpg);
	height: 100px;
	width: 200px;
}
#rechtsinfobox table {
	font-size: x-small;
}

ul {
	list-style-image: url(_images/pfeil.gif);
	list-style-position: outside;
	font-style: italic;
	font-weight: bold;
}
#event {
	border: 1px dotted #FFFFFF;
	padding: 5px;
	background-color: #85adbc;
}
a.newlink {
	font-size: small;
	color: #FFFFFF;
}
a.newlink:link,  a.newlink:visited {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
a.newlink:active,  a.newlink:hover {
	color: #993300;
	font-size: x-small;
	text-decoration: underline;
}

