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

* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #c8cfdf;	
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

#outer {
	width: 980px;
	margin: 2px auto;
	background: #fff;
}
/** HEADER **/
#header {
	border-bottom: 2px solid #fff;
	height: 90px;
	position: relative;
	background: #fff;
	margin-bottom: 5px;
	padding-top: 5px;
}
#header .inner {
	width: 980px;
	margin: auto;
	position: relative;
	height: 90px;
}
#header .line {
	height: 33px;
	width: 100%;
	background: #5970a1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#header #logo {
	position: absolute;
	left: 15px;
	border: 5px solid #fff;
	border-bottom: 0;
	border-top: 0;
	z-index: 10;
}
#header a.logo {
	padding: 0;	
}
#header a.logo:hover {
	background: none;	
}
#header ul {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;	
	overflow: hidden;
	height: 33px;
	background: #5970a1;
	width: 100%;
}
#header li {
	float: left;
	height: 33px;
}
#header li.first {
	margin-left: 356px;	
}
#header a {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	display: block;
	height: 27px;
	padding: 6px 15px 0px 15px;
}
#header a:hover {
	text-decoration: none;
	background: #3d5b9c;
}
#header a.active {
	background: #224081;	
}
/** FOOTER **/
#footer {
	border-top: 2px solid #fff;
	border-bottom: 10px solid #fff;
	position: relative;
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
	background: #5970a1;
}
#footer .logo {
	position: absolute;
	right: 20px;
	top: -50px;
}
#footer .inner {
	width: 940px;
	margin: auto;
	padding: 10px 20px;
	position: relative;
	height: 14px;
}
#footer a {
	color: #fff;
}

/** CONTENT **/
#content {
	padding: 20px 20px 55px 20px;
	color: #282828;
	font-size: 12px;
	width: 940px;
	margin: auto;
	background: #fff;
	overflow: hidden;
}
#startbox {
	height: 335px;
	width: 100%;
	position: relative;
	background: #edf2ff;
}
#starttext {
	width: 400px;
	padding: 20px;
	z-index: 10;
	position: relative;
}
#slideshow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 500px;
	height: 335px;
}
#slideshow .slide {
	position: absolute;
	width: 500px;
	height: 335px;
	top: 0;
	left: 0;
}
h1 {
	text-transform: uppercase;
	color: #214080;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin-bottom: 5px;
}
#content p {
	line-height: 140%;	
	margin-bottom: 1em;
}
#content ul {
	margin-left: 20px;	
	margin-bottom: 1em;
}
#content li {
	line-height: 140%;
	margin-bottom: 5px;	
}
#content a {
	color: #00297d;	
}

/** GENERAL **/
.fright {
	float: right;	
}
.fleft {
	float: left;
}
.big {
	font-size: 16px !important;	
}
.small {
	font-size: 11px !important;
}
.okmsg {
	background: #d5ffb6;
	border: 2px solid #275c00;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.errormsg {
	background: #ffc2c2;	
	border: 2px solid #C00;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.box {
	padding: 10px;
	background: #edf2ff;
	border: 1px solid #5970A1;
}

.bild {
	float: left;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #edf2ff;
	clear: both;
	margin-bottom: 20px;
}
.infotext {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 550px;
	overflow: hidden;
}
.infotext h2 {
	clear: both;	
}
.infotext ul {
	list-style: none;
	overflow: hidden;
}
.infotext .cols li {
	float: left;
	width: 150px;
	margin-right: 10px;
}

/** FORMS **/

label {
	font-weight: bold;
	float: left;
	width: 150px;
	height: 14px;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	clear: both;
	background: #EDF2FF;
}
input, textarea, select {
	border: 1px solid #224081;
	padding: 2px;
	width: 300px;
	height: 18px;
	margin-bottom: 5px;
	float: left;
	background: #f9f9f9;
}
input:focus, textarea:focus, select:focus {
	background: #fff;	
}
textarea {
	height: 150px;	
	font-size: 12px;
}
select {
	height: auto;	
	width: 306px;
}
input[type=checkbox] {
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
}
input[type=submit] {
	background: #5970A1;
	width: auto;
	color: #fff;
	font-weight: bold;
	height: auto;
}
input[type=submit]:hover {
	background: #EDF2FF;
	color: #000;
	cursor: pointer;
}
.checkboxes {
	float: left;
	margin: 0 0 5px 0 !important;
}
.checkboxes li {
	overflow: hidden;	
}
.checkboxes label {
	font-weight: normal;
	clear: none;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
}