/******************************************************************************************************************/
#container
{
	font-size: 1px;
}
/******************************************************************************************************************/
#deutsch a 
{
	position: absolute;
	margin-left: 472px;
	margin-top: 179px;
	padding-right: 0px;
	height: 40px;
	width: 60px;
	display: table-cell;
	float: left;
	background: url("index_enter_ger.jpg") 0px 0px no-repeat;
}
#deutsch a:hover 
{	
	background-position: 0px -40px;
}
#deutsch a:active 
{
	background-position: 0px 0px;
}
/******************************************************************************************************************/
#english a 
{
	position: absolute;
	margin-left: 365px;
	margin-top: 177px;
	padding-right: 0px;
	height: 39px;
	width: 63px;
	display: table-cell;
	float: left;
	background: url("index_enter_en.jpg") 0px 0px no-repeat;
}
#english a:hover 
{	
	background-position: 0px -39px;
}
#english a:active 
{
	background-position: 0px 0px;
}
/******************************************************************************************************************/
