html, body {
margin: 0;
padding: 0;
height:100%;
}

body  {
color: #000;
min-height: 101%;
font-size: 100.01%;
font-family: Arial, Helvetica, Verdana, sans-serif;
background: #77AE91 url(../_images/hg_body.jpg);
text-align: center;
margin: 0 auto;
}

/* ----------------------------------------------------------------
  Seitenstruktur
  --------------------------------------------------------------- */

/* --- allumfassender Container --- */


#outerwrapp  {
color: #000;
text-align: left;
margin: 0 auto;
position: relative;
width: 770px;
min-height: 100%;
}
* html #outerwrapp
{
height: 100%;
}

#wrapper  {
background-color: #fff;
border: 1px solid #AFC0B7;
width: 768px;
margin-top: 20px;
margin-bottom: 5px;
}




/* --- Reihen --- */

#printheader  {
display: none;
}


#header  {
position: relative;
color: #000;
width: 100%;
height: 150px;
}


#logo {
position: absolute;
top: 20px;
left: 540px;
z-index: 1;
}



#content {
position: relative;
background-color: #fff;
color: #000;
width: 590px;
margin-left: 79px;
z-index: 3;
padding-bottom: 2em;
}
* html #content {
 /*vor IEMac verstecken \*/
 height: 300px;
 /*IEMac wieder reinlassen*/
}



#footer {
text-align: center;

}

#footer p {
margin: 5px 10px 15px 0;
color: #fff;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
color: #fff;
font-weight: normal;
text-decoration: none;
}


/* ------------------------------------------------
  Hauptnavigation
  ---------------------------------------------- */

#hauptnavigation {
  position: absolute;
  top: 78px;
  left: 0px;
  z-index: 2;
  text-align: left;
  font-size: 1em;
  letter-spacing: 1px;
font-weight: bold;
  }

#hauptnavigation ul {
  margin-left: 0;
  padding-left: 0;
}

#hauptnavigation li {
  margin: 0;
  height: 2.5em;
  list-style: none;
  float: left;
}


#hauptnavigation li.nav_first {
  background: url(../_images/hg_linav_first.jpg) repeat-x;
    padding: 3px 5px 10px 10px;
  }

#hauptnavigation li.nav_middle {
  background: url(../_images/hg_linav.jpg) no-repeat;
    padding: 3px 5px 10px 50px;
  }

#hauptnavigation li.nav_last {
  background: url(../_images/hg_linav_last.jpg) no-repeat;
  padding: 3px 90px 10px 0px;
  color: #D3D3D3;
}

#hauptnavigation a:link,
#hauptnavigation a:visited,
#hauptnavigation a:hover,
#hauptnavigation a:active,
#hauptnavigation a:focus {
  text-decoration: none;
  color: #000;
}

#hauptnavigation a:hover,
#hauptnavigation a:active,
#hauptnavigation a:focus {
  background-color: transparent;
  color: #c00;
}

.cur {
color: #093;
}

/* ----------------------------------------------------------------
  allgemein
  --------------------------------------------------------------- */

.invis {
clear: both;
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}

.clear {
clear: both;
}

.left {
float: left;
margin-right: 30px;
margin-bottom: 1em;
}

.right {
float: right;
margin-left: 30px;
margin-bottom: 1em;
}

.alignLeft {
text-align: left;
}

.alignRight {
text-align: right;
}

.alignCenter {
text-align: center;
}

hr {
  height: 2px;
  color: #70A287;
  background-color: #70A287;
  border: none;
  margin-bottom: 1em;
}


/* ----------------------------------------------------------------
  Text
  --------------------------------------------------------------- */

h1 {
color: #093;
font-size: 1.2em;
font-weight: normal;
margin: 0 0 1em 0;
padding: 0;
}

h2 {
color: #000;
font-size: 1em;
font-weight: bold;
margin: 1em 0 1em 0;
}

h3, h4 {
margin: 0 0 1em 0;
padding: 0;
}

h3 {
font-size: 0.9em;
}

h4 {
font-size: 0.9em;
}

p, li {
font-size: 0.75em;
line-height:1.4;
margin: 0 0 1em 0;
}

#content p {

}


/*  -----------------------------------------------------

  Links

  ---------------------------------------------------- */

a:link, a:visited, a:hover, a:active, a:focus {
 text-decoration: underline;
 font-weight:bold;
 color: #093;
}


a:hover, a:focus {
color:#c30;
 font-weight:bold;
}

a:visited {
font-weight:bold;
color: #000;
}

a:link img, a:visited img, a:hover img, a:active img, a:focus img {
 text-decoration: none;
 border: none;
}

a:link.homelink, a:visited.homelink, a:hover.homelink, a:active.homelink, a:focus.homelink {
 text-decoration: none;
 color: #999;
 font-weight: normal;
}



a.totop-link:visited {
 color: #060;
}

.totop-link {
 background: url(../_images/totop.gif) no-repeat;
 background-position: 0px 3px;
 font-weight: normal;
 padding: 0px 0px 0px 10px;
}

/*  -----------------------------------------------------

  Referenzen

  ---------------------------------------------------- */

table.referenzen {
font-size: 101%;
}

table.referenzen th{
width: 17em;
vertical-align: top;
}

table.referenzen td{
padding: 5px;
}

th {
font-size: 0.9em;
}

td {
font-size: 0.75em;
}

td a:link,td a:visited,td a:hover,td a:active,td a:focus {
font-weight: normal;
}

ul.anfahrt li {
line-height:1.4;
margin: 0;
}

ul.anfahrt {
margin-top: 0.5em;
}
