@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #6E6E6E;
	font-family: 'Droid Sans', Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	color: #E7B040;
	margin: 20px 0 30px 0;
}

h2 {
	font-size: 1.1em;
	color: #6E6E6E;
	padding-bottom: 20px;
}

h3,
a.tel {
	font-size: 0.9em;
	color: #E7B040;
	padding: 10px 0;
}

p {
	font-size: 0.9em;
	padding: 10px 0;
}

a {
	color: white;
	text-decoration: none;
}



img.neu {
	width: auto;
	max-width: 500px;
	height: auto;
	position: absolute;
	width: 280px;
	right: -43px;
	top: 50px;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 40px 60px 60px 60px;
	width: 840px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(61,61,61,0.7);
	-moz-box-shadow: 0px 0px 10px 6px rgba(61,61,61,0.7);
	box-shadow: 0px 0px 10px 6px rgba(61,61,61,0.7);
}

#top {
	position: absolute;
	height: 15px;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #E7B040;
}

#header {
	width: 600px;
	/* margin: 0 auto 0 auto; */
}

#content {
	padding: 50px 0;
}

#googlemaps {
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #E7B040;
	color: white;
	/* text-align: center; */
	font-size: 0.9em;
}

#footer p {
	padding-left: 60px;
}