/* ------------------------------------------------------------- */
/* Globale z.T. kaskadierte Einstellungen */


* { margin: 0; padding: 0; }


body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background-color: #0694e6;
  color: white;
}

h1, .doc-title { font-size: 1.1em; margin-bottom: 0.7em; color: #2465a5; }
h2 { font-size: 0.9em; color: #c93b27; }
a { font-size: 1em; color: #c93b27; outline-style: none; text-decoration: none;}
p { margin-bottom: 1em; }
div.doc-introduction { font-size: 0.8em; margin-bottom: 3em; }
ul, ol { padding-left: 1.5em; margin-bottom: 1.5em; }
div.doc-maintext { font-size: 0.8em; color: #126fc2;} /*color: #126fc2;*/


/* Aufheben der versehentlich kaskadierten
   Hyperlinks innerhalb der doc-maintext      */
.doc-maintext a { font-size: 1em }


/* Globale z.T. kaskadierte Einstellungen ENDE */
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* Hauptelemente */

div.startpage-jingle {
  overflow: hidden; 
  float:left;
  height: 164px;
}

#wrapper {
  width: 984px;
  background-image: url('wrapper-bg.gif');
  background-repeat: repeat-y;
  position: absolute;
  left: 50%;
  margin-left: -493px;
  margin-top: 10px;
  border: 1px solid white;
}

#banner {
  height: 115px;
  background-image: url('bn.gif');
  background-repeat: no-repeat;
}
  
#navipath {
  height: 23px;
  background-image: url('navipath-bg.gif');
  background-color: #f2d019;
  border-top: 1px solid #c0e1f8;
  border-bottom: 1px solid #fde9c4;
  font-size: 0.8em;
  overflow: hidden;
}


#mainwrapper-overlay {
  width: 986px;
  position: absolute;
  left: 50%;
  margin-left: -493px;
  background-color: #000;
  height: 100.05%;
  z-index: 2;
  display: none;
  -moz-opacity:0.5;
  opacity:0.5;
}



#detail-image {
  position: absolute;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  background-color: #FFF;
  margin-top: 20px;
  z-index: 6;
  display: none;
  background-image: url('waitstate.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}



#detail-image-footer {
  padding: 10px;
  font-size: 0.9em;
  cursor: pointer;
  text-align: right;
  background-color: #D3D3D3;
  color: #000;
}



#nav{
     float: left;
     width: 50%;
     margin-top: 2px;
     margin-left: 5px;
}

#gt {
     margin-top: 30px;
     margin-left: 1px;
     text-decoration: none;

}

#inlinewrapper {
  background-image: url('iwrapper-bg.gif');
  background-repeat: repeat-y;
}

#left {
  width: 187px;
  overflow: hidden;
  padding-top: 24px;
  float: left;
}

#innerleft {
  border-top: 1px solid white;
}

#left-bottom {
  background-image: url('left-bottom-bg.gif');
  background-position: bottom;
}

#mheight{
  float:left;
  width: 38px;
  height: 500px;
}


#center {
  float: left;
/*  margin-left: 38px; *//*mheight beachten*/
  width: 550px;
  padding-top: 20px;
  padding-bottom: 20px;

}

#right {
  float: right;
  width: 170px;
  overflow: hidden;
  padding-right: 0px;
  padding-top: 20px;
}

#footer {
  background-position: 0 0;
  background-image: url('footer-bg.gif');
  background-color: #0703a6;
  border-top: 1px solid #c0e1f8;
  height: 16px;
  color: white;
  text-align: right;
  padding: 3px;
  font-size: 0.75em;
}

a.footer-link{
  font-size: 1em;
  color: white;
  text-decoration: none;
}

a.footer-link a:hover{
  text-decoration: underline;
}

/* Hauptelemente ENDE */
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* Bilder und Bilduntertitel */

div.picturelabel {
  font-size: 0.7em;
  font-weight: bold;
  background-color: #0058b9;
  padding: 3px;
 color: white;
}



div.picture-arearight {
  float: right;
  margin-left: 10px;
  margin-bottom: 16px;
}


div.picture-area, div.picture-arealeft {
  float: left;
  margin-right: 10px;
  margin-bottom: 16px;
}
/* Bilder und Bilduntertitel Ende */
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* Bildergalerie und Diashow */

#ig-headline {
  color: white;
}


#diashow-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}


.gallerytable {
  margin-top: 20px;
}

/* Bildergalerie und Diashow Ende */
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* OFFSET UND LETTERINDEX */

div.mainletterindex {
/*  padding-bottom: 5px;
    border-bottom: 1px solid #333;*/
    height: 25px;
}


div.mainoffsetindex {
/*  padding: 5px;
    margin: 0 0 0.8em 0; */
/*  border-bottom: 1px solid #333; */
    margin-bottom: 10px;
}

