/* mit diesen Zeichen - also einem Schrägstrich und einem */
/* Sternzeichen in Folge kann man einen Kommentar einleiten */
/* Mit der umgekehrten Zeichenfolge also Stern und Schrägstrich */
/* beendet man den Kommentar. Anfang und Ende des Kommentars */
/* müssen in der gleichen Zeile stehen. */


h1 {
	font-size:8mm;
	text-align:center;
        font-family: Arial, Helvetica, sans-serif;
     /* font-family:"Times New Roman", Times, serif; */
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;

}

h2 {
	font-size:6mm;
	text-align:left;
        font-family: Arial, Helvetica, sans-serif;
     /* font-family:"Times New Roman", Times, serif; */
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;

}

h3 {
	font-size:5mm;
	text-align:left;
        font-family: Arial, Helvetica, sans-serif;
     /* font-family:"Times New Roman", Times, serif; */
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;

}


.inhalt {
	font-size: 14px;
	text-align:left;
        font-family: Arial, Helvetica, sans-serif;
     /* font-family:"Times New Roman", Times, serif; */
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.textblau {
	font-size:5mm;
	text-align:left;
        font-family: Arial, Helvetica, sans-serif;
     /* font-family:"Times New Roman", Times, serif; */
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
}


.datum {

	font-size:3mm;
	color=#0000FF;
	text-align:center;
        font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
}



.body {
	background-image:url(Bilder/hintergrund.jpg);
	margin-left:30px;
	background-attachment: fixed;
	background-repeat: repeat;	
}



/* a:link {color:#0000FF;} */
/* a:visited {color:#0060FF;} */
/* a:active {color:#009900;} */




.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004A96;
	line-height: 16px;	
}
.navigation a:link {
	color: #0000FF;
	text-decoration: none;
}
.navigation a:visited {
	color: #0060FF;
	text-decoration: none;
}
.navigation a:hover {
	color: #009900;
	text-decoration: underline;
}