/*****************************/
/*          LINKS            */
/*****************************/
a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #880000;
}
a:link {}
a:active {}
a:hover {
	color: #FFFFFF;
}
a:visited {}

a.bullet { /*  Bullet Grafiken fr Links (zb Links-Modul) */
	margin-right: 10px;
	vertical-align: bottom;
}

a.image, a.image:hover {
	background: none;
}



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

input.submit, input.button {
	font-family: arial, helvetica,  sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	background-color:#F9F5F2;
}

.buttons a, a.button, span.button {
	font-family: arial, helvetica,  sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	background-color:#F9F5F2;
	padding: 3px 6px;
	margin: 0px 5px;
}

input.button:hover, input.submit:hover, .button:hover a, a.button:hover, span.button:hover {
	color: #660000;
	border: 1px solid #660000;
}

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


a:hover {
	color: #FFFFFF;
}


/*****************************/
/*         MENU              */
/*****************************/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem span.menuButton {
/*   font-family: "MS Sans Serif", Arial, sans-serif; */
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #224327;
}

div.menuBar {
  background-color: #d3be6f;
 /* border: 2px outset #d3be6f;*/
  padding: 7px 0px 7px 0px;
  text-align: left;
  float:left;
  width:990px;
}

div.menuBar a.menuButton,span.menuButton {
  background-color: transparent;
  border: 1px solid #d3be6f;
  color: #224327;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: #78a5a2;
  border: 1px inset #d3be6f;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #78a5a2;
  border: 1px inset #d3be6f;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #d3be6f;
  border: 2px outset #d3be6f;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #224327;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #78a5a2;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #d3be6f;
  margin: 4px 2px;
}


