/* CSS Document Pr on the park  */
/* Autor: Claudia Angenent  */
/* Company: http://www.kleurtjesenzo.nl */
/* version: 1.1 */
/* Date: 23-08-2007 final release */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#C4D9CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	TEXT-DECORATION: none;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #990000;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #990000;
	SCROLLBAR-SHADOW-COLOR: #990000;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #FFFFFF
}
a:link {
	color: #A0C0AC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A0C0AC;
}
a:hover {
	text-decoration: underline;
	color: #A0C0AC;
}
a:active {
	text-decoration: none;
	color: #A0C0AC;
}

#mainContainer {
	width: 900px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-250px auto auto -450px;
	background-color: #C4D9CC;
}


#mainContent {
	border: #012501 1px solid;
	overflow:hidden;
	height: 475px;
		}

#footer {
	color: #012501;
	font-size: 9px;
	font-weight: bold;
	text-align:right;
	text-decoration:none;
		}
		
#greenContent {
	width: 400px;
	height:475px;
	background-color: #375442;
	color:#FFFFFF;
	float:right;
	display:block;
}

#photo {
	width: 498px;
	height:475px;
	background-color: #ffffff;
	color:#FFFFFF;
	float:left;
	display:block;
	overflow:hidden;
	}
	
#text {
margin: 5px 5px 5px 5px;
}
.overpicture {
	background-attachment: scroll;
	background-image: url(../img/seasons/summer/zomer2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.linkpicture {

	background-attachment: scroll;
	background-image: url(../img/seasons/summer/zomer1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.activiteitenpicture {


	background-attachment: scroll;
	background-image: url(../img/seasons/summer/zomer5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactpicture {
	background-attachment: scroll;
	background-image: url(../img/contact3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #375442;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #375442;
	height: 475px;
}

.indexpicture {
	background-attachment: scroll;
	background-image: url(../img/seasons/summer/index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContentindex {
	border: #012501 1px solid;
	overflow:hidden;
	height: 500px;
	background-color: #375442;
}
