body {
	margin: 0px;
	background: url(images/background.jpg);
	background-repeat: no-repeat;
}

.container {
	width: 964px;
	height: auto;
	margin: 0px auto;
	clear: both;
}

.logo {
	width: 184px;
	height: 48px;
	float: left;
}

.up-right {
	width: 775px;
	height: 28px;
	padding-top: 20px;
	padding-right: 5px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	
}

.header1 {
	width: 964px;
	height: 216px;
	float: left;
	background: url(images/header1.jpg);
	background-repeat: no-repeat;
}

.header2 {
	width: 369px;
	height: 216px;
	float: left;
	background:url(images/header2.jpg);
	background-repeat: no-repeat;
}

.anmeldebox {
	width: 570px;
	height: 56px;
	padding-top: 160px;
	padding-left: 25px;
	float: left;
	background:url(images/anmeldebox.jpg);
	background-repeat: no-repeat;
}

.navi {
	width: 961px;
	height: 47px;
	padding-right: 3px;
	float: left;
	text-align: right;
	background: url(images/navi.jpg);
	background-repeat: no-repeat;
}

.unternavi {
	width: 555px;
	height: 36px;
	background: url(images/navi/unternavi-blende.gif) repeat-x;
}

.grafik {
	width: 369px;
	height: auto;
	float: left;
}

.content-container {
	width: 964px;
	height: auto;
	float: left;
}

.content {
	width: 555px;
	height: auto;
	padding: 10px 20px 20px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	float: left;
}

.footer-box {
	width: 100%;
	height: 50px;
	background:#DDD;
	float: left;
}

.footer {
	width: 964px;
	height: 30px;
	padding-top: 20px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	
}

.footer-left {
	width: 364px;
	padding-left: 5px;
	float: left;
}

.footer-right {
	width: 590px;
	padding-right: 5px;
	float: left;
	text-align: right;
}


/* formular ------------------------- */

.formular_css {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #00548f;
	background: #e0f2fb;
	border: 1px solid #CCCCCC;
}

.senden {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #00a6ec;
}


/* links */

.footer a:link {
	text-decoration: none;
	color:#666
}
.footer a:visited {
	text-decoration: none;
	color:#666
}
.footer a:hover {
	text-decoration: none;
	color:#333;
}
.footer a:active {
	text-decoration: none;
	color:#333;
}

.up-right a:link {
	text-decoration: none;
	color:#999
}
.up-right a:visited {
	text-decoration: none;
	color:#999
}
.up-right a:hover {
	text-decoration: none;
	color:#666;
}
.up-right a:active {
	text-decoration: none;
	color:#666;
}

.content a:link {
	text-decoration: none;
	color: #008ac5;
}
.content a:visited {
	text-decoration: none;
	color: #008ac5;
}
.content a:hover {
	text-decoration: none;
	color: #00548f;
}
.content a:active {
	text-decoration: none;
	color: #00548f;
}