body {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 0.8em;  
	LINE-HEIGHT: 120%; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
	TEXT-DECORATION: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	BACKGROUND-COLOR: #ffffff;
	text-align: justify;
	padding: 0;
	min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}

#kopf { 
	margin:0; height:100px; 
	BACKGROUND-COLOR: #ffffff;
}

#hauptnav {
	margin-top:0px; 
	BACKGROUND-COLOR: #00387f;
	BORDER-TOP: #C6DCE4 1px solid; 
	BORDER-BOTTOM: #C6DCE4 1px solid; 
	BORDER-LEFT: #C6DCE4 1px solid; 
	BORDER-RIGHT: #C6DCE4 1px solid;
}

#unternav {
	float:left;
	width: 200px;
	margin-top:0px; 
	height: 500px;
	BACKGROUND-COLOR: #D1E2F6;
}

#rubrik { 	
	float:left;
	width: 150px;
	height: 30px;
	PADDING-LEFT: 0.6em;
	margin-top:5px; 
	margin-left:5px;
	margin-bottom:0px;
	BACKGROUND-COLOR: #ffffff; 
}

#inhalt { 
	margin-left:230px; 
	margin-top:30px; 
	margin-right:20px;
	BACKGROUND-COLOR: #ffffff;
	text-align: justify; 
}

A.nav {
	PADDING-RIGHT: 1.2em; 
	DISPLAY: block; 
	PADDING-LEFT: 1.2em; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.0em; 
	PADDING-BOTTOM: 0.6em; WIDTH: auto; 
	LINE-HEIGHT: 30%; 
	PADDING-TOP: 0.6em;
	BORDER-LEFT: #C6DCE4 1px solid; 
	BORDER-RIGHT: #C6DCE4 1px solid; 
	BACKGROUND-COLOR: #00387f; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none; 
	/*clip:  rect(   );*/
}

A.nav:link {
	COLOR: #ffffff; 	
	BACKGROUND-COLOR: #00387f; 
	TEXT-DECORATION: none
}

A.nav:visited {
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #0084B2
}

A.nav:hover {
	COLOR: #000000; 
	BACKGROUND-COLOR: #ffffff
}

A.nav:active {
	COLOR: #B21808; 
	BACKGROUND-COLOR: #0084B2
}

A.nav1 {
	PADDING-LEFT: 0.8em; 
	PADDING-RIGHT: 0.6em; 
	FONT-SIZE: 0.8em; 
	COLOR: #000000;
	LINE-HEIGHT: 180%; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none; 
}

A.nav1:link {
	COLOR: #000000;   TEXT-DECORATION: none;
}

A.nav1:visited {
	COLOR: #000000;  
}

A.nav1:hover {
	COLOR: #7CC7E1;
}

A.nav1:active {
	font-weight: bold;
	color: #00CED1;
}

.Stil1 {
	color: #FFFFFF;
 	FONT-SIZE: 0.8em; 
	font-weight: bold;
}

.Stil2 {
	color: #CBD6E5;
 	FONT-SIZE: 0.8em; 
	font-weight: bold;
}

.Stil2 a:link {
  color:            #FFFFFF;
}

.Stil2 a:visited {
  color:            #FFFFFF;
}

.Stil2 a:hover {
  color:            #CBD6E5;
}

.Stil2 a:active {
  color:            #CBD6E5;
}

/* Link nach oben - START*/
.hochLink {
  color: #00387F;
  FONT-SIZE: 1em;
  font-weight: bold;
}
.hochLink a:link {
  color: #00387F;
}
.hochLink a:visited {
  color: #00387F;
}
.hochLink a:hover {
  color: #00387F;
}
.hochLink a:active {
  color: #00387F;
}

/* Link nach oben - ENDE*/

/* nicht scrollbare Bereiche - START */
#fixiert {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 188px;
	height: 100%;
	background-color: #CBD6E5;
}

html>body #fixiert {  /* nur fuer moderne Browser! */
	position: fixed;
}

#fixiert img {
	border: 0;
}
  
#headerlogo {
	position: absolute;
	top: 0px;
	left: 188px;
	height: 157px;
	width: 100%;
	background-color: #CBD6E5;
}

html>body #headerlogo {  /* nur fuer moderne Browser! */
	position: fixed;
}

#scrollbar {
  margin-left: 188px;
  margin-top: 158px;
  padding: 0;
}
* #scrollbar {  /* versteckt vor Netscape 4 */
  background-color: #ffffff;
}
/* nicht scrollbare Bereiche - ENDE */

/*
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 4px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 4px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
*/