/*
##### ESKAMP.DE STYLESHEET #####
################################
##### AUTHOR: FELIX HIRSCHFELD #
*/


/*
##### UNIVERSAL ################
*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body
{
	background: #747575;
}

div#start
{
	width: 800px;
	margin: 26px auto;
	text-align: center;
}

div#start img
{
	display: block;
	margin: 0px auto;
}

div#start ul li
{
	float: left;
	list-style: none;
}

div#start ul li a
{
	font-size: 0px;
	text-align: -9999px;
	display: block;
	width: 341px;
	height: 189px;
	margin-top: 12px;
}

a.left
{
	background: url("start_left.jpg") no-repeat;
}

a.left:hover
{
	background-position: -341px 0px;
}

a.right
{
	margin-left: 81px;
	background: url("start_right.jpg") no-repeat;
}

a.right:hover
{
	background-position: -341px 0px;
}