/**
 * neue CSS-Datei fuer die zoom-tec Homepage
 * @author [bsp] Andy Pillip
 */

body {
  background-color: white;
  margin: 0em;
  padding: 0em;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 80%;
  color: black;
}

a {
  color: #0e47a3;
}
a, a * { /* IE 6 ist zu bloed dafuer */
  cursor: pointer;    
}
a.extern {
  background: url( 'img/link_extern.png' ) right no-repeat;
  padding-right: 20px; 
}
a.sprung {
  background: url( 'img/link_sprungmarke.png' ) left no-repeat;
  padding-left: 20px;
}

a:link,
a:visited,
a:active {
  color : #0e47a3;
  text-decoration: underline;
}
a:hover, a:focus {
  color : #0E47A3;
  background-color : #F4F9FE;
  text-decoration: none;
}
a img {
  border: none;
}

h1, h2 {   font-size: 100%;
  color: #0E47A3; 
  font-weight: bold;
}
h3 {
  font-size: 80%;
  color: #0E47A3; 
  font-weight: bold;
}

b, strong {
  color: #333333;
  line-height: 20px;
  font-weight: bold;
}
table {
  font-size: 100%;
  color: #333333;
  line-height: 20px;
}
th {
  font-weight: bold;
  text-align: right;
}
thead th {
  text-align: center;
}

hr {
  background: none;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #d1e8fc;
}
blockquote {
  display: block;
  margin: 1em;
  padding: 1em;
  background-color: #F4F9FE;
}


/* Kopf */
#kopf {
  display: block;
  width: auto;
  max-width: 1012px;
  height: 100px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  background: url( 'img/kopf-unten.jpg' ) repeat-x left bottom;
}

#kopfrahmen {
  display: block;
  height: 76px;
  margin-left: 5px;
  border: #ffa500 3px solid;
  padding: 2px;
  background: url( 'img/kopf-hg.jpg' ) no-repeat 202px 2px;
}
#kopf a:link,
#kopf a:hover,
#kopf a:active,
#kopf a:visited {
  text-decoration: none;
  font-weight: bold;
}
#kopflogo {
  display: block;
  float: left;
}
#kopf span {
  display: block;
  margin: 10px 100px 0px 0px;
  text-align: right;
}



/* Navigation */
#hauptnavigation {
  display: block;
  float: left;
  width: 190px;
  padding: 30px 0px 20px 10px;
  margin: 0px 0px 0px 10px;
  min-height: 356px;
  list-style-type: none;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
  background: url( 'img/navi/navback5.jpg' ) no-repeat #d1e8fc;
  overflow: visible;
}
#hauptnavigation a,
#hauptnavigation span.aktiv {
  display: block;
  margin: 0px;
  padding: 2px 30px 2px 2px;
}
#hauptnavigation a:link,
#hauptnavigation a:visited,
#hauptnavigation a:hover,
#hauptnavigation a:active,#ankerliste a:link,
#ankerliste a:visited,
#ankerliste a:hover,
#ankerliste a:active {  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;  font-weight: bold;  color: #0E47A3;  text-decoration: none;
  background: transparent;}#hauptnavigation .aktiv {
  display: block;
  margin: 0px;
  padding: 2px 30px 2px 2px;
  font-family: Arial, Helvetica, sans-serif;  font-size: 110%;  font-style: normal;  font-weight: bold;  color: orange;
}
#hauptnavigation a:hover,
#hauptnavigation a:focus,
#ankerliste a:hover,
#ankerliste a:focus {
  color: orange;
  text-decoration: underline;
}
#hauptnavigation a:hover,
#hauptnavigation a:focus,
#hauptnavigation .aktiv {
  border-right: 5px solid orange;
}
#hauptnavigation li {
  display: block;
  padding: 0.1em;}
