#start_container
{
	top: 200px;
	position:relative;
	width:900px;
	margin:auto;
}

#start_enter
{
	width:339px;
	height:27px;
	position:relative;
	top:0;
	background-image:url(images/start_enter.jpg);
	margin:auto;
}

#start_hund a:link, #start_hund a:visited
{
	width:183px;
	height:166px;
	position:relative;
	top:0;
	background-image:url(images/start_hund.jpg);
	float:right;
	left:-275px;
	margin:auto;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#start_pferd a:link, 	#start_pferd a:visited
{
	float:left;
	width:171px;
	height:167px;
	position:relative;
	top:0;
	background-image:url(images/start_pferd.jpg);
	left:278px;
	margin:auto;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#start_pferd a:hover, #start_hund a:hover{
	filter:alpha(opacity=100);	
	-moz-opacity: 1;
	opacity: 1;
}