html{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e3e3e3;
	margin:0 auto;
}

#main_container {

	position: relative;
	width: 690px;
}

body{
	width:690px;
	padding-top: 100px;
	margin:0 auto;
	background-color:#e3e3e3; 	 
}

.foto_wonen{
	position:absolute;
	top: 0px;
	left: 328px;
}

.foto_agrarisch {
	position:absolute;
	top: 246px;
	left: 64px;
}

.link_wonen {
	position:absolute;
	top : 244px;
	left: 417px;
}

.link_agrarisch {
	position:absolute;
	top: 324px; 
	left: 417px;
}

.info {
		position: absolute;
		top : 56px;
		left: 0px;		
		width:320px;
		height: 180px;
}
	
.text_title{
		position: absolute;
		top:90px;
		left: 40px;
		color:#272B74;
		font-size:11px;
		font-weight:bold;
}

.text_body{
		color:#8FA8CF;
		font-size:10px;
		font-weight:normal;
}



.overlay{
		position:absolute;
		top:200px;
		left:11px;
}

.arrows{
		position:absolute;
		left:10px;
		bottom:19px;
		width:14px;
		height:11px;
		margin-left: 15px;
		margin-bottom:8px;
}

h2{
		position:absolute;
		margin-left : 12px;
		margin-bottom:8px;
		bottom:9px;
		color:#272B74;
		height:24px;
		font-size:14px;
		left:10px;
		width:242px;
}
h2 a{
		position:absolute;
		text-decoration:none;
		padding:8px 0px 0px 30px;
		bottom:0px;
		color:#272B74;
		height:24px;
		font-size:14px;
		left:0px;
		width:242px;
}

h2 a:hover{
		text-decoration:underline;
}

#visible_agrarisch {
		display:none;
}
#visible_wonen {
		display: none;
}
