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

/* Browserübergreifend einheitliche Layoutgrundlage */
* { margin: 0; padding: 0;}
option { padding-left: 0.4em;}

html { height: 100%;}

/*body { 
	min-height: 101%;
	font-size: 100.01%; 
	position: relative;
	color: #000; 
	background: #fff; 
	text-align: left;
	}*/
	
fieldset, img { border: 0;}
select, textarea { font-size: 99%;}

/*Container */
#body_back {
	margin: auto;
	padding-top: 10px;
	width: 870px;
	height: 670px;
	background-image: url(pictures/shadow.jpg);
	background-repeat: no-repeat;
	}
#body {
	margin-left: 10px; 
	width: 850px;
	height: 650px; 
	border-style: solid; 
	border: 1px; 
	border-color: #000000; 
	border-collapse: collapse;
	}
#header { 
	height: 224px;
	width: 850px; 
	background-color: #6c6f72; 
	margin: 0px; 
	}
#logo {
	background-image: url(pictures/logo.gif);
	float: left;
	width: 210px;
	height: 224px;
	background-repeat: no-repeat;
	}
#logo2 { 
	margin-top: 20px;
	margin-bottom: 50px;
	float: left;
	width: 210px;
	height: 90px;
	}
#header-pic { 
	height: 180px;
	width: 850px;
	}
#navi-top { height: 20px; 
	background-color: #ff9717; 
	padding-left: 210px; 
	padding-top: 2px;
	color: #ffd8a7;
	width: 640px; 
	}
#navi-sub { 
	height: 20px; 
	padding-left: 50px; 
	padding-top: 2px; 
	color: #FFFFFF;
	width: 610px; 
	margin-left: 187px; 
	}
#navi-sub2 {
	width: 210px;
	height: 20px;
	font-size: 0.8em;
	color: #6c6f72;
	}
#content {
	height: 426px;
	background-image: url(pictures/back_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#col1 {
	width: 210px;
	float: left;
	text-align: center;
	}
#col3 { 
	height: 355px; 
	padding-top: 35px; 
	padding-right: 50px;
	overflow: auto;
	}
#col3 li {
	list-style-type: circle; 
	list-style: outside;
	margin: 0px 0px 6px;
	padding: 0px;
	}
#col3 ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 1.2em;
	margin-left: 77px;
	list-style-image: url(pictures/li.gif);
	list-style-position: outside;
	list-style-type: none;
	}
#col4 { 
	height: 355px; 
	padding-top: 35px; 
	padding-right: 80px;
	overflow: auto;
	}
#col4 li {
	list-style-type: circle; 
	list-style: outside;
	margin: 0px 0px 6px;
	padding: 0px;
	}
#col4 ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 1.2em;
	margin-left: 0px;
	list-style-image: url(pictures/li.gif);
	list-style-position: outside;
	list-style-type: none;
	}
#form1 { float: left; clear: both; }
#map {
	
	}
#footer { clear: both; }
.clear { clear: both;}
.person {
	width: 500px;
	margin-bottom: 45px;
	}
.pic {
	float: left;
	width: 140px;
	}
.pic img {
	margin-bottom: 10px;
	border: 1px;
	border-color: #666666;
	}
.life { 
	width: 300px;
	margin-left: 170px;
	color: #666666; 
	}
.red { color: #8D212C; }



/* Styles */
* { font-family: Verdana, Arial, Helvetica, sans-serif; }
* { margin: 0; padding: 0; font-size: 1em; }

h1, h2, h3 { color: #ff9717; }
h1 { margin-bottom: 5px; }
h2 { font-size: 0.82em; }
h3 { font-size: 0.9em; }
h4 {
	font-size: 0.82em;
	font-weight: normal;
}

a { text-decoration: none; color: #FFFFFF; }
li { font-size: 0.82em; }
p { font-size: 0.82em; }

#col1 h1, h2 { color: #6c6f72; }
#col3 p, h3 { padding-left: 80px; }
#col3 a { color: #000000; }

#navi-sub2 a { color: #6c6f72; }

.small {font-size: 0.7em;}
.aon { color: #666666; }
.aon2 { color: #ff9717; }
.name {
	font-size: 1.02em;
	color: #ff9717;
	font-weight: bold;	
		}
.titel { 
	color: #666666; 
	font-size: 0.75em;
	}

.gebiet {
	color: #666666; 
	font-size: 0.85em; 
	font-weight: bold;	
	}
.email { 
	color: #ff9717; 
	font-size: 0.85em; 
	}
.telefon { 
	color: #ff9717; 
	font-size: 0.85em; 
	}
.life a { 
	color: #ff9717; 
	}
	
