/* CSS Document */


span.indent100px {
  display: block;
  float: left;
  width: 100px;
}

hr { 
  border: 1px solid #CCC;
  clear: both;
  background: transparent;
  margin-bottom: 0.5em;
}

.teaserElement .file {
  padding: 0.5em 0 0 20px;
}




/***********************************************************************
*
* Globale Definitionen
*
***********************************************************************/
* {
  margin:0;
  padding:0;
}

html { height: 100% } 

body {
  min-height: 101%;
  font-size: 100.01%;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  background-color: #FFF;
  zoom: 1;
} 


#OuterShell {
  margin:0pt;
  overflow:hidden !important;
  width:925px !important;
}

.WAILabel {
  text-transform: uppercase;
  display: none;
}
img.title_img {
  margin: 0 0 10px 0;
}


/***********************************************************************
*
* Links
*
***********************************************************************/
a img {
  border: none;
}

a {
  /* text-decoration: none; */
}

a:hover {
  text-decoration: underline;
}

a.function_small {
  font: normal 90% Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a.function_small:hover {
  text-decoration: underline;
}

img.function_icon {
  vertical-align: middle;
  margin-right: 5px;
}

/*************************************************
*
* Ueberschriften
*
*************************************************/
h1 {
  font: normal 200% Arial, Helvetica, sans-serif;
  line-height: 115%;
  margin:0.25em 0 0.25em 0; 
}
h2 {
  font: normal 140% Arial, Helvetica, sans-serif;
  margin: 0em 15px 0.5em 0;
}
h3 {
  font: normal 114% Arial, Helvetica, sans-serif;
  margin: 1em 0 0.5em 0;
  color: #06C;
}
h4 {
  font: bold 100% Arial, Helvetica, sans-serif;
  margin: 1em 0 0.5em 0;
  color: #06C;
}
h5 {
  font: bold 100% Arial, Helvetica, sans-serif;
  margin: 0 0 0.5em 0;
}
h6 {
  font: bold 100% Arial, Helvetica, sans-serif;
  margin: 0 0 0.5em 0;
  color: #06C;
}


/*************************************************
*
* Texte
*
**************************************************/

p {
  margin: 0.5em 0 1em 0;
  line-height: 140%;
}
span.merksatz {
  font-weight: bold;
  color: #333;
  font-size: 120%;
}
p.description,
p.body_large,
ul.list_large li {
  font-size: 120%;
  line-height: 130%;
  margin-top: 0;
  color: #666666;
}

.narrow,
p.body_narrow,
p.body_large_narrow {
  width: 480px;
}

p.tableheader {
  font-weight: bold;
}
p.caption {
  font-style: italic;
}
em {
  font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
font-size: smaller;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*************************************************
*
* Listen
*
*************************************************/
ul, ol { 
  margin: 0.5em 0 1em 0;
}
ul { 
  list-style-type: none;
}
#maincontentdiv ul li {
  background: url(../img/li_default.gif) 0px 3px no-repeat;
  padding: 0px 0px 0px 15px;
  margin-bottom: 0.25em;
}

#maincontentdiv ul.list_large li {
  background-position: 0px 5px;
}

#maincontentdiv ol li {
  list-style-position:inside;
}

#maincontentdiv ul.arrow li {
  background: transparent url(../img/pfeil_4.gif) 0px 5px no-repeat !important;
  padding: 0px 0px 0px 10px;
  margin-bottom: 0.25em;
}
ul ul li {
  font-size: 100%;
}

/*************************************************
*
* News-Liste
*
**************************************************/
ul.news-links {
  margin: 5px 0px 0px 20px;
  padding: 5px 0px 0px 0px;
}
ul.news-links li {
  padding-bottom: 7px;
}

/***********************************************************************
*
* FAQ-Listing
*
***********************************************************************/
ul.faq_listing {
  list-style: none;
  margin-bottom: 5em;
}

ul.faq_listing li {
  font-size: 120%;
  margin-bottom: 0.25em;
  padding: 0 !important;
  background: url(../img/akkordeon_element_bg.jpg) repeat-x !important;
}

ul.faq_listing ol li {
  font-size: 100%;
}

ul.faq_listing ul.innerfaq li {
  font-size: 100%;
  padding:0 0 0 15px !important;
  background: transparent url(../img/li_default.gif) no-repeat 0px 3px !important;
}

ul.faq_listing li a.question {
  text-decoration: none;
  display: block;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 30px;
  background: url(../img/akkordeon_h2_bg0.gif) 10px 10px no-repeat;
}

ul.faq_listing li a.closed {
  background-image: url(../img/akkordeon_h2_bg0.gif) !important;
}

ul.faq_listing li a.open {
  background-image: url(../img/akkordeon_h2_bg1.gif) !important;
}

ul.faq_listing li a:hover {
  text-decoration: underline;
}

div.faq_item {
  /* padding-top: 0.25em; */
  padding-left: 30px;
}

div.faq_item a.faq_toplink { 
  display: block;
  font-size: smaller;
  text-align: right; 
  text-transform: uppercase;
  text-decoration: none;
  color: #666 
}

div.faq_item h2.faq_question { }

@media print {
  div.faq_item {  
    display: block !important;
    border: 0;
  }
}

