/* general tags */

* {
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 11px;
}

body {
  color: black;
  line-height: 15px;
  background: url(/images/background.gif) repeat-y;
}

img {
  border: 0px;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

table {
  border: 0;
  padding: 0;
}

td {
  text-align: left;
  vertical-align: top;
}

h1, h2 {
  font-family: verdana;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: black;
  padding-bottom: 1em;
}

h3, h4, h5, h6 {
  font-family: verdana;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: black;
  padding-bottom: 0;
}


/* links */

a {
  color: #999999;
  text-decoration: none;
}

a:visited {
  color: #999999;
}

a:active {
  color: #999999;
}

a:hover {
  color: #000000;
}

a.on {
  color: #000000;
  text-decoration: none;
}

a.on:visited {
  color: #000000;
}

a.on:active {
  color: #000000;
}

a.on:hover {
  color: #000000;
}

a.toplink {
  background-image: url(/images/top_off.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
}

a.toplink:hover {
  background-image: url(/images/top_on.gif);
}

a.low, a.low:visited, a.low:active, a.low:hover {
  color: #000;
  text-decoration: none;
}


/* generall classes */

.za18 {
  line-height: 18px;
}

.border {
  border: 1px #cccccc solid;
}

.bordertop {
  border-top: 1px #cccccc solid;
}

.borderbottom {
  border-bottom: 1px #cccccc solid;
}

.noborderbottom {
  border-bottom: none;
}

.nobordertop {
  border-bottom: none;
}

.inputtext {
  border: 1px #cccccc solid;
  margin-top: 4px;
  margin-bottom: 8px; 
  height: 17px;
  width: 175px;
}

.inputselect {
  margin-top: 4px;
  margin-bottom: 8px; 
  border: 1px #cccccc solid;
  height: 17px;
}

.inputcount {
  border: 1px #cccccc solid;
  margin-top: 4px;
  margin-bottom: 8px; 
  height: 17px;
  width: 36px;
  padding-right: 2px;
  text-align: right;
}

.inputcheckbox {
  margin-top: 4px;
  margin-bottom: 8px; 
}

.nopadding {
  padding: 0;
  margin: 0;
}

.bold {
  font-weight: bold;
}

.spacerlarge {
  margin-bottom: 24px
}

.spacershort {
  margin-bottom: 10px
}

.spacerruler {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.new {
  color: red;
  font-weight: bold;
}

.newlight {
  color: red;
}

.warn {
  color: red;
}

.gray {
  color: #cccccc;
}

.hidesubmit {
  display: none;
}

.formularnav {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
  margin-bottom: 24px;
}



/* main navigation */

#hauptnavigation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 725px;
  height: 115px;
  background-color: #ffffff;
  z-index: 20;
  overflow: hidden;
}

#logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

#navtop {
  position: absolute;
  top: 17px;
  right: 11px;
}

#navtop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navtop li {
  display: block;
  float: left;
  padding-right: 12px;
}

#navbottom {
  position: absolute;
  top: 91px;
  left: 18px;
}

#navbottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbottom li {
  display: block;
  border: 1px #cccccc solid;
  border-right: none;
  float: left;
  width: 87px;
  height: 19px;
  text-align: center;
  font: 11px verdana;
  padding-top: 3px;
}


/* container of the three floating divs "subnavigation", "content" and "teaser" */

#container {
  position: relative;
  left: 0px;
  width: 950px;
  background: url(/images/background.gif) repeat-y;
  z-index: 10;
}


/* first col: subnavigation */

#subnavigation {
  float: left;
  overflow: hidden;
  width: 165px;
  padding: 140px 10px 10px 20px;
}

#subnavigation p {
  margin: 0 0 18px 0;
}


/* snd col: content */

#content {
  float: left;
  overflow: hidden;
  width: 490px;
  padding: 142px 20px 20px 20px;
}

#content .top {
  width: 490px;
  text-align: right;
  line-height: 11px;
  color: #cccccc;
  padding-top: 12px;
}


#navfooter {
  margin-top:24px;
}

#navfooter a {
  padding-right: 1em;
}

#navfooter.bordertop {
  border-top: 1px #cccccc solid;
  padding-top: 1em;
}


/* third col: teaser */

#teaser {
  overflow: hidden;
  float: left;
  width: 225px;
}

#teaser .navtop {
  height: 89px;
  padding: 15px 20px 10px 10px;
  border-bottom: 1px #cccccc solid;
  width: 195px;
}

#teaser .navboxfst {
  padding: 27px 20px 10px 10px;
  border-bottom: 1px #cccccc solid;
  width: 195px;
}

#teaser .navbox {
  padding: 21px 20px 10px 10px;
  border-bottom: 1px #cccccc solid;
  width: 195px;
}


/* Clearfix workaround */

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


.dfbcatcheye {
  display: none;
}


/* inlinepopup */
#inlinepopup_infomaterial {
  position: absolute;
  padding: 10px;
  left: 726px;
  top: 0px;
  width: 202px;
  height: 94px;
  background-color: white;
  z-index: 100;
  visibility: hidden;
}


