* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #fff url(images/bg_body.png) top left repeat-x;
	}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}


.clear {
	height: 0.1px;
	clear: both;
	}

#site {
	width: 992px;
	text-align: left;
	margin: 0px auto;
	background: url(images/bg_site.png) top left repeat-y;
	}

#header {
	height: 248px;
	background: url(images/bg_header-2019.jpg) top left no-repeat;
	position: relative;
	}

#headerbild {
	position: absolute;
	top: 0px;
	left: 301px;
	width: 679px;
	height: 243px;
	overflow:hidden;
	display: block;
	}

#telefon {
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 25px;
	}

#telefon li {
	float: left;
	background: #fff url(images/telefon.jpg) 10px center no-repeat;
	border: 1px solid #ccc;
	border-top: none;
	border-left: 1px solid #eee;
	padding: 6px 15px 6px 55px;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	}

#telefon li span {
	font-size: 18px;
	display: block;
	color: #CC071E;
	text-decoration: none;
	font-weight: bold;
	}

#linke_spalte {
	width: 220px;
	min-height: 200px;
	padding-left: 40px;
	float: left;
	margin-top: 80px;
	}

#menu ul {
	list-style-type: none;
	width: 220px;
	float: left;
	}

#menu ul li {
	width: 220px;
	float: left;
	}
	
#menu ul li a {
	display: block;
	width: 195px;
	float: left;
	color: #999;
	font-size: 16px;
	text-decoration: none;
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #ccc;
	}

#menu ul li.last a {
	border: none;
	}

#menu ul li a:hover {
	font-weight: bold;
	background: url(images/menu_pfeil.png) right center no-repeat;
	color: #cc071e;
	}

#link-left {
	text-align: center;
	padding-top: 30px;
	}

#link-left p {
	font-size: 11px;
	color: #ccc;
	text-align: center;
	}
	
#inhaltsbereich {
	width: 620px;
	min-height: 200px;
	float: right;
	color: #000;
	padding: 35px 40px 30px 0;
	}

#content {
	min-height: 100px;
	padding-bottom: 15px;
	clear: both;
	}
	
#content-left {
	width: 47%;
	float: left;
	padding-bottom: 15px;
	}

#content-right {
	width: 47%;
	float: right;
	padding-bottom: 15px;
	}

#inhaltsbereich h1 {
	color: #CC071E;
	font-size: 20px; 
	margin-bottom: 0.8em;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC071E;
	}

#inhaltsbereich h2 {
	font-size: 16px; 
	margin-bottom: 0.8em;
	}

#inhaltsbereich h3 {
	font-size: 14px; 
	margin-bottom: 0.8em;
	}

#inhaltsbereich h4 {
	font-size: 12px; 
	margin-bottom: 0.8em;
	}

#inhaltsbereich p {
	margin-bottom: 1.2em;
	}

#inhaltsbereich ul {
	margin-bottom: 1.2em;
	margin-left: 25px;
	}

#inhaltsbereich a {
	color: #666;
	text-decoration: none;
	}
	
#inhaltsbereich a:hover {
	text-decoration: underline;
	}
	
#inhaltsbereich img {
	display: block;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	}

#googlemap img {
	background-color: transparent;
	}

#footer {
	height: 69px;
	clear: both;
	padding-left: 300px;
	background: url(images/bg_footer.png) top left no-repeat;
	}

	
#footer p#sp1 {
	width: 390px;
	float: left;
	text-align: left;
	padding: 40px 0 0 0;
	font-size: 12px;
	color: #999;
	}	

	
#footer p#sp2 {
	width: 250px;
	text-align: right;
	float: right;
	padding: 40px 15px 0 0;
	font-size: 12px;
	color: #999;
	}

#footer p a {color: #999;}
#footer p a:hover {color: #777;}
