@charset "utf-8";
@import url(navigation.css);
* {
	margin:0;
	padding:0;
	border:0;
	}
html[xmlns^="http"]
	{
	/* verhindert Mozilla-Zucken  > Firefox 1.5 */
	overflow-y: scroll;
	}
	
body{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:140%;
	color:#666;
	background:#fff url(bg_body.gif) top left repeat-x;
	}
#wrapper	{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
#navigation	{
	float:left;
	width:245px;
	background:url(bg_navigation.jpg) top left no-repeat;
	min-height:560px;
	padding-bottom:50px;
	}
#contentRight	{
	float:right;
	width:535px;
	background:url(bg_contentRight.gif) top left repeat-y;
	}
#head	{
	float:left;
	width:535px;
	height:140px;
	background:url(bg_head.gif) top left no-repeat;
	}
#head img	{
	padding: 0 25px 0 0;
	float:right;
	}
#imageBig	{
	float:left;
	width:535px;
	}
#imageHeadline	{
	position:absolute;
	padding-top:200px;
	}
#imageHeadlineSub	{
	position:absolute;
	padding-top:140px;
	}
#map{
	width: 520px;
	height: 300px;
	float:left;
	}
#content	{
	float:left;
	width:470px;
	padding:30px 20px 30px 20px;
	}
#content ul.textlist{
	margin: 5px 20px 5px 0;
	}
#content ul.textlist li{
	list-style-type:none;
	padding: 0 20px 0.8em 12px;
	background:url(bullet.gif) 0 0.5em no-repeat;
	}
h1{
	font-size:1.4em;
	color:#F49E00;
	padding-bottom:0.8em;
	}
h2{
	font-size:1.1em;
	color:#666;
	padding-top:0.6em;
	padding-bottom:0.6em;
	}
h3{
	font-size:1.1em;
	color:#666;
	padding:0.8em 0 0.1em 0;
	}
h4{
	font-size:1em;
	color:#fff;
	padding:0.3em;
	background-color:#999;
	}
h5{
	font-size:1em;
	color:#666;
	padding:0.3em;
	background-color:#e5e5e5;
	}
p a:visited, p a:link, p a:active  {
	color:#F49E00;
	text-decoration: none;
	font-weight:bold;
	}
p a:hover  {
	text-decoration: underline;
	}
p	{
	padding-bottom:1.2em;
	}
#footer	{
	float:left;
	clear:both;
	width:535px;
	height:60px;
	background:url(bg_footer.gif) top left no-repeat;
	font-size:0.8em;
	}
#footer p{
	padding: 10px 0 0 20px;
	line-height:2.2em;
	}

#footer a{
	font-weight:normal;
	color:#666;
	}
#footer a:hover{
	color:#F49E00;
	}
.line{
	border:#ccc 1px solid;
	height:1px;
	margin: 5px 0 20px 0;
	}
.orange{
	color:#F49E00;
	font-weight:bold;
	line-height:120%;
	margin-bottom:5px;
	}
.intro{
	font-size:1.2em;
	color:#333;
	}
.teammember{
	float:left;
	width:230px;
	padding:20px 20px 10px 0;
	font-size:0.85em;
	}
.teammember p {
	padding-bottom:0.8em;
	}
ul.team{
	margin: 0;
	}
ul.team li{
	list-style-type:none;
	padding: 0 0 0.5em 12px;
	background:url(bullet.gif) 0 0.6em no-repeat;
	}
.teammember img{
	border-bottom:#F49E00 3px solid;
	}
br.fix { visibility:hidden; clear:both; line-height:0px; height:0px; font-size:0px; padding:0; margin:0; }