@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
}
#pagehead {
	background-image: url(images/common/bgoftop.gif);
	background-position: center top;
	height: 160px;
	width: 100%;
	text-align: center;
}
#page {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#news {
	float: left;
	width: 190px;
	padding-right: 10px;
}
#content {
	background-color: #FFFFFF;
	width: 582px;
	border: 1px solid #999999;
	margin-left: 200px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#content #title {
	background-image: url(images/common/titlebalken.png);
	text-align: center;
	height: 32px;
	width: 582px;
}
#content #title p {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B33032;
	text-align: center;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B33032;
	text-align: center;
	line-height: 22px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B33032;
	text-align: left;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-left: 10px;
}
#content  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
#content a {
	color: #B33032;
}
#content a:hover {
	color: #FFCC00;
}
#news a {
	color: #B33032;
}
#news a:hover {
	color: #FFCC00;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.blau {
	color: #000099
}
.aligncenter {
	text-align: center;
}
