@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999999;
}
li {
	padding-bottom: 6px;
}
.oneColLiqCtr #container {
	width: 870px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtr #container #mainContent #imprint {
	font-size: 11px;
	color: #333333;
	float: none;
}
#GraueBox {
	margin: 10px;
	padding: 10px;
	width: auto;
	background-color: #CCFFFF;
}
#mainContent #BlaueBox {
	background-color: #0066FF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #CCCCCC;
}
#BlaueBox a {
	color: #000000;
	font-style: italic;
}
img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pdflink {
	background-color: #CCCCCC;
	padding: 2px;
	margin: 2px;
}
#HRULE {
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#stoerer {
	font-size: 18px;
	background-color: #FFFFCC;
	margin: 4px;
	padding: 3px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
}

#see {
	font-size: 10px;
	color: #666666;
}
#stoerer1 {
	position: absolute;
	left: 24px;
	top: 377px;
	right: 100px;
	width: 538px;
}
