html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #434343;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #535353;
	overflow-y: scroll;	}

a, a:hover {
	color: #014A99;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	}

a:hover {
	text-decoration: underline;
	}

a.nolink {
	color: #333333;
	text-decoration: none;
	}

img {
	border: none;
	}

form {
	margin: 0;
	padding: 0;
	}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}

td {
	vertical-align: top;
	}

.hand {
	cursor: pointer;
	}

.small {
	font: 8pt/13pt Verdana, Helvetica, sans-serif;
	}
	
/* External font */
	
@font-face {
    font-family: 'Cham';
    src: url('../font/cham-webfont.eot?') format('eot'),
         url('../font/cham-webfont.woff') format('woff'),
         url('../font/cham.ttf') format('truetype'),
         url('../font/cham-webfont.svg#webfontZspN18pB') format('svg');
    font-weight: crisp;
	font-smooth: always;
}



/* Interface */
#iFace {
	width: 904px;
	min-height: 100%;
	margin: 0 auto;
	}


#iFaceHeader {
	height: 188px;
		background: url(./../img/interface/header.png) no-repeat;

	}

#iFaceHeader .header_logo {
	width: 634px;
	padding-top: 60px;
	vertical-align: middle;
	text-align: right;
	}

#iFaceHeader .header_adres {
		font: normal 11pt "Cham", Arial, Helvetica, sans-serif;
	padding: 80px 0 0 97px;
	vertical-align: middle;
	text-align: left;
	}

#iFaceHeader .header_menu {
	height: 28px;
	*height: 41px;
	padding: 14px 32px 0 32px;
	background: url(./../img/interface/menubg.png) no-repeat;
	}

#iFaceHeader .header_menu .wrapper {
	margin: 0 40px;
	}

#iFaceHeader .header_menu .wrapper a {
	display: block;
	float: left;
	margin-right: 55px;
	font: lighter 14pt/10pt "cham";
	color: #787878;
	}

#iFaceHeader .header_menu .wrapper a.selected {
	text-decoration: underline;
	}

#iFaceContent {
	min-height: 503px;
	width: 806px;
	*width: 904px;
	padding: 38px 49px 0 49px;
	background: url(./../img/interface/bgcontent.png) repeat-y;
	}
	
#iFaceContent .submenu {
	height: 26px;
	*height: 41px;
	width: 806px;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom: solid 8px #000000;

	}
	
#iFaceContent .submenu a {
	display: block;
	float: left;
	height: 34px;
	margin: 13px 60px 0 0;
	font: lighter 14pt/10pt "cham";
	color: #5d5d5d;
	}
	
#iFaceContent .submenu a:hover {
	text-decoration: none;
	background: url(./../img/interface/arrow.png) no-repeat center 22px;
	}
	
#iFaceContent .logos {
	border: solid 1px #434343;
	padding: 10px 0;
	margin: 12px 12px 0 0;
	}

	

#iFaceBottom {
	height: 45px;
	background: url(./../img/interface/bgbottom.png) no-repeat;
	}


/* rotator */
div#rotator {
	width: 813px;
	height: 237px;
}

div#rotator ul,
div#rotator ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#rotator ul li {
	float: left;
	position: absolute;
}

div#rotator ul li img {
	border: none;
	background: #fff;
}

div#rotator ul li.show {
	z-index: 500;
}




/* Headings */
h1, h2, h3, h4 {
	font: normal 10pt "Cham", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 16px;
	line-height: 20pt;
	}

h2 {
	font-size: 17pt;
	line-height: 16pt;
	margin-bottom: 8px;
	}

h3 {
	font-size: 13pt;
	line-height: 16pt;
	margin-bottom: 5px;
	}


	
	
/* Standaard formulier classes */
form {
	margin: 0;
	padding: 0;
	}

fieldset {
	padding: 0 0 5px 10px;
	border: solid 1px #C5C5C6;
	margin: 20px 0 0 0;
	}

fieldset.noborder {
	border-color: #ffffff;
	padding: 0 0 0 10px;
	}

legend {
	padding: 0 5px 5px 5px;
	font-weight: bold;
	margin-left: 0;
	}


input, select, textarea {
	font: 12px/13px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 2px 1px 2px 0;
	margin: 0;
	border: solid 1px #C0C0C0;
	}

