* {margin: 0; padding: 0; }

body {
	background-color: #cf2642;
	color: #222;
	font-family: verdana, arial, sans-serif;
	font-size: 100.01%;
}

a {
	color: #2261b9;
	text-decoration: none;
}

a:visited {
	color: #3bb2d2;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3bb2d2;
}

.skip {
	margin-left: -10000px;
	position: absolute;
}

h1 {
	color: #09a523;
	font-size: 1.5em;
	padding: 10px 0 5px 0;
	margin: 10px 20px;
	border-bottom: 1px solid #b3b3b3;
}

#container {
	margin: 0px auto;
	font-size: 0.9em;
	min-width: 750px;
	max-width: 900px;
	background-color: #fff;
}

#logo {
	position: relative;
	height: 126px;
	background-image: url(../img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ece4d6;
	color: #09a523;
	text-align: right;
	border: 5px solid #fff;
	font-size: 3em;
	font-family: Georgia, serif;
	font-style: italic;
}

.title {
	position: absolute;
	right: 25px;
	bottom: 20px;
}

#main {
	border-top: 1px solid #b9223d;
	line-height: 1.5em;
}

#mapde {
	width: 44%;
	float: left;
	margin: 0 0 10px 0;
	padding: 20px;
	border-right: 1px solid #b3b3b3;
}

#mapen {
	width: 44%;
	float: right;
	margin: 0 0 10px 0;
	padding: 20px;
}

#footer {
	clear: both;
	height: 1.3em;
	font-size: 0.9em;
	text-align: center;
	padding: 8px 0;
	border-top: 1px solid #cf2642;
	margin-top: 5px;
}

#footer a, #footer a:visited {
	color: #2261b9;
}

#footer a:hover {
	color: #222;
}

li {
	list-style-type: none;
}

ul {
	padding-bottom: 10px;
}

ul ul {
	padding-bottom: 0;
}

.hauptbereich {
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.unterbereich {
	font-weight: normal;
	padding-left: 15px;
}
