/* -------------------------------------- 
Zentrale Einstellungen
-----------------------------------------*/  

* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font:12px Helvetica, Arial, Verdana, sans-serif;
	color: #535353;
}

html {
	height: 101%;
}

h1 {
	color: #004A7F;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 16px;
}

h2 {
	color: #004A7F;
	font-size: 16px;
	padding-bottom: 16px;
	font-weight: normal;
}

h3 {
	color: #004A7F;
	font-size: 13px;
	padding-bottom: 16px;
	font-weight: normal;
}

p {
	line-height: 18px;
	padding-bottom: 16px;
}

a:link,
a:visited {
	color:#004A7F;
	text-decoration:none;
}

a:hover,
a:active {
	color: #004A7F;
	text-decoration: underline;
}

a img {
	border: 0px;
}

div.clearer {
	clear: both;
}


.error {
	color: #FF0000;
}

/* -------------------------------------- 
Body und Mainwrappper
-----------------------------------------*/  

body {
	background:url(../img/bg.gif) repeat-y top center;
}

div#main_wrapper {
	width: 973px;
	margin: 0 auto;
	height: 100%;
}


/* -------------------------------------- 
Header
-----------------------------------------*/  

div#header {
	position: relative;
	/*background: #fff url(../img/head.jpg) no-repeat top center; wird über TypoScript gesetzt */
	height: 191px;
	padding-bottom: 36px;
}

/*
div#header img#logo {
	position: absolute;
	top: 105px;
	left: 25px;
}
--> ersetzt durch link */

div#header a#logo {
	position: absolute;
	top: 104px;
	left: 30px;
	width: 199px;
	height: 52px;
	display: block;
}

div#header ul#servicenav {
	position: absolute;
	top: 175px;
	left: 792px;
	list-style-type: none;
	font-size: 11px;
}

div#header ul#servicenav li {
	float: left;
	padding-right: 10px;
}

div#header ul#servicenav li a {
	color: #fff;
}

div#header ul#servicenav li a:hover,
div#header ul#servicenav li a.active {
	color: #fff;
	text-decoration: underline;
}


/* -------------------------------------- 
Hauptbereich Positionierung der Spalten
-----------------------------------------*/ 

div#main_left {
	width: 150px;
	float: left;
}

div#main_center {
	width: 593px;
	padding-left: 17px;
	float: left;
}

div#main_right {
	width: 182px;
	float: right;
}

/* -------------------------------------- 
Linke Spalte mit Navigation
-----------------------------------------*/ 

div#main_left ul {
	font-size: 13px;
}

div#main_left ul a {
	color: #535353;
}

	div#main_left ul ul a {
		color: #888888;
	}
	
	div#main_left ul ul ul a {
		color: #B1B2B2;
	}

div#main_left ul a:hover,
div#main_left ul a.active {
	color: #0081C6;
	text-decoration: none;
}


div#main_left ul li {
	padding-left: 8px;
	width: 127px;
	border-bottom: 1px solid #A9ACAB;
	padding-top: 3px;
	padding-bottom: 3px;
}

	div#main_left ul li.actsub {
		border-bottom: 0px;
		padding-bottom: 20px;
	}

div#main_left ul li ul {
	margin-left: -8px;
	margin-top: 3px;
	border-top: 1px solid #A9ACAB;
}


div#main_left ul li ul li {
	padding-left: 16px;
	width: 119px;
}

div#main_left ul li ul li ul {
	margin-left: -16px;
	margin-top: 3px;
}

div#main_left ul li ul li ul li {
	padding-left: 24px;
	width: 111px;
}




/* -------------------------------------- 
Mittlere Spalte
-----------------------------------------*/ 

div.zweispalt_50_50 {
	background: url(../img/bg_zweispalt.gif) repeat-y top center;
	margin-bottom: 16px;
}

div.zweispalt_50_50 div.left {
	width: 286px;
	float: left;
}

div.zweispalt_50_50 div.right {
	width: 286px;
	float: right;
}



div.zweispalt_70_30 {
	margin-bottom: 16px;
}

div.zweispalt_70_30 div.left {
	width: 400px;
	float: left;
}

div.zweispalt_70_30 div.right {
	width: 172px;
	float: right;
}



div.zweispalt_50_50 div.bgnone,
div.zweispalt_70_30 div.bgnone {
	padding: 10px 0 0 0;
}


div.zweispalt_50_50 div.bgblue,
div.zweispalt_70_30 div.bgblue {
	background-color: #dce5ec;
	padding: 10px 10px 0px 10px;
}

div.zweispalt_50_50 div.bggreen,
div.zweispalt_70_30 div.bggreen {
	background-color: #eaecde;
	padding: 10px 10px 0px 10px;
}


div.zweispalt_50_50 p,
div.zweispalt_70_30 p {
	padding-bottom: 10px;
}

/* bullet points im content anzeigen */
div#main_center ul {
		margin: 0 0 0 15px;
}
div#main_center ul li {
	list-style: disc;
}


/* -------------------------------------- 
Rechte Spalte
-----------------------------------------*/ 




/* -------------------------------------- 
Allgemeine Inhaltselemente
-----------------------------------------*/  

/* Linie davor und danach */  

.csc-frame-frame1 {
	background-color: #dce5ec;
	padding: 10px 10px 0px 10px;
	margin-bottom: 6px;
}

.csc-frame-frame1 p {
	padding-bottom: 10px;
}

div#main_center div.csc-frame-rulerAfter,
div#main_right div.csc-frame-rulerAfter,
div#main_center div.csc-frame-rulerBefore,
div#main_right div.csc-frame-rulerBefore {
	margin-top: -6px;
	border-top: 1px solid #C7C8C8;
	padding-bottom: 9px;
}


/* Login Formular */  

.tx-felogin-pi1 h3 {
	font-size: 16px;
}

.tx-felogin-pi1 fieldset {
	border: 0px;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 div {
	padding-bottom: 4px;
}

.tx-felogin-pi1 form input[type="submit"] {
	margin: 8px 0 0 45px;
}


/* Allgemeine Formularelemente */ 

form input[type="text"],
form input[type="password"] {
	border: 1px solid #004A7F;
}

form input[type="submit"],
form input.submit_button {
	border: 1px solid #004A7F;
	background-color: #dce5ec;
	width: 100px;
}

/* Forms mit Definition List */

dl dt {
	width: 100px;
	float: left;
	margin-bottom: 5px;
}

dl dd {
	margin: 0 0 5px 120px;
}


/* Tabellenformatierung */ 

table.contenttable {
	width: 100%;
	margin-bottom: 16px;
}

table.contenttable thead th {
	border: 1px 1px 0 1px;
	border-color: #004A7F;
	background-color: #004A7F;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 1px 5px 1px 5px;
}

table.contenttable thead th p {
	padding-bottom: 0;
}

table.contenttable tr td {
	border: 0 1px 1px 1px;
	border-color: #fff;
	background-color: #dce5ec;
	vertical-align: top;
	padding: 5px 5px 0 5px;
}


/* -------------------------------------- 
mailform
-----------------------------------------*/

div.mail {
	margin: 30px 0 0 0;
	width: 440px;
}
div.mail div{
	padding: 7px 0;
}

div.mail label {
	width: 150px;
	display: block;
	float: left;
}
div.mail label.message {
	width: 400px;
	font-weight: bold;
}

div.mail textarea {
	width: 440px;
	border: 1px solid #004A7F;
}
div.mail input {
	width: 250px;
}
div.mail input.submit {
	background: none;
	width: 55px;
	float: right;
}