textarea {
	line-height: 18px;
	}

select {
	margin: 0;
	padding: 1px 1px 1px 0;	}

input.radio, input.checkbox, .checkbox input {
	padding: 0;
	border: none;
	margin: 5px 3px 0 1px;
	vertical-align: text-bottom;	}

*.button {
	border:  outset 1px;
	padding: 1px 5px 2px 4px;
	margin: 0;
	background: #ffffff;
	font-weight: bold;
	width: auto;
	overflow: visible;
	}

a.button, a:hover.button {
	text-decoration: none;
	padding: 3px 7px 4px 7px;
	}

.error, .error_big {
	color: #ff0000;
	}

.error_big {
	display: block;
	padding: 2px 10px 2px 25px;
	color: #cc0000;
	border: 1px solid #cc0000;
	background: #fae5e5 url(./../img/img/icons/error.png) no-repeat 5px center;
	}

.oke, .oke_big {
	color: #ff0000;
	}

.oke_big {
	display: block;
	padding: 2px 10px 2px 25px;
	color: #009900;
	border: 1px solid #009900;
	background: #E7F0EA url(./../img/img/icons/oke.png) no-repeat 5px center;
	}

.formtable td {
	padding: 1px 10px 8px 0;
	vertical-align: top;
	}

.formtable td.label {
	width: 120px;
	text-align: left;
	}

.formtable td.input {
	text-align: left;
	padding: 0 0 7px 0;
	}



/* Meldingen */
.error, .error_big {
	color: #ff0000;
	}

.oke, .oke_big {
	color: #669900;
	}

.error_big, .oke_big {
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 26px;
	border: 1px solid #669900;
	background: #f0f5e6 url(./../img/icons/oke.gif) no-repeat 6px 5px;
	}

.error_big {
	border-color: #cc0000;
	color: #cc0000;
	background: #fae6e6 url(./../img/icons/error.gif) no-repeat 6px 6px;
	}



/* Lijsten */
.lijst td {
	border: solid 1px #cccccc;
	padding: 4px 5px;
	}

.lijst td.icon {
	width: 16px;
	padding: 4px;
	}

.lijst td.kop {
	background: #ebebeb;
	font-weight: bold;
	}

.lijst td.kop a {
	text-decoration: none;
	color: #333333;
	padding-right: 12px;
	}



/* list-items */
ul {
	margin: 0 0 0 18px;
	padding: 0;
	}
	
.personen ul {
	margin-left: 0px;
	}
		
.personen li {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
	}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:10px; height:10px; background: #E6E5E5;/*url(../img/colorbox/controls.png) no-repeat 0 0;*/}
    #cboxTopCenter{height:10px; background: #E6E5E5;/*background:url(../img/colorbox/border.png) repeat-x top left;*/}
    #cboxTopRight{width:10px; height:10px; background: #E6E5E5;/*background:url(../img/colorbox/controls.png) no-repeat -36px 0;*/}
    #cboxBottomLeft{width:10px; height:43px; background: #E6E5E5;/*background:url(../img/colorbox/controls.png) no-repeat 0 -32px;*/}
    #cboxBottomCenter{height:43px; background: #E6E5E5;/*background:url(../img/colorbox/border.png) repeat-x bottom left;*/}
    #cboxBottomRight{width:10px; height:43px; background: #E6E5E5;/*background:url(../img/colorbox/controls.png) no-repeat -36px -32px;*/}
    #cboxMiddleLeft{width:10px; background: #E6E5E5;/*background:url(../img/colorbox/controls.png) repeat-y -175px 0;*/}
    #cboxMiddleRight{width:10px; background: #E6E5E5;/*background:url(../img/colorbox/controls.png) repeat-y -211px 0;*/}
    #cboxContent{background:#E6E5E5;}
        #cboxLoadedContent{ background:#000; margin-bottom:10px;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) no-repeat center center; }
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#FFFFFF;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../img/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}




/* +---------------------------------------------------------------------+
// | STYLE REWRITES FOR PRINT-MODE                                       |
// +--------------------------------------------------------------------*/
@media print {
html, body {
	width: auto;
	height: auto;
	}

body {
	background: none;
	color: #000000;
	overflow: visible;
	}

.noprint {
	display: none;
	}
}