/* @override 
	http://www.kanzlei-haegele.de/css/basic.css
	http://gudehus.homeip.net/haegele/css/basic.css
	http://kanzlei-haegele.de/css/basic.css
*/

body {
	background-color: #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	-ms-interpolation-mode: bicubic;
}

#wrapper {
	margin: 50px auto 0;
	width: 850px;
	position: relative;
}

#header {
	background: url(../img/background.gif) repeat-x;
	height: 184px;
	position: relative;
}

#header .image {
	position: absolute;
	right: 85px;
	top: 0;
}

#header .logo {
	position: absolute;
	top: 50px;
	left: 138px;
}

.index #header .logo {
	left: 225px;
}

#header .impressum {
	position: absolute;
	right: 0;
	width: 85px;
	text-align: center;
	bottom: 10px;
	font-size: 9px;
}

#stempel {
	position: absolute;
	top: 50px;
	left: 25px;
	z-index: 1;
}

/* @group menue */

#menue {
	background-color: #cb0029;
	height: 23px;
	padding-top: 10px;
	padding-left: 200px;
	font-weight: bold;
}

#menue li {
	display: inline;
}

#menue li a {
	color: #000;
}

#menue li.active a, #menue li a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

#content {
	background-color: #c8c8c8;
	padding: 60px 85px 12px 200px;
	min-height: 300px;
	position: relative;
}

#content h2 {
	font-weight: bold;
}

#content p {
	margin-bottom: 20px;
	line-height: 18px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
	color: #cb0029;
}

#content p.small, #content ul.small {
	font-size: 10px;
	line-height: 14px;
}

#content li {
	list-style-type: disc;
	margin-left: 16px;
	line-height: 18px;
}

#content ul.small li {
	line-height: 14px;
}

#footer {
	clear: both;
}

.strong, strong {
	font-weight: bold;
}

.hinweis {
	font-size: 9px;
	width: 110px;
	display: block;
}

#form {
	width: 282px;
	position: absolute;
	top: 60px;
	right: 85px;
}

label {
	width: 110px;
	display: inline-block;
	float: left;
}

input, textarea {
	width: 159px;
	border-style: none;
	border-left: 10px solid #cb0029;
	vertical-align: top;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.submit {
	margin-left: 110px;
	width: 169px;
	background-color: #63666e;
	color: white;
}

#map_canvas {
	width: 360px;
	height: 240px;
	display: block;
	position: relative;
	margin-left: -200px;
	margin-bottom: 20px;
}