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

input.submit, input.button {
	color: #317522;
}

.buttons a, a.button, span.button {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color:#EDE2D9;
	padding: 4px 4px;
	margin: 0px 5px;
	position:relative;
	top:-2px;
}

input.button:hover, input.submit:hover, .button:hover a, a.button:hover, span.button:hover {
	color:#FFFFFF;
}

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


/* Menubar */
#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: 14px;
	float:left;
	width: 165px;
}

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


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

div.menuItemContainer {
	width: 165px;
}

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: #27235A; */
	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;
}

