* {
	font-family: Verdana, Geneva, sans-serif;
}

body {
	margin:0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size:62.5%;
	text-align:center;
	background-color: #FFFFFF;
	background-position: center top;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

html {
	overflow-y:scroll;
}

a {
	color:#003D90;
}

a:hover {
	color:#5B5B5B;
}

.center {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	font-size: 1em;
	background-image: url(../images/bg-header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.header-link {
	text-align: right;
	line-height: 24px;
	padding: 0px 20px;
	color: #5A8BC5;
}

.header-link a {
	line-height: 24px;
	color: #5A8BC5;
}

.header-link a:hover {
	line-height: 24px;
	color: #EA7A02;
}

div.navigation {
	height: 26px;
	padding: 20px 20px 13px 20px;
}

a.navigation {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #003D90;
	padding: 0px 0px 7px 0px;
	background-image: url(../images/navi-underline.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

a.navigation_aktiv {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ea7a02;
	padding: 0px 0px 7px 0px;
	background-image: url(../images/navi-underline-aktiv.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

a:hover.navigation, a:hover.navigation_aktiv {
	background-image: url(../images/navi-underline-aktiv.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #3264AB;
}

.header {
	font-size: 2em;
	color: #ffffff;
	text-align: left;
	padding: 16px 15px 0px 15px;
	position: relative;
	width: 950px;
	height: 108px;
}

.content {
	text-align: left;
	font-weight: normal;
	font-size: 1.4em;
	padding: 15px;
	color: #003D90;
	vertical-align: top;
	z-index: 5;
	position: relative;
	width: 950px;
	min-height: 300px;
}

.clear {
	clear: both;
}

address {
	font-style: normal;
	margin: 0;
}

.image {
	border: 1px solid #00275d;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

.top {
}

.footer {
	font-size: 1.3em;
	text-align: right;
	padding: 290px 15px 20px 15px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/bg-footer.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 142px;
	position: relative;
	z-index: 1;
	top: -280px;
	width: 950px;
}

.footer a {
}

hr {
	border: 0px dashed #DCE7FD;
	width: 60%;
	text-align: center;
	margin: 15px auto;
	background-image: url(../images/navi-underline.gif);
	background-position: center center;
	background-repeat: repeat-x;
	height: 10px;
}

.send {
	font-size: 13px;
	font-weight: bold;
	width: 304px;
	cursor: pointer;
	color: #164F9E;
	border: 3px solid #164F9E;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #F0F4FF;
}

#formular .small-red {
	color: #9C3;
}

input, textarea {
	border:1px solid #074193;
	width:300px;
	margin: 5px;
	line-height: 20px;
	font-size: 15px;
	background-color: #F0F4FF;
}

input:focus, textarea:focus {
	border: 1px solid #5A87C8;
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 20px;
}

h2 {
	font-weight: bold;
	margin-bottom: 15px;
}

h6 {
	font-size: 0, 8em;
	line-height: normal;
}

.cp1 {
	position: absolute;
	left: -58px;
	top: 0px;
	z-index: 3;
}

.cp2 {
	position: absolute;
	left: 424px;
	top: 206px;
	z-index: 3;
}

.tableborder {
	border-collapse:collapse;
}

.tableborder td {
	border: 3px double #EBECF4;/*5A87C8;*/
	border-collapse:collapse;
}

.tableborder tr td h5 {
	font-size: 13px;
}

