.header { background-image:url(images/headerBack.gif); }
.headerHeadline { font-size: x-large; font-weight:bold; }
.headerHeadline2 { font-size:large; font-weight: normal; }
.headerText { font-size:small; }

.navi { background-color:#50020B; color:#FFFFFF; }
.navi a:link { text-decoration:none; color:#FFFFFF; }
.navi a:visited { text-decoration:none; color:#FFFFFF; }
.navi a:active { text-decoration:none; color:#FFFFFF; }
.navi a:hover { text-decoration:underline; color:#F57685; }

.footer { background-color:#50020B; color:#FFFFFF; }
.footer a:link { text-decoration:none; color:#FFFFFF; }
.footer a:visited { text-decoration:none; color:#FFFFFF; }
.footer a:active { text-decoration:none; color:#FFFFFF; }
.footer a:hover { text-decoration:underline; color:#F57685; }

.content { font-size:small; }
.content a:link { text-decoration:underline; color:#000000; }
.content a:visited { text-decoration:underline; color:#000000; }
.content a:active { text-decoration:underline; color:#000000; }
.content a:hover { text-decoration:underline; color:#F57685; }

.contentDist { margin:5px; }

.contentHeadline { font-weight:bold; text-decoration:underline; }

.contentBold { font-size:small; font-weight:bold; }
.contentBold a:link { text-decoration:underline; color:#000000; }
.contentBold a:visited { text-decoration:underline; color:#000000; }
.contentBold a:active { text-decoration:underline; color:#000000; }
.contentBold a:hover { text-decoration:underline; color:#F57685; }

.downloadPDF { font-size:small; }
.downloadPDF a:link { text-decoration:underline; color:#C40237; }
.downloadPDF a:visited { text-decoration:underline; color:#C40237; }
.downloadPDF a:active { text-decoration:underline; color:#C40237; }
.downloadPDF a:hover { text-decoration:underline; color:#C40237; }

.rightLeftBold { font-size:small; font-weight:bold; }
.rightLeftBold a:link { text-decoration:none; color:#000000; }
.rightLeftBold a:visited { text-decoration:none; color:#000000; }
.rightLeftBold a:active { text-decoration:none; color:#000000; }
.rightLeftBold a:hover { text-decoration:underline; color:#F57685; }

.rightLeftBoldBook { font-size:medium; font-weight:bold; }
.rightLeftBoldBook a:link { text-decoration:none; color:#000000; }
.rightLeftBoldBook a:visited { text-decoration:none; color:#000000; }
.rightLeftBoldBook a:active { text-decoration:none; color:#000000; }
.rightLeftBoldBook a:hover { text-decoration:underline; color:#F57685; }

.tableBack { background-color:#F7DEDE; }
.tableBackMain { background-color:#F9EAEA; }



.head { 
	background-image:url(images/headerBack.gif);
	position:absolute;
	top:0px;
	left:0px;
	height:180px;
	width:800px;
} 

.left { 
	background-color: #F7DEDE; 
	position:absolute;
	top:180px;
	left:0px;
	height:500px;
	width:130px;
}

.mid { 
	background-color: #F9EAEA; 
	position:absolute;
	top:180px;
	left:130px;
	height:500px;
	width:540px;
}

.right { 
	background-color: #F7DEDE; 
	position:absolute;
	top:180px;
	left:670px;
	height:500px;
	width:130px;
} 

.foot { 
	background-color: #50020B; 
	position:absolute;
	top:680px;
	left:0px;
	height:20px;
	width:800px;
}

.container {  
	background-color: #FFFF66; 
	position:absolute;
	top:100px;
	left:100px;
	height:900px;
	width:800px;
}

//   Menuerweiterung

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #000000;
  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: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #5050f0;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

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

div.menu a.menuItem {
  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: #5050f0;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {
}

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

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