BODY{
	background-color:#727272;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_start.png);
	_padding:0px;
	_margin:0px;
}
.main{
	position:relative;
	width:1000px;
	height:528px;
	margin-left:auto;
	margin-right:auto;
	margin-top:75px;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/limo_start.jpg);
}


.logo{
	background-image:url(../images/logo_start.png);
	width:228px;
	height:85px;
	margin-left:35px;
}
.box_verkauf{
	position:relative;
	width:501px;
	height:139px;
	
	float:left;
}
.text_verkauf{
	position:relative;
	background-image:url(../images/text_verkauf.png);
	width:190px;
	height:95px;
	background-repeat:no-repeat;
	margin-top:50px;
	margin-left:25px;
	float:left;
	cursor:pointer;
}
.balken_verkauf{
	position:relative;
	width:1px;
	height:117px;
	background-color:#859FB5;
	float:left;
	margin-top:39px;
	margin-left:35px;
	margin-right:25px;
}
.text_sales{
	position:relative;
	background-image:url(../images/text_sales.png);
	width:187px;
	height:97px;
	background-repeat:no-repeat;
	margin-top:50px;
	float:left;
	cursor:pointer;
}
.box_vermietung{
	position:relative;
	width:499px;
	height:139px;
	
	float:right;
}
.text_vermietung{
	position:relative;
	background-image:url(../images/text_vermietung.png);
	width:212px;
	height:126px;
	background-repeat:no-repeat;
	margin-top:50px;
	margin-left:25px;
	float:left;
	cursor:pointer;
}
.balken_vermietung{
	position:relative;
	width:1px;
	height:150px;
	background-color:#D9AAAA;
	float:left;
	margin-top:39px;
	margin-left:15px;
	margin-right:20px;
}
.text_rental{
	position:relative;
	/*background-image:url(../images/text-rental.png);*/
	background-image:url(../images/text-rental.gif);
	width:194px;
	height:126px;
	background-repeat:no-repeat;
	margin-top:50px;
	float:left;
	cursor:pointer;
}
