body {
	background-color: #A1CA86;
}

/* farbe orange #FF983C */

/* farbe grün #A1CA86 */

#centercontainer {
	top: 50%;
	left:  50%;
	margin-top: -250px;
	margin-left: -400px;
	background-image: url(../_images/back.jpg);
	position: absolute;
	width: 800px;
	height: 500px;
}

#logo {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 220px;
	height: 160px;
}

/*<group=Navigation>*/

#navcontainer {
	width: 140px;
	height: 240px;
	position: absolute;
	top: 120px;
	left: 40px;
}

a.ueberblick:link {
	background: url(../_images/nav_ueberblick_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 0;
	left: 0;
}

a.ueberblick:visited {
	background: url(../_images/nav_ueberblick_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 0;
	left: 0;
}

a.ueberblick:hover {
	background: url(../_images/nav_ueberblick_1.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #333333;
	position: absolute;
	top: 0;
	left: 0;
}

a.konzept:link {
	background: url(../_images/nav_konzept_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 35;
	left: 0;
}

a.konzept:visited {
	background: url(../_images/nav_konzept_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 35;
	left: 0;
}

a.konzept:hover {
	background: url(../_images/nav_konzept_1.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #333333;
	position: absolute;
	top: 35;
	left: 0;
}

a.kontakt:link {
	background: url(../_images/nav_kontakt_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 70;
	left: 0;
}

a.kontakt:visited {
	background: url(../_images/nav_kontakt_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 70;
	left: 0;
}

a.kontakt:hover {
	background: url(../_images/nav_kontakt_1.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #333333;
	position: absolute;
	top: 70;
	left: 0;
}

a.partner:link {
	background: url(../_images/nav_partner_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 105;
	left: 0;
}

a.partner:visited {
	background: url(../_images/nav_partner_0.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #888888;
	position: absolute;
	top: 105;
	left: 0;
}

a.partner:hover {
	background: url(../_images/nav_partner_1.gif);
	text-align: center;
	font: 12px "Lucida Grande";
	text-decoration: none;
	color: #333333;
	position: absolute;
	top: 105;
	left: 0;
}
	
/*</group>*/

#opacity {
	position: absolute;
	top: 120px;
	left: 200px;
	z-index: 10;
	width: 380px;
	height: 320px;
	background-color: #fff;
     filter:alpha(opacity=60);
     -moz-opacity:0.6;
     opacity: 0.6;
}

#textfeld {
	position: absolute;
	top: 125px;
	left: 205px;
	z-index: 11;
	width: 370px;
	height: 310px;
	overflow: auto;
	font: 11px/14px "Lucida Grande";
	color: #333333;
}

h1 {
	font: bolder 14px "Lucida Grande";
	color: #000000;
}
p {
	font: 11px/14px "Lucida Grande";
	color: #333333;
}
li {
	font: 11px "Lucida Grande";
	color: #333333;
}