p.emphasis {
  /* margin-left: 4em; */
  font-weight: bold;
}


/***********************************************************************
*
* Presse-Listing
*
***********************************************************************/

dt span.listEntryRestricted {
  color: #000;
  /* font-weight: bold; */
  background: url(../img/schloss.gif) right 0px no-repeat;
  padding-right: 19px;
}

dl.long_list {
  margin-bottom: 1em;
  width: 750px;
}

dl.long_list dt, dl.long_list dd  {
  margin-bottom: 1em;
}

dl.long_list dt {
  float: left;
  width: 150px;
}

dl.long_list dd  {
  padding-bottom: 1em;
  border-bottom: 1px solid #CCC;
}

/*
dl.long_list dd.listEntryRestricted a {
  background: url(../img/schloss.gif) right 0px no-repeat;
  padding-right: 19px;
}
*/
dl.long_list a {
  text-decoration: none;
}

dl.long_list a:hover {
  text-decoration: underline;
}

dl.long_list dd h2 {
  margin: 0 0 0.5em 155px;
  width: 592px;
}

dl.long_list dd h2 span.subtitle {
  font-size: 75%;
  display: block;
  color: #000;
  /* font-weight: bold; */
  font-style: italic;
}

dl.long_list dd p {
  margin: 0 0 0 155px;
  width: 592px;
}

dl.long_list dd p.contact_details {
  color: #666;
  margin-top: 0.5em;
}

a.pdf_download {
  padding-left: 20px;
  background: url(../img/mime_type.application_pdf.gif) no-repeat;
}

p.subtitle {
  display: block;
  color: #000;
  font-style: italic;
}

/*************************************************
*
* Termin-Liste
*
*************************************************/

.termin {
    border-bottom: 1px solid #D4D4D4;
    clear: left;
    overflow: hidden;
    padding: 10px 0 5px 0;
}

.termin strong {
    color: #0066CC;
}

.termin p {
    font-size: 120%;
    color: #666666;
}

.dateblock {
    background: none repeat scroll 0 0 #0066CC;
    clear: left;
    float: left;
    height: 4em;
    margin: 0 10px 0 0;
    padding: 0.25em;
    width: 4em;
}

 .dow, .day, .month {
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    line-height: 110%;
    text-align: center;
}

.day {
    font-size: 21px;
    font-weight: bold;
}
/*************************************************
*
* Tabellen
*
*************************************************/
#maincontentdiv td li { 
  font-size: 100%;
}

div.ZMSTable {
  margin-top: 1em;
}
div.ZMSTable table tr { 
  vertical-align: top;
}
div.ZMSTable table th { 
  background-color: #FFF; 
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0.25em 0 0;
  border-bottom: 1px solid #999;
}
div.ZMSTable table td { 
  background-color: #FFF; 
  margin: 0;
  padding: 0 0.25em 0.25em 0;
}
tr.even {
}
tr.odd {
}

/*************************************************
*
* Grafiken
*
*************************************************/


a img {
  border: none;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

 * +- [WAI] ZMSGraphic

 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

 */

div.ZMSGraphic 
  { 
  background-color:#fff; 
  }

div.ZMSGraphic.left 
  {
  text-align:left;
  }

div.ZMSGraphic.right 
  {
  text-align:right;
  }

div.ZMSGraphic.center 
  {
  text-align:center;
  }

div.ZMSGraphic.floatleft { 
  float:left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

div.ZMSGraphic.floatright { 
  border:1px solid silver;
  float:right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

div.ZMSGraphic.center
  { 
  text-align:center;
  }

div.graphic.alignleft
  {
  float:left;
  text-align:right;
  margin-right: 1em;
  margin-bottom: 0.5em;
  }

div.graphic.alignright
  {
  float:right;
  text-align:right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  }

div.ZMSGraphic div.text
  {
  
  }

a.zoom img.zoom
  {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/zoom.gif);
  }


div.ZMSGraphic.floatright .graphic { 
  padding: 5px 5px 5px 5px;
}

div.ZMSGraphic.floatright .text { 
  padding: 0px 5px 5px 5px;
}

div.overview div.ZMSGraphic.floatright {
  border: none;
  padding: 0;
  margin-left: 0.5em;
}

div.overview div.ZMSGraphic.floatleft .graphic,
div.overview div.ZMSGraphic.floatleft .text {
  margin-right: 1em;
  margin-top: 3px;
}


div.ZMSGraphic.floatright .text p { 
  font-size: 90%;
  margin-bottom: 5px;
}

/*************************************************
*
* Kaesten
*
*************************************************/

.contentBox {
  padding: 10px 10px 10px 15px;
  }

div.video {
  border: 1px solid #999;
}

div.down {
  padding: 0 0 10px 0;
}

/*************************************************
*
* Formulare
*
*************************************************/
form {
  border: none;
  margin: 0;
}

textarea.contact, input.contact {
  width: 350px;
}

/*************************************************
*
* Basisidefinition fuer alle Content-Elemente
*
*************************************************/
#maincontentdiv, #maincontentdiv td, #maincontentdiv th  {
  font-size: 75%;
  line-height: 130%;
}
#maincontentdiv td p, #maincontentdiv th p {
  font-size: 100%;
}
#maincontentdiv table {
  font-size: 133%;
}

