body {
     margin: 0px 0px 0px 0px;
     color: #000000;
	background-color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
     font-size: 100.01%;   
}

/* ---------------- Die Zentrierung des Layouts ----------------- */
#zentriert {
     background-color: #ffffff;
}

/* ---------------- Logo links oben ----------------- */
#logo{
     display: none;
}

/* ---------------- Navigationsleiste links ----------------- */
#navi_li{
     display: none;
}

/* ---------------- Unteres Linkes Rechteck ----------------- */
#unten_li{
     display: none;
}

/* ---------------- Navigation oben quer ----------------- */
#navi_o{
     display: none;

}
#navi_o2{
     display: none;
}

/* ---------------- Das Hauptfeld für den Inhalt ----------------- */
#haupt{
     background-color: #ffffff;
}

#im_haupt{
	width: 512px;
	margin-left: 10px;
}

/* ---------------- Das Feld unter dem Hauptfeld ----------------- */
#unten{
     display: none;
}

a {text-decoration: underline;}

a:after {
     content: " (" attr(href) ") ";
     }

/* ---------------- Standardtext ----------------- */

h1{
	font-weight: bold; 
	font-size: 1em; 
	color: #000000; 
	text-align: left;
}

.black10{
	font-weight: normal; 
	font-size: 0.8em; 
	color: #000000; 
	text-align: left;
}

.weis2 {
     text-align: center;
     padding-top: 16px;
     font-size: 0.8em; 
	}