
body {background-image:url('../Bilder/background.jpg');}

.ueberschrift01	/* Überschrift einer jeden Seite im HEAD */
{
	font-family: sans-serif;
         font-weight: bold;
	font-size: 25px;
         color: black;
}

.ueberschrift02	/* Überschrift auf der eigentlichen Seite INFO */
{
	font-family: sans-serif;
         font-weight: bold;
	font-size: 16px;
         color: black;
}

.ueberschrift03
{
	font-family: sans-serif;
         font-weight: bold;
	font-size: 14px;
         color: black;
}

#navi		/* Format der Navigation im Fenster NAVI */
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 1em;
         color: maroon;
         text-decoration: none;
         background-color: none;
}
#navi a:hover
{
         color: orange;
         text-decoration: none;
         background-color: maroon;
}
#navi a:active
{
         color: red;
         text-decoration: none;
         background-color: none;
}
#navi a:visited
{
	color: maroon;
	text-decoration: none;
         background-color: none;
}


.navigation01	/* Format der Navigation */
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 1em;
         color: blue;
         text-decoration: none;
         background-color: none;
}
.navigation01 a:hover {color: orange}
.navigation01 a:active {color: green}
.navigation01 a:visited {color: black}


.navigation03	/* Link im Text */
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 1em;
         color: blue;
         text-decoration: none;
         background-color: none;
}

.navigation04	/* Kleine Unterschrift unter dem Bild PIC */
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 10px;
         color: blue;
         text-decoration: none;
         background-color: none;
}


.text01		/* Format für Texte */
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 0.9em;
         color: black;
         text-decoration: none;
         background-color: none;
}

.text02
{
	font-family: sans-serif;
         font-weight: bold;
         font-size: 12px;
         color: black;
         text-decoration: none;
         background-color: none;
}

.text03
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 12px;
         color: black;
         text-decoration: none;
         background-color: none;
}

.text_dark
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 12px;
         color: yellow;
         text-decoration: none;
         background-color: none;
}

.bild01		/* Bild-Unterschriften */
{
	font-family: sans-serif;
         font-weight: none;
	font-size: 9px;
         color: black;
}

.recht
{
	font-family: sans-serif;
         font-weight: none;
         font-size: 12px;
         color: black;
         text-decoration: none;
         background-color: none;
}

table, td, th
{
	padding: 10px
}