body
	          {
	background-color: #ffffff;
	text-align: left;
	orphans: 2;
	widows: 2;
	margin: 0pt;
 }


.rahmen    {	margin: 0;
		padding: 0;
		border: 0;
	position: absolute;
	left: 30pt;
		width: auto }
		
.bild  { font-size: 0.9em; text-align: left }
.zwischen  { font-size: 0.85em; font-family: Arial, helvetica, sans-serif }
.klein { font-size: 0.8em; font-family: Arial, helvetica, sans-serif }
.warn  { color: #ff4500 }

.siehe                      {	color: #808080;
	background-color: #f5f5f5;
	vertical-align: middle;
	margin-top: 1em;
	padding: 0.02em 0.05em;
	border-top: thin dotted #a9a9a9;
	border-bottom: thin dotted #c0c0c0;
	position: relative;
	left: 3em;
	width: 10em }
	

.navigation, .zwischen, .versteckt, .tabmenu, .oben, .menu, .noprint,  .bottom  { display: none; }

h1, h2, h3, h4	{ font-family: Arial, helvetica, sans-serif;
		font-weight				:	bold;
	/*
	haelt Ueberschriften mit dem dazugehoerigen 
	fliesstext zusammen 
	*/
	
		page-break-after		:	avoid;
		page-break-inside		:	avoid;
		}
	
	h1	{ line-height: 21pt;
		font-size				:	18pt;
		}
	
	h2	{ line-height: 18pt;
		font-size				:	15pt;
		}
	
	h3	{ line-height: 16pt;
		font-size				:	13pt;
		}
	
	h4	{ line-height: 13pt;
		font-size				:	10pt;
		}
	
	/*-- Tags --*/
	
	.main, address, caption, cite, dl, dt, li, p, td, tr, th, ul 	{
		line-height: 16pt;
		font-family: Arial, helvetica, sans-serif;
		font-size:	11pt;
		text-align: left;
		padding: 0;
		border: 0;
		width: auto; 
		
		}
	

	/* ---------- links ---------- */
	
	/*
	Links werden alle auf Schwarz gesetzt. einfacher waere, 
	den kompletten anchor-Tag auf Schwarz zu setzen, aber 
	manche browser ignorieren das bei visited Links und machen 
	die trotzdem Lila.
	*/
	
	a:link	 { color: #000; text-decoration: none }
	
	a:visited	 { color: #000; text-decoration: none }