#hauptnavigation ul {
  padding: 0px 0px 0px 10px;
  font-size: 80%;
  list-style-type: none;
}
#hauptnavigation ul li {
  padding: 0px;
  margin: 0px;
}
#hauptnavigation ul a,
#hauptnavigation ul .aktiv {
  padding-right: 40px;
}
#hauptnavigation ul a:link,
#hauptnavigation ul a:visited,
#hauptnavigation ul a:hover,
#hauptnavigation ul a:active {
  font-weight: normal;}

/* Ankerliste */
#ankerliste {
  display: block;
/*
  background: url( 'img/nav-sub/navback2.jpg' ) repeat-y right #d2e3fd;
  color: #0E47A3;
  */
  font-weight: bold;
  margin: 5px;
  padding: 5px;
}
#ankerliste ul {
  display: block;
  margin: 0px;
  padding: 10px;
  font-weight: normal;
  list-style-type: none;
}
#ankerliste a {
  display: block;
}



/* Inhalt */
#inhalt {
  display: block;
  margin-left: 210px;
  line-height: 20px;
}

#text {
  display: block;
  width: auto;
  max-width: 745px;
  height: 350px;
  overflow: auto;
  padding-left: 40px;
  padding-right: 20px;
  border-bottom: 1px solid #d1e8fc;
  border-top: 1px solid #d1e8fc;
}

h1 {
  display: block;
  height: 27px;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

#rechtliches { /* = ul */
  position: relative;
  top: -1.5em;
  margin: 0px 10px 0px 20px;
  padding: 0px;
  list-style-type: none;
  font-size: 80%;
  text-align: right;
  max-width: 775px;
}
#rechtliches li {
  padding: 0px;
  margin: 10px;
  display: inline;
}
#rechtliches a {
  display: inline;
}


/* Sonderfaelle */
ul.grosseliste {
  list-style-type: none;
  padding: 1em;
}
.grosseliste li {
  list-style-type: none;
  display: block;
  padding: 10px 10px 10px 100px;
}
.grosseliste a {
  display: block;
}
.grosseliste img {
  display: inline;
  vertical-align: bottom;
}
.grosseliste li,
.mittrennlinie,
#ankerliste {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1e8fc;
}
p.mittrennlinie {
  clear: both;
}
ul.bloecke {
  list-style-type: none;
  margin: 1em 0em 0em 0em;
}
.haelfte,
ul.bloecke li {
  display: block;
  margin: 0em;
  padding: 0em;
  float: left;
  width: 40%;
}
ul.bloecke li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
a.block {
  display: block;
  float: left;
  width: 100%;
}

.preis {
  color: #FF0000;
}

.rechts {
  display: block;
  float: right;
  margin: 0.5em 0em 0.5em 0.5em;
}
.links {
  display: block;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.oben {
  margin-top: 0em;
}

.bildunterschrift {
  color: #0E47A3; 
}

.unfloat {
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}

.unsichtbar {
   display: inline;
   position: relative;
   left: -3000px;
   top: -2000px;
}
.unsichtbar a:focus,
.unsichtbar a:active {
  position: relative;
  left: 3000px;
  top: 2000px;
}

blockquote.code {
  white-space: pre;
}

.bildvorschau,
.bildvorschau a {
  font-size: 10px;
}
.bildvorschau a {
  display: block;
}



/* Besonderheiten fuer den Druck */
@media print {
  #kopf a {
    border: none;
    background: none;
  }
  #kopf span {
    text-align: left;
  }
  
  #hauptnavigation {
    display: none;
  }
  
  #ankerliste {
    background: none;
    border: 1px solid #d2e3fd;
  }
  
  #inhalt {
    margin-left: 0px;
  }
  
  #text {
    max-width: none;
    height: auto;
    border: none;
    overflow: visible;
    padding: 0px;
  }
  
  #rechtliches {
    display: none;
  }

  a.extern[href] {
    background: none;
  }
  a.extern[href]:after {
    content: ": " attr(href);
    font-size: 80%;
  }
}

