body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Verdana", Verdana, sans-serif;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.rahmen {
border:
	border-top-width: 5pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
}

.link {
	text-decoration: none;
}

.font {
    font-size: 10pt;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "Verdana", Verdana, sans-serif;
  font-size: 8pt, bold;
  font-style: normal;
  font-weight: normal;
  color: #003366;
}

.opacity {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90
}

div.menuBar {
  background-color: #8b9bba;
  border: 8px solid;
  border-color: #8b9bba #8b9bba #8b9bba #8b9bba;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #8b9bba;
  color: #003366;
  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: transparent;
  border-color: #8b9bba #8b9bba #8b9bba #8b9bba;
  color: #ffffff;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #8b9bba;
  border-color: #8b9bba #8b9bba #8b9bba #8b9bba;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #8b9bba;
  border: 2px solid;
  border-color: #8b9bba #8b9bba #8b9bba #8b9bba;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  background-color: #8b9bba;
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #8b9bba;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

