body{
	background-color: #ffffff;
	background-image:  url(images/hb01.gif);
	background-attachment:fixed;
	margin: 30px 30px 30px 30px;
	font-size: 100.01%;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

/* Definition des Abschnittes auf der Seite. */
/* 24. April 2010: Ich habe die Breite der Seite auf 900 Pixel festgelegt. Durch "margin: auto;" müsste die Seite zentriert auf dem 
Bildschirm erscheinen!*/
div#seite {
	font-size: 0.8em;
	width: 900px; 
	margin: auto;
}

* html div#seite {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: 0;
} 

/* Formatierung des Abschnittes mit den Bildern. Abstand nach oben 5px.*/
div#seite img {
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 5px;
	border: 0px;
 }

/* Mit dem Punkt definiert man eine Klasse, class.*/
.hr{
	height:1px; /* Dicke der Linie in Pixel */
	margin-top: 5px; /* Abstand zum Abschnitt über der Linie, statt 1em kannst Du auch z.B. 20px verwenden */
	margin-bottom: 5px; /* Abstand zum Abschnitt unter der Linie */
	background-color: #FF0000;	/* Farbe*/
}

/* Mit dem Punkt definiert man eine Klasse, class.*/
.ueberschrift_seite {
	font-size: 1.25em; /* Textgröße 1.25em, 1.00em = 10pt. */
	font-weight: bold;
	margin-top:30px;
}
/* 	margin-bottom:30px; */


.text_klein_mitte {
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	margin-top:30px; /* 32px = 2em.*/
	margin-bottom:1em; /* 1em = 16px.*/
}


.text_beschreibend {
	font-size:1em;
	font-weight:bold;
	line-height:0.8em;
	text-align:justify;
	margin-top:30px; /* 32px = 2em.*/
}

/* DAS IST NEU UND BEZIEHT SICH NUR AUF Bilder im Bereich einer Klasse class="text_beschreibend" */
.text_beschreibend img {
   vertical-align: middle;
}

.text_klein_links {
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	margin-top:1em;
	margin-bottom:1em;
}

.text_klein_rechts_normal {
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
	margin-top:1em;
	margin-bottom:1em;
}

.tabelle_beschreibung_decz {
    text-align: justify;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 0px solid silver;  /* Farbangabe zwingend notwendig*/
}

.fotos_mitte {
	text-align: center;
}

a:active {
text-decoration: none; color: #E4001B
}
a:link {
text-decoration: none; color: #1815B6
}
a:visited {
text-decoration: none; color: #1815B6
}
a:hover{
text-decoration: underline; color: #E4001B
}
