/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
html {
	background:transparent;
}
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #484b42;
	font-size: 12px;
	line-height:18px;
	/* Deze wil f*cking WELL werken.. */
	background: url(../../../images/bg-graphic-alert-1024.jpg);
	background-repeat: repeat-y;
	background-color: white;
}
strong, em, b, i {
ÊÊÊÊfont-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
body.section-1 {}
body.section-2 {}
body.section-3 {}

/*#iframedÊ{Êmax-width: 725px; overflow:Êhidden;Êheight: auto;}*/

/* Subtitels padding*/

a:focus { -moz-outline-style: hidden; }


a:link { 
	text-decoration: none; 
	color: #898E84; 
	font-size: 12px;
	font-weight: bold;
}
a:active { 
	text-decoration: none; 
	color: #535d4d; 
	font-size: 12px;
	font-weight: bold;
}
a:visited { 
	text-decoration: none; 
	color: #898E84; 
	font-size: 12px;
	font-weight: bold;
}
a:hover { 
	text-decoration: none; 
	color: #535d4d;
	font-size: 12px;
	font-weight: bold;
}

a img { 
	border: none; 
}



a.bronlink:link { 
	text-decoration: none; 
	color: #3d443c;
	font-size: 11px;
	font-weight: normal;
}
a.bronlink:active { 
	text-decoration: none; 
	color: #3d443c; 
	font-size: 11px;
	font-weight: normal;
}
a.bronlink:visited { 
	text-decoration: none; 
	color: #3d443c;
	font-size: 11px;
	font-weight: normal;
}
a.bronlink:hover { 
	text-decoration: none; 
	color: #3d443c;
	font-size: 11px;
	font-weight: normal;
}
	
a.link:link { 
	text-decoration: underline; 
	color: #3d443c;
	font-size: 12px;
	font-weight: normal;
}
a.link:active { 
	text-decoration: underline; 
	color: #3d443c; 
	font-size: 12px;
	font-weight: normal;
}
a.link:visited { 
	text-decoration: underline; 
	color: #3d443c;
	font-size: 12px;
	font-weight: normal;
}
a.link:hover { 
	text-decoration: underline; 
	color: #3d443c;
	font-size: 12px;
	font-weight: normal;
}

a.biglink {
	padding: 0px;
}
	
a.biglink:link { 
	text-decoration: underline; 
	color: #3d443c;
	font-size: 12px;
	font-weight: normal;
}
a.biglink:active { 
	text-decoration: none;
	color: #3d443c;
	font-size: 12px;
	font-weight: normal;
	background: #b3b8b2;
}
a.biglink:visited { 
	text-decoration: underline;  
	color: #3d443c; 
	font-size: 12px;
	font-weight: normal;
}
a.biglink:hover { 
	text-decoration: none;
	color: #3d443c;
	font-size: 12px;
	font-weight: normal;
	background:#bfc5bd;
}


#menu a {
	padding-top: 0px;
	padding-left: 5px;
	}
	
	
/* Hele menublokje */
#menu {
	background:transparent;
    width: 175px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding-left: 20px;
	padding-top: 97px;
	color: #000;
	}

/* Subtitels + Titels */
#menu ul {

	list-style: none;
	/* interlinie tussen hoofdstukken*/
	margin: 0 0 5px 0;
	/* Subtitels background */
	background-color:#FFF;
	font-size: 14px;
	line-height:19px;
}

/* Hoofdtitels */
#menu ul li.section-title { 
	font-weight: bold;
	color: #FFF;
	line-height:19px;
	/* groen blok om titels */
	background: #abb1aa;
	padding: 2px 2px 3px 5px;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

a.contact { 
	
	display:block;
	font-weight: bold;
	color: #FFF;
	line-height:19px;
	font-size: 14px;
	/* groen blok om titels */
	background: #abb1aa;
	padding: 2px 2px 3px 5px;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	
}

p.contact { 
	
	display:block;
	font-weight: bold;
	color: #FFF;
	line-height:19px;
	font-size: 14px;
	/* groen blok om titels */
	background: #abb1aa;
	padding: 2px 2px 3px 5px;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin:0px;
	
}


/* Content, padding vanaf links */
#content {
    height: 100%;
    padding-top: 20px;
    margin: 0 0 0 225px;
    top: 0;
    background: transparent;  
}
/* geen idee */    
#content p { 
	max-width: 500px; 
	margin-bottom:20px;
}

/* maximum breedte tekst site */
.container {
    padding: 5px 5px 25px 5px;
    max-width: 700px;
}



/* Broodtekst */
p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:9px;
    line-height:18px;
    color: #484b42;
    
	}

.solid { 
	border:	0px solid white;
	color: 	#484b42;
	background-color: #dddcda;
	display:block;
	padding:10px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	}


p.bron { 
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 9px 0;
    line-height:15px;
	}
	
	
p.groen { 
	color: #898E84;
	}	
	
/* Titels Tekst */
h1 { 
	font-size: 16px;
	font-weight: bold;
	line-height:20px;
	margin: 0 0 0px 0;
	}

/* Titels Duurzame Keuzes Tekst groen */
h2 { 	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #A0A699;
	font-size: 15px;
	font-weight: normal;
	line-height:20px;
	margin: 0 0 7px 0;
	
	}

/* Image Caption Djuve-huisstijl*/
h3 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A0A699;
	margin: 0 0 0px 0;
	line-height:20px;
	
    }
    
/* Titels Homepage Tekst groen */
h4 { 	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: 	#484b42;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height:22px;
	margin: 0 0 7px 0;
	border:	0px;
	background-color: #d4d3d1;
	display: block;
	padding: 5px;
	text-shadow: 0px 1px 0px white;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	}


	


/* INFOBOX STUFF */

.iconempty {
	float:left;
	position:absolute;
	left:795px; 
	top:0px; 
	width:235px; 
	border:0px;
	z-index:1;
	}

.iconempty-bottom {
	float:left;
	position:absolute;
	left:795px; 
	top:560px; 
	width:235px; 
	border:0px;
	z-index:1;
	}
	
.icon {
	float:left;
	position:absolute;
	left:795px; 
	top:0px; 
	width:235px; 
	border:0px;
	z-index:6;
	}
	
.txtrechts {
	float:left;
	position:absolute;
	left:796px; 
	top:120px; 
	width:180px; 
	border:	0px solid white;
	color: 	#484b42;
	background-color: white;
	display:block;
	margin:0px;
	padding-top:140px;
	padding:22px;
	padding-top:0px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	z-index:5;
	}
	
/* INFOBOX STUFF END*/
	
ul {
	margin-left:16px;
	list-style: square;
}




/* HOMEPAGE CSS */

/*.broodtekst {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 12px;
	line-height:18px;
	color: #000000;;
	
.title {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 16px;
	line-height:22px;
	color: #898E84;;
	}
	
.broodtekst-groen {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 12px;
	line-height:18px;
	color: #898E84;;
	}
*/	
	
#img-container	{ 
	margin: 0; 
	padding: 0; 
}

#img-container p { 
	width: 700px; 
	margin: 0; 
	padding: 0 0 0px 0; 
}

#once { clear: left; }
