/*****************************/
/*          BUTTONS          */
/*****************************/


.buttons a, a.button, span.button {
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	border:2px solid #427938;
	background-color:#FFFFFF;
	padding: 4px 4px;
	margin: 0px 5px;
	position:relative;
	cursor:pointer;
}

input.submit, input.button {
	text-decoration: none;
	font-style: normal;
/* 	font-weight: bold; */
	color: #427938;
	border:2px solid #427938;
	padding: 3px 3px;
	cursor:pointer;
	background-color:#FFFFFF;
/*	position:relative;
	top:4px;*/
}

input.button:hover, input.submit:hover, .button:hover a, a.button:hover, span.button:hover {
	color:#27447E;
	border:2px solid #27447e;
}

div.buttons {
	text-align: center;
	clear: both;
	margin: 0 0 15px 0;
	padding-top: 10px;
}
div.buttons * {
	text-align: center;
}



/*****************************/
/*   BREADCRUMB-NAVIGATION   */
/*****************************/


div.breadcrumbNavigation_frame {
	margin: 0px 0px 0px 0px;
	border-bottom-width: 1px;
 	border-bottom-style: transparent;
	border-top-width: 1px;
 	border-top-style: transparent;
	border-color: #afafaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 1px 0px 1px 0px;
	text-align:right;
	text-decoration: none;
}



a.breadcrumbNavigation_menuItems {
	font-size: 12px;
	font-weight:bold;
}

a.breadcrumbNavigation_menuItems:hover {
}





/*****************************/
/*      SHOP-NAVIGATION      */
/*****************************/

div.menu_left {
	margin: 0px 20px 0px 0px;
	font-size:13px;
}

div.menu_item_empty {
	margin: 3px 0 0 0;
	width: 250px;
}

/*---------*/
/* Ebene 1 */
/*---------*/
div.menu_item {
	position: inherit;
	margin: 7px 0px 0px 30px;
	width: 250px;
	text-align: left;
}

.menu_item a {
	font-weight:bold;
}
.menu_item_active a {
	font-weight:bold;
}

div.menu_item_active {
	position: inherit;
	margin: 7px 0px 0px 30px;
	width: 250px;
	text-align: left;
}

a.menuStandard {

}
a.menuStandard:hover {

}
a.menuActive {

}

/*---------*/
/* Ebene 2 */
/*---------*/
div.menu_item_sub1 {
	position: inherit;
	margin: 0px 0px 0px 30px;
	width: 250px;
}

div.menu_item_active_sub1 {
	position: inherit;
	margin: 0px 0px 0px 30px;
	width: 250px;
}


a.menuStandard_sub1 {

}
a.menuStandard_sub1:hover {

}
a.menuActive_sub1 {

}

/*---------*/
/* Ebene 3 */
/*---------*/
div.menu_item_sub2 {
	position: inherit;
	margin: 0px 0px 0px 30px;
	width: 250px;
}

div.menu_item_active_sub2 {
	position: inherit;
	margin: 0px 0px 0px 30px;
	width: 250px;
}


a.menuStandard_sub2 {

}
a.menuStandard_sub2:hover {

}
a.menuActive_sub2 {

}




/*****************************/
/*      MAIN-NAVIGATION      */
/*****************************/
#menuBar {
	background-color: #ffffff;
	text-align: left;
	clear: both;
	height: 22px;
}
.menuButton, .menuButtonActive {
	color: #427938;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	position: relative;
	left: 0px;
	top: 0px;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	font-size: 10px;
	float:left;
	width: 120px;
	height:15px;
}

/* Highlight Menu oben */
.menuButton:hover, .menuButtonActive, .menuButtonActive:hover {
	background-color: #27447E;
	text-decoration:none;
	color: #ffffff;
}


.menu {
	background-color: #7DC96E;
	padding: 0px;
	margin: 0px;
	text-align: left;
	visibility: hidden;
	width: 120px;
 	border-top:2px solid #648b5c;
	position: absolute;
}

div.menuItemContainer {
	width: 120px;
}

a.menuItem {
	background-color: transparent;
	color: #27235A;
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	font-size: 11px;
}

/* Highlight Menu unten */
a.menuItem:hover {
 	background-color: #27447E;
	color: #fff;
	text-decoration:none;
}

.menuItemSep {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #808080;
	margin: 3px 4px 3px 4px;
}


div.www_navigation_breadcrumb {
	margin-bottom:5px;
}



