/* CSS Document */
/* ------------------------------------------------------------- */
/* Globale z.T. kaskadierte Einstellungen */

* { margin: 0; padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  background-image: url(bg.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-attachment: fixed;
}

h1, .doc-title, .gallery-full-head { font-size: 1.1em; margin-bottom: 0.8em; margin-top: 1em; color: #444444;}
h2, .doc-subtitle { font-size: 0.8em; color: #444444;}
a { font-size: 0.8em; color: #444444; outline-style: none; text-decoration: none; }
p { margin-bottom: 0.8em; }
div.doc-introduction { font-size: 0.8em;  }
div.doc-maintext, span.doc-maintext, p.doc-maintext { font-size: 0.8em; color: #444444;}
div.doc-maintext li { margin-left: 1.5em; }
ul, ol { padding-left: 1.5em; margin-bottom: 1.5em; }
a.doc-next{color: #a1a1a1;}

div.dc-title .doc-maintext {
  margin: 0;
}


/* Aufheben der versehentlich kaskadierten 
   Hyperlinks innerhalb der doc-maintext      */
.doc-maintext * { font-size: 1em;}
h1.doc-title * { font-size: 1em; }
.doc-maintext strong {font-size: 1.2em; }

/*Globale Farbformatierung*/
/*Haupthintergrund*/
body {
  background-color: #FFF;
}

/*Farbe1*/
#mainfooter, div.picture-label, div.diashow-head, div.diashow-footer, div.gallerie-overview-head, div.gallery-full-head, div.gallerie-overview-footer, div.gallery-full-footer, div.jingle-staff-head{
/*background-color: #7490B9;*/
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

/*Farbe3*/
/*
#searchbox, a.navi3-normal, a.navi3-preopen, a.navi3-active, a.navi4-normal, a.navi4-preopen, a.navi4-active, a.navi5-normal, a.navi5-preopen, a.navi5-active{
  background-color: white;
}*/

/*Farbe4*/
#center-start, div.infobox {
/*background-color: #2A3E69;*/
  background-color: white;
}

div.contact a {
  font-size: 1.25em;
  color: black;
}

div.contact a:hover {
  font-size: 1.25em;
  text-decoration: underline;
  color: black;
  padding-bottom: 2px;
}

/*Farbe4 Rahmen*/
div.infobox-area-content{
  border: 1px solid #c6d2f5;
}

/* Globale z.T. kaskadierte Einstellungen ENDE */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* Hauptelemente/layout */


/* Navigationbuttons */
#servicelink-box{
  display: none;
  z-index: 5;
  position: absolute;
  left: 50%;
  margin-left: 200px;
  margin-top: 20px;
  margin-bottom: 13px;
}

#mainwrapper {
  width: 984px;
  background-image: url('wrapper_bg.gif');
  background-repeat: repeat-y;
  position: absolute;
  left: 50%;
  margin-left: -492px;
  margin-top: 18px;
}

/* Mainbanner */
#mbn {
  background-image: url('logo.gif');
  background-repeat: no-repeat;
  height: 120px;
  /*width: 760px;*/
  overflow: hidden;
}

/*-------Navigationspfad_START------ */
#navpath {
  font-size: 0.8em;
  text-align: right;
  padding: 1px 10px 1px 0;
  color: #444444;
}

#navpath a:hover{
  text-decoration: underline;
}

#navpath a {
  font-size: 1em;
  text-decoration: none;
  color: #444444;
}
/*-------Navigationspfad_ENDE------- */

/*-------IWRAPPER_TOP_START----------*/

#iwrapper-top{
  margin-top: 10px;
  background-image: url(../baselines/content-middle.gif);
  background-repeat: repeat-y;
}

/*TOP-Navigation */
#navlayer1 {
  height: 50px;
  width: 984px;
  background-image: url(../baselines/hauptnavi.gif);
  background-repeat: repeat-x;
  padding-top: 4px;
}

#content-head {
  background-image: url(../baselines/content-head.gif);
  background-repeat: no-repeat;
  height: 1px;
  overflow: hidden;
}

#left {
  font-size: 0.8em;
  float:left;
  width:181px;
/*background-color: white;
  border-color: #b2b2b2;
  border-width: 1px;
  border-style: solid;*/
}

