*
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4C47;
	line-height: 20px;
	font-size: 16px;	
}
	
body
{ 
	margin: 0;
	padding: 0;
	background-image: url(images/start_bkgr.jpg);
	background-repeat: no-repeat;
	background-color: #E68639;
}

#logo
{
	position:absolute; 
	left: 0px; 
	top: 0px; 
	width: 670px; 
	height: 436px; 
	z-index: 1;
	background-image: url(images/start.jpg);
	background-repeat: no-repeat;	
}

#welcome
{
	position:absolute; 
	left: 204px; 
	top: 244px; 
	width: 380px; 
	height: 40px; 
	z-index: 2;
	text-align: center;
}

#erwerbsgaertner
{
	position:absolute; 
	left: 204px; 
	top: 320px; 
	width: 178px; 
	height: 34px; 
	z-index: 3;
}

#hobbygaertner
{
	position:absolute; 
	left: 406px; 
	top: 320px; 
	width: 178px; 
	height: 34px; 
	z-index: 4;
}

