/*=======================================================
		Title Styles
=======================================================*/	

#title {
		background-image:	url('../_upload/img_start.jpg');
		height:				400px;
		width:				1000px;
		background-repeat:	no-repeat;
		position:			relative;
	}
	
#vorteile_btn {
		width:				302px;
		height:				85px;
		background-image: 	url('../images/vorteile_btn.png');
		display:			block;
		position:			absolute;
		bottom:				94px;
		right:				10px;
}

#standort_btn {
		width:				302px;
		height:				86px;
		background-image: 	url('../images/standort_btn.png');
		display:			block;
		position:			absolute;
		bottom:				8px;
		right:				10px;
}

#contentField {
		min-height: 		130px;
	}
	
