/* CSS Document */
@charset "utf-8";
body {
	background-color: #E0E9F8;
}
/* Safari-Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {body { background-color: #E0E9F8; }}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 15px;
}
#container #logo {
	height: 59px;
	width: 95px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
#container #logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}


#container #logozusatz {
	height: 24px;
	width: 300px;
	float: left;
	font-size: 17px;
	font-weight: bold;
	color: #00387C;
	position: relative;
	top: 70px;
	left: -95px;
}

#container #zeileoben {
	float: right;
	height: 25px;
	width: 180px;
	text-align: right;
	margin-right: 30px;
	margin-top: 5px;
}
#container #zeileoben a {
	font-weight: bold;
	font-size: 12px;
	color: #02377B;
}
#frosch {
	background-image: url(images/frosch.jpg);
	float: left;
	height: 66px;
	width: 122px;
	position: relative;
	top: 20px;
	left: -10px;
}
#ambulanzharburgland {
	float: right;
	height: 22px;
	width: 225px;
	color: #003C7B;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	position: relative;
	left: -30px;
	top: 40px;
	margin: 0px;
}
#container #grossesbild {
	clear: both;
	width: 800px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0px;
}

#container #menu {
	height: 40px;
	width: 740px;
	background-color: #4D61C4;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin-right: Auto;
	margin-left: Auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
#container #menu ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#container #menu li {
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
#container #menu li a:hover {
	color: #E0E9F8;
	text-decoration: underline;
}

#container #menu li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}


#oben {
	background-color: #012A60;
	background-repeat: no-repeat;
	height: 150px;
	width: 975px;
	background-image: url(bilder/banner.jpg);
	margin: 0px;
	padding: 0px;
}

#content {
	min-height: 200px;
	overflow: auto;
	clear: both;
	text-align: left;
	margin-top: 1px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#content p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #003373;
}
#content h1 {
	font-size: 17px;
	text-align: left;
	background-color: #E0E9F8;
	padding-top: 50px;
	padding-bottom: 0px;
	color: #003677;
	padding-left: 2px;
	margin: 0px;
}
#content h2 {
	font-size: 14px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #03357A;
	border-right-color: #03357A;
	border-bottom-color: #03357A;
	border-left-color: #03357A;
	line-height: 2;
	color: #03357A;
}
#content h2.kontakt  {
	border-top-style: none;
}


#footer {
	clear: both;
	background-color: #03357A;
	text-align: center;
	height: 20px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 10px;
}
#footer a {
	color: #99131C;
}
#footer a:hover {
	color: #022960;
}
#container #content pre {
	font-family: Arial, Helvetica, sans-serif;
}

