/* ----------------------------------------------------------------------------------
reset.css
------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ----------------------------------------------------------------------------------
einde reset.css
------------------------------------------------------------------------------------*/

/*phpwcms specifiek
===========================================*/
.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:5px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:5px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}
/*Einde phpwcms specifiek
-------------------------------------------------------*/
a {
	color: #008357;
	text-decoration: none;
	font-weight: normal;
	outline: 0; /*remove dotted outline*/
}
a:hover	{
	text-decoration: underline;
}
p {
	padding-bottom: 15px;
}

h1,h2,h2,h3 {
	font-weight: bold;	
	color: #df9e38;
}
h1 {
	font-size:	16px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size:	16px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-size:	16px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	padding-bottom: 5px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.clear {
	clear: both;
}

.imgDIVblockImgRight img {
		border: 0px solid #ccc;
		margin-bottom: 5px;
}

.phpwcmsArticleListEntry {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 0px solid #ccc;
}
.phpwcmsArticleListEntry h2 {
	font-size:	1.4em;
	text-transform: uppercase;
	font-weight: bold;
}
.phpwcmsArticleListImage {
	float: right;
	border: 0px solid #ccc;
	margin: 0 0 0 10px;
}
.phpwcmsArticleListImage a {
	line-height: 12px; /*om de onderste lijn afstand van kader ok te houden*/
}

.images img {
	float: right;
	margin: 5px;
	padding: 0px;
}


/*Layout
---------------------------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height:100%; 
	background: #008357;
	line-height: 120%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
}
#wrapper {
	position: relative;
	margin: 0 auto;

	width: 920px;
	padding: 0 20px;
	margin-top: 20px;
	background: #fff url(bg-wrapper.jpg) no-repeat;
	box-shadow: 0 0 15px 0px #333;		

}
#kop {
	position: relative;
	width:100%;
	height: 350px;

}
#logo {
	position: absolute;
	left: 0px;
	top:20px;
}
#menu {
	position:relative;
	padding: 310px 0 20px 0px;	
	height: 30px;
	z-index: 100;
}

#content {
	padding-top: 30px;
	min-height: 350px;
}
* html #content {
	height: 350px;
}

#aside-1 {
	float: left;
	width: 160px;
	border-right: 1px dashed #999;
	padding-left: 20px;
	margin-right: 10px;
}
#aside-1 a {
	color: #df9e38;
}	
#content-body{
	float:left;
	width: 460px;
	padding: 0 0 0 20px;
}
#content-body ul{
	list-style: disc;
	padding-left: 15px;
}
#content-body li{
	padding-bottom: 5px; 
}
#aside-2 {
	float: right;
	width: 220px;
}
#aside-2 img {
	box-shadow: 5px 5px 10px 0px #666;	
}

#voet {
	height:24px;
	width:920px;
	margin: 0 auto;
	margin-top:10px;
	padding: 8px 20px 0 20px;	
	background: #fff;
	box-shadow: 0px 5px 10px 0px #333;	
	font-size:12px;	

}

/*links menu stylen
===========================================*/
#menu ul {
	list-style-type: none;
	margin:0px;
	padding:5px;
	color: #000;/*kleur geven, anders wordt de hover de kleur van de body color*/

}
#menu li {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 5px;
}
#menu li a {
	padding: 0px 5px;
	width: 100%;
	color: #000;
	font-weight: bold;

}
#menu li:hover {
	text-decoration: underline;
}
#menu li.active,#menu li.act_path,#menu li.act_path a{
	text-decoration: none;
}
#menu li.active a {
	color: #008357;
}
/*links SUBmenu stylen
===========================================*/
#sub-menu a {
	color: #fff;	
	font-weight: normal;
	line-height: 32px;
}
#sub-menu a:hover {
}	

#sub-menu ul {
	list-style-type: none;
	margin:0px;
	padding:0;
}
#sub-menu li {
	font-size: 14px;
	padding: 0 10px;
}
#sub-menu li:hover {
	background: url(bg-sub-menu-on.png) no-repeat;}

#sub-menu li.act_path {
	background: url(bg-sub-menu-on.png) no-repeat;
}
/* level 2*/
#sub-menu ul ul{
	list-style-type: none;
}
#sub-menu li li{
	font-size: 12px;
	padding: 0 0 0 10px;
}
#sub-menu li.act_path li {
	background: none;
}
#sub-menu li li.act_path {
	background: none;
}
#sub-menu li li.active a{
	font-weight: bold;
	color: #eee;
}