/***********************************************************************
*
* Positionierung des Content-Bereichs
*
***********************************************************************/
div#content {
  position: relative;
  clear: both;
  padding: 0.6em 0 0 0;
}
div#maincontentdiv {
  float: right;
  background: #FFF;
  width: 750px;
}

/***********************************************************************
*
* Linker Seitenbereich
*
***********************************************************************/
#leftpane {
  width: 175px;
  float: left;
}
/***********************************************************************
*
* Left Navigation
*
***********************************************************************/
#leftnav {
  width: 9em;
  margin-top: 0.75em;
  font-size:0.7em;
}
#leftnav ul { 
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 0px 9px;
}
#leftnav li {
  padding: 0px 0px 0px 9px;
  margin: 5px 0px 0px 0px;
}
#leftnav a {
  text-decoration: none; 
  font-weight: normal;
  color: #666;
}

#leftnav a.leftnav_l1 {
  font-weight:bold
}
#leftnav a:hover { 
  text-decoration:underline;
}
/****** Left Pane nav Selected state  *******/
li.selected {
  background: url(../leftnav_arrow_gray.gif) 0px 1px no-repeat;
  color:#06C;
}

#leftnav li.selected a.active {
  color:#06C;
}

#leftcontent {
  width: 145px;
  margin-top: 20px;
  margin-bottom:20px;
  padding-left: 19px;
}

* html #hotline {
  width: 145px;
  padding: 12px 0 0 19px;
  height: 143px;
}

*+html #hotline {
  width: 145px;
  height: 143px;
}

#hotline {
  width: 126px;
  margin-top: 101px;
  margin-bottom:10px;
  padding: 17px 0 0 19px;
  background: #E0C0DF url(../pfeil_hotline.gif) no-repeat 4px 8px;
  height: 130px;

}

#hotline p.log {
color:#840281;
font-size:12px;
line-height:110%;
margin:0;
padding:0;
}


* html #fachinfo {
  width: 145px;
  padding: 10px 0 0 19px;
  height: 145px;
}

*+html #fachinfo {
  width: 145px;
  height: 145px;
}

#fachinfo {
  width: 126px;
  margin-top: 10px;
  margin-bottom:10px;
  padding: 15px 0 0 19px;
  background: #CAE2EE url(../pfeil_fach.gif) no-repeat 4px 8px;
  height: 130px;

}

#fachinfo a.log {
  color: #06C;
  font-size: 1.3em;
  padding-right: 25px;
  display: block;
}


/***********************************************************************
*
* Breadcrumb-Navigation
*
***********************************************************************/

div#breadcrumbs {
  color: #333;
  text-decoration: none;
  font-size: 60%;
}
#breadcrumbs a {
  color: #666;
}
#breadcrumbs  a:link, #breadcrumbs a:visited {
  color: #666;
  text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
  text-decoration: underline;
  color: #06C;
}

#breadcrumbs a.selected, #breadcrumbs a.selected:link, #breadcrumbs a.selected:visited {
  text-decoration: none;
  color: #06C;
  font-weight: bold;
}

#breadcrumbs a.selected:hover, #breadcrumbs a.selected:active {
  text-decoration: underline;
  color: #06C;
  font-weight: bold;
}

/***********************************************************************
*
* Support Navigation
*
***********************************************************************/
div#supnav {
  clear: both;
  text-align: right;
  padding: 20px 35px 22px 10px;
  margin: 0 0 0 0;
  font-size: 75%;
  line-height: 0.7em;
  color: #666;
}
#supnav a {
  color: #666;
  text-decoration: none;
}
#supnav  a:link, .supnav a:visited {
  color: #666;
}
#supnav a:hover, .supnav  a:active {
  text-decoration: underline;
}

/***********************************************************************
*
* Horizontale Navigation
*
***********************************************************************/
div#mainnav {
  height: 1.7em;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div#mainnav a {
  display: block;
  float: left;
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding: 0.6em 0.75em 0.6em 0.75em;
  border-right: 1px solid #FFF;
}


/***********************************************************************
*
* Masthead
*
***********************************************************************/
div#masthead {
  position: relative;
  overflow:hidden;
  margin: 19px 0 0 0;
  height:130px;
}
div#masthead #masthead_symbol {
  width: 175px; 
  float: left; 
  overflow: hidden;
  height:116px;
}
div#masthead #masthead_rightpane {
  float:right;
  width:750px;
}

/* Site-Titel */

p.siteTitle {
  font: 44pt Arial, Helvetica, sans-serif;
  line-height: 44pt;
  margin: 0;
  padding: 0;
  color:#0066CC;
  position:absolute;
  top:-5px;
}

.siteTitle {
  position:relative;

}

#masthead a img {
  border: none;
}

img.signature {
  margin-right: 36px;
}

/***********************************************************************
*
* Teaser-Elemente
*
***********************************************************************/
#maincontent_teaser {
  float: right;
  width: 260px;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  background: #FFF;
  color: #000;
  border: none;
  text-align: center;
}

#maincontent_teaser.home {
  float: right;
  width: 375px;
  margin: 5px 0 0 15px;
  padding: 0 0 0 0;
  background: #FFF;
  color: #000;
  border: none;
  text-align:left;
}