div.offsetindex-middle {
    background-image: url('content-border-middle.gif');
    background-repeat: repeat-y;
    padding-left: 10px;
    color: #000;
    font-size: 0.9em;
}


div.letterindex-head {
  font-weight: bold;
}


a.letterindex-normal {
  float: left;
  padding-left: 5px;
}


a.letterindex-activated {
  float: left;
  padding-left: 5px;
  font-weight: bold;
}


div.mainletterindex a {
  float: left;
  margin: 3px;
}


div.mainoffsetindex a, div.mainoffsetindex span {
  float: left;
  margin: 3px;
}


a.offsetindex-active {
  font-weight: bold;
}


span.offsetindex-head {
  float: left;
  font-weight: bold;
}

/* OFFSET UND LETTERINDEX ENDE */
/* ------------------------------------------------------------- */




/* ------------------------------------------------------------- */
/* Layouts für die Formularfeldsteuerung */
/* Formularfelder*/
div.form-data {
/*border: 1px solid #FFF;*/
  padding: 15px;
  padding-bottom: 40px;
}

div.form-data input{
  height: 20px;
}

div.form-data #label- {
  padding-top: 15px;
  background-color: #eaf4ff;
  font-size: 1.2em;
  color: #126fc2;
  font-weight: bold;
}

div.form-data input, div.form-data textarea, div.form-data select{
  background-color: white;
  border: 1px solid #0058b9;
}

/*Formulartexte*/
div.errordiv-error {
  background-color: red;
  color: white;
  padding: 5px;
  font-size: 0.8em;
  margin-bottom: 20px;
}

div.errordiv-noerror {
  display: none;
  visibility: hidden;
}

.doc-maintext-isrequired {
  font-size: 1em;
  color: #ff0000;
}

.doc-maintext-isnotrequired {
  font-size: 1em;
  color: #126fc2;
}

.field-noerror {
  background-color: #FFFFFF;
}

.field-error {
  background-color: #FFA4A4;
}

/*Formulartexte Übermittlungsansicht*/


div.checkboxlist-entry {
  width: 48%;
  color: black;
  float: left;
}


div.checkboxlist-entry span.checkboxlist-label {
  font-size: 0.8em;
  padding-left: 4px;
}

div.checkboxlist-entry span.splitter{
  font-size: 0.8em;
  color: black;
  padding-right: 15px;
}








/* Layouts für die Formularfeldsteuerung Ende */
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* Formatierung der Sitemap Start */

a.sitemap-link {
  font-size: 1em;
  text-decoration: none;
}

a.sitemap-link:hover {
  color: #0058b9;
  text-decoration: none;
}

/* Formatierung der Sitemap Ende*/
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* Standard Navigation auf der linken Seite */

#left a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-top: 3px;
  padding-bottom: 3px;
}

#gt a{
  display: block;
  text-decoration: none;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

a.navi1-normal {
  font-size: 0.8em;
  color: white;
  padding-left: 8px;
}

a.navi1-preopen {
  font-size: 0.8em;
  color: white;
  padding-left: 8px;
}

a.navi1-active {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #f2d019;
  color: #0058b9;
  padding-left: 8px;
}

a.navi2-normal {
  font-size: 0.8em;
  color: white;
  padding-left: 16px;
}

a.navi2-preopen {
  font-size: 0.8em;
  color: white;
  padding-left: 16px;
}

a.navi2-active{
  font-size: 0.8em;
  font-weight: bold;
  background-color: #f2d019;
  color: #0058b9;
  padding-left: 16px;
}

/* Standard Navigation auf der linken Seite ENDE */
/* ------------------------------------------------------------- */




/* ------------------------------------------------------------- */
/* Navigationspfad */

#navipath a {
color: white;
text-decoration: none;
font-size: 1em;
}

/* Navigationspfad Ende */
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* Standard Layouts für die lange Jingleansicht */



div.mainjingle {
  margin-bottom: 10px;
}

div.mainjingle-head {
  height: 16px;
}

div.mainjingle div.mainjingle-middle {
  background-image: url('content-border-middle.gif');
  background-repeat: repeat-y;
  padding: 0 17px 0 17px;
}

div.mainjingle div.mainjingle-middle-left {
  float: left;
  width: 230px;
  /* margin-left: 17px; */
  display: inline;
}

div.mainjingle div.mainjingle-middle-right {
  float: right;
  width: 265px;
  /* margin-right: 15px; */
  display: inline;
}

div.mainjingle-middle-right a.doc-title {
  color: #2465a5;
  text-decoration: none;
  display: block;
  margin-bottom: 0.3em;
}

div.mainjingle-middle-right a.doc-subtitle {
  font-weight: bold;
  font-size: 0.9em;
  display: block;
  margin-bottom: 0.3em;
}

div.mainjingle-middle-right div.mj-sub {
  margin-bottom: 10px;
}


