/*--------------------------------------
		CSS-Datei by Hummel
			  für die Domäne
		   www.regine.hayler.de
----------------------------------------*/

body {
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	background: url(../pix/background.gif) 0 0 repeat-x #FFF;
}

p a{
	color: #fff;
	text-decoration: none;
}

p a:hover{
	background: #FFA724;
	color: white;
}

#content a{
	color: #fff;
	text-decoration: none;
}

#content a:hover{
	background: #FFA724;
	color: white;
}

#navi{
	width: 540px;
	height: 35px;
	border:0.05em;
	border-style:solid;
	border-color:white;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-box-shadow:0px 0px 2px #aaa;
	-webkit-box-shadow:0px 0px 2px #aaa;
}

#navi a{
	float:left;
	font-size:14px;
	line-height:14px;
	padding-left:18px;
	padding-right:18px;
	padding-top:10px;
	height:25px;
	width: auto;
	color:#FFA724;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 3px #444;
}

#navi a:hover{
	color: #fff;
}

#wrapper {
	left: 50%;
	top: 2%;
 	margin-left: -450px;/* negative Hälfte von width:1000px */
	height: 670px;
	position:absolute;
	width: 900px;
	background: url(../pix/background2.jpg) 0 0 repeat-y #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}

#text {
	margin-top: 15px;
	margin-left:65px;
	line-height:24px;
	height:90px;
	width: 250px;
	position:absolute;
}

#logo {
	margin-top: 58px;
	margin-left:45px;
	height:270px;
	width: 270px;
	background-image: url("../pix/logo.png");
	position:absolute;
	float: right;
}

#content {
	margin-top: 55px;
	margin-left:340px;
	height:auto;
	width: 515px;
	position:absolute;
	float: left;
}

#content h1 {
	color: black;
	font-style: oblique;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0px 0px 0px 20px;	
}

#content h5 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0px 0px 0px 20px;
}

#picture {
	padding-right:10px;
	margin-right:27px;
	height: auto;
	width: 363px;
	margin-bottom:20px;
	background-color:#FFF;
}

/*--------------------------------------
			GOOGLE-MAP
----------------------------------------*/


#wrapper #map_canvas {
  display:inline;	
  height: 380px;
  width: 530px;
  margin-left: 0px;
  margin-bottom: 60px;
  margin-top: 0px;

}

div.impr {
	width: 550px;
	height: 315px;
	overflow: auto;
}