div.teaserElement, div.ZMSTeaserElement, .image_teaser  {
  margin: 0 0 1em 1em;
  padding: 0.5em 1em 1em;
}

div.teaserElement, div.ZMSTeaserElement  {
  border-style: solid none none none;
  border-width: 10px 0 0 0;
  text-align: left;
}

.image_teaser  {
  text-align: center;
  padding: 5px;
  border: 1px solid #CCC;
}

.image_teaser p {
  font-size:90%;
  margin-bottom:5px;
  text-align: left;
}

div.teaserElement, div.ZMSTeaserElement  {
  border-style: solid none none none;
  border-width: 10px 0 0 0;
}

div.teaserElement div.title, div.ZMSTeaserElement div.title
{
  font: 133% Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom:5px;
  display: block;
}

div.teaserElement div.title a, div.ZMSTeaserElement div.title a {
  color: #000;
  text-decoration: none;
}

div.ZMSTeaserElement div.text, .teaserElement div.text, .teaserElement p {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #000;
  /* padding: 0 0 8px; */
  margin: 0;
}

.teaserElement p a {
  color: #06C;
  text-decoration: none;
}

.teaserElement a img, .teaserElement img {
  border: none;
}

div#film div {

}

div#film a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 0 0 0;
  display:block;
  color: #000;
}

span.date {
  font-size: 80%;
}

/***********************************************************************
*
* Footer
*
***********************************************************************/
#footerdiv {
  color: #666;
  float:left;
  font-size: 75%;
  position:relative;
  left:176px;
  padding-top:1em;
  padding-bottom:1em;
  width:750px;
}
#footerdiv a {
  color: #666;
  text-decoration: none;
}
#footerdiv a:link, #footerdiv a:visited {
  color: #666;
}
#footerdiv a:hover, #footerdiv  a:active {
  text-decoration: underline;
}

div#footernav_right {
  text-align: right;
  padding: 0;
  margin: 0;
}

div#footernav_left {
  text-align: left;
  float: left;
  padding: 0;
  margin: 0;
}

#footerdiv span {
  margin-bottom:10px;
  display:block;
}

#footerdiv a:link, #footerdiv a:visited {
  color: #666;
}
#footerdiv a:hover, #footerdiv a:active {
  text-decoration: underline;
}

/***********************************************************************
*
* BodyContent Index-Listen
*
***********************************************************************/
div.bodyContentIndexEntry {
  width: 45%;
  display: inline;
  float: left;
  margin: 0 5% 1em 0;
  border-top: 6px solid #0066CC;
}
.bodyContentIndexEntry h2 {
  font-weight: bold;
  /* font-size: 100% !important; */
  margin: 0.5em 0 0.5em 0;
}
.bodyContentIndexEntry p {
}
.bodyContentIndexEntry h2 a {
  display: block;
  text-decoration: none;
}
div.bodyContentIndexEntry h2 a:hover {
  text-decoration: underline;
}

a, .bodyContentIndexEntry a, #leftnav a.selected p.siteTitle {
  color: #06C;
  }
/***********************************************************************
*
* Kontaktformular
*
***********************************************************************/
.error {
  color: red;
}

/***********************************************************************
*
* Suchformular
*
***********************************************************************/
#searchdiv {
  border:0px solid #000000;
  height:19px;
  margin:0pt 0pt 20px;
  width:144px;
}

.searchField {
  color:#999999;
  float:left;
  font-size:10px;
  margin-left:20px;
  padding:2px;
  width:89px;
}

.submitButton {
  background:#9EA4AB none repeat scroll 0%;
  border-color:#E1E2E5 rgb(158, 164, 171) rgb(158, 164, 171) rgb(225, 226, 229);
  border-style:solid;
  border-width:1px;
  color:#FFFFFF;
  float:right;
  font-size:11px;
  height:19px;
  margin:0pt;
  padding:0pt;
  width:24px;
}
/* BO spec. Objects */

/* bottom-list --- */

#Footer_List {
  position: relative;
  width: 100%;
  margin: 2em 0 0 0;
  text-align: left;
  overflow: hidden;
  padding: 0;
  font-size: 90%;
  border-top: 1px solid #D4D4D4;
  color: #B5B5B5;
}

#footerdiv #Footer_List a {
  color: #B5B5B5;
}

#Footer_List li.ZMSFolder0, #Footer_List li.ZMSFolder1 {
  position: relative;
  float: left;
  margin: 0 1px 5px 0;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding: 10px 1px 0 5px;  
  background-image: url(../line.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 142px;
}

#footerdiv #Footer_List li.ZMSFolder0 a, #footerdiv #Footer_List li.ZMSFolder1 a {
  color: #999;
  font-weight: bold;  
}

#Footer_List li.ZMSFolder0 ul, #Footer_List li.ZMSFolder1 ul {
  margin: 5px 0 0 0;
}

#Footer_List span  {
  margin: 0;
  padding: 0;
}

#Footer_List li.ZMSFolder0 ul li.ZMSFolder0, #Footer_List li.ZMSFolder1 ul li.ZMSFolder0, #Footer_List li.ZMSFolder0 ul li.ZMSFolder1, #Footer_List li.ZMSFolder1 ul li.ZMSFolder1 {
  margin: 0;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding: 2px 1px 2px 8px;  
  background-image: url(../pfeil_sm.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  float: none;
  font-weight: normal !important;
}

