body {	font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 12px;
		margin: 30px 60px;
		background-color: #191970;
		color: #dcdcdc;
	}

h1, h2, h3, h4, h5, h6 { text-align: center; }
h1 { font-size: 2em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}
h5 { font-size: 0.8em;}
h6 { font-size: 0.75em;}

a {	font-weight: bold;
	text-decoration: none;
	color: #dcdcdc;
	}
	
td { color: #dcdcdc; }

sup { font-size: 0.6em; }

ul { 	margin-top: 1em;
		margin-bottom: 1em;
	}

#alles {	background-color: #191970;
		margin-top: 10px;
	}
	
#ebene0 {	background-color: #191970;}	/* Hauptblock, umschiesst alles */
#ebene1 { 	margin-left: 200px;		/* Hauptblock fuer Content */
		padding-left: 10px;
		background-color: #191970;}
#ebene2 { 	background-color: #191970;}	/* Hauptblock fuer Navigation */
#nav { 	position: absolute;
		width: 190px;
		margin-top: 0em; }

/*#nav { position: fixed; margin-top: 0em; width: 190px; }*/
#content { 	font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			}

#nav a { 	display: block;
		background: #483d8b;
		width: 150px;
		padding: 5px 10px;
		border-top: 1px #000000 solid;
		border-bottom: 1px #000000 solid;
		margin-bottom: 1px;
	}
#nav a.subnav { display: block;
		background: #483d8b;
		width: 120px;
		padding: 5px 10px;
		border-top: 1px #000000 solid;
		border-bottom: 1px #000000 solid;
		margin-bottom: 1px;
		margin-left: 30px;
	}

#content a.subnav {	/*display: inline;*/
		background: #483d8b;
		padding: 1px 5px;
		border-top: 1px #000000 solid;
		border-bottom: 1px #000000 solid;
		margin-left: 1px;
		margin-right: 1px;
	}
#content a.subsubnav {	display: block;
			background: #191970;
			padding: 1px 5px;
			margin-left: 1px;
			margin-right: 1px;
			text-decoration: none;
	}

.gbTitel {	font-family: Arial, Helvetica, sans-serif;
			font-size: 1.2em;
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
			text-align: left;
	}
.gbDat {	font-family: Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			font-style: italic;
			text-decoration: none;
			text-align: left;
	}
.gbText {	font-family: Arial, Helvetica, sans-serif;
			font-size: 1.0em;
			font-style: normal;
			text-decoration: none;
			text-align: left;
			margin-left: 2em;
			margin-top: 0.5em;
	}
.gbTop {	font-family: Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			font-style: normal;
			text-decoration: none;
			text-align: right;
			margin-right: 1.5em;
			margin-top: 0.5em;
            margin-bottom: 0.5em;
	}

.hinweis {	font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
			font-weight: 700;
			font-size: 1.1em;
			color: #ff8c00;
	}

.adrB {	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
	}
.adrNV {	font-family: Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			font-style: italic;
			text-decoration: none;
			text-align: left;
	}