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

body {
	background: url(images/main_bg.gif) top left repeat-x;
	background-color: #000;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
#wrapper {
	width: 780px;
	margin:0 auto;
	text-align:center;
}
#header {
	margin:10px 0 35px 0;
}
#content {
}
#footer {
	height:80px;
	color:#666;
	font-size:9px;
}
#footer a{
	color:#4893bd;
}
.maincontent {
	width:484px;
	margin:8px 12px 16px 0;
	padding:10px;
	background-color:#666;
	float:left;
	text-align:left;
	color:#fff;
	border: 2px solid #302F31;
}
.maincontent h1 {
	font-size:14px;
	letter-spacing:1px;
	color: #4893bd;
	margin: 25px 0 12px 0;
}
.maincontent h2 {
	font-size:13px;
	letter-spacing:1px;
	color: #fff;
	margin: 25px 0 3px 0;
	font-weight:bold;
}
.maincontent h3 {
	font-size:13px;
	letter-spacing:0px;
	color: #fff;
	margin: 25px 0 3px 0;
	font-weight:normal;
	text-decoration:underline;
}
.maincontent p {
	margin: 3px 0 12px 0;
}
.maincontent a {
	color:#4998AC;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.termine {
	width:256px;
	margin:8px 0 0 0;
	padding:0;
	float:right;
	background:url(images/related_top_acquire.gif) top right no-repeat;
	text-align:left;
	color:#fff;
}
.termine h2 {
	display:block;
	margin:10px 10px 5px 10px;
	padding:0 5px;
	background:url(images/related_h2_acquire.gif) no-repeat top left;
	font-size:13px;
	line-height:25px;
	color:#fff;
	font-weight:normal;
	letter-spacing:1px;
}
.termine p {
	margin:6px 10px;
}
.termine a {
	color:#FC0;
}
.termine a.old {
	color:#FFFFAC;
}
.termine .terminfooter {
	width:252px;
	margin:10px 0 0 0;
	padding:2px;
	float:right;
	display:block;
	background-color:#302F31;
	font-size:10px;
	letter-spacing:1px;
	text-align: center;
}
.anmeldung {
	width:256px;
	margin:8px 0 0 0;
	padding:0;
	float:right;
	background:url(images/related_top_links2.gif) top right no-repeat;
	text-align:left;
	color:#fff;
	clear: right;
}
.anmeldung h2 {
	display:block;
	margin:10px 10px 5px 10px;
	padding:0 5px;
	background:url(images/related_h2_links.gif) no-repeat top left;
	font-size:13px;
	line-height:25px;
	color:#fff;
	font-weight:normal;
	letter-spacing:1px;
}
.anmeldung p {
	margin:6px 10px;
}
.anmeldung a {
	color:#FC0;
}
.anmeldung .anmeldungfooter {
	width:252px;
	margin:10px 0 0 0;
	padding:2px;
	float:right;
	display:block;
	background-color:#302F31;
	font-size:10px;
	letter-spacing:1px;
	background:url(images/related_bottom_links.gif) top right no-repeat;
	height: 2px;
}
.floatright{
	float:right;
	margin: 0 10px 0 10px;
}
.hinweis{
	font-size:smaller;
	font-style:normal;
}
.clr {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
}