#Footer_List li.ZMSFolder0 ul li.ZMSFolder0 a, #Footer_List li.ZMSFolder1 ul li.ZMSFolder0 a, #Footer_List li.ZMSFolder0 ul li.ZMSFolder1 a, #Footer_List li.ZMSFolder1 ul li.ZMSFolder1 a  {
  position: relative;
  float: none;
  color: #B5B5B5 !important;
  font-weight: normal !important;  
}

/* --- bottom-list START ----  */

div.overview_presse {
  position: relative;
  padding: 10px 0px 10px 15px;
  margin: 0 0 10px 0;
  line-height: inherit;
  /* zoom: 1; */
  background: #F1F1F1;
  /* height: 215px; */
}

* html div.overview_presse {
  position: relative;
  padding: 10px 0px 10px 15px;
  margin: 0 0 10px 0;
  line-height: inherit;
  /* zoom: 1; */
  background: #F1F1F1;
  /* height: 235px; */
}

div.overview_presse.smaller {
  position: relative;
  padding: 10px 0px 5px 10px;
  margin: 0 0 10px 0;
  line-height: inherit;
  /* zoom: 1; */
  background: #F1F1F1;
}

* html div.overview_presse.smaller {
  position: relative;
  padding: 10px 0px 0px 15px;
  margin: 4px 0 10px 0;
  line-height: inherit;
  /* zoom: 1; */
  background: #F1F1F1;
}

div.rss {
  top: 15px; 
  right: 15px;  
  position:absolute;
}

div.overview_presse a {
  text-decoration: none;
}
div.overview_presse p {
  margin: 0 15px 0 0;
  line-height: 120%;
}

p.presse {
  /* bottom:8px;
  position:absolute; */
  text-transform:uppercase;
  font-weight: bold;
  font-size: 80%;
  display: block;
  /* letter-spacing:-0.2pt; */
  text-align: right;
}

div.overview_presse.smaller p.presse {
  position:relative;
}

div.overview_presse.smaller p {
  margin: 15px 0px 3px 0px;
  background: #F1F1F1;
}

.flashasset_start {
  float:left;
  width:244px;
  line-height:inherit;
  margin: 10px 8px 20px 0;
}

.flashasset_start_last {
  float:left;
  width:244px;
  line-height:inherit;
  margin: 10px 0 20px 0;
}


div.start {
  border-width: 1px;
  border-style: solid;
  float:left;
  width:212px;
  line-height:inherit;
  margin: 10px 8px 20px 0;
  padding:15px 15px 0 15px;
  position:relative;
  height:192px;
}

div.start_last {
  border-width: 1px;
  border-style: solid;
  float:left;
  width:214px;
  line-height:inherit;
  margin: 10px 0 20px 0;
  padding:15px 15px 0 15px;
  position:relative;
  height:192px;
}

* html div.start {
  border-width: 1px;
  border-style: solid;
  float:left;
  width:244px;
  line-height:inherit;
  margin: 10px 8px 20px 0;
  padding:15px 15px 0 15px;
  position:relative;
  height:209px;
}

* html div.start_last {
  border-width: 1px;
  border-style: solid;
  float:left;
  width:246px;
  line-height:inherit;
  margin: 10px 0 20px 0;
  padding:15px 15px 0 15px;
  position:relative;
  height:209px;
}

img.startbild  {
  float:right;
}

.starttitle {
  font-size:150%;
  margin-bottom: 0.5em;
  display: block;
  line-height:115%;
}

div.startlink {
  text-align: center; 
  text-transform: uppercase;
  margin: 0.5em 0 0 0;  
  position:absolute;
  width:212px;
  bottom:12px;
  left: 15px;
}

* html div.startlink {
  text-align: center;
  text-transform: uppercase;
  margin: 0.5em 0 0 0;  
  position:absolute;
  width:208px;
  bottom:15px;
}

div.startlink a.bg {
  color: #FFF;
  padding: 2px 0 2px 0;
  font-weight: bold;
  display: block;
}

/* --- box incl Elemente --- */

div.overviewthree, div.overviewtwo {
  padding: 10px 0px 10px 15px;
  margin: 1px 0 10px 0;
  /* overflow: hidden; */
  line-height: inherit;
  /* zoom: 1; */
  clear: both;
}

div.overviewone {
  padding:0;
  margin: 1px 0 10px 0;
  overflow: hidden;
  line-height: inherit;
  /* zoom: 1; */
}

div.overviewone_border {
  padding: 10px 0px 10px 15px;
  margin: 1px 0 10px 0;
  overflow: hidden;
  line-height: inherit;
  /* zoom: 1; */
  clear: both;
}

* html div.overviewthree, * html div.overviewtwo {
  padding: 10px 0px 10px 15px;
  margin: -10px 0 10px 0;
  overflow: hidden; 
  line-height: inherit;
  zoom: 1;
}

* html div.overviewone_border {
  padding: 10px 0px 10px 15px;
  margin: -10px 0 10px 0;
  overflow: hidden;
  line-height: inherit;
  zoom: 1;
}

* html div.overviewone {
  padding:0;
  margin: -10px 0 10px 0;
  overflow: hidden;
  line-height: inherit;
  zoom: 1;
}


