body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height:100%;
  background-color: #ffffff;
  font: 10px/1.5 Verdana;
  color: #000000;
}

h1, h2, h3 {
  margin: 0 0 1em 0;
  padding-top: 0px;
  font: 10px/1.5 Verdana;
  color: #94292d;
}

h4, h5, h6 {
  margin: 0 0 1em 0;
  padding: 0;
  font: 10px/1.5 Verdana;
  color: #94292d;
}

p {
  margin: 0 0 1em 0;
  padding-top: 0px;
}

img {
  border: 0
}

table {
  margin-bottom: 1em;
} 

tr {
  vertical-align: top;
}

td {
  margin: 0;
  padding: 0;
  padding-right: 1em;
}

input.text {
  border: 1px solid #c0c0c0;
  width: 235px;
  height: 15px;
  margin-bottom: 12px;
}

/* Content  */
a {
  color: #000000;
}

a:hover {
  color: #94292d;
}

/* Content */
a.text {
  color: #000000;
  text-decoration: none;
}

a.text:hover {
  text-decoration: underline;
}

/* Content / News / Übersicht */
a.news {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a.news:hover {
  color: #94292d;
  text-decoration: underline;
  font-weight: bold;
}

/* Subnavagation / News */
a.more {
  color: #c0c0c0;
  text-decoration: none;
}

a.more:hover {
  color: #94292d;
  text-decoration: none;
}

/* Subnavigation / Auswahl */ 
a.auswahl {
  color: #c0c0c0;
  text-decoration: none;
}

a.auswahl:hover, #subnavigation a.on {
  color: #94292d;
}

/* Content / Bildauswahl */
a.dot {
  display: block;
  float: left;
  width: 6px;
  height: 5px;
  background: url(/images/dot_off.gif);
	background-repeat: no-repeat;
  margin-right: 6px;
}

a.dot:hover, #imageSelector a.on {
  background: url(/images/dot_on.gif);
	background-repeat: no-repeat;
}

a.stoerer {
  color: white;
  background: url(/images/close.gif);
	background-repeat: no-repeat;
  background-position: right;
  padding-right: 14px;
  text-decoration: none;
}

a.stoerer:hover {
  color: white;
  text-decoration: underline;
}

.hilight, .warn {
  color: #94292d;
}


/* Banner */
#banner {
  position: absolute;
  top: 0px;
  left: 0px;
}

#bh_komm {
  position: absolute;
  top: 68px;
  left: 42px;
}

#bh_logo {
  position: absolute;
  top: -5px;
  left: 836px;
}

/* Eigentlicher Inhalt mit Hauptnavigation */
#content {
  position: absolute;
  background-color: #f2f2f2;
  top: 160px;
  left: 0px;
  height: 332px;
  width: 100%;
}


#navigation {
  position: absolute;
  top: 42px;
  left: 105px;
  width: 93px;
  height: 141px;
  background: url(/images/navigation.gif);
  margin: 0;
  padding: 0;
}

#navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#navigation a {
  display: block;
  height: 24px;
}

#home {left: 0px; top: 0px; width: 93px; height: 24px;}
#agentur {left: 0px; top: 20px; width: 93px; height: 24px;}
#leistungen {left: 0px; top: 40px; width: 93px; height: 24px;}
#referenzen {left: 0px; top: 60px; width: 93px; height: 24px;}
#news {left: 0px; top: 80px; width: 93px; height: 24px;}
#kontakt {left: 0px; top: 100px; width: 93px; height: 24px;}
#impressum {left: 0px; top: 120px; width: 93px; height: 24px;}


#home a:hover, #home a.on {background: url(/images/navigation.gif) 0 -140px no-repeat;}
#agentur a:hover, #agentur a.on {background: url(/images/navigation.gif) 0 -160px no-repeat;}
#leistungen a:hover, #leistungen a.on {background: url(/images/navigation.gif) 0 -180px no-repeat;}
#referenzen a:hover, #referenzen a.on {background: url(/images/navigation.gif) 0 -200px no-repeat;}
#news a:hover, #news a.on {background: url(/images/navigation.gif) 0 -220px no-repeat;}
#kontakt a:hover, #kontakt a.on {background: url(/images/navigation.gif) 0 -240px no-repeat;}
#impressum a:hover, #impressum a.on {background: url(/images/navigation.gif) 0 -260px no-repeat;}

/* Datum */
#date {
  position: absolute;
  top: 273px;
  left: 40px;
  color: #c0c0c0;
}

/* Scrollarea default */
#content_up {
  visibility: hidden;
  position: absolute; 
  left: 551px; 
  top: 47px; 
  cursor: pointer;
}

#content_track {
  display:none
}

#content_drag {
  display:none
}

#content_down {
  visibility: hidden;
  position: absolute; 
  left: 551px; 
  top: 276px; 
  cursor: pointer;
}

#content_clip {
  position: absolute;
  left: 249px; 
  top: 49px; 
  width: 300px; 
  height: 233px; 
  clip: rect(0,300px,233px,0);
  overflow: hidden;
}

#content_scroll {
  position:absolute;
  left: 0;
  top: -3px;
  width: 300px;
}

/* Scrollarea gross */
#contentw_up {
  visibility: hidden;
  position: absolute; 
  left: 905px; 
  top: 47px; 
  cursor: pointer;
}

#contentw_track {
  display:none
}

#contentw_drag {
  display:none
}

#contentw_down {
  visibility: hidden;
  position: absolute; 
  left: 905px; 
  top: 276px; 
  cursor: pointer;
}

#contentw_clip {
  position: absolute;
  left: 249px; 
  top: 49px; 
  width: 655px; 
  height: 233px; 
  clip: rect(0,655px,233px,0);
  overflow: hidden;
}

#contentw_scroll {
  position:absolute;
  left: 0;
  top: -3px;
  width: 655px;
}

/* Bild rechts bei Scrollarea default  */
#image {
  position: absolute;
  top: 49px;
  left: 603px;
}

/* Bildauswahlleise */
#imageSelector {
  position: absolute;
  top: 295px;
  left: 603px;
}


/* Unternavigation im Footer */
#subnavigation {
  position: absolute;
  width: 363px;
  top: 541px;
  left: 250px;
}

#subnavigation img {
  padding-bottom: 1em;
}

#subnavigation p.auswahl {
  color: #c0c0c0;
}

