/* CSS Document *//* Grundeinstellungen_____________________________________________*/	body {	background-color:transparent;    	color: black;    	font-size: 12pt;    	font-family: Arial,Times, serif;    	padding: 0px;    	margin: 0px;}img {border: 0px;}/* Text definitionen_____________________________________________*/h1 { font-size: 16pt;	 font-weight: bold;}h2 { font-size: 14pt;	 font-weight: bold;	 padding-top: 2pt;	 padding-bottom:0pt; }h3 { font-size: 12pt;	 font-weight: bold;}p {	background-color:#FFFFFF;    color:#000000;  }		a {	color:#73E1FF;    text-decoration: none;    background-color: transparent;    letter-spacing: 0.03em;	}      a:visited { color:#660066;        	background-color: transparent; }a:hover {	color:#000000;        	background-color: transparent; }/* DIVs_____________________________________________*/#container		{ background-color:#FFFFFF; 				  margin-top: 10px; 				  margin-right: auto; 				  margin-left: auto; 				  position: relative; 				  width: 896px; 				  height: 600px;}#dach			{ display:none;				  background-image: url("../logo/dachneu.gif");				  position:absolute;				  width: 900px;				  height:130px; }/* HAUPTNAVIGATION_____________________________________________*/				  #hauptnavi		{ display:none;				  background-color:#FFFFFF;				  position: absolute;				  width: 200px;				  height:465px;				  top: 140px; 				  padding-top:5px; }/*				  #hauptnavi ul	{ list-style-type:none;				  display:block;				  font-size:14px;				  font-weight:bold;				  line-height: 20px;				  margin-top:10px;				  margin-left:0px;}				  #hauptnavi li	{ letter-spacing: 1px;}#hauptnavi li a	{ color:#000000;}#hauptnavi li a#current {color:#A9A45B;}#hauptnavi li a:hover { text-decoration:underline;} *//* UNTERNAVIGATION_____________________________________________*/	#unternavi		{ display:none;				  background-color:#FFFFFF;				 position: absolute;				 width:650px;				 height:50px;				 top: 140px;				 left:200px;				 padding-left: 0px;}				 #underline		{display: none;				 background-color:#73E1FF;				 position:absolute;				 width: 630px;				 height: 2px;				 top: 48px;				 left: 10px;}/*				 #unternavi ul	{ text-decoration:none;				  font-weight:bold;				  letter-spacing:1px; }					 #unternavi li	{display:inline;				margin-right: 5px;}					 #unternavi li a	{color:#000000; }#unternavi li a#current {color:#73E1FF;}#unternavi li a:hover { text-decoration:underline;}/*/* INHALT_____________________________________________*/	#inhaltfenster 	{ background-color:#FFFFFF;				/*  position:absolute;				  width: 646px;				  height:420px;				  top: 190px;				  left:200px; */}				  #text			{/* position:absolute;				  width:625px;				  height:400px;				  top: 10px;				  left: 10px;				  padding-right: 10px;*/				  								 }				 #text li		{ padding-bottom: 5px;}#text td		{ vertical-align: top;    			  padding-top: 4px;}		#bidler-float	{ /*float:right;				  min-width:200px;				  min-height:200px;				  top: 10px;				  margin-left: 10px;				  left: 436px;*/				  }#druckversion	{ display:none;				  float:right;				  min-width:100px;				  min-height:16px;				  top: 10px;				  margin-left: 10px;				  left: 436px;				/*  color:#73E1FF; */				  }/* RAND RECHTS_____________________________________________*/	#randrechts		{ display:none;				  background-color:#73E1FF;				  position:absolute;				  width: 50px;				  height:470px;				  top: 140px;				  left: 846px; }				  				  /* CLASSES_____________________________________________*/	.error {    color:#CC3333;}