div.overviewtwo div.overview {
  margin-right: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 351px; 
  float: left;
}

div.overviewthree div.overview {
  margin-right: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 228px;
  float: left;
}

* html div.overviewtwo div.overview {
  margin-right: 10px;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 350px;
  float: left;
}

* html div.overviewthree div.overview {
  margin-right: 12px;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 227px;
  float: left;
}



div.listbox {
  width: 50px;
  height: 54px;
  float: left;
  border-width: 1px;
  border-style: solid;
  padding: 5px 1px 5px 5px;
  margin-top: 15px;
  font-size: 120%;
}

* html div.listbox {
  width: 60px;
  height: 60px;
  float: left;
  border-width: 1px;
  border-style: solid;
  padding: 5px 1px 5px 5px;
  margin-top: 15px;
  font-size: 120%;
}

*+html div.listbox {
  width: 60px;
  height: 60px;
  float: left;
  border-width: 1px;
  border-style: solid;
  padding: 35px 1px 5px 5px;
  margin-top: 15px;
  font-size: 120%;
}

div.big span {
  font-size: 48px;
  margin-top: 15px;
  display: block;
}

.overviewone div.listright {
  margin: 15px 30px 10px 75px;
  padding: 0 0 10px 0;
  border-bottom:1px solid #D4D4D4;
}

.overviewone_one div.listright {
  margin: 5px 15px 5px 0;
  /* padding: 0 0 5px 0; */
  /* border-bottom:1px solid #D4D4D4; */
}

h2.overview {
  border-bottom:1px solid #D4D4D4;
  font-size:150%;
  margin: 10px 15px 15px 0;
  padding-bottom:5px;
}

*+html h2.overview {
  border-bottom:1px solid #D4D4D4;
  font-size:150%;
  margin: 20px 15px 15px 0;
  padding-bottom:5px;
}

* html h2.overview {
  border-bottom:1px solid #D4D4D4;
  font-size:150%;
  margin: 20px 15px 15px 0;
  padding-bottom:5px;
}

h2.section_header {
  font-size: 133%;
  margin: 20px 0px 10px 0px; 
  padding-bottom: 5px;
  border-bottom: 1px solid #D4D4D4;
}


h3.overview {
  font: normal 140% Arial, Helvetica, sans-serif;
  margin: 0 0 0.5em 0
}

h3.listbig {
  font: normal 140% Arial, Helvetica, sans-serif;
  margin: 0 0 0.5em 0
}

h3.button  {
 padding: 0 0 0 25px;
}


#maincontentdiv div.overview ul { 
  list-style-type: none;
  margin: 0 0 0.5em 0;
  padding: 0px 0px 0px 0px;
}
#maincontentdiv div.overview ul li, #maincontentdiv div.overviewone ul li {
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 0px 0px;
}

div.overview a {
  background: url(../img/pfeil_4.gif) 0px 3px no-repeat !important;
  padding: 0px 0px 0px 10px;
}

div.overview .graphic a {
  background: transparent;
  padding: 0;
}

div.overview p {
  margin-top: 0.2em;
  margin-bottom: 0;
}

* html div.overview p {
  margin-top: 0.1em;
  margin-bottom: 0;
}

*+html div.overview p {
  margin-top: 0.1em;
  margin-bottom: 0;
}

div.overview a:hover { 
  text-decoration:underline;
}

div.overview a.overlink, div.overview .file_download a  {
  font-size: 95%;
  font-weight: bold;
  white-space: nowrap;
}

div.overview div.graphic.alignleft {
  margin-bottom:0.4em;
}

* html div.overview div.graphic.alignleft {
  margin-bottom:0;
}

*+html div.overview div.graphic.alignleft {
  margin-bottom:0;
}

.twoCol {
  overflow: hidden;
  width: 100%;
}
  
.colLeft .colInner {
  padding: 0px 10px 0px 0;
}
  
.colRight .colInner {
  padding: 0px 0 0px 0;
}

.colInner p {

  margin-bottom: 0;
}

  
.colLeft {
  float: left;
  overflow: hidden;
  width: 48%;
}
  
.colRight {
  float: right;
  overflow: hidden;
  width: 48%;
}


/**************************************

Text Akkordeon

**************************************/

/* root element for accordion. decorated with gradient background image */
.accordion {
  margin-top: 1em;
  border: 1px solid #0066CC;
  border-top: none;
  width: 486px;
  /* height: 800px; */
}

div#faq {
  margin-top: 1em;
  border: 1px solid #2A8DBA;
  border-top: none;
  width: 748px;
  /* height: 800px; */
}


/* accordion header */

.accordionElement {
  border: 1px solid #FFF;
  border-top: 1px solid #0066CC;
  background: url(../img/akkordeon_element_bg.jpg) repeat-x;
}

div#faq .accordionElement {
  border: 1px solid #FFF;
  border-top: 1px solid #2A8DBA;
  background: url(../img/akkordeon_element_karriere_bg.jpg) repeat-x;
}

.accordionElement h2 {
  margin:0;
  padding-top: 0.375em; 
  padding-left: 30px; 
  /* height: 30px; */
  background: url(../img/akkordeon_h2_bg0.gif) 10px 12px no-repeat;
}

