/*
 * media-central.de typo3
 * 2006-06-09 mm@raut.de
 * 2007 august mmenke@netzpepper.de add. work
*/

/* main body and html styles */
body {
	height: 100%;
	width: 100%;
	overflow: visible;
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
}
html {
	overflow: hidden;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #F4F4F4;
	height: 100%;
	font-size: 12px;
}

/* zentrierung */
div#zentrierung {
	position: absolute;
	vertical-align: bottom;
	height: 548px;
	width: 914px;
	margin: -274px 0 0 -460px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: hidden;
	color: black;
	border-top: 3px solid #B2B2B2;
	border-left: 3px solid #B2B2B2;
	border-right: 3px solid #B2B2B2;
	background-color: #FFFFFF;
}

/* oben */
div#oben {
	position: absolute;
	top: 0;
	left: 0;
	height: 99px;
	width: 914px;
	background-color: #999999;
	border-bottom: 1px solid #0C419A;
}

/* links */
div#links {

}

/* unten */
div#unten {

}

/* bildcontainer im container oben */
div#oben div.bildcontainer {
	position: absolute;
	top: 2px;
	left: 483px;
	border: 1px solid #0C419A;
	width: 110px;
	height: 110px;
	overflow: hidden;
}
div#oben div.bildcontainer img {
	height: 110px;
	width: 110px;
}

/* blaue container oben im top-bereich */
div#oben a#kundenportal {
	background-color: #0C419A;
	width: 160px;
	height: 22px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 15px;
	position: absolute;
	top: 99px;
	left: 600px;
	text-decoration: none;
}
div#oben a#kundenportal:hover {
	background-color: #E90C0C;
}
div#oben a#kundenportal.aktiv {
	background-color: #E90C0C;
	width: 141px;
	height: 22px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 15px;
	position: absolute;
	top: 99px;
	left: 600px;
	text-decoration: none;
}
div#oben a#datenbank {
	background-color: #0C419A;
	width: 141px;
	height: 22px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 15px;
	position: absolute;
	top: 99px;
	left: 766px;
	text-decoration: none;
}
div#oben a#datenbank:hover {
	background-color: #E90C0C;
}

/* language */
ul#language
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 194px;
	z-index: 20;
	margin: 0;
	padding-left: 15px;
	list-style: none;
	list-style-image: none;
}
ul#language li
{
	margin: 7px 8px 0 0;
	float: left;
}
ul#language li img
{
	border: 0;
}


/* navigation */
div#navigation {
	position: absolute;
	top: 100px;
	left: 0px;
	padding-top: 20px;
	width: 194px;
	height: 428px;
	background-color: #CCCCCC;
}
div#navigation a {
	text-transform: uppercase;
	color: black;
	padding-left: 15px;
	height: 20px;
	width: 179px;
	background-color: #B2B2B2;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding-top: 3px;
	margin-top: 9px;
}
div#navigation a:hover {
	background-color: #0C419A;
	color: white;
}
div#navigation a.aktiv {
	text-transform: uppercase;
	color: white;
	padding-left: 15px;
	height: 20px;
	width: 179px;
	background-color: #0C419A;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding-top: 3px;
	margin-top: 9px;
}

div#navigation div.unternavigation {
	background-color: #567AB8;
}

div#navigation div.unternavigation a {
	text-transform: uppercase;
	color: #0C419A;
	height: auto; /* 20 */
	width: 160px; /* 164 */
	background-color: transparent;
	display: block;
	font-size: 12px; /* 14 */
	padding: 0px;
	margin: 0px;
	padding-left: 15px; /* 25 */
	padding-top: 5px;
	padding-bottom: 5px; /* neu (sh) */
}

div#navigation div.unternavigation a:hover {
	color: #ffffff;
	background-color: transparent;
}

div#navigation div.unternavigation a.aktiv {
	text-transform: uppercase;
	color: #ffffff;
	height: auto; /* 20 */
	width: 160px; /* 164 */
	background-color: transparent;
	display: block;
	font-size: 12px; /* 14 */
	padding: 0px;
	margin: 0px;
	padding-left: 15px; /* 25 */
	padding-top: 5px;
	padding-bottom: 5px; /* neu (sh) */
}

div#navigation div.unternavigation-scrollbar {
	background-color: #567AB8;
	/* neu */
	height:150px;
	line-height:12px;
	overflow-x:hidden;
	overflow-y:auto;
}

div#navigation div.unternavigation-scrollbar a {
	text-transform: uppercase;
	color: #0C419A;
	height: auto; /* 20 */
	width: 160px; /* 164 */
	background-color: transparent;
	display: block;
	font-size: 12px; /* 14 */
	padding: 0px;
	margin: 0px;
	padding-left: 15px; /* 25 */
	padding-top: 5px;
	padding-bottom: 5px; /* neu (sh) */
}
div#navigation div.unternavigation-scrollbar a:hover {
	color: #ffffff;
	background-color: transparent;
}
div#navigation div.unternavigation-scrollbar a.aktiv {
	text-transform: uppercase;
	color: #ffffff;
	height: auto; /* 20 */
	width: 160px; /* 164 */
	background-color: transparent;
	display: block;
	font-size: 12px; /* 14 */
	padding: 0px;
	margin: 0px;
	padding-left: 15px; /* 25 */
	padding-top: 5px;
	padding-bottom: 5px; /* neu (sh) */
}

