/* ----------------------------------------------------------------------------------
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: #2E3794;
	text-decoration: none;
	font-weight: bold;
}
a:hover	{
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
}
h1,h2,h3,h4 {
	color: #cc0000;
	font-weight: bold;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:	14px;
	padding: 5px 0;		
}
h2 {
	font-size:	14px;
	padding-bottom: 10px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}

ul  {
	list-style: square;
	padding: 15px;
}
ol  {
	list-style: decimal-leading-zero;
	padding: 15px 25px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	border: 0px;
	padding: 5px;
}

.clear {
	clear: both;
}
.imageEntry {
	float: left;
	padding: 0px;
}

.imgDIVblockImgRight img {
		border: 1px solid #ccc;
		margin-bottom: 5px;
}

.phpwcmsArticleListEntry {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.phpwcmsArticleListEntry h2 {
	font-size:	1.4em;
	text-transform: uppercase;
	font-weight: bold;
}
.phpwcmsArticleListImage {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 0 10px;
}
.phpwcmsArticleListImage a {
	line-height: 12px; /*om de onderste lijn afstand van kader ok te houden*/
}
table.borderon td {
	border: 1px solid black;
	margin: 0px;
	padding: 4px;
}
.teaser-referenties img{
	width: 100px;
	height: auto;
}
/*Layout
---------------------------------------------------------*/
html {
	height: 100%;
	padding-bottom: 1px;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;	
	color: #222;
	background: #205992 url(bg-body.jpg) no-repeat top center;
	word-spacing: 2px;
	line-height: 150%;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
	background: #fff url(bg-wrapper.gif) repeat-y;	
}
#top {
	position: relative;
	height: 30px;
	width:100%;
	background:	#666 url(bg-top.jpg) no-repeat top center;
}
#kop {
	position: relative;
	height: 197px;
	width:100%;
	background:	url(bg-kop.jpg) no-repeat top center;
}
#logo {
	position: absolute;
	left: 34px;
	top: 22px;
}
#menu {
	position:relative;
	height: 30px;
	background: url(bg-menu.jpg) no-repeat;
	padding: 0px 8px ;
}
#menu ul {
	padding:3px 0 0 0;
	margin: 0;
	list-style: none;
}
#menu li{
	float: left;
	padding: 0px 0px 0px 15px;
	line-height: 26px; /*beide height + line-height definieren zodat vertical align werkt*/
	vertical-align: middle;
	margin-right: 5px; 
	text-transform: uppercase;
}
* html #menu li {
	width: 103px; /*IE6*/
	text-align: center;
}
#menu li a{
	display: block;
	font-size:14px;
	color: #fff;

}

#menu li.active a, #menu li.act_path a{
	color: #000;
}

#content {
	clear: both;
	position:relative;
	width:900px;
	padding: 10px 20px;
}
#content td a {
	font-weight: bold;
}
#content ol li{
	padding: 5px 0; 
}
#content-body {
	float:left;
	width: 390px;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
	background: none;
}
.full #content-body {
	width: 600px;
}
* html #content-body {
	height: 580px;
}
#content-body .FWR_DivContainer {
	/*flashvervanger bg*/ 
	background: url(bg-flash.jpg) no-repeat;	
}

#content-infoblok{
	float: right;
	width: 270px; 
}
#content-infoblok img{
	margin: 0;
	padding: 0;
}

#content-images{
	float: right;
	width: 215px;
	min-height: 300px;
	margin-right: 15px;
	border: 2px solid black;
}

.infoblok {
	color: #222;
	clear: both;
	margin-bottom: 8px;
	border:2px solid black;
}

.infoblok h2 {
	text-transform: uppercase;
	background: #000 url(bg-infoblok.gif) no-repeat;
	color: #fff;
	padding: 5px 20px 4px 10px;
	font-family: verdana;
	font-size:12px;
	font-weight: bold;
}
.infoblok p {
	padding: 8px;
}

.infoblok a {
	color: #562209;
}

.infoblok img {
	padding: 0;
	margin:0;
}

#voet {
	position:relative;
	height:40px;
	text-align: center;
	color: #efefef;
	background: #fff url(bg-voet.jpg) no-repeat;
}

#voet p {
	padding-top: 8px;
}
#voet a {
	color: #efefef;
	text-decoration: none;
	font-weight: normal;
}
#voet a:hover {
	text-decoration: underline;
}

/*----------------------------------------
FORMULIER STYLEN
*/

.formulier td {
	vertical-align: top;
	padding: 2px;
}
.formulier label{
	padding: 0 0 0 5px;
}