/* CSS Document */

body
{
  margin: 0px;
  padding: 0px ;
  font: 12px Arial, sans-serif inherit;
  line-height: 150%;
}

a
{
  color: #188E4E;
  text-decoration: none;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

h1
{
  font: 18px Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #188E4E;
  padding-top: 20px;
  padding-bottom: 10px;
   border-bottom: 1px dotted #188E4E;
}

h2
{
  font: 14px Arial, sans-serif;
  font-weight: bold;
  color: #660000;
  background: #fafad2;
}

.angebot
{
  border: 1px solid green;
}

#seite
{
  width: 650px;
  background: url('img/bg-oben.gif') repeat-x;
}

#right
{
  display: none;
}

#logo
{
  display:none;
}

#logo-print
{
  position: relative;
}

#content
{
  position: relative;
  top: 30px;
  left: 20px;
  
  padding-bottom: 150px;
  width: 575px; 

}

.invisible
{
  display: none;
}

.teaser
{
  padding: 10px;
  width: 265px;
  float: left;
}
#footer
{
  position: relative;
}





.grau
{
  background: #e1e1e1;
}

