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

* {
	margin: 0;
	padding: 0;
	font-size:1em;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color:#666;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color:#F5F5F5;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	margin-top:40px;
	margin-bottom:20px;
}

#header {
	height: 100px;
}

#logo {
	width:206px;
	height:100px;
	margin-left:197px;
	border:none;
}

#section {
	float:none;
}

h1 {
	margin-top:30px;
	margin-bottom:18px;
	font-size:1em;
	font-weight:normal;
}

h2 {
	margin-top:5px;
	font-size:.96em;
	font-weight:normal;
}

.mainhead {
	margin: 0 0 0 16px;
	font-size:.98em;
	color:#008b7d;
	font-weight:400;
	
}

.subhead {
	margin: 0 0 0 16px;
	font-size: .9em;
}

p {
	font-size:.96em;
	line-height:1.2em;
}

#article {
	margin-bottom:40px;
	text-align:justify;
}

#article ul {
	margin-left: 30px;
	margin-bottom:20px;
	margin-top:10px;
}

#article2 {
	float:left;
	width:379px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right: solid 1px #008b7d;
}

#aside {
	width:200px;
	float:left;
	text-align:justify;
	margin-top: 24px;
}

#aside ul {
	margin-top:10px;
	margin-left: 20px;
	list-style: none;
	
}

#aside ul li#telefon {
	padding-left:15px;
	background: url(../img/symbol01.png) no-repeat left center;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
	color:#008b7d;
}

#aside ul li#fax {
	padding-left:15px;
	background: url(../img/symbol02.png) no-repeat left center;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
	color:#008b7d;
}

#aside ul li#mobil {
	padding-left:15px;
	background: url(../img/symbol03.png) no-repeat left center;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
	color:#008b7d;
}

#aside ul li#mail {
	padding-left:15px;
	background: url(../img/symbol04.png) no-repeat left center;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
	color:#008b7d;
}

#aside p {
	margin-left:20px;
	color:#008b7d;
}

#aside ul a {
	text-decoration: none;
}

#aside img {
	margin-left:15px;
	margin-top:40px;
	border:none;
}

#aside #vcard {
	margin-left:20px;
	font-size:12px;
	text-decoration:none;
	color:#008b7d;
}

#footer p {
	text-align:right;
	font-size:12px;
	margin-top:30px;
}
	
#footer p a {
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	color:#008b7d;
}

#wgs {
	font-size:.96em;
	text-align:left;
}

.leistungen li {
	line-height:1.2em;
	font-size:.96em;
}

.contentbold {
	font-weight:400;
	line-height:1.2em;
}

#anfahrtsskizze {
	width:379px;
	height:359px;
}

#link {
	font-size:.96em;
	color:#008b7d;
}

/* IE7 */
*:first-child+html .contentbold {
	font-weight:bold;
	line-height:1.2em;
}

*:first-child+html h1 {
	font-weight:bold;
}

*:first-child+html h2 {
	font-weight:bold;
}