/* CSS Document */

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

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;
}

img
{
  border: none;
}
b
{
  color: #660000;
}

.angebot
{
  border: 1px solid green;
}

#seite
{
  margin: 0 auto;
  width: 973px;
  height: 422px;
  background: url('img/hintergrundbild.jpg') no-repeat;

}

#logo
{
  position: relative;
  top: 90px;
  text-align: right;
  padding-right: 21px;
}
#logo-print
{
  display: none;
}

#content
{
  position: relative;
  top: 120px;
  padding-right:30px;
  padding-bottom: 150px;
  width: 575px; 
  float: right;

}

.invisible
{
  display: none;
}

.teaser
{
  padding: 10px;
  width: 265px;
  float: left;
}
#footer
{
  position: fixed;
  /*padding: auto;*/
  bottom: 0px;
  width: 100%;
  height: 78px;
  text-align: center;
  background: url('img/footer.gif') center no-repeat;
}

#footer img
{
  display: none;
}


.grau
{
  background: #e1e1e1;
}

/* Kontaktformulare */

input[type=image]
{
  border: 1px dotted #188E4E;
  margin: 3px;
}
input[type=image]:hover
{
  background: white;
}

input[type=text]
{
  background: #fafad2;
  border: 1px dotted #188E4E;
  width: 265px;
  padding: 3px;
  margin-bottom: 10px;
}
input[type=text]:hover
{
  background: white;
  border-top: 1px solid #188E4E;
  border-left: 1px solid #188E4E;
  border-bottom: 1px dotted #188E4E;
  border-right: 1px dotted #188E4E;
}

textarea
{
  background: #fafad2;
  border: 1px dotted #188E4E;
  padding: 3px;
  width: 490px;
}

textarea:hover
{
  background: white;
   border-top: 1px solid #188E4E;
  border-left: 1px solid #188E4E;
  border-bottom: 1px dotted #188E4E;
  border-right: 1px dotted #188E4E;
}
