/*
--------------
MAIN
--------------
*/

* {
        padding: 0;
        margin: 0;
}

body {
        background: #616161;
        font: 11px Arial;
        color: #373737;
}

#wrapper {
        width: 1000px;
        background: #fff url(images/wrapper_bg.gif) repeat-y;
        margin: 0 auto;
        overflow: hidden;
}

.wrapper-top {
        width: 1000px;
        height: 25px;
        background: url(images/wrapper-top.gif);
        margin: 0 auto;
		vertical-align: top;
}

#corewrapper {
        width: 900px;
        margin: 0 auto;
}

/*
--------------
HEADER
--------------
*/

#header {
	width: 900px;
	height: 110px;
	background: #FFFFFF url(images/logo.gif) no-repeat top left;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
}

#header p {
	text-align:justify;
	width: 344px;
	color: #c0c0c0;
	float: right;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

/*
--------------
CORELEFT
--------------
*/

#coreleft {
        width: 225px;
        float: left;
        margin: 0px 0 0 0;
}

ul.menu {
	list-style: none;
	cursor:pointer;
	font-family: Arial;
	font-size: 8px;
}

li {
	width: 225px;
	height: 45px;
	background: #373737;
	margin: 0 0 2px 0;
	list-style-type: none;
	font-family: "PF Ronda Seven";
	font-size: 9px;
	color: #FFFFFF;
}

li a {
	cursor:pointer;
	display: block;
	width: 225px;
	height: 45px;
	list-style-type: none;
	font-family: Arial;
	font-size: 9px;
	text-decoration:none;
}     

li a:hover {
	cursor:pointer;
	display: block;
	width: 225px;
	height: 45px;
	background: #ba531b;
	font-family: Arial;
	font-size: 9px;
}

li span {
	color: #fff;
	float: right;
	padding: 18px 24px 0 0;
	font-family: Arial;
	font-size: 9px;
}

h3 {
        display: block;
        width: 225px;
        height: 20px;
        background: #616161;
        margin: 0 0 0px 0;
}

span.kaart {
	font: 8px Arial;
	color: #fff;
	float: right;
	padding: 5px 24px 0 0;
	font-family: "PF Ronda Seven";
}  

/*
--------------
CORECENTER
--------------
*/

#corecenter {
text-align:justify;
        width: 465px;
        float: left;
        margin: 5px 0 0 5px;
}

h1 {

        display: block;
        width: 465px;
        height: 45px;
        background: #ff7b00;
}

#corecenter span {
        font: 12px Arial;
		font-weight:bold;
        color: #fff;
        padding: 15px 0 0 20px;
        float: left;
}

#corecenter p {
        line-height: 20px;
        padding: 16px 16px 0 21px;
}

/*
--------------
CORERIGHT
--------------
*/

#coreright {
        width: 200px;
        float: left;
        margin: 5px 0 0 5px;
}

h2 {
        display: block;
        width: 200px;
        height: 45px;
        background: #373737;
        margin: 0 0 5px 0;
}

#coreright span {
        font: 9px Arial;
        color: #fff;
        padding: 17px 0 0 14px;
        float: left;
}

    .nieuws {
            font: 10px Arial;
            width: 200px;
            background: #e8e8e8;
            margin: 0 0 5px 0;
            overflow: hidden;
    }
	
	em {
            color: #ff7b00;
            font-style: normal;
            padding: 8px 0 0 14px;
            float: left;
    }
	
    .nieuws p {
            clear: left;
            padding: 0 11px 0 14px;
    }
	
    .nieuws a {
            color: #373737;
            margin: 22px 0 0 14px;
            padding: 0 0 9px 0;
            float: left;
    }

/*
--------------
FOOTER
--------------
*/

#footer {
        font: 9px Arial;
		color:#999999;
        width: 900px;
        height: 40px;
        background: #373737;
        clear: both;
}

#footer p {
        color: #999999;
        padding: 15px 0 0 250px;
        float: left;
}

#footer a {
        color: #fff;
}

#footer a:hover {
        color: #ff7b00;
}

p.kvkbtw { 
        color: #6f6f6f !important;
        margin: 0 0 0 72px;
}

#bottom {
        width: 1000px;
        height: 26px;
        background: url(images/footer_bg.gif) no-repeat bottom left;
        margin: 0 auto;
}







	/* SLIDE OUT CSS */
	
	#contentContainer{
		width:590px;
		float:left;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
	#dhtmlgoodies_menu{
	font-family:"PF Ronda Seven";	/* Font for main menu items */
	font-size: 8px;
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
	background: #373737;
	margin: 0 0 5px 0;
	font-family: "PF Ronda Seven";
	font-size: 8px;
	}
	#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
	font-family: "PF Ronda Seven";
	font-size: 8px;
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:0px;
	font-family: "PF Ronda Seven";
	font-size: 8px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000000;	/* Black text color */
		vertical-align:middle;	/* Align text in the middle */
		border:0;
		margin:0px;	/* A little bit of air */
		padding:0px;	/* Air between border and text inside */
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	cursor:pointer;
	display: block;
	font-family: "PF Ronda Seven";
	font-size: 8px;
	}
	.dhtmlgoodies_subMenu{
	color: #ffffff;
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:0px;
	font-family:Arial;
	text-align:left;
	font-size: 8px;
	}
	.dhtmlgoodies_subMenu ul{
	margin: 0 5px 5px 5px;
	font-family: Arial;
	font-size: 9px;
	}
	.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin: 0 0 0px 0;
	font-family: Arial;
	font-size: 9px;
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	color: #ffffff;
	cursor:pointer;
	display: block;
	border:0px;
	padding: 18px 0px 5px 5px;
	font-family: Arial;
	font-size: 9px;
	}
	
	
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	background-color:#ba531b;
	color: #ffffff;
	cursor:pointer;
	display: block;
	border:0px;
	padding: 18px 0px 5px 5px;
	font-family: Arial;
	font-size: 9px;
	}

.sitemap {
	font-family: Arial;
	background-color: #FFFFFF;
	list-style-type: disc;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-position: inside;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	text-indent: 20px;
	white-space: normal;
	height: auto;
	width: auto;
	position: static;
	margin: auto;
	list-style-type:disc
}
