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

input.submit, input.button {
	color: #84193a;
	border: 1px solid #84193a;
}
input.submit, input.button:hover{
	color: #faf3e3;
	background:#84193a;
}
.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 #b76d7c;
	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: #faf3e3;
	text-align: left;
	clear: both;
	height: 22px;
}
.menuButton, .menuButtonActive {
	color: #84193a;
	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: 13px;
	font-variant: small-caps;
	float:left;
	width: 124px;
}

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


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

div.menuItemContainer {
	width: 165px;
}

a.menuItem {
	background-color: #b76d7c;
	color: #faf3e3;
	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: 12px;
}

/* Highlight Menu unten */
a.menuItem:hover {
 	background-color: #861958;
	color: #faf3e3;
	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;
}
