/* Allgemeines */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(grafiken/hintergrund.png) repeat-y center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* Seitenkopf */

#seitenkopf {
	width: 950px;
	height: 108px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	background: #fff;
}

#logo {
	width: 450px;
	height: 108px;
	float: left;
}

#blumen {
	width: 485px;
	height: 33px;
	float: right;
	background: #fff url(grafiken/blumen.jpg) no-repeat;
	color: #008ec8;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 75px;
	padding-right: 15px;
}

.suchfeld {
	border: 1px solid #008ec8;
	width: 200px;
	height: 16px;
}

/* Navigation */

#navigation {
	width: 950px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

#home {
	width: 50px;
	height: 36px;
	float: left;
}

#auswahl {
	width: 900px;
	height: 36px;
	float: right;
	margin: 0;
	padding: 0;
}

#auswahl ul {
	list-style-image: none;
}

#auswahl ul li {
	display: inline;
	list-style-type: none;
}

#auswahl ul li a {
	width: 150px;
	height: 24px;
	padding-top: 12px;
	float: left;
	list-style-type: none;
	display: block;
	background: #fff url(grafiken/schalter.jpg) no-repeat;
	color: #008ec8;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

#auswahl ul li a:hover {
	background: #fff url(grafiken/schalter2.jpg) no-repeat;
}

#auswahl ul li a#hier {
	background: #fff url(grafiken/schalter2.jpg) no-repeat;
}

#auswahl ul li a#hier:hover {
	background: #fff url(grafiken/schalter.jpg) no-repeat;
}

/* Layout */

#container {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #008ec8;
	border-left: 1px solid #008ec8;
}

#linkespalte {
	width: 155px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;
}

#mittlerespalte {
	width: 548px;
	float: left;
	margin: 0;
	padding: 15px 30px;
}

#rechtespalte {
	width: 155px;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	margin: 0;
}

#footer {
	width: 935px;
	height: 26px;
	padding-top: 10px;
	padding-left: 15px;
	color: #008ec8;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(grafiken/footer.jpg) no-repeat;
}

#footer a {
	text-decoration: underline;
	color: #008ec8;
}

#footer a:hover {
	text-decoration: underline;
	color: #ff3300;
}

#footerspiegel {
	width: 950px;
	height: 30px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}

.boxheader {
	width: 155px;
	height: 23px;
	color: #008ec8;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #fff url(grafiken/boxheader.jpg) no-repeat;
	padding-top: 12px;
	margin: 0;
	display: block;
}

.box {
	width: 133px;
	color: #333333;
	font-size: 12px;
	background: #fff url(grafiken/box_hg.jpg) no-repeat;
	padding: 10px;
	border: 1px solid #008ec8;
	display: block;
	line-height: 16px;
	margin: 0 0 15px;
}

.box a {
	color: #008ec8;
	font-weight: bold;
}

.box a:hover {
	color: #ff3300;
	font-weight: bold;
}

#notrufe_titel {
	width: 155px;
	height: 23px;
	color: #008ec8;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #fff url(grafiken/notrufe.jpg) no-repeat;
	padding-top: 12px;
	margin: 0;
	display: block;
}

#notrufe_box {
	width: 133px;
	color: #333333;
	font-size: 12px;
	background: #fff url(grafiken/box_hg.jpg) no-repeat;
	padding: 10px;
	margin: 0;
	border: 1px solid #008ec8;
	line-height: 16px;
}

/* Schrift */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #eb9b36;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #eb9b36;
	height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eb9b36;
	display: block;
	background: url(grafiken/los_invers.png) no-repeat 0 6px;
	padding-left: 25px;
	padding-top: 5px;
}

h3 {
	color: #008ec8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #eb9b36;
	padding-bottom: 10px;
	border-bottom: 1px solid #eb9b36;
	display: block;
	padding-top: 5px;
}

h5 {
	color: #7ea479;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 12px;
}

p {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}

p .linie {
	border-bottom: 1px solid #e6e6e6;
}

p a {
	color: #008ec8;
}

.liste {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
	list-style-type: square;
	list-style-position: outside;
}

.datum {
	color: #008ec8;
	font-size: 11px;
	font-weight: bold;
}

#datum_zeit {
	color: #008ec8;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	height: 19px;
	background: url(grafiken/datum.png) no-repeat;
	padding: 6px 0 0 10px;
	margin-bottom: 15px;
}

.rechts {
	float: right;
}

.links {
	float: left;
}

.normal {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
}

.bold {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.hinweis {	color: #83003f;	font: bolder 10px Verdana, Arial, Helvetica, sans-serif;
	height: 5px;
	padding: 5px;
	background: #ffcc66;
	border: 1px solid #ff0000;
	margin-bottom: 5px;
}

#hinweise {	color: #ff000b;	font: bolder 10px Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	clear: both;
	display: block;
	padding: 5px 0;
}

.achtung {	color: #ff000b;	font: bolder 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #008ec8;
}

a:hover {
	color: #ff3300;
}

.trennstrich {
	margin: 10px 0;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
}

/* Listen */

.navigation li {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.infobox {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

/* Tabellen */

.tabelle {
	border-collapse: collapse;
	color: #008ec8;
	font-size: 13px;
	font-weight: bold;
	width: 133px;
}

.tabelle tr {
	border-bottom: 1px solid #008ec8;
}

.tabelle td {
	height: 25px;
}

.listen {
	border-collapse: collapse;
	color: #008ec8;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}

.listen tr {
	border-bottom: 1px solid #e6e6e6;
}

.listen td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.listen a {
	color: #008ec8;
	font-weight: bold;
}

.listen a:hover {
	color: #ff3300;
	font-weight: bold;
}

.sprechzeiten {
	border-collapse: collapse;
	color: #333333;
	font-size: 12px;
	margin-bottom: 15px;
}

.sprechzeiten td {
	height: 22px;
	padding-right: 10px;
}

/* Bilder */

img {
	border: 0;
}

.bild_aktuelles {
	margin-right: 10px;
	float: left;
	padding: 2px;
	border: 1px solid #c5c5c5;
	width: 60px;
	height: auto;
}

.bild_links {
	margin-right: 15px;
	float: left;
	padding: 2px;
	border: 1px solid #c5c5c5;
	margin-bottom: 5px;
	width: 350px;
	height: auto;
}

.bild_rechts {
	margin-left: 10px;
	float: right;
	padding: 2px;
	border: 1px solid #c5c5c5;
	width: 350px;
	height: auto;
}

.bild_praxis {
	margin-right: 15px;
	float: left;
	padding: 2px;
	border: 1px solid #c5c5c5;
	margin-bottom: 5px;
	width: 120px;
	height: auto;
	margin-top: 15px;
}

.suchschalter {
	position: relative;
	top: 3px;
}

.schalter {
	position: relative;
	top: 4px;
}

.infografik {
	margin-right: 5px;
	float: left;
	border-style: none;
}

.aerztehaus {
	margin-left: 15px;
	float: right;
	padding: 2px;
	border: 1px solid #c5c5c5;
	width: 300px;
	height: auto;
}

/* Formulare */

.sprechzeiten_uhrzeit {
	width: 150px;
}

/* -- Hacks -- */

.clearfix:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}
