@charset "UTF-8";
/* CSS Document */
  *  {
margin : 0;
padding : 0;
}

body, html {
width : 100%;
height : 100%;
font-family : Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;

}


#container {
position : relative;
width : 980px;
margin : 0 auto;
height : auto !important ;
height : 100%;
min-height : 100%;
background-color:#FDF6A1;
background:#FDF6A1;
background:url(../images/achtergrond2.jpg);
background-repeat:repeat;
}

#blok {
	min-height:1600px;
	height:100%;
	background:url(../images/achtergrond2.jpg);
	background-repeat:repeat;
}

#header {
	width:980px;
	height:138px;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
}


#midden {
	width:980px;
	min-height:662px;
	background-image:url(../images/achtergrond.jpg);
	background-repeat:no-repeat;
	background-color:#fff7af;
}

#links {
	width:225px;
	min-height:662px;
	float:left;
}

#foto1 {
	position:absolute;
	top:158px;
	left:23px;
	width:194px;
	height:148px;
}

#foto2 {
	position:absolute;
	top:264px;
	left:11px;
	width:194px;
	height:148px;
}

#foto3 {
	position:absolute;
	top:357px;
	left:27px;
	width:194px;
	height:148px;
}


#tekst {
	width:470px;
	float:left;
	padding:23px 50px 0 10px;
}

#accommodaties {
	width:880px;
	float:left;
	padding:23px 50px 0 50px;
	font-size:10px;
	color:#333333;
	background-image:url(../images/achtergrond.jpg);
	background-repeat:no-repeat;
	background-color:#fff7af;
}

#accommodaties p {
	padding:0 0 0 5px;
	font-size:11px;
}



#accommodatie_blok {
	width:470px;
	float:left;
	padding:23px 50px 0 10px;
	font-size:10px;
	color:#333333;
	min-height:800px;
}

#accommodaties img {
	border:#FFF solid 5px;
}

#rechts {
	width:195px;
	min-height:662px;
	float:left;
	padding:23px 30px 0 0;
}



#vlaggen {
	position:absolute;
	top:19px;
	right:10px;
}


/*****NAV*******/

#navlist {
	position:absolute;
	height:15px;
	top:39px;
	left:188px;
	font-size:13px;
}


#navlist UL
{
list-style: none;
margin: 0;
padding: 0;
}

#navlist LI
{
margin: 0;
float: left;
width: auto;
height:23px;
padding:0 2px 0 2px;
}


#navlist A
{
color: #000;
text-decoration: none;
font-weight:normal;
}


#navlist a:hover {
color:#3c934c;
}

#current {
color:#3c934c;
}


	
	

/********styles*******/

h1 {
color:#3c934c;
font-size:16px;
padding:0 0 15px 0;
}

h2 {
color:#3c934c;
font-size:13px;
padding:0 0 10px 0;
}

h3 {
color:#3c934c;
font-size:12px;
}

h4 {
	font-size:12px;
line-height:160%;
color:#333333;
}
	

p {
font-size:12px;
line-height:160%;
color:#333333;
}


.groen11
{font-size:11px;
color:#3c934c;
font-weight:bold;
padding:62px 0 0 3px;
}

.grijs11 {
	color:#666666;
	font-size:11px;
	padding:0 0 0 3px;
}

.rood11 {
	color:#DF1C10;
	font-size:11px;
	padding:0 0 0 3px;
}


a { color: #3c934c; text-decoration:none; }
a:visited { color: #3c934c; }
a:hover { color: #3c934c; text-decoration:underline; }
a:active { color: #3c934c; }

#accommodaties a { color: #333333; text-decoration:none; }
#accommodaties a:visited { color: #333333; }
#accommodaties a:hover { color: #333333; text-decoration:underline; }
#accommodaties a:active { color: #333333; }



/******footer********/

#footer {

width:470px;
float:left;
font-size:11px;
color:#999999;
padding:126px 0 0 0;
}



#footer a { color: #333333; text-decoration:none; }
#footer a:visited { color: #333333; }
#footer a:hover { color: #333333; text-decoration:underline; }
	
