@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}


body,html {
width:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/achtergrond_site.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top;
}

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

* html #container {
height:100% !important;
}

/*****HEADER*****/

#header {
float:left;
width:980px;
height:336px;
}

.logo {
	position:absolute;
	left:30px;
	top:20px;
	width:161px;
	height:106px;
	z-index:1;
}

.slogan {
	position:absolute;
	left:420px;
	top:20px;
	width:390px;
	height:49px;
	z-index:1;
}



/*****LINKS*****/

#links {
	float:left;
	width:424px;
	padding:50px 30px 50px 70px;
	
}

/******FOTO PAGINA******/
#fotopagina {
	float:left;
	width:624px;
	padding:50px 30px 50px 70px;
	
}

#fotopagina img {
padding:5px 5px 0 0;
}

/******LINKS FOTO BLOK*****/
#linksfotos {
	float:left;
	width:175px;
	padding:80px 15px 0 10px;

}

/*****RECHTS******/

#rechts {
	float:right;
	padding:210px 15px 15px 30px;
	margin:50px 0 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6b8839;
	width:210px;
}



.texel {
	position:absolute;
	right:30px;	
	top:170px;
	width:176px;
	height:284px;
	z-index:1;
}

.boeken {
	position:absolute;
	right:120px;	
	top:500px;
	width:105px;
	height:63px;
	z-index:1;
}

.boeken2 {
	position:absolute;
	right:10px;	
	top:500px;
	width:105px;
	height:63px;
	z-index:1;
}

.plattegrond {
	position:absolute;
	right:20px;	
	top:480px;
	width:210px;
	height:146px;
	z-index:1;
}


.agenda {
	position:absolute;
	right:20px;	
	top:480px;
	z-index:1;
}
/******TABEL******/

.lijn {
	border-bottom:1px solid #006699;
}


/*****FORMULIER******/
.submenu {
width:100px;
}

.fields {
width:200px;
}

.formbutton {
width:100px;
height:23px;
background-color:#006699;
border:#FFFFFF;
color:#FFFFFF;
text-align:center;
}


/******NAVIGATIE******/
#navcontainer {
position:absolute;
padding:335px 0 0 70px;
}

#navigatie li {
display: inline;
list-style-type: none;
padding-right: 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}

#navigatie a, #navigatie a:visited {
color:#FFFFFF;
text-decoration:none;
}

#active {
color:#FFFFFF;
}

#home_vogel {
	position:absolute;
	left:70px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#home_blanco {
	position:absolute;
	left:70px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#vakantie_vogel {
	position:absolute;
	left:165px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#vakantie_blanco {
	position:absolute;
	left:165px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#tarieven_vogel {
	position:absolute;
	left:265px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#tarieven_blanco {
	position:absolute;
	left:265px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#boeken_vogel {
	position:absolute;
	left:360px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#boeken_blanco {
	position:absolute;
	left:360px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#fotos_vogel {
	position:absolute;
	left:460px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#fotos_blanco {
	position:absolute;
	left:460px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#texel_vogel {
	position:absolute;
	left:525px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#texel_blanco {
	position:absolute;
	left:525px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#links_vogel {
	position:absolute;
	left:585px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#links_blanco {
	position:absolute;
	left:585px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#contact_vogel {
	position:absolute;
	left:650px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}

#contact_blanco {
	position:absolute;
	left:650px;
	top:300px;
	width:43px;
	height:38px;
	z-index:1;
}




/****OVERIG*****/

.floatright {
float:right;
}

.floatleft {
float:left;
}

#clear {
clear:both;
}

#footer {
position:absolute;
width:980px;
height:21px;
bottom:0;
font-size:11px;
font-weight:normal;
color:#989898;
padding:20px 0 30px 70px;
}


#footer a:hover {
text-decoration:underline;
}

#footer a,#footer a:active,a:visited {
text-decoration:none;
color:#989898;
}


#footer img {
padding:0 15px 0 0;
}

#vlaggen {
position:absolute;
	left:840px;
	top:40px;
	width:95px;
	height:16px;
	}



/******STYLES******/

h1 {
font-size:18px;
font-weight:bold;
color:#006699;
}

h2 {
}

h3 {
font-size:13px;
font-weight:bold;
color:#006699;
}

p {
font-size:12px;
color:#0b0c0c;
font-weight:normal;
line-height:130%;
}

.rood {
	color: #C00;
}

a {
text-decoration:none;
color:#006699;
}


a:active {
color:#006699;
text-decoration:underline;
}

a:hover {
color:#006699;
text-decoration:underline;
}	

a:visited {
color:#006699;
}

/********LIST******/
#links ul {
	margin:0px;
	padding:0 0 0 25px;
	color:#A1BF36;
}
