/* Farben:
beige: FFFCC9
 */

html, body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, CourierNew, Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
  border: 0px;
	line-height: 19px;
}
h1, h2, H3 {
	font-weight : bold;
	margin: 0px 0px 0px 0px;
	padding : 0px;
  background-color: transparent; 
  color: #AF0000;
  color: #000;
  font-size: 12px;
}

p, span {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

a:link, a:visited, a:hover, a:focus{
  color: #000;
  font-weight: normal;
	text-decoration : none;
}
a:hover {
  color: #e00000;
} 
a img {
	border: 0px solid #E8781A;
}

/*------------*/

div#container_all {
  width: 927px;
	height: 705px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
  background-image: url(../images/homepage-01_B.jpg);
  background-repeat: no-repeat;
	border: 0px solid red;
}
div#content {
  float: right;
  width: 460px;
  height: 450px;
  margin: 220px 55px 0px 0px;
  position: relative;
}
div#left {
  float: left;
  width: 240px;
  height: 450px;
  margin: 220px 0px 0px 90px;
}
div#left img {
	border: 1px solid #E8781A;
}

div#PetraHansch {
  float: left;
  width: 100px;
  height: 200px;
  margin: 3px 0px 0px 0px;
}
div#Meinhart {
  float: right;
  width: 100px;
  height: 200px;
  margin: 3px 0px 0px 0px;
}
div#PetraHansch h1, div#Meinhart h1 {
  margin-top: 7px;
	margin-bottom: -1px;
}
div#lageplan {
  width: 240px;
  position: relative;
  top: 34px;
  left: 0px;
  clear: both;
}
div#lageplan img{
  margin-top: 5px;
}

.privacy-policy {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

#privacy-policy-wrapper {
	padding: 25px;
}