/* --- General Pre Settings --- */
* { margin: 0; padding: 0; }

div {
	text-align: left;
/*	border:1px solid #000000;*/
	}

img { border: 0; }
form { display:inline; }

/* --- STRUCTURE --- */
html { height:100% }
body {
	color: #0F245E;
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%;
	background:url(../images/bg_center_all.png) 50% 0 repeat-y;
	}

#main {
	position:relative;
	width: 100%;
	height:100%;
	min-height: 100%;
	height: auto !important;
	background:url(../images/bg_bottom_all.png) 50% 100% no-repeat;
	z-index:10;
/*	border:1px solid #000000;*/
	}

#top {
	position:relative;
	width:100%;
	min-height: 100%;
	height: auto !important;
	background:url(../images/bg_top_all.png) 50% 0 no-repeat;
	z-index:20;
	}

#container {
	position:relative;
	width:988px;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	z-index:30;
	}

#logo {
	position:relative;
	height:119px;
	}

#menu {
	position:absolute;
	width:989px;
	height:57px;
	background:url(../images/menu_top_bg.png) 50% 0 no-repeat;
	}

#menu2 {
	position:absolute;
	top:502px;
	width:128px;
	padding-left:80px;
	}

#startlinks {
	position:absolute;
	top:518px;
	width:176px;
	padding-left:32px;
	}

#quicklinks {
	position:absolute;
	top:690px;
	width:128px;
	padding-left:80px;
	font:bold 12px Arial;
	color:#a7a6aa;
	}

#content {
	position:absolute;
	top:500px;
	left:250px;
	width:458px;
	font:12px Arial;
	color:#000;
	line-height:18px;
	}

#suche {
	position:absolute;
	top:-17px;
	left:563px;
	width:160px;
	}

.found1 {
	display:block;
	cursor:pointer;
	width:442px;
	height:37px;
	background-color:#eaecf2;
	vertical-align:middle;
	font:bold 12px Arial;
	color:#011755;
	}

.found2 {
	display:block;
	cursor:pointer;
	width:442px;
	height:37px;
	background-color:#f7f8fa;
	vertical-align:middle;
	font:bold 12px Arial;
	color:#011755;
	}

.foundpad {
	position:relative;
	top:10px;
	left:10px;
	}

#teaser_rechts {
	position:absolute;
	top:23px;
	left:539px;
	width:200px;
	height:269px;
	overflow:hidden;
	background:url(../images/teaser_rechts.png) 0 0 no-repeat;
	}

#teaser_rechts .inhalt {
	padding:30px 10px 25px 20px;
	}

.teaser_small1 {
	position:relative;
	width:219px;
	height:107px;
	overflow:hidden;
	background:url(../images/teaser_berater.png) 0 0 no-repeat;
	float:left;
	}

.teaser_small2 {
	position:relative;
	left:40px;
	width:219px;
	height:107px;
	overflow:hidden;
	background:url(../images/teaser_berater.png) 0 0 no-repeat;
	}

.teaser_suchmaske {
	position:relative;
	width:199px;
	height:220px;
	overflow:hidden;
	float:left;
	}

.teaser_small_inhalt {
	padding:0px;
	}

.teaser_big {
	cursor:pointer;
	margin-bottom:5px;
	}

#menutop {
	position:absolute;
	left:65px;
	top:15px;
	width:700px;
	height:34px;
	}

#menutop2 {
	position:absolute;
	left:814px;
	top:30px;
	width:160px;
	height:15px;
	}

/* Navigation */

.mainsel2 {
	font:11px Arial;
	color:#011755;
	text-decoration:none;
	display:block;
	float:left;
	}

#menutop a {
	height:22px;
	padding-top:14px;
	background:url(../images/menu_dolphin_off.png) 0 0 no-repeat;
	background-repeat:no-repeat;
	font:12px Arial;
	color:#000;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
	/*border:1px solid #000;*/
	}

#menutop div.greyline {
	float:right;
	width:1px;
	height:17px;
	margin-top:5px;
	background:#d1d1d1;
	}

#menutop a:hover, #menutop a.active {
	background:url(../images/menu_dolphin_on.png) 0 0 no-repeat;
	color:#011755;
	}

#menutop2 a {
	font:11px Arial;
	color:#7D88A7;
	text-decoration:none;
	display:block;
	float:left;
	}

#menutop2 a:hover, #menutop2 a.active {
	color:#011755;
	}

#menu2 a {
	padding:13px 0 5px 0;
	background:url(../images/menu_left_line.gif) right 0 no-repeat;
	font:12px Arial;
	color:#000;
	text-decoration:none;
	display:block;
	}

#menu2 a:hover, #menu2 a.active {
	color:#011755;
	}

