@charset "utf-8";
/* EL NINO */

/* BODY EIGENSCHAPPEN */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Verdana;
font-size:11px;
color:#251200;
height:100%;
body:100%;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#ede6d3;
}

html {
height:100%;
body:100%;
}

/* LINKS */

a:link,a:active,a:visited{
text-decoration:underline;
color:#bcb210;
}

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

a.nav:link,a.nav:active,a.nav:visited{
text-decoration:none;
color:#ffffff;
}

a.nav:hover{
text-decoration:none;
color:#ffffff;
}

a.nav_select:link,a.nav_select:active,a.nav_select:visited{
text-decoration:none;
color:#bcb210;
}

a.nav_select:hover{
text-decoration:none;
color:#bcb210;
}

a.sub:link,a.sub:active,a.sub:visited{
text-decoration:none;
color:#251200;
}

a.sub:hover{
text-decoration:none;
color:#251200;
}
a.nieuwsbrief:link,a.nieuwsbrief:active,a.nieuwsbrief:visited{
text-decoration:none;
color:#FFFFFF;
}

a.nieuwsbrief:hover{
text-decoration:none;
color:#FFFFFF;
}


/* DIV EIGENSCHAPPEN */

#top{
	position:relative;
	width:922px;
	height:95px;
	left:50%;
	margin:0px auto auto -452px;
}

#logo{
	position:absolute;
	top:0px;
	left:60px;
	width:279px;
	height:94px;
}

#mailing{
	position:absolute;
	top:39px;
	left:613px;
	width:279px;
	height:30px;
}

#img{
	position:relative;
	width:943px;
	height:352;
	left:50%;
	margin:0px auto auto -461px;
	background-image:url(../images/btns_kader.jpg);
}

#menu{
	position:absolute;
	width:835px;
	height:26;
	left:56px;
	top:11px;
}

#image{
	position:absolute;
	width:895px;
	left:25px;
	top:42px;
	height:286;
}

#content{
	position:relative;
	width:100%;
	background-color:#FFFFFF;
}


#footer{
	position:relative;
	width:100%;
	height:216px;
	background-image:url(../images/footer_bg.jpg);
}

#footer_container{
	position:relative;
	width:835px;
	left:50%;
	margin:0px auto auto -417px;
}


#content_txt{
	position:relative;
	width:835px;
	left:50%;
	margin:0px auto auto -417px;
}

#download_pdf{
	position:absolute;
	top:7px;
	left:690px;
	width:160px;
	height:30px;
	text-align:right;
}
#vertaal{
	position:relative;
	overflow:hidden;
	width:169px;
	height:80px;
}



/* TEKST EIGENSCHAPPEN */

.weer_tekst {
font-family:Verdana;
font-size:11px;
color:#000000;
}

.bruin_geor {
font-family:Georgia;
font-weight:bold;
font-size:12px;
color:#251200;
}

.bruin_geor_3 {
font-family:Georgia;
font-size:16px;
color:#251200;
}

.bruin_geor_2 {
font-family:Georgia;
font-weight:bold;
font-size:24px;
color:#251200;
}

.wit_txt {
font-family:Georgia;
font-weight:bold;
font-size:12px;
color:#ffffff;
}

.licht_grijs_txt {
font-family:Verdana;
font-size:11px;
color:#251200;
}

.licht_bruin_txt {
font-family:Verdana;
font-size:11px;
color:#bcb210;
}



/* SOCIAL NETWORK ICONS EIGENSCHAPPEN */
#social-network-icons{
	padding:10px 0 15px 0;
	margin:0;
	width:250px;
	height:38px;
}
ul#social-network-icons-buttons {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
	overflow:inherit;
	
}
ul#social-network-icons-buttons li {
	padding:0;
	display:inline;
	position:relative; 
	float:left;
	height:38px;
	margin-right:10px;
}


/* FORMULIER EIGENSCHAPPEN */
.input_form
{
width:250px;
height:20px;
color: #666666;
background: #ffffff;
border: 1px solid #cccccc;
font-family: Verdana;
font-size:11px;
}

.textarea_styled {
width: 250px;
height: 60px;
color: #666666;
background: #ffffff;
border: 1px solid #cccccc;
font-family: Verdana;
font-size:11px;

}

/*
		Forms
*/
.input-field {
	width: 250px;
	height: 18px; 
	border: solid 1px #c84912;
	font-size: 12px;
	margin: 0;
	padding: 0
}