/* content */
div#contentcontainer {
	position: absolute;
	top: 140px;
	left: 194px;
	width: 680px;
	height: 388px;
	overflow: auto;
	background-color: transparent;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	overflow-x: hidden;
}

/* überschriften allgemein */
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 17px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	margin-bottom: 10px !important;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}

/* links in allen contentarten */
div#contentcontainer a {
	color: black;
	text-decoration: underline;
}

/* templates */
div#template_1 h1 {
	color: black;
	text-transform: uppercase;
	font-size: 17px;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 230px;
	padding: 0;
	margin: 0;
}
div#template_1 img#bild {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 720px;
	height: 228px;
}
div#template_1 div#content {
	color: black;
	position: absolute;
	top: 0px;
	left: 270px;
	width: 430px;
	padding-right: 7px;
	font-size: 13px;
	line-height: 16px;
	height: 170px;
	overflow: auto;
}

/* abstand p, absätze muss festgelegt weden, da die
   verschiedenen browser unterschiedliche default-
   styles mitbringen */
div#contentcontainer p {
	margin: 0;
	padding: 0;
	margin-top: 9px;
	margin-bottom: 8px;
}
div#contentcontainer {
	line-height: 16px;
}

/* template mitarbeiter */
div.template_mitarbeiter {
	overflow: hidden;
	float: left;
	width: 321px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 3px;
	position: relative;
}
div.template_mitarbeiter img.mitarbeiterbild {
	width: 83px;
	height: 115px;
	float: left;
}
div.template_mitarbeiter div.text {
	float: left;
	width: 177px;
	height: 90px;
	padding: 5px 0 0 15px;
	font-size: 12px;
	margin-right: -3px; /* !! */
}
div.template_mitarbeiter span.name {
	font-weight: bold;
	color: #0C419A;
	font-size: 13px;
}

/* template mittig klein (minicontent) mit auswahl-
   moeglichkeit verlinkung ja nein */
div#template_2 {
	margin-top: 60px;
	margin-left: 200px;
	margin-right: 180px;
	width: 300px;
	height: 200px;
}
div#template_2 div#text {
	margin-bottom: 21px;
}
div#template_2 span#textmittig {
	background-color: #567AB8;
}
div#template_2 span#textmittig a {
	text-decoration: none;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-size: 20px;
	background-color: #567AB8;
}
div#template_2 span#textmittig_versteckt {
	display: none;
}

/* listen */
ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 18px;
	list-style-type: square;
	color: #0C419A;
}

/* mitarbeiter vita styles */
div.vita_versteckt {
	/* display: none; */
	position: absolute;
	top: 0px;
	left: 0px;
	width:1px;
	height: 1px;
	overflow: hidden;
}
div.vita_sichtbar {
	background-color: #6A8DCA;
	border: 1px solid black;
	position: absolute;
	width: 570px;
	height: 320px;
	padding: 10px;
	left: 60px;
	color: black;
	overflow: auto;
	overflow-x: hidden;
}
div.text span {
	cursor: pointer;
	text-decoration: underline;
}
div.text span.name {
	cursor: text;
	text-decoration: none;
}
div.text span.position {
	cursor: text;
	text-decoration: none;
}
div.text span.telefonnummer {
	cursor: text;
	text-decoration: none;
}

/* ab nun vita popup selbst */
div.vita_sichtbar div#vita_schliessen {
	position: absolute;
	right: 10px;
	top: 8px;
	border: 1px solid white;
	height: 15px;
	width: 12px;
	padding-left: 4px;
	color: black;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

div.vita_sichtbar div.vita_mitarbeitername {
	color: #0C419A;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}
div.vita_sichtbar img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
div.vita_sichtbar div.vita_position {
}
div.vita_sichtbar div.vita_telefon {
}
div.vita_sichtbar div.vita_email {
visibility: hidden;

}
div.vita_sichtbar div.vita_text {
	clear: left;
}

/* kontaktformular */
form {
	padding: 0px;
	margin: 0px;
}
textarea.kontakt {
	display: block;
	width: 280px;
	height: 60px;
	overflow: auto;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid black;
}
input {
	border: 1px solid black;
	width: 120px;
}
input.checkboxen {
	width: 20px;
}
span.kontakt_fehler {
	font-weight: bold;
}
table.kontakt {
	border-spacing: 0px;
	border-collapse: collapse; 
}
h2.kontaktformular {
	margin-bottom: 4px !important;
}
table.kontakt td {
	width: 145px;
}
table.kontakt td.zwei, table.kontakt td.eins {
	width: auto;
	padding-right: 10px;
}
td.fehler {
	vertical-align: top;
	padding: 8px;
	padding-top: 10px;
	background-color: #0C419A;
	color: white;
}

/* mitarbeiter navigation */
div#template_mitarbeiter_nav {
	position: absolute;
	bottom: 3px;
	right: 15px;
/*	width: 30px;*/
	height: 20px;
}
div#template_mitarbeiter_nav a {
	font-size: 21px;
