#navigation {
    position: absolute;
    top: 47px; left: 0em;
    background-color: white;
    border: 0px;
    z-index: 3;
  }
  html>body #navigation {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
#navlegende {
    position   : absolute;
    top        : 62em; 
    left       : 1em;
    border     : 0px;
    z-index    : 3;
    font-size  : 8pt;
  }
  html>body #navlegende {  /* nur fuer moderne Browser! */
    position   : fixed;
  }

#headline {
    position: absolute;
    top: 0em; left: 0em;
    background-color: #fffdc8;
    text-align: center;
    vertical-align: middle; 
    font-size:22pt;
    width: 100%;
    height: 50px;
    border: 0px;
    white-space:nowrap;
    min-width:400px;
  }
  html>body #headline {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#logo {
    position: absolute;
    top: 0em; right: 0em;
    background-color:#fffdc8;
    border: 0;
    z-index: 1;
  }
  html>body #logo {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
#headline1 {
    position: absolute;
    top: 47px; left: 0em;
    background-color: #6b79a5; /* #2c3c85; */
    color: yellow;
    text-align: center;
    vertical-align:middle;
    line-height:27px;
    font-size:12pt;
    font-weight: bold;
    white-space:nowrap;
    width: 100%;
    height: 27px;
    border: 0px;
    z-index: 0;
    min-width: 50em; /* Mindestbreite (der Navigation) verhindert Anzeigefehler in modernen Browsern */ 
  }
  html>body #headline1 {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#headline2 {
    position: absolute;
    top: 74px; left: 0em;
    background-color: #c8c9ce;	/* Hintergrund GRAU */
    color: black;
    font-size: 16pt;
    text-align: center;
    vertical-align: middle;
    white-space:nowrap;
    width: 100%;
    height: 35px;
    border: 0px;
    z-index: 0;
    
  }
  html>body #headline2 {  /* nur fuer moderne Browser! */
    position: fixed;
  }


.accordionTabTitleBar {
	font-size           : 11pt;
	padding             : 4px 6px 4px 6px;
	border-style        : solid none solid none;
	border-top-color    : #BDC7E7;
	border-bottom-color : #182052;
	border-width        : 1px 0px 1px 0px;
	height				      : 16px;
	cursor							: default;
}

.accordionTabTitleBarHover {
	font-size						: 11pt;
	background-color		: #1f669b;
	color								: #000000;
}

.accordionTabContentBox {
	font-size						: 10pt;
	border							: 1px solid #1f669b;
	border-top-width		: 0px;
	padding							: 0px 8px 0px 8px;
	background-color		: #CECBCE;
	cursor							: default;
}

.accordionDiv {
	margin-top					: 0px; 
	border-top-width		: 0px; 
	border-top-style		: solid;
	font-family					: Verdana,Arial,Helvetica;
}

.tabHeaderActive {
	font-size						: 11pt;
	font-family					: Verdana,Arial,Helvetica;
	font-weight					: bold;
	background-color		: #6b79a5; 
	color								: #FFFFFF;
}

.tabHeaderInactive {
	font-size						: 11pt;
	font-family					: Verdana,Arial,Helvetica;
	background-color		: rgb(206,215,239); 
	color								: rgb(99,105,156);
}

.tabSpacer {
	border-width				: 0px 0px 1px 0px;
	border-style				: solid;
	border-color				: rgb(206,215,239);
	background-color		: rgb(255,255,255);
	font-size						: 11px;
}

.tabBody {
	background-color		: #F8F6F1;
	padding							: 6px;
	border-width				: 1px 1px 1px 1px;
	border-style				: solid;
	border-color				: #6b79a5;
}

body { 
		color: black; 
		font-style: normal; 
		font-weight: normal; 
		font-size: 11pt; 
		font-family: Verdana, Arial; 
		background-color: #fffdc8;
}
 
div#mainPanel{
		float: left; 
		width: 18em;
    margin: 0; 
    padding: 0;
    border: 0px dashed silver;
}

div#Inhalt {
    margin-top: 120px;
    margin-left: 18em;
}

h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}

  
#hinweis {
	  border-width				: 3px;
	  border-style				: solid;
	  border-color				: rgb(206,215,239);
    background-color: white;
    color: #6b79a5;
    text-align: left;
    vertical-align:middle;
    font-weight: bold;
    height: 135px;
  }

