/***********************************************************************
*
* Globale Definitionen
*
***********************************************************************/
body {
  background: #FFF;
  margin: 0;
  height: 100%;
  width: 100%;
  /*max-width: 890px;*/
  font: normal 100% Arial, Helvetica, sans-serif;
}
.WAILabel {
  text-transform: uppercase;
  display: none;
}
img.title_img {
  float: left;
  margin: 0 0px 5px 0;
}

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

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;
}

.Abbott-Synagis {
  background: #F90;
}

/***********************************************************************
*
* Masthead
*
***********************************************************************/
div#masthead {
  position: relative;
  width: 95%;
  min-width: 890px;
  margin: 19px 0 0 0;
}
div#masthead #masthead_symbol {
  width: 175px; 
  float: left; 
  overflow: hidden;
}
div#masthead #masthead_rightpane {
  position: absolute;
  top: 0;
  left: 175px;
  right: 0px;
}
/* Site-Titel */

p.siteTitle {
  font: 48px Arial, Helvetica, sans-serif;
  line-height: 48px;
  margin: 0;
  padding: 0;

}
#masthead a img {
  border: none;
}

/***********************************************************************
*
* Support Navigation
*
***********************************************************************/
div#supnav {
  clear: both;
  text-align: right;
  padding: 0.5em 36px 0.5em 10px;
  margin: 0;
  font-size: 0.7em;
  line-height: 0.7em;
  color: #999;
}
#supnav a {
  color: white;
  text-decoration: none;
  font-weight:bold;
}
#supnav  a:link, .supnav a:visited {
  color: white;
}
#supnav a:hover, .supnav  a:active,.supnav  a.current {
	color:#FFF5CD;
  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.8em;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding: 0.6em 0.75em 0.6em 0.75em;
  border-right: 1px solid #FFF;
}
#mainnav  a.current {
	color:#FFF5CD;
  text-decoration: none;
}

/***********************************************************************
*
* Positionierung des Content-Bereichs
*
***********************************************************************/
div#content {
  position: relative;
  clear: both;
  width: 95%;
  padding: 1.25em 0 0 0;
  min-width: 890px;
}
div#maincontentdiv {
  /*float: left;
  width: 80%;
*/
  margin-left: 175px;
  background: #FFF;
}

div#maincontentdivInner {
  float: left;
}

/***********************************************************************
*
* Linker Seitenbereich
*
***********************************************************************/
#leftpane {
  width: 175px;
  float: left;
overflow: hidden;
}

/***********************************************************************
*
* Suchformular
*
***********************************************************************/
#search {
  width: 144px;
  height: 19px;
  padding-top: 6px;
  padding-bottom: 10px;
  border:0px solid  #000;
  margin:0px;
}
.searchField {
  float: left;
  width: 89px;
  height: 19px;
  font-size: 10px;
  font-family: Verdana;
  color: #999;	
  margin-left:20px;
}
.submitButton {
  width:24px;
  height:19px;
  font-size: 11px;
  float:right;
  padding: 0;
  margin: 0;
  background: #9EA4AB;
  color: #FFF;
  border: 1px solid #9EA4AB;
  border-top: 1px solid #E1E2E5;
  border-left: 1px solid #E1E2E5;
}

/***********************************************************************
*
* 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: 0.25em 0px 0px 0px;
}
#leftnav a {
  text-decoration: none; 
  font-weight: normal
}
#leftnav a.leftnav_l1 {
  font-weight:bold
}
#leftnav a { 
	color:#000;
}

#leftnav a.selected { 
	color:#FF9900;
}

#leftnav a:hover { 
   text-decoration:underline;
}
/****** Left Pane nav Selected state  *******/
li.selected {
  background: url(navi_pfeil.gif) 0px 3px no-repeat;
}

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

div#breadcrumbs {
  color: #999;
  text-decoration: none;
}
#breadcrumbs a {
  font-weight:bold;
  color: #999;
  text-decoration: none;
}
#breadcrumbs  a:link, #breadcrumbs a:visited {
  color: #999;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
   text-decoration: underline;
}

/***********************************************************************
*
* BodyContent Index-Listen
*
***********************************************************************/
div.bodyContentIndexEntry {
  width: 45%;
  display: inline;
  float: left;
  margin: 0 5% 1em 0;
}
.bodyContentIndexEntry h2 {
  font: bold Arial, Helvetica, sans-serif;
  /* 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;
}

/***********************************************************************
*
* Teaser-Elemente
*
***********************************************************************/

/* Hauptspalte */
#maincontent_teaser {
  float: right;
  width: 200px;
  margin: 0;
  padding: 0 0 0 25px;
  background: #FFF;
  color: #999;
  border: none;
  text-align: right;
}
div.teaserElement {
  background: #FFF9DB;
  margin: 0 0 1.5em 0;
  margin-bottom: 1.5em;
  text-align: left;
}
.teaserElement p, .teaserElement h3 {
 padding: 8px;
 margin: 0;
}
.teaserElement a img {
  border: none;
}

/* linke Spalte */

#leftcontent {
  margin: 2.5em 2em 0 19px;
  padding: 0;
  font-size: 0.7em;
  color: #999;
}

#leftcontent * {
  margin: 0;
  padding: 0;
}

#leftcontent div.teaserElement {
  padding: 0 0 1em 0;
  background: transparent;
}

#leftcontent .teaserElement p {
  font-size: 100%;
}

#leftcontent .teaserElement h3.teaserTitle,
#leftcontent .teaserElement h3.teaserTitle a{
  font-size: 1em;
  font-weight: normal;
  color:#006600;
}

/***********************************************************************
*
* Footer
*
***********************************************************************/
#footerdiv {
  padding: 1.25em 0;
  color: #999;
  text-align:center;
  clear: both;
}
#footerdiv a {
  font-size: 0.7em;
  font-weight: bold;
  color: #999;
  text-decoration:none;
}
#footerdiv a:link, #footerdiv a:visited {
  color: #999;
}
#footerdiv a:hover, #footerdiv a:active {
  text-decoration: underline;
}
div.ZMSGraphic 
	{ 
	background-color:transparent; 
	margin: 4px;
	}

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

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

div.ZMSGraphic.floatleft
	{ 
	float:left;
	}

div.ZMSGraphic.floatright
	{ 
	float:right;
	}

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

div.graphic.alignleft
	{
	float:left;
	text-align:right;
	}
	
div.graphic.alignright
	{
	float:right;
	text-align:right;
	}
	
div.ZMSGraphic div.text
	{
	padding: 4px;
	}
	
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

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

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