@import url(index.php?style=left.css);
@import url(index.php?style=main.css);
@import url(index.php?style=right.css);
@import url(index.php?style=kontakt.css);
@import url(index.php?style=sitemap.css);

html, body, td, label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
}  

html, body {
  color: black;
  background-color: #f2f7fa;
}

body {
  margin: 0px;
}

div#container {
  width: 981px;
  background: url('pix/background.gif') 0px 0px repeat-y;
}

div#footer {
  width: 115px;
  height: 83px;
  background: url('pix/background.gif') 0px 0px repeat-y;
  margin-top: -60px;
  padding-left: 867px;
  background-color: #f2f7fb;
}

input, textarea {
  margin: 0px;
  padding: 2px;
  border: 1px solid white;
  color: white;
  background-color: #4293c8;
}

a {
  color: white;
  background-color: tranparent;
}

a:link, a:visited  {
  text-decoration : none;
}

a:hover, a:active {
  text-decoration : none;
}

h1 {
  font-size: 18px;
  color: #f3a455;
  background-color: transparent;
}

h2 {
  font-size: 13px;
  line-height: 17px; 
  color: #0064a6;
  background-color: transparent;
}

h3 {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px; 
  color: #f3a455;
  background-color: transparent;
}

h4, h5, h6 {
  font-size: 12px;
  background-color: transparent;
}

.contenthead {
  color: #ee7d0c; 
  font-weight: bold;
}

.subhead {
  font-size: 14px; 
  font-weight: bold;
}

.einleitung {
  color:#ee7d0c;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
  display: inline-block;
}