.qlink a:link {
	font:12px Arial;
	color:#a7a6aa;
	background:url(../images/mini_plus.gif) 0 6px no-repeat;
	padding-left:8px;
	line-height:18px;
	}

.qlink a:visited {
	font:12px Arial;
	color:#a7a6aa;
	background:url(../images/mini_plus.gif) 0 6px no-repeat;
	padding-left:8px;
	line-height:18px;
	}

.qlink a:hover {
	font:12px Arial;
	color:#a7a6aa;
	background:url(../images/mini_plus.gif) 0 6px no-repeat;
	padding-left:8px;
	line-height:18px;
	}

/* LINKS */

a {
	color:#B51501;
	text-decoration:none;
	}

a:visited {
	color:#B51501;
	text-decoration:none;
	}

a:hover {
	color:#B51501;
	text-decoration:none;
	}

/* AJAX */

.loading
{
	font:bold 14px Arial;
	text-align:center;
}
.loaded
{
	font:12px Arial;
	text-align:center;
}
.text
{
	font:12px Arial;
/*	padding-right:10px;*/
}
.textheading
{
	font:bold 14px Arial;
}

#printhead { display:none; visibility:hidden; }

/* --- General Helpers --- */
.killfloat { overflow: hidden; height: 0; clear: both; font-size: 0; }
.hidden { display: none; visibility: hidden; }
.floatLeft { float: left; }
.floatRight { float: right; }

.table_hidden { visibility:collapse; display:none; }
.table_show { visibility:visible; display:table-row; }

.red {
	font-weight:normal;
	color:#B51501;
	}

.redbold {
	font-weight:bold;
	color:#B51501;
	}

.kform {
	width:209px;
	height:36px;
	}

#admincontent td {
	font:12px Arial;
	text-align:center;
	}

#content input[type=text], textarea {
	color:#000000;
	border:1px solid #011755;
	text-indent:2px;
	}

#admincontent input {
	color:#000000;
	border:1px solid #BDC5D5;
	text-indent:2px;
	}

.check1 {
	font:bold 12px Arial;
	color:#011755;
	}

.check2 {
	font:11px Arial;
	color:#000000;
	}

.bluebold {
	font:bold 12px Arial;
	color:#011755;
	}

#suche input[type=text] {
	border:1px solid #BDC5D5;
	color:#999999;
	text-indent:2px;
	}

input[type=button] {
	background:#E0E0E0;
	border:1px solid #011755;
	}

select {
	color:#000000;
	border:1px solid #011755;
	}

/* Content */

.tablehead {
	font-weight:bold;
	text-align:center;
	}

.bhead {
	height:30px;
	font:14px Arial;
	color:#A7A6AA;
	}

.perso_top {
	background-color:#edeef3;
	font:bold 14px Arial;
	color:#011755;
	padding-left:15px;
	}

.perso_middle {
	background-color:#f7f8fa;
	font:12px Arial;
	color:#000000;
	padding:13px 15px 10px 15px;
	}

.perso_bottom {
	background-color:#edeef3;
	font:12px Arial;
	color:#011755;
	padding-left:15px;
	}

.mb {
         margin-right:10px;
         }

#content h1 {
	font:bold 16px Arial;
	color:#000;
	padding-bottom:10px;
	}

#content .inhalt {
	margin:0 0 20px 0;
	}

#content td {
	text-align:left;
	}

.sitemap1 a {
	color:#011755;
	font:bold 12px Arial;
	}

.sitemap2 a {
	padding-left:37px;
	color:#011755;
	font:12px Arial;
	}

.sitemap3 a {
	padding-left:68px;
	background:url(../images/mini_plus.gif) 60px 5px no-repeat;
	color:#a7a6aa;
	font:12px Arial;
	}

/* Admin */

#adminhead {
	font: bold 14px Arial;
	text-decoration:underline;
	position:relative;
	left:33px;
	top:20px;
	}

#admincontent {
	position:relative;
	top:-138px;
	left:250px;
	width:700px;
	}

#adminmenu {
	position:relative;
	top:39px;
	width:128px;
	padding-left:80px;
	}

#adminmenu a:link {
	height:22px;
	padding-top:13px;
	background:url(../images/menu_left_line.gif) right 0 no-repeat;
	font:12px Arial;
	color:#000;
	text-decoration:none;
	display:block;
	}

#adminmenu a:visited {
	height:22px;
	padding-top:13px;
	background:url(../images/menu_left_line.gif) right 0 no-repeat;
	font:12px Arial;
	color:#000;
	text-decoration:none;
	display:block;
	}

#adminmenu a:hover {
	height:22px;
	padding-top:13px;
	background:url(../images/menu_left_line.gif) right 0 no-repeat;
	font:12px Arial;
	color:#011755;
	text-decoration:none;
	display:block;
	}