@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.65em;
	background:#a0a0a2;
	color:black;
	}
#wrapper {
	background:#a0a0a2;
	width:900px;
	margin:0 auto;
	font-size:1.3em;
	}
#kopfbereich {
	}
#kopfbereich h1 {
	padding:15px 0 15px 31px;
	}
#navibereich {
	border-bottom:3px solid #e60002;
	border-top:3px solid #e60002;
	overflow:hidden;
	font-size:1.3em;
	padding:5px 0;
	margin-bottom:20px;
	text-align:center;
	}
#navibereich ul {
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	float:left;
	}
#navibereich li {
	float:left;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	text-align:center;
	}
#navibereich a {
	display:block;
	color:#ffffff;
	padding:5px 19px 0 19px;
	text-decoration:none;
	outline:none;
	text-align:center;
	}
#navibereich a:hover {
	text-decoration:underline;
	}
#navibereich li.active a {
	color:#0066e6;
	padding:5px 21px 0 21px;
	}
#inhaltsbereich {
	overflow:hidden;
	padding:0 0 0 31px;
	width:800px;
	}
h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#0066e6;
	}
h2 {
	margin-bottom:25px;
	font-size:1.5em;
	font-weight:normal;
	font-style:italic;
	color:#0066e6;
	}
p, ul {
	margin-bottom: 1em;
	}
p:first-child {
	margin-top:0;
	}
ul, ol {
	margin-left:40px;
	}
li {
	margin-top:5px;
	}
li:first-child {
	margin-top:0;
	}
a {
	color:#ffffff;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
a img {
	border:none;
	}
th {
	font-weight:normal;
	font-size:1.3em;
	padding:5px 0;

	}
td {
	vertical-align:middle;
	padding:10px 0;
	}
td a img {
	margin:0 5px;
	border:1px solid #ffffff;
	}
