/* ----------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------*/

td {
	font: 11px/17px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	vertical-align: top;
}

a {
	color: #064290;
	text-decoration: none;
}

a:hover	{
	color: #064290;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
}
h1 {
	padding: 0px 0 3px 20px;
	height: 20px;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004CA6;
	background: url(menu-item.gif) no-repeat 0px 0px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 18px;
	line-height: 26px;
}

ul {
	list-style: square;
	padding: 15px;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
img {
	border: 0px;
	padding: 5px;
}

.images img {
	float: left;
	padding:10px;
}

/*Layout
---------------------------------------------------------*/
html {
	height: 100%;
	padding-bottom: 1px;
}
body {
	font: 11px/17px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	height: 100%;
	background: #004CA6 url(bg_site.gif) repeat-y top center;
	text-align: center;	
}
#wrapper {
	margin: 0 auto;
	width: 780px;
	height: 100%;
	text-align: left;
	background: #fafafa;
}

#kop {
	width: 780px;
	height: 198px;
	position: relative;
	border-bottom: 5px solid #F51A0E;
	background:	url(bg_kop.jpg);
	}
#kop-logo {
	padding: 5px 0 0 35px;
}
#menu {
	width: 212px;
	min-height: 417px;
	float: left;
	background: url(bg_menu.gif) no-repeat 0 0;
}
* html #menu {
	height: 417px;
}
#dochters{
	padding: 30px 15px;
}
#dochters a:hover img {
	background: #ddd;
}
#home-knop {
	padding: 8px 0 0 37px;
	text-transform: uppercase;
	color: #064290;
	display: block;
	background:  url(home-pijl.gif) no-repeat 22px 15px;
}
#content {
	width: 528px;
	min-height: 420px;
	padding: 20px 20px 10px 0px;
	float: right;
	background: url(bg_content.jpg) no-repeat 0 0;
}
* html #content {
	height: 420px;
}

/*links menu stylen
===========================================*/
#menu ul {
	margin: 5px 0 0 7px;
	padding: 20px 0 0 0;
	width: 195px;
	list-style-type: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#menu li{

	padding: 5px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(menu-item.gif) no-repeat 10px 3px;
}
#menu li a {
	padding: 3px 0 3px 30px;
	width: 100%;
	color: #064290;
	text-decoration: none;
}
#menu li a:hover {
	color: #CC0600;
	text-decoration: none;
	background: url(menu-item-hover.gif) no-repeat 10px 0px;
}
/*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;
}