#left a:hover{
  font-size: 1em;
  text-decoration: underline;
}

#left a{
  font-size: 1em;
  text-decoration: none;
  display: block;
}

#mheight{ 
/*float:left;
  width: 10px; 
  height: 500px;*/
}

#center {
  padding-right: 10px;  
  padding-top: 10px;
  width:754px;
  float: right;
  margin-left: 0; /*mheight beachten*/

}

#center-start {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  float:left;
  width: 725px;
}

#center-right {
  float: right;
  width: 205px;
  margin-right: 15px;
}

#contentarea {
  padding: 0;
  /*background-image:url('../baselines/contentarea_bg.gif');*/
}

#contentarea div.doc-maintext a{
  color: #000000;
}

#maincontentarea {
  margin-bottom: 40px;
  overflow: hidden;
}

#right {
  float: right;
  width: 180px; 
}

/*-------IWRAPPER_TOP_ENDE-----------*/

/*-------IWRAPPER_BOTTOM_START-------*/

/*Ausgeblendet*/
#iwrapper-bottom{
  margin-top:0;
}

/*Ausgeblendet*/
#searchbox{
  float: left;
  width:170px;
  padding: 40px 5px 20px 5px;
}

/*Ausgeblendet*/
#maininfobox{
  float: right;
  width:794px;
  margin-left: 10px;
  background-color: red;
}

/*-------IWRAPPER_BOTTOM_ENDE--------*/

/*-------MAIN_FOOTER_START-----------*/

#mainfooter {
  text-align: right;
  margin: 10px 0 13px 0;
  padding: 1px 5px 1px 0;
  color: #444444;
  font-size: 0.8em;
}

a.footer-link:hover {
  text-decoration: underline;
}

a.footer-link{
  color: #444444;
  text-decoration: none;
}

span.footer-text{
  color: #444444;
  font-size: 0.8em;
}

#maininfobar a:hover {
  text-decoration: underline;
}

#maininfobar a { 
  font-size: 1em;
  color: #444444;
  text-decoration: none;
}

/*-------MAIN_FOOTER_ENDE------------*/

/* Hauptelemente ENDE */
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* Standard Navigation auf der linken Seite */

a.navi1-normal {
  color: white;
  float: left;
  height: 20px;
  font-weight: bold;
  padding-top: 13px;
  padding-right: 17px;
  padding-bottom: 13px;
  padding-left: 17px;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
}

a.navi1-preopen {
  color: white;
  float: left;
  height: 20px;
  font-weight: bold;
  padding-top: 13px;
  padding-right: 17px;
  padding-bottom: 13px;
  padding-left: 17px;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-image: url(../baselines/hauptnava.gif);
  background-repeat: repeat-x;
}

a.navi1-active {
  color: white;
  float: left;
  height: 20px;
  font-weight: bold;
  padding-top: 13px;
  padding-right: 17px;
  padding-bottom: 13px;
  padding-left: 17px;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-image: url(../baselines/hauptnava.gif);
  background-repeat: repeat-x;
}