.accordion h2, .msiehover { 
  cursor: pointer;
  cursor: hand;
}

/* currently active header */
.accordion h2.current {
	cursor:default;
	background-image: url(../img/akkordeon_h2_bg1.gif);
}

.accordionElement h3 {
  margin:0;
  padding-top: 0.375em; 
  padding-left: 30px; 
  /* height: 30px; */
  background: url(../img/akkordeon_h2_bg0.gif) 10px 12px no-repeat;
}

.accordion h3, .msiehover { 
  cursor: pointer;
  cursor: hand;
}

/* currently active header */
.accordion h32.current {
	cursor:default;
	background-image: url(../img/akkordeon_h2_bg1.gif);
}

/* accordion pane */
   .accordion .pane p, .accordion .pane ol, .accordion .pane ul, .accordion .pane h3 {
    padding-left: 30px;
    padding-right: 15px;
}



@media print {
  .accordion { 
    border: none;
    width: auto !important;
  }

  .accordionElement h2 { 
    padding-left: 0px; 
  }

  .accordionElement p,
  .accordionElement ol,
  .accordionElement ul {
    padding-left: 0px;
    padding-right: 0px;
  }

  .accordionElement .pane {
    display: block !important;
  }
}


/**************************************

DocCheck

**************************************/

  img.tinyarrow
  {  width:  3px;
  height:  3px;
  position: relative;
  margin:  0 5px 2px 0px;
  }
  
  input.dc_input
  {  border: 1px solid #d9d9d9;
  background-color: white;
  width:170px; 
  height: 18px;
  font-size: 10px;
  }
  
  input.dcUsername
  {  position: absolute;
  left: 110px;
  top: 0px;
  }
  
  input.dcPassword
  {  position: absolute;
  left: 110px;
  top: 28px;
  }
  
  div.tickerText
  {  color: #cc0033;
  height: 16px;
  position: relative;
  font-weight: bold;
  left:10px;
  top: 7px;
  }
  
  div.dcLoginLRedContainer h3
  {  font-size: 11px!important;
  padding: 0px;
  margin: 0px 0px 7px 0px;
  color: black;
  }
  
  div.dcLoginLRedContainer
  {  position: relative;
  width: 425px;
  height: 208px;
  font-size:11px;
  color:#000000;
  font-family: Verdana, Arial, sans-serif;
  line-height: 16px;
  }
  
  img.dcEumel
  {  width: 66px;
  height: 100px;
  border: none;
  position: absolute; 
  left: 0px;
  top: 0px;
  
  }
  
  a.greyLink
  {  color: #666666!important;
  font-size: 11px;
  }
  
  a.redlink
  {  color: #cc0033!important;
  font-size: 11px;
  }
  
  div.dcUserName
  {  position: absolute;
  }
  
  input.dcContinueButton
  {  width: 97px;
  height: 42px;
  position: absolute;
  bottom: 0px;
  left: 307px;
  
  }
  
  input.dcLoginButton
  {  width: 114px;
  height: 42px;
  position: absolute;
  bottom: 0px;
  left: 297px;
  }
  
  img.dcQueryMark
  {  width:18px;
  height: 18px;
  position: absolute;
  left: 397px;
  top: 18px;
  z-index:2;
  border: none;
  }
  
  div.bgTop
  {  width: 358px;
  height: 100px;
  background: white url('../img/doccheck/bg_top_l.gif');
  position: absolute;
  left: 66px;
  top:0px;
  }
  
  div.tickerRow
  {  background-color: #f5d6de;
  width: 424px;
  height: 30px;
  color: #cc0033;
  position: absolute;
  bottom: 0px;
  left:0px;
  }
  
  div.contentBackground
  {  width: 422px;
  background-color: #f0f0f0;
  height: 80px;
  position: absolute;
  top: 100px;
  left:0px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  }
  
  div.dcTextContainer
  {  position: relative;
  left: 45px;
  bottom:5px;
  
  }
  
  div.dcLabel
  {  font-size: 10px;
  color: black;
  }
  
  div.dcUserlabel
  {  position: absolute;
  top: 3px;
  left: 40px;
  }
  
  div.dcPasslabel
  {  position: absolute;
  top: 29px;
  left: 40px;
  }
  
  div.linkBar
  {  
  position: absolute;
  top: 55px;
  left: 40px;
  }
  
  a.dcRedLink
  {  color: #cc0033!important;
  font-weight: normal;
  text-decoration: none!important;  
  }
  
  div.linkBar a
  {  color: #666666 !important;
  font-size: 10px !important;
  text-decoration:none;
  }
  
  div.dcErrorMessage
  {  width:360px;
  height:58px;
  overflow:hidden;
  line-height: 14px!important;
  }
  

  
  * html div.contentBackground, *+html div.contentBackground
  {  width: 422px !important;
  
  }
  * html div.tickerRow, *+html div.tickerRow
  {  width: 424px !important;
  height: 35px !important;
  } 
  
  * html div.dcLoginLRedContainer, *+html div.dcLoginLRedContainer
  {  height: 215px !important;
  }

  
  
  * html div.contentBackground
  {  width: 422px !important;
  height: 85px !important;
  }
  * html div.tickerRow
  {  height: 40px !important;
  }

/*********************  JOBS *************/

