/************CSS - default************************/
/** FARBEN 
schrift alt -> #00cccc ->grau
schrift neu -> #999999; -> grau





*/
body, html
{  
/*braun-ton: #660000*/

	margin-left:0px;
	margin-top:0px;
	/**	overflow-x:hidden;*/
	
	scrollbar-base-color:#999999;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#999999;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#999999;
	
	background-position:0px 0px;	 
	background-color:#ffffff;
	background-position:top;
	
	
	
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;  /*schriftgr&ouml;&szlig;e hauptmenu - org 14px*/
	color:#999999;
	/** line-height:18px; */
}

#wrapper {
  background-color:#f3f3f3f3;
}


td, p, span {
		font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px; /** schriftgr&ouml;&szlig;e hauptmenu - org 14px */
	color:#999999;
  

} 


th {
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:11px; /* schriftgr&ouml;&szlig;e hauptmenu - org 14px */
	font-weight:bolder;
	color:#999999;
} 
.tdbox_main_grey {
	background:transparent url(gfx/menu/purpleslate_background.gif) repeat-x top left;
  font-weight:bolder;
}
.tdborderbottom {
border-bottom-width:thin;
border-bottom-color:#999999;
border-bottom-style:dotted;
}





