@charset "UTF-8";

*{margin:0;
padding:0;}

body {
	margin: 0px;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: small;
}
h1 {
	font-weight: bold;
	font-size: large;
	color: #444444;
	margin-bottom: 5px;
}
ul {
	padding-top: 5px;
	list-style-image: url(../images/basis/listpoint.gif);
	padding-left: 30px;
	vertical-align: bottom;
}
ol {
	padding-left: 25px;
}
h3 {
	margin-bottom: 5px;
	color: #444444;
}
.wrapper .navigation {
	background-color: #999999;
	height: 27px;
}
.clear {
	clear: both;
}
.wrapper .maincontent .minibox {
	width: 280px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #DADADA;
	margin-top: 20px;
	min-height: 160px;
}
.wrapper .maincontent .datenbox {
	padding-left: 50px;
	padding-top: 10px;
	float: left;
	width: 450px;
}
.wrapper .maincontent .copytext {
	float: right;
	margin-top: 20px;
	margin-left: 30px;
	width: 340px;
	margin-right: 30px;
}
.wrapper .maincontent a:link, .wrapper .maincontent a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #E0001A;
}
.wrapper .maincontent a:hover {
	text-decoration: underline;
}
.wrapper .maincontent .minibox .minibox_titel {
	height: 20px;
	background-image: url(../images/basis/minibox-titelverlauf.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.wrapper .maincontent .minibox .minibox_content {
	margin: 10px;
}
.wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
}
.wrapper .maincontent .abbildung {
	float: left;
}
h4 {
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0001A;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E0001A;
	border-right-color: #E0001A;
	padding-top: 2px;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
}
.wrapper .maincontent table {
	background-color: #DADADA;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 840px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper .maincontent td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.wrapper .maincontent .flashintro {
	z-index:-1;
	}
	
