@charset "utf-8";
/* CSS Document */

#tabelle
	{
	position:absolute;
	left:50%;
	margin-left: -275px;
	top:400px;
	}

#tabelle th a
	{
	color:#A38166;
	font-size:15px;
	text-decoration:none;
	}
	
#tabelle td a
	{
	color:#BE9777;
	font-size:15px;
	text-decoration:none;
	}
	
#tabelle td a:hover
	{
	/*font-style:italic;*/
	}
	
#tabelle th a:hover
	{
	text-decoration:underline;
	}
	