a.navi2-normal {
  color: white;
  border-width: 0;
  padding: 5px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

a.navi2-preopen {
  color: white;
  border-width: 0;
  padding: 5px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-color: #ffffff;
  background-image: url(../baselines/nav2a.gif);
  background-repeat: repeat-x;
}

a.navi2-active {
  color: white;
  font-weight: bold;
  border-width: 0;
  padding: 5px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-image: url(../baselines/nav2a.gif);
  background-repeat: repeat-x;
}

a.navi3-normal {
  color: white;
  border-width: 0;
  padding: 2px;
  margin-left: 30px;
  font-size: 0.7em;
}

a.navi3-preopen {
  color: #b1b1b1;
  border-width: 0;
  padding: 2px;
  margin-left: 30px;
  font-size: 0.7em;
}

a.navi3-active {
  color: #b1b1b1;
  border-width: 0;
  padding: 2px;
  margin-left: 30px;
  font-size: 0.7em;
}
a.navi4-normal {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 40px;
}

a.navi4-preopen {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 40px;
}

a.navi4-active {
  color: #000;
  border-width: 0;
  padding: 5px;
  padding-left: 40px;
}
a.navi5-normal {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 50px;
}

a.navi5-preopen {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 50px;
}

a.navi5-active {
  color: #000;
  border-width: 0;
  padding: 5px;
  padding-left: 50px;
}

/* Standard Navigation auf der linken Seite ENDE */
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Standardlayout Infobox #right Start*/

div.infobox {
  margin-top: 10px;
  background-color: #white;
  border: 1px solid #a3a3a3;
}

div.infobox-title {
border-bottom: 1px solid #444444;  
padding: 3px;
font-weight: bold;
font-size: 1em;
color: red;
}

div.infobox-subtitle {
 font-size: 0.8em;
  margin-bottom: 5px;
}


div.infobox-body {
margin: 5px;
}

a.infobox-listing:hover {
text-decoration: underline;
}

a.infobox-listing {
font-weight: bold;
font-size: 0.9em;
color: #444444;
}


div.infobox-body h3 {
  font-weight: normal;
  font-size: 0.75em;
  margin: 0;
  color: #444444;
}

div.infobox-body h3 * {
  font-size: 1em;
}

div.infobox-body h3 a:hover {
text-decoration: underline;
}

a.infobox-listing {
  display: block;
}

/* Standardlayout Infobox #right ENDE*/
/* ------------------------------------------------------------- */

div.mainjingle {
  margin-top: 20px;
}

/* ------------------------------------------------------------- */
/* Bilder und Bilduntertitel (Einbettung) Start*/

div.picture-area-right {
  float: right;
  margin-left: 10px;
}

div.picture-area-left {
  float: left;
  margin-right: 10px;
}

div.picture-label {
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid #7490b9;
  height: 20px;
}

div.picture-label img {
  border: 0;
}

div.picture-label div{
  float: left;
}

/* Bilder und Bilduntertitel Ende */
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Bildergalerie und Diashow */

#ig-headline {
  color: #000;
}

#diashow-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.gallerytable {
  margin-top: 20px;
}
/*-------Diashow_START--------------- */

div.diashow-body {
  overflow: hidden;
  margin: 0 10px 0 10px;

}

