@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(bilder/background.png) repeat-x;
	margin-top: 0px;
	margin-left: 100px;
}
h1 {
	font-size: 19px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
}
h2 {
	font-size: 19px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #d0d9f2;
}
#headline {
	position: absolute;
	top: 185px;
	left: 100px;
	width: 775px;
	height: 46px;
	background: url(bilder/headline_bg.png);
}
#content {
	position: absolute;
	top: 231px;
	left: 100px;
	width: 745px;
	height: 500px;
	background: url(bilder/content_bg.png);
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	overflow: auto;
}
#unten {
	position: absolute;
	top: 751px;
	left: 100px;
	background: url(bilder/unten.png);
	width: 775px;
	height: 12px;
}
#impressum {
	position: absolute;
	top: 763px;
	left: 100px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #5465cc;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5465cc;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a0b1e3;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #a0b1e3;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}

