	/***** normaler Text */body   {margin-top:0px;	margin-bottom:0px;	margin-right:30px;	margin-left: 30px;	font-family: "Times New Roman", serif;	/*font-size:12pt;*/	color:black; 	font-weight:none;	font-style:normal; 	background-color:#ADEBB1;	background:#ADEBB1;	}	/*background-color:#ADEBB1;*/	/*background:#ADEBB1;}*/	/*background:yellow;}*/	/*font-style:normal, italic */	/*font-weight:none, bold, bolder, lighter*/    	                	/***Absatzformatierung*/p  	/*{margin-left:2em;}*/	/***Hervorhebungen in Absätzen*/	/*Zitat: italic, dunkel grau*/	/*sonstiges: fett, schwarz*/i		{color:#808080;}b	   {font-weight:bold; 		letter-spacing:0em;}	/***Lists Aufzählungen*/	/*margin-left:40px; ist der Abstand des Textes, nicht des Symbols!!!*/ul {list-style-type:circle;}ol {list-style-type:decimal;}	/***** Titels - Überschriften */h1,h2,h3,h4,h5,h6 {margin-left:-25px;color:#003300;}/*color:#003300*/h1 {font-size:180%;}h2 {font-size:150%;margin-top:2em;}h3 {font-size:130%;}h4 {font-size:110%;}h5 {font-size:100%;font-style:italic;}h6 {font-size:80%;font-weight:bolder;font-style:italic;}	/*****Report, ASCII generierte Liste*/pre {	font-family:"Courier New","Courier"; 	font-size:12pt; 	color:black; 	font-weight:bold;}	/*****Tabelle*/table {	/*font-family: verdana, arial, sans-serif;*/	font-size:90%;}	/*margin-left:0.2em;*/}td {vertical-align=top;}														/*Menü - Darstellung - als Tabellen*/.menue_feld {	font-family:"Verdana","Arial","sans-serif";	font-style:normal; 	font-size:90%;	color:black; 	font-weight:none;		text-align:left;	/*ACHTUNG: Hintergrundfarbe ist in der Haupt_CSS definiret.*/    /*background-color:#ccff00;*/}.unten_feld {	/*font-family:"Verdana","Arial","sans-serif";*/	font-style:normal; 	font-size:80%;	color:black; 	font-weight:none;}	/*****Links*/a:link {color:blue; text-decoration:underline; }a:visited {color:#800080; text-decoration:underline; }a:active { color:red; text-decoration:none; }a:hover { color:red;}