<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
	margin:0;
	padding:0;
background-color:#0859a5;

}
h1, h2, h3, h4, h5, h6, p, form, span {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
a{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
     color:#800000;
     text-decoration:underline;
}

a.schwarzlink{
	color:#000000;
	text-decoration:none;
}
a.schwarzlink:hover{
     color:#000000;
     text-decoration:underline;
}

a.weisslink{
	color:#FFFFFF;
	text-decoration:none;
}
a.weisslink:hover{
     color:#FFFF99;
     text-decoration:underline;
}

img{
	border:none;
}

.fensterfarbe {
background-color:#FFFFFF;
}

.center {
	text-align:center;
}
.blau {
color:#003366;
}
.klein {
	font-size:0.8em;
	line-height:150%;
	font-weight:normal;
	text-align:left;
}

.klein_rechts {
	font-size:0.8em;
	line-height:150%;
	font-weight:normal;
	text-align:right;
	padding:5px 20px 0 0;
}


#hintergrund {
margin:0;
padding:0;
position:absolute;
width:100%;
height:auto;
}

#layoutrahmen {
	     position:static; /* hebt absolute Positionierung in NN4 auf */
         margin-left:auto;
         margin-right:auto;
         background-color:#FFFFFF;
         width:53em;
}

#hilfe {
padding:0;
margin:50px;
}

#hilfe p {
	color:#000000;
	font-size:1em;
	line-height:150%;
	font-weight:normal;
	margin:0 0 0.5em 0;
}

#hilfe h1 {
font-size:1.3em;
margin-bottom:20px;
}

#hilfe h2 {
font-size:1.1em;
margin-bottom:10px;
color:#003366;
}

#hilfe .button {
padding-right:5px;
float:left;
}

#fusszeile{
	background-color:#003366;
	margin:0;	
	width:100%;
	height:30px;
}

#kopfzeile {
	border-bottom:5px solid #003366;
	margin:0;	
	width:100%;
	height:80px;
    text-align:left;
}

.spalte-20prozent {
width:20%;
float:left;
padding:0;
margin:0;
}
.spalte-60prozent {
width:60%;
float:left;
padding:0;
margin:0;
}

.absatz {
         clear:left;
		 }</pre></body></html>