/*
Farben   
   hellgrau:  #EAE3D1 
   graublau:  #758d94  
   grün:      #2DBE60 
   türkis:    #2FACB2 
   dunkelgelb:#FFCC00
*/

html {
  background-color: #EAE3D1;
  font-family: arial, helvetica, sans-serif;
  color: #FFFFFF;
}

div {
  background-color: #2DBE60;
  border-radius: 5px;
  margin: 2px; 
  padding: 10px
}

h2 { color:#2FACB2; }
h3 { color:#FFCC00; }
#wrapper {
  background-color: #ffffff;
  width: 900px;  
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 7px #999
}

#buehne {
  padding: 0px;
  overflow: hidden;
  height:300px;
  position:  relative;
}

#buehne p {
  width: 300px;
  position: absolute;
  top: 180px;
  left: 450px;
  background-color: rgba(0,0,0,0.4);
  font-size: 24px;
  font-weight: bold;
  
}

#navigation {
  background-color: #ffcc00;
  color: #666666;
  font-weight: bold;
}

.teaser {
  width: 446px;
  height: 201px;
  background-color: #2DBE60;
  float: left;
padding: 0px;
  overflow: hidden;
  position:  relative;
}

#content {
  background-color: #ffffff;
  color: #333333;
  clear: left;
 
}
#AGB {
	background-color: #2FACB2;
}


#links {
	float:right;
	width:315px;
	background-color:#ffffff;
}

.produkt {
  width: 276px;
  background-color: #2FACB2;
  float: left;
}

#footer {
  clear: left;
  color: #ffffff;
}






