﻿/******************************************************************************/
/****** mainmenu **************************************************************/
/******************************************************************************/
a:focus {
	text-decoration: none;
	outline: none;
}

#menu {
  text-transform: uppercase;
  font-weight: bold;
}

div.menu_box_weiss{
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: url(images/boxtop02.gif) top left repeat-x;
  color: black;
  background-color: #fff;
  border: 1px solid #cfe6b2;
}

div.menu_box_weiss h3{
  margin: 20px 20px 10px;
  color: #7ab51d;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
}

#menu ul {
	margin: 12px 20px 22px;
	border-top: 1px dotted #7ab51d;
}

#menu ul li{
  display: block;
}

#menu ul a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #666; 
  padding: 7px 0;
  border-bottom: 1px dotted #7ab51d;
}

#menu ul li.current a{
  color: #7ab51d;
}

#menu a:hover {
  color: #7ab51d;
}


/******************************************************************************/
/****** top-navi **************************************************************/
/******************************************************************************/

a:focus {
	text-decoration: none;
	outline: none;
}

#top_navi {
  position: relative;
  left: -4px;
  padding: 8px 0 5px 0;
  text-transform: uppercase;
  font-size: 10px;
  color: #666;
  font-weight: bold;
  }

#top_navi li{
	display: inline;
	margin: 5px 0 0 0;
}
#top_navi li.active a{
  color: #7ab51d;
}
#top_navi a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
  padding: 0 9px;
}
#top_navi a:hover {
  color: #7ab51d;
}

#top_navi li  a{
  border-right:1px solid #666;
}
#top_navi li.first a {
  padding-left: 5px;
}
#top_navi li.last a {
  border-right:none;
  padding-right: 5px;
}

#top_navi li.current a,
#top_navi li.parent a {
  color: #7ab51d;
}

/******************************************************************************/
/***** breadcrumbs ************************************************************/
/******************************************************************************/

#top_navi .breadcrumbs {
	margin: 5px 0 0 0;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
} 
#top_navi .breadcrumbs span {
	padding: 0 0 0 5px;
}
#top_navi .breadcrumbs span.parent a {
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #7ab51d;
	padding: 0;
}
#top_navi .breadcrumbs span.parent a:hover {
	text-decoration: underline;
}

/******************************************************************************/
/****** bundmenu **************************************************************/
/******************************************************************************/

#bundmenu {
  font-weight: bold;
}

div.box_gruen{
  margin: 0;
}

#bundmenu ul.bundmenu {
	margin: 21px 10px 18px 15px;
	border-bottom: 0px dotted #7ab51d;
	background: url(images/logo-90.png) no-repeat right 0px;
}

#bundmenu ul.bundmenu li{
  display: block;
}

#bundmenu ul.bundmenu a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #eee; 
  padding: 5px 0;
  background: none;
}

#bundmenu li.active a{
  color: #666;
}

#bundmenu li a:hover {
  color: #666;
}
/******************************************************************************/
/****** submenu ***************************************************************/
/******************************************************************************/

#submenu {
  margin: 0 0 10px;
  background: url(images/menu_top.gif) top left repeat-x;
  padding: 10px 0 0 0;
}

div.sub {
  padding:0 0 25px 0;
  background: url(images/menu_bottom.gif) bottom left repeat-x;
}

div.sub h3{
  margin: 2px 8px 5px 8px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}
div.sub ul {
  list-style-type: none;
  padding:0 0 1px 0;
  background: url(images/li_top.gif) bottom left repeat-x;
}

div.sub li {
  background: url(images/li_top.gif) top left repeat-x;
  padding-top: 1px;
}

div.sub li.level-1 a {
	background-color:#7bb518;
}

div.sub li a:link,
div.sub li a:visited {
	display: block;
	padding: 3px 5px 3px 8px;
	color:#000;
	text-decoration: none;
}

div.sub li a:hover {
	background-color:#8cb759;
	color:#000;
	text-decoration: none;
}

li.level-1.current a,
li.level-1.parent {
	font-weight: bold;
}

/******* zweite Ebene **********************************************************/

div.sub ul ul {
	background: none;
	padding: 0; 
}

div.sub li.level-1 ul li.level-2 a:hover {
	background-color:#8cb759;
	color:#000;
	text-decoration: none;
}

.sub li.level-1 ul li.level-2 a {
	background-color:#a2cb61;
	font-weight: normal;
}

.sub li.level-1 ul li.level-2.current a,
.sub li.level-1 ul li.level-2.parent a {
	font-weight: bold;
}

/******* Bottom-Navi *********************************************************/
#bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#bottom-navi {
	background: #858585;
	border-top: 1px solid #fff;
	font-size: 10px;
	font-weight: bold;
	color: #eee;
}
#bottom-navi ul.menu {
	list-style: none, outside, none;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #000;
}
#bottom-navi li {
	display: inline;
}
#bottom-navi a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 8px;
	color: #eee;
	text-decoration: none;
}

#bottom-navi a:hover{
	color: #333;
}