div.diashow-head {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

div.diashow-main-pic {
  margin: 0 0 10px 10px;
/*border: 1px solid green;*/
  width: 150px;
  float: left;
}

div.diashow-overview-border {
  width: 350px;
  float: right;
}

div.diashow-overview-thumbnail {
  margin: 0 10px 10px 0;
  float: left;

}

div.diashow-footer {
  font-size: 0.8em;
  padding: 1px 4px 1px 4px;
  height: 18px;
}
/*-------Diashow_Ende---------------- */
/*-------Gallery-overview_START------ */

div.gallery-overview-body {
  overflow: hidden;
  margin: 0 10px 0 10px;

}

div.gallerie-overview-head {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

div.gallerie-overview-pic {
  margin: 0 10px 10px 0;
  float: left;
}

div.gallerie-overview-footer {
  font-size: 0.8em;
  padding: 1px 4px 1px 4px;
  height: 18px;
}
/*-------Gallery-overview_Ende------- */
/*-------Gallery-fullview_START------ */
div.gallery-full-body {
  overflow: hidden;
  margin: 60px 10px 0 10px;
}

div.gallerie-overview-pic-border {
  padding-left: 10px;
}

div.gallery-full-head {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

div.gallery-full-img {
  text-align: center;
  margin: 0 10px 10px 0;
}

div.gallery-full-footer {
  font-size: 0.8em;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

/*-------Gallery-fullview_Ende------- */
/* Bildergalerie und Diashow Ende */
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* OFFSET UND LETTERINDEX  (Glossar)*/

div.mainletterindex {
  padding: 15px;
  margin: 0 0 0.8em 0;
  border-bottom: 1px solid #7490b9;
}

div.mainoffsetindex {
  padding: 15px;
  margin: 0 0 0.8em 0;
  border-bottom: 1px solid #7490b9;
}

div.letterindex-head {
  font-weight: bold;
  color: #444444;
}

a.letterindex-normal {
  float: left;
  margin: 3px;
  color: #444444;
  text-decoration: none;
}

a.letterindex-activated {
  float: left;
  margin: 3px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

div.mainletterindex a {
  float: left;
  margin: 3px;
  color: #000;
  text-decoration: none;
}

div.mainoffsetindex a, div.mainoffsetindex span {
  float: left;
  margin: 3px;
  color: #333;
}

a.offsetindex-active {
  font-weight: bold;
}

span.offsetindex-head {
  float: left;
  font-weight: bold;
}

/* OFFSET UND LETTERINDEX ENDE (Glossar)*/
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Layouts für die Formularfeldsteuerung */
/* Formularfelder*/
div.form-data {
/*border: 1px solid #FFF;*/
  padding-top: 15px;
  margin-bottom: 15px;
  padding-left: 150px;
}

div.form-data input {
  height: 20px;
}

div.form-data input, div.form-data textarea, div.form-data select {
  background-color: #e8e8e8;
  border: 1px black solid;
}

/*Formulartexte*/
div.errordiv-error {
  background-color: red;
  color: #444444;
  color: white;
  padding: 5px;
  font-size: 0.8em;
  margin-bottom: 20px;
}

div.errordiv-noerror {
  display: none;
  visibility: hidden;
}

.doc-maintext-isrequired {
  font-size: 0.8em;
  color: #ff0000;
}

.doc-maintext-isnotrequired {
  font-size: 0.8em;
  color: #444444;
}

.field-noerror {
  background-color: #000;
}

.field-error {
  background-color: #FFA4A4;
}

div.form-data span.required-input {
  padding-left: 30px;
  font-size: 0.8em;
}

td.formlabel div {
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-top: 30px;
  color: #444;
}




/*Formulartexte Übermittlungsansicht*/

/* Layouts für die Formularfeldsteuerung Ende */
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Formatierung der Sitemap Start */

a.sitemap-link:hover {
  color: black;
}

a.sitemap-link {
  font-size: 0.8em;
  color: #444444;
  text-decoration: none;
}

/* Formatierung der Sitemap Ende*/
/* ------------------------------------------------------------- */

div.containerjingle {
  width: 320px;
  border: 1px solid #a1a1a1;
  padding: 5px;
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
}

div.containerjingle-pic {
  float: left;

}

div.containerjingle-content {
  float: right;
  width: 163px;
}

div.containerjingle-content a.doc-title {
  display: block;
  margin-bottom: 8px;
}



div.containerjingleauswahl {
/*width: 320px;*/
  border: 1px solid #a1a1a1;
  padding: 5px;
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
}

div.containerjingle-pic-auswahl {
  float: left;

}

div.containerjingle-content-auswahl {
  float: right;
  width: 570px;
  margin-left: 10px;
}


/*------------------------------------------------------------- */
div.doc-container {
padding: 5px;
}

div.dc-pic {
float: left;
}

div.dc-title {
width: 500px;
float: right;
padding-right: 15px;
}

div.dc-content {
}







/*------------------------------------------------------------- */
/*Formatierung des Managerrubrik*/
/*Jinglelayout Manager*/
div.jingle-manager-wrapper {
  font-size: 1em;
}


div.jingle-manager {
  margin-bottom: 40px;
  border: 1px solid #a1a1a1;
  padding: 5px;
}

div.jingle-manager div.doc-title {
	margin: 0;
	padding: 0;
}


div.jingle-manager-left {
	float: left;
	width: 480px;
}

div.jingle-manager-img {
	float: right;
	width: 84px;
}

a.jingle-manager-link:hover {
  color: #a1a1a1;
  text-decoration: none;
}

a.jingle-manager-link {
  text-decoration: none;
}

/*Jinglelayout Manager Ende*/
/*---------------------------------------*/

/*---------------------------------------*/
/*Dokumentenlayout Manager Start*/

div.doc-manager {
  font-size: 1em;
}

div.doc-manager div h1.doc-title {
}

div.doc-manager h2.doc-subtitle {
	border-bottom: 1px solid #a1a1a1;
	padding: 5px 10px 10px 0;
	margin-right: 16px;
}

div.doc-manager div.doc-maintext {
	float: left;
	width: 480px;
}

div.doc-manager-img {
	float: right;
	width: 84px;
	margin-right: 10px;
}

div.doc-manager table {
	margin: 10px 10px 10px 0;
}

div.doc-manager a {
	font-size: 1em;
}

div.doc-manager td {
	border-bottom: 1px solid #a1a1a1;
	font-size: 0.8em;
	padding: 3px 0 3px 0;
}

div.doc-manager td.lasta {
	border: 0;
	font-weight: bold;
}

div.doc-manager td.lastb {
	border: 0;
	font-weight: normal;
}

div.doc-manager table table {
	margin: 0;
	padding: 0;
}

div.doc-manager div h3 {
	font-size: 1em;
}

/*Dokumentenlayout Manager Ende*/
/* Formatierung der Managerrubrik Ende*/
/* ------------------------------------------------------------- */





/*------------------------------------------------------------- */
/*Formatierung des Mitarbeiterrubrik*/
/*Jinglelayout Mitarbeiter*/

div.jingle-staff-head {
  font-size: 0.8em;
}

div.jingle-staff-head-left {
	float: left;
	width: 84px;
  margin-left: 5px;
}

div.jingle-staff-head-middle {
	float: left;
	width: 215px;
	margin-left: 5px;
}

div.jingle-staff-head-right {
	float: right;
	width: 260px;
	padding-right: 5px;
}


/*---------------*/
/*  Block2 Start */
/*---------------*/
div.jingle-staff-0, div.jingle-staff-1 {
  padding: 5px;
  background-color: #cdcdcd;
  height: 116px;
  overflow: hidden;
}

div.jingle-staff-1 {
  background-color: #fff;
}

div.jingle-staff div.doc-title {
	margin: 0;
	padding: 0;
}

div.jingle-staff-img {
	float: left;
	width: 84px;
  border: 1px solid black;
}

div.jingle-staff-middle {
	float: left;
	width: 215px;
	padding-left: 5px;
  border-right: 1px solid white;
}

div.jingle-staff-right {
	float: right;
	width: 260px;
}

a.jingle-staff-link:hover {
  color: #a1a1a1;
  text-decoration: none;
}

a.jingle-staff-link {
  text-decoration: none;
}

/*---------------*/
/*  Block2 Ende  */
/*---------------*/
/*Jinglelayout Mitarbeiter Ende*/
/*---------------------------------------*/



/*---------------------------------------*/
/*Dokumentenlayout Mitarbeiter Start*/

div.doc-staff {
  font-size: 1em;
}

div.doc-staff div h1.doc-title {
}

div.doc-staff h2.doc-subtitle {
	border-bottom: 1px solid #a1a1a1;
	padding: 5px 10px 10px 0;
	margin-right: 16px;
}

div.doc-staff div.doc-maintext {
	float: left;
	width: 480px;
}

div.doc-staff-img {
	float: right;
	width: 84px;
	margin-right: 10px;
}

div.doc-staff table {
	margin: 10px 10px 10px 0;
}

div.doc-staff a {
	font-size: 1em;
}

div.doc-staff td {
	border-bottom: 1px solid #a1a1a1;
	font-size: 0.8em;
	padding: 3px 0 3px 0;
}

div.doc-staff td.lasta {
	border: 0;
	font-weight: bold;
}

div.doc-staff td.lastb {
	border: 0;
	font-weight: normal;
}

div.doc-staff table table {
	margin: 0;
	padding: 0;
}

div.doc-staff div h3 {
	font-size: 1em;
}

/*Dokumentenlayout Mitarbeiter Ende*/
/* Formatierung der Mitarbeiterrubrik Ende*/
/* ------------------------------------------------------------- */





div.standortejingle {
  display: inline; /* Element ist wegen float: left automatisch block, aber der IE hat einen Bug, der damit behoben werden kann */ 
  width: 320px;
  height: 235px;
  border: 1px solid #a1a1a1;
  padding: 5px;
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

div.standortejingle a {
  font-size: 1em;
}

#headbanner {
  margin-top: 10px;
}


/* erstmal auskommentiert, weil noch kein Bild vorhanden ist
div.standortejingle-pic {
  float: left;

} */

/* erst mal auskommentiert, weil noch kein Bild vorhanden ist
div.standortejingle-content {
  float: right;
  width: 163px;
}*/


div.standortejingle-content a.doc-title {
  display: block;
  margin-bottom: 8px;
}

div.standortejingle div.standorte-maintext {
  font-size: 0.8em;
}



