/***********************************************************************
*
* Globale Definitionen
*
***********************************************************************/

body {
  background: #FFF;
  margin: 0;
  height: 100%;
  font: 100% Arial, Helvetica, sans-serif;
}

.WAILabel {
  text-transform: uppercase;
  display: none;
}

/***********************************************************************
*
* Farbschema;
*
***********************************************************************/
.Abbott-Blue01 {
  background: #99CCFF;
}
.Abbott-Blue02 {
  background: #6699CC;
}
.Abbott-Blue03 {
  background: #0066CC;
}
.Abbott-Green01 {
  background: #99CC00;
}
.Abbott-Green02 {
  background: #339900;
}
.Abbott-Green03 {
  background: #006600;
}
.Abbott-Red01 {
  background: #FF0000;
}
.Abbott-Red02 {
  background: #CC0000;
}
.Abbott-Orange01 {
  background: #FF9900;
}
.Abbott-Orange02 {
  background: #FF6600;
}
.Abbott-Purple01 {
  background: #CC99CC;
}
.Abbott-Purple02 {
  background: #990099;
}
.Abbott-Purple03 {
  background: #660066;
}
.Abbott-Yellow02 {
  background: #FFCC00;
}

/***********************************************************************
*
* Masthead
*
***********************************************************************/

div#masthead {
  width: 47.5em;
  margin: 19px 0 0 0;
}

div#masthead #masthead_symbol {
  width: 11em; 
  float: left; 
  overflow: hidden
}

div#masthead #masthead_rightpane {
  width: 36em; 
  float: right;
}

/* Site-Titel */
div#masthead h1 {
  font: 36px Arial, Helvetica, sans-serif;
  line-height: 30px;
  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: #999;
  text-decoration: none;
  font-weight:bold;
}

#supnav  a:link, .supnav a:visited {
  color: #999;
}

#supnav a:hover, .supnav  a:active {
  color: #ccc;
}

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

/***********************************************************************
*
* Dropdown-Menüs
*
***********************************************************************/

.child { 
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
}

.menu {
  width: 120px;
}

.menu a {
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 0.25em 0.75em;
}

/***********************************************************************
*
* Positionierung des Content-Bereichs
*
***********************************************************************/

div#content {
  position: relative;
  clear: both;
  width: 47.5em;
  padding: 1.25em 0 0 0;
}

div#maincontentdiv {
  float: right;
  width: 36em; /* war 36em */
  background: #FFF;
  overflow: hidden;
}

/***********************************************************************
*
* Linker Seitenbereich
*
***********************************************************************/

#leftpane {
  width: 11em;
  float: left;
}

/***********************************************************************
*
* Suchformular
*
***********************************************************************/

#search {
  width: 9em;
  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;
}

.advSearch {
  font-size: 10px;
  color: #999;
  text-decoration:underline;
  height: 22px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 0px solid #999;
  float:left;
}

.advSearch a {
  color: #999;
  text-decoration:underline;
}

.advSearch  a:link, .advSearch a:visited {
  color: #999;
}

.advSearch a:hover, .advSearch  a:active {
  color: #999;
}

/***********************************************************************
*
* 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 {
  color: #999;
  text-decoration: none; 
  font-weight: bold
}

#leftnav a:hover { 
  color: #ccc; 
  text-decoration:underline;
}

/****** Left Pane nav Selected state  *******/
.selected {
  background-image: url(./leftnav_arrow_gray.gif);
  background-repeat: no-repeat;
  background-position: left top;
}


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

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

div#breadcrumbs {
  color: #999;
  text-decoration: none;
}

#breadcrumbs a {
  font-size: 0.7em;
  font-weight:bold;
  color: #999;
  text-decoration: none;
}

#breadcrumbs  a:link, #breadcrumbs a:visited {
  color: #999;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
   color: #ccc;
}

/***********************************************************************
*
* Content-Elemente (siehe unter Konfiguration > Design)
*
***********************************************************************/
table { 
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
div.ZMSTable table { 
  width: 100%;
  border-bottom: 1px solid #999;
}

/***********************************************************************
*
* 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: 1em !important;
  margin: 0.5em 0 0 0;
}

.bodyContentIndexEntry p {
  font-size: 0.7em !important;
}

.bodyContentIndexEntry h2 a {
  display: block;
  text-decoration: none;
}

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

/***********************************************************************
*
* News-Items (Startseite)
*
***********************************************************************/

div.newsItem {
  padding: 0.5em;
  width: 45%;
  height: 135px;
  display: inline;
  float: left;
  margin: 0 5% 1em 0;
}
html>body div.newsItem {
  width: 42%;
}
.newsItem p, .newsItem h3 {
  font-size: 75%;
  margin: 0;
}

.newsItem h3.newsTitle {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

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

#leftcontent {
  margin-top: 1.5em;
  font-size: 0.7em;
  color: #999;
}

div.teaserElement {
  padding: 0 0 1em 0;
}

.teaserElement p {
  font-size: 100%;
  margin: 0;
}

.teaserElement h3.teaserTitle {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

.teaserElement a img {
  border: none;
}

/***********************************************************************
*
* Footer
*
***********************************************************************/

#footerdiv {
  width: 47.5em;
  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 {
  color: #ccc;
}
