@charset "utf-8";
/* CSS Document */
/*********************************************************************

		Ursprungsdatei: http://www.capsicum-design.de -
		Freies Template: greenleaf (geändert)
		released under Creative Commons License: by-nc-sa
		geändert von Ingeborg Gärtner-Grein, Werbeatelier g-design
					

**********************************************************************/
body {
	background:#eae8e8;
	margin: 0;
	padding: 0;
	font-family: Frutiger, Verdana,  Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

fieldset {
	border: 0;	
}

ul, ol {
	margin: 0 0;
}

#page-back {
	width:965px;
	margin: 0 auto;
}

#slideshow {
	background: url(../grafiken/0.jpg) top left no-repeat;
	position: absolute;
	margin: 48px 0 0 339px;
	height: 154px;
	width:623px;
	z-index: -1;
}

#helpbar {
	left: 50%;
	margin-left: -570px;
}

#header{
	background: url(../grafiken/header.png) top left no-repeat;	
	width: 968px;
	height: 232px;
}

#logo {
	background:url(../grafiken/logo.png) top left no-repeat;
	height: 154px;
	width: 413px;
	margin-left: 15px;
}

#content-back {
	background: url(../grafiken/content-back.png) repeat-y;
	width: 968px;
	height: inherit;
}

#content-top {
	background: url(../grafiken/neu_content-bottom.png) top left no-repeat;
	width: 968px;
	margin: 0 0;
	height: auto;
	overflow:auto;
}

#content-bottom{
	height: 100%;
	width: 100%;
	background: url(../grafiken/neu_content-bottom.png) bottom left no-repeat;
	overflow: auto;
}

#navi {
	/* background: url(../grafiken/content-deko.png) bottom left no-repeat; */
	width: 240px;
	height: 100%;
	float: left;
	margin: 0 0 20px 15px;
}

#content-conti {
	background: #FFFFF;
	border-left: #4dbb04 2px solid;
	border-right: #6a6a6a 0px solid;
	width:700px;
	margin: 0 0 50px 258px;
}

#content-format{
	 background: #FFFFF;
	 margin: 0 105px;
	 width:550px;
}

#footer{
	width: 970px;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	font-size: 8px;
	overflow: visible;
}

#footer a{
	color: #000;
}

/******************************************************************************

Suche

******************************************************************************/
form.searchform {
	margin: 60px 0 0 15px;
}

input.searchtextfield {
	width: 172px;
	
}

input.searchbutton {
	position: absolute;
	margin: 1px 0 0 5px;
}

/******************************************************************************

Inhalte

******************************************************************************/

#a1 {
	margin: 0 0 20px 0;
}

/* Menü */

ul.mainmenu {
	width:180px;
	margin: 10px 10px 0 0px;
	padding: 0 0 0 5px;
	color: #000;
	line-height: 25px;
}

li.mainmenu:first-child {
	margin: 10 0 0 10px;	
}

li.mainmenu {
	background: url(../grafiken/list.png) #FFF left top no-repeat;
	border-top: #868683 solid 2px;
	border-bottom: #868683 solid 2px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 20px;
	list-style: none;
}

li.mainmenu a.menuactive {
	color:#4dbb04;
	text-decoration:none;
}

a.menu {
	color:#000;
	text-decoration: none;
}

a.menu:hover {
	color:#4dbb04;
}

a.menuactive {
	color:#4dbb04;
}

/* Inhaltspunkte */

li.mainmenu ul.detailmenu {
	padding: 0 0 0 5px;
	list-style: none;
}

li.mainmenu li.detailmenu {
	background: url(../grafiken/list.png) #FFF left top no-repeat;
	margin: 2px 0;
	padding: 0 0 0 20px;
	list-style:none;
}

a.submenu {
	color: #000;
}

a.submenu:hover{
	color: #4dbb04;
}

a.submenuactive {
	color:#4dbb04;
	text-decoration:none;
}