font-size: 11px;
	color: #0C419A;
color: #fff;
background-color: 	#0C419A;
	text-decoration: none;
	font-weight: bold;
font-weight: normal;
padding-left: 3px;
padding-right: 1px;		
}

/* rechtsnavi */
div#rechtsnavi {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 184px;
	background-color: #C0C0C0;
	color: black;
	height: 17px;
	padding-left: 10px;
}
div#rechtsnavi a {
	color: black;
	text-transform: uppercase;
	background-color: transparent;
	font-size: 11px;
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
}
div#rechtsnavi a:hover {
	background-color: transparent;
	color: black;
	padding: 0;
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
}


/* MOC FileShare */
div.tx-mocfilemanager-pi1 {
	font-weight: normal !important;
	font-size: 12px !important;
}

div.tx-mocfilemanager-pi1 img {
}

div.tx-mocfilemanager-pi1 a {
	margin-left: 20px;
	text-decoration: none;
}

div.tx-mocfilemanager-pi1 a img{
	margin-left: -20px;
	margin-right: 20px;
}

/* vita soll ausgestellt werden */
span.versteckt {
	color: white;
	font-size: 1px;
}

/* suchformular 2007: plz und ort, hh-daten */
div.suche-links {
	float: left;
	width: 320px;
}
div.suche-rechts {
	float: left;
	width: 320px;
}
input.suche-input {
	width: 200px;
}
input.suche-submit {
	width: 80px;
}
input.suche-input-plz {
	width: 50px;
}
input.suche-radio {
	width: 25px;
}

/* ausgabe haushalte */
div.haushalte table {
	margin-left: 30px;
}
div.haushalte table {
	border-collapse: collapse; 	
}
div.haushalte table th {
	border-top: 1px solid black;
	text-align: left;
	border-bottom: 1px solid black;
}
div.haushalte table th.plz,
div.haushalte table td.plz {
	width: 55px;
}
div.haushalte table th.ort,
div.haushalte table td.ort {
	width: 300px;	
}
div.haushalte table th.brutto,
div.haushalte table td.brutto {
	width: 100px;
}
div.haushalte table th.netto,
div.haushalte table td.netto {
	width: 100px;
}
div.haushalte table tr.summe td {
	text-decoration: underline;
	text-style: italic;
	/* padding-top: 12px;
	padding-bottom: 26px; */
}
div.haushalte table tr.gesamtsumme td {
	font-weight: bold;
	font-size: 14px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	/* padding-top: 14px;
	padding-bottom: 14px; */
}
div.haushalte table th.rechtsausrichtung,
div.haushalte table td.rechtsausrichtung {
	text-align: right;
}
div.haushalte div.seite {
	margin-bottom: 10px;
	position: relative;
}
div.haushalte div.seite h2 {
	margin-bottom: 0px;
	font-size: 17px;
}

/* in druckversion wieder aktivieren */
div.haushalte div.fuer-druck {
	display: none;
}

div.haushalte div.seite h1 {
	font-size: 38px;
	font-style: italic;
	text-transform: none;
	line-height: 34px;
	margin-bottom: 4px;
	padding-top: 58px;
	color: #0C419A;
}
div.haushalte div.seite h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}
div.haushalte div.seite div.kopf {
	display: none;
}
div.haushalte div.seite div.fuss {
	margin-top: 10px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.seitenfuss {
	display: none;
}
div.seitenangabe {
	display: none;
}
div.clearing {
	clear: both;
}

/* fuss */
table.fuss td {
	font-size: 18px;
	font-weight: bold;
}
table.fuss td.n0 {
	width: 359px;
}
table.fuss td.n1 {
	width: 100px;
}
table.fuss td.n2 {
	width: 100px;
}

tr.fuer-druck {
	display: none;
}

/* keine rahmen bitte */
input.suche-radio {
	border: 0px !important;
}

ul#abteilungen
{
	margin:					0;
	padding:				0;
	list-style:				none;
	list-style-image: 		none;
	border-bottom:			1px solid;
	height:					20px;
}

ul#abteilungen li
{
	font-size:				14px;
	float:					left;
	margin:					0 15px 13px 0;
	height:					16px;
}

ul#abteilungen li a
{
	color:					#0C419A;
	text-decoration:		none;
}

ul#abteilungen li a:hover
{
	text-decoration:		underline;
}

ul#abteilungen li.selected a
{
	color:					#000000;
	font-weight:			bold;
}
