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

/*Layer*/

#schattenbild {
	width: 916px;
	height: 596px;
	margin: 0 auto;
	background-image: url(images/Schatten_aussen.png);
	position: relative;
	top: 40px;
}

#balken-senkrecht {
	width: 190px;
	height: 582px;
	position: relative;
	border: 1px solid; 
	border-color: #207e39;
	background-color: #FFF;
	top: 3px;
	left: 28px;
	z-index: 3;
}

#balken-oben {
	width: 905px;
	height: 9px;
	position: absolute;
	background-color: #207e39;
	top: 15px;
	left: 6px;
	z-index: 1;
}

#balken-mitte {
	width: 905px;
	height: 2px;
	position: absolute;
	background-color: #207e39;
	top: 153px;
	left: 6px;
	z-index: 2; 
}

#balken-unten {
	width: 905px;
	height: 5px;
	position: absolute;
	background-color: #207e39;
	top: 570px;
	left: 6px;
	z-index: 1;

}

#flaeche-oben {
	width: 905px;
	height: 129px;
	position: absolute;
	background-image:url(images/header_web.png);
	background-color: #d4e6d9;
	top: 24px;
	left: 6px;
	z-index: 1; 
}

#flaeche-unten {
	width: 905px;
	height: 415px;
	position: absolute;
	background-color: #e8f2eb;
	top: 155px;
	left: 6px;
	z-index: 1;
}

#rahmen-bild-unten {
	width: 156px;
	height: 80px;
	border: 1px solid; 
	border-color: #207e39;
	position: absolute;
	top: 480px;
	left: 45px;
	z-index: 3;
	background-image:url(images/bild3.png);
}

#rahmen-bild-mitte {
	width: 156px;
	height: 80px;
	border: 1px solid; 
	border-color: #207e39;
	position: absolute;
	top: 390px;
	left: 45px;
	z-index: 3;
	background-image:url(images/bild2.png);
}

#rahmen-bild-oben {
	width: 156px;
	height: 80px;
	border: 1px solid; 
	border-color: #207e39;
	position: absolute;
	top: 300px;
	left: 45px;
	z-index: 3;
	background-image:url(images/bild1.png);
}

#logo {
	width: 156px;
	height: 104px;
	position: absolute;
	background-image: url(images/logo_web.png);
	top: 38px;
	left: 45px;
	z-index: 3;
}

#homoeofeld {
	position:absolute;
	width:236px;
	height:336px;
	top:70px;
	left:632px;
}

#behandlungfeld {
	position:absolute;
	width:268px;
	height:336px;
	top:70px;
	left:560px;
}

/*Menu*/

#menu {
	width:650px;
	position:absolute;
	left:222px;
	top:111px;
	z-index:2;
}

#menu li {
	list-style-type:none;
	float:left;
	width:130px;
	height:26px;
	text-align:center;
	display:block;
}



#menu li a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:500;
	color:#207e39;
	font-size:14px;
	text-align:center;
	background-image:url(images/Button_hinten.png);
	display:block;
	line-height:26px;
	width:124px;
}

#menu li a.active {
	background-image:url(images/Button_vorn.png);
	height:28px;
}

#menu li a:hover {
	background-image:url(images/Button_vorn.png);
	height:28px;
}

/*sonstiges*/

a.norm {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#207e39;
	text-decoration:none;
}

a.norm:hover {
	text-decoration:underline;
}

p.impressum {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#207e39;
}

h1.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#207e39;
	text-align:left;
	margin-left:206px;
	border-bottom:1px solid;
	width:auto;
	padding-left:50px;
}

p.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#207e39;
	text-align:left;
	width:348px;
}

p.feld {
	font-size:9px; 
	font-family:Verdana, Geneva, sans-serif;
	color:#207e39;
	text-align:left;
	padding:10px; 
	background-color:#d4e6d9; 
	margin:0; 
	width:226px;
	border:1px solid;
	border-bottom:6px solid;
}

p.feld_links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#207e39;
	text-align:left;
	width:266px;
	padding:5px 4px 5px 4px; 
	background-color:#d4e6d9; 
	margin-left:256px;
	border:1px solid;
	margin-top:1px;
}