div.mainjingle div.doc-maintext {
}

div.mainjingle-foot{
  height: 16px;
}

/* Standard Layouts für die lange Jingleansicht Ende*/
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* Standard Layouts für die Dokumentenansicht Start*/

div.maindoc {
  margin-bottom: 10px;
  background-image: url('../baselines/content-border-middle.gif');
  background-repeat: repeat-y;
}

div.maindoc hr {
  color: #0058b9;
  margin-top: 20px;
  margin-bottom: 20px;
}


div.maindoc-middle {
  margin-left: 15px;
  margin-right: 15px;
  color: #000;
}

div.maindoc-middle-left {
  background-image: url('noimg.gif');
  background-repeat: no-repeat;
  float: left;
  width: 230px;
  border: 1px solid #0058b9;
  margin-right: 18px;
  margin-bottom: 15px;
}

div.maindoc-middle-right {
  /* float: left; */
  /* width: 263px; */   /* minus zwei Pixel, die durch den Border des Bildes links zusätzlich entstehen */
  /* padding-left: 10px; */
}

div.maindoc-middle-right .doc-title {
  color: #2465a5;
  text-decoration: none;
  margin-bottom: 0.3em;
}

div.maindoc-middle-right .doc-subtitle {
  font-weight: bold;
  margin-bottom: 0.7em;
}

div.maindoc-middle-right div.mj-sub {
  margin-bottom: 10px;
}

div.maindoc-middle div.hr {
  padding: 16px 0 0 0;
}

div.maindoc div.doc-maintext {
  /*float: left;*/
}

div.doc-traveldetails{
  color: #000;
  font-size: 0.8em;
}

table.doc-table-infos {
  margin-bottom: 20px;
}

table.doc-table-infos td {
  color: #000;
  font-size: 0.8em;
}

table.doc-table-infos td.td-bold {
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
}


div.maindoc-foot{
  height: 16px;
}


table.filter {
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 520px;
}


td.filter-label {
  color: black;
  font-size: 0.8em;
  padding-left: 5px;
}


/* Standard Layouts für die lange Jingleansicht Ende*/
/* ------------------------------------------------------------- */

div.infobox {
  padding-bottom: 20px;
}

div.infobox-head {
  background-image: url('infobox-top-bg.gif');
  background-repeat: no-repeat;
  height: 16px;
  font-size: 12px; /* damit die 16px Höhe passen */
}

div.infobox-body {
  background-image: url('infobox-mid-bg.gif');
  background-repeat: repeat-y;
  padding-left: 10px;
}

div.infobox-body a{
   color: #f2d019;
}

.files-area-title{
  color: #f2d019;
  font-weight: bold;
  margin-bottom: 5px;
}

div.infobox-foot {
  background-image: url('infobox-bot-bg.gif');
  background-repeat: no-repeat;
  height: 16px;
}

/* Layouts für die lange Jingleansicht Startseite */
/* ------------------------------------------------------------- */

div.startpage-jingle-title {
  color: #f2d019;
  font-weight: bold;  
  font-size: 0.9em;
  margin-top: 5px;
  margin-left: 40px;
}

div.startpage-jingle-maintext {
  color: #f2d019;
  font-weight: normal;
  font-size: 0.8em;  
  margin-top: 60px;
  margin-left: 11px;
}


/* ------------------------------------------------------------- */
/* Printloayout akti-week */

div.bn-logo {
  float:left;
  margin-left: 20px;
}

div.bn-adr {
  float: left;
  margin-left: 20px;
  font-size: 0.8em;
  color: #000;
  
}

div.bn-url {
  float: right;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}

/* Printloayout akti-week ENDE*/
/* ------------------------------------------------------------- */

div.comments-area {
  font-size: 0.8em;
}


#comment-form td {
  padding: 4px;
}

#comment-form td.comment-label {
  color: #000;
  font-size: 1em;
}

div.comment-headline {
  color: #000;
  font-size: 1.1em;  /* die übergliederte 0.8 ausgehebelt. Geht nicht anders */
  padding: 4px;
  color: #2465a5;
  font-weight: bold;
  margin-bottom: 15px;
}

div.commentlist-area {
  margin-top: 20px;
}

div.coment-row {
}

div.coment-row h1.comment-title {
  font-size: 1.2em;
}

h1.comment-title span {
  font-size: 0.8em;
}


#leftcontrol, #rightcontrol {
  background-color: #D3D3D3;
  width: 32px;
}

#imagesoutline {
  background-color: #929292;
}

#imagesinline {
  width: 450px;
  height: 100px;
  overflow: hidden;
}

#imagesscroller {
  width: 900px;
  height: 100px;
  overflow: hidden;
}

#imagesscroller div.image {
  width: 120px;
  height: 80px;
  margin: 10px 15px 10px 15px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  text-align: center;
}




