a {  font-family: Arial; }
	a.link { font-weight:bold; color: #a7d3c7; }
	a.link:hover { font-weight:bold; text-decoration: none; color: #FFFFFF; background: #a7d3c7; }
	a.linkg { font-weight:bold; color: #333333; }
	a.linkg:hover { font-weight:bold; text-decoration: none; color: #a7d3c7; background: #FFFFFF; }
	a.linkt { font-weight:bold; color: #a7d3c7; background: #FFFFFF;}
	a.linkt:hover { font-weight:bold; text-decoration: none; color: #FFFFFF; background: #a7d3c7; }
span { font-family: Arial; color: #333333; }
  span.text { font-size: 12px; }
	span.textb { font-size: 12px; color: #000000; }
	span.textw { font-size: 12px; color: #FFFFFF; }
	span.textw2 { font-family: Boton Regular; font-size: 32px; color: #3f5d55; }
	span.textg { font-size: 12px; color: #999999; }
	span.textg_large { font-size: 16px; color: #999999; }
	span.text_large { font-size: 14px; }
	span.text_large2 { font-size: 24px; }
	span.textw_large { font-size: 14px; color: #FFFFFF; }
	span.textf_large { font-size: 14px; color: #a7d3c7; }
	span.textk { font-size: 9px; }
	
	
body { margin: 0px; }

#mehrfachauswahl{
 position:absolute;
 top:450px;
 left:370px;
 width:350px;
 display: none;
 background: #FFFFFF;
 z-index: 10001;
 padding:5px;
}
#confirmheader {
  background: #999999;
  height:2em;
  width:350px;
}
#confirmheader td {
  font-weight:bold;
  font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  color:#FFFFFF;
}
#container{
 position:relative;
 overflow-x: auto; 
 overflow-y: hidden;
 padding:5px;
 height:93%;
   font-weight:bold;
  font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  color:#000000;
}
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .50;
	z-index: 9999;
}
.floatright		{ float:right; }