.emptyjob {
clear: both; 
margin: 2ex 0px 3ex 0px
}

/************** externer Link ***********/

div.linkNotification {
   padding: 0 10px 0 10px;
}

div.linkNotification p {
   font-size: 75%;
}
 
/*************************************************
*
* Management-Interface
*
*************************************************/

.cmsTxtColorStrong0 { color: #436976; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #8CABB9; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #DDE6EC; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#DDEFFC; }
.ftTD { background-color:#EEEEEE; }

.neutralColorBlack { background-color: #000 }


/******************************/

div.clearfloating {
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 0px solid #FFF;
  margin: 0;
  padding: 0;
  /* display: none;
  float: none;
  clear: both; */
}


/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }

.clerasil:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clerasil { display: block; }


/* floatholder Korrektur IE #/
/* IE MAC ausschliessen \*/
* html .floatholder {width:100%;}
/* IE MAC ausschliessen */
/* Clearfix-Anpassung f�r IE */
.clerasil {display: inline-block;}
/* IE MAC ausschliessen \*/
* html .clerasil {height: 1%;}
.clerasil {display: block;}
/* IE MAC ausschliessen */

p.linie {
  clear: both; 
}

.breakup {
  clear: both; 
  display: block; 
  height: 0;
}


.file_download { 
  border-bottom: 1px solid #CCC;
  background-repeat: no-repeat;
  background-position: 0px 12px;
  padding-left: 58px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 250px;
}

.file_download.PDF {
  background-image: url(../img/icon_pdf.gif);
}

.file_download.ZIP {
  background-image: url(./img/icon_zip.gif);
}

.file_download.Video {
  background-image: url(../img/icon_video.gif);
}

.file_download.Pressemappe {
  background-image: url(../img/icon_pressemappe.gif);
}

.file_download.Other {
  background-image: url(../img/icon_file.gif);
}

.file_download a.file_title {
  font-size: 140%;
  display: block;
  margin-bottom: 0.25em;
}

.file_type_description {
  color: #999;
}

/*
 * Vodcast
 */

div.vodcast { 
  padding: 1.5em 0;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
  clear: both;
}

div.vodcast .vodcast_preview { 
  float: left;
  width: 144px;
}

div.vodcast .vodcast_preview img { 
  width: 144px;
}

div.vodcast .vodcast_details {
  float: left;
  width: 480px;
  padding-left: 20px;
}

div.vodcast .vodcast_details span {
  display: block;
}

div.vodcast span.title {
  font-size: 140%;
}

div.vodcast span.file_type_description {
  color: #666;
}

div.vodcast .download_link {
  background: url(../img/icon_windows_media.gif) no-repeat;
  padding-left: 20px;
  line-height: 20px;
  display: block;
  height: 20px;
}

/*
 * MailForm
 */
form#command {
  padding: 0 5px 1em 0;
 /*  background: #F0F0F0; */
}

/*
 * Pop-Up
 */
p.url { font-weight: bold; }
p.confirm a {
  display: block;
  float: left;
  margin-right: 1em;
  padding: 0.5em 1em;
  background: #F0F0F0;
  border: 1px solid #06C;
}

/*
 * Special hooks for specific content elements
 */

#content_ov17107_overview_el, #content_ov19729_overview_el, #content_ov20593_overview_el {
  width: 715px;
}
#content_ov17110_overview_el {
  margin: 0; padding: 0; height: 1px; overflow: hidden;
}

div#e17085.floatright {
  border: none !important;
  padding: 0px;
}

/*
 * F&E Von der Idee zum Medikament �bersicht
 */

#content_ov16539_overview_el h3.button {
  background-image: url(../img/fe_nummerierung_f01.gif);
}

#content_ov16541_overview_el h3.button {
  background-image: url(../img/fe_nummerierung_f02.gif);
}

#content_ov16543_overview_el h3.button {
  background-image: url(../img/fe_nummerierung_f03.gif);
}

#content_ov16545_overview_el h3.button {
  background-image: url(../img/fe_nummerierung_f04.gif);
}

#content_ov16547_overview_el h3.button {
  background-image: url(../img/fe_nummerierung_f05.gif);
}

#content_ov16549_overview_el h3.button {
  background-image: url(../img/fe_nummerierung_f06.gif);
}

#e17064_overview div.overview,
#e81_overview div.overview {
  padding-top: 0;
}

#content_ov17695_overview_el a,
#content_ov17698_overview_el a,
#content_ov17705_overview_el a {
  background-image: none !important;
  padding: 0px !important;
}

#e18106 { background: #FADF93; }
/*************************************************
*
* GoToMenu
*
*************************************************/
 
#GoToMenu h2.headerBlack {font-size:12px ;color:#000;font-weight:bold;}
#GotoForm{width:350px;}
#GoToMenu select {width:250px;float:left;}
#losIcon {
    float: right;
    padding-right:20px;
    width:44px;
    height:27px;
}
#GoToMenu.destnation {
    background: none repeat scroll 0 0 #F1F1F1;
    line-height: inherit;
    margin: 0 0 10px;
    padding: 10px 0 10px 15px;
     position: relative;
     height:50px;
}
#LosButton{width:45px;float:left;height:29px;margin-left:20px;margin-top: -5px;}

/*************************************************/

