/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,td,th{margin:0;padding:0;border:0;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-face-color: #e7e7e5;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #e7e7e5;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #e7e7e5;
	scrollbar-track-color: #e7e7e5;
}

/* below you can change background and font for all site */
body{font:10px verdana, georgia;margin:20px 0;background:url('img/designNQbg.jpg') repeat-x; background-color:#e7e7e5;}
h1{display:none;color:#5e5e5e;font-size:1px;}
.clear{font-size:11px;margin-left:7px;}

/* MAIN PAGE: head, body and global container */
#container{width:800px;padding:2px;margin:0 auto;border:1px solid #5e5e5e;background:#fff;}
#head{width:800px;height:152px;margin:0 auto 10px;background:url('img/designNQ_02.jpg') no-repeat;border-bottom:0px solid #ccc;}
#body{width:800px;margin:0 auto;padding:0;background:url('img/designNQ_04.jpg') repeat-y;}
#body .content{float:left;width:580px;margin-left:0px;}
#body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* FOOTER */
#foot{width:800px;height:10px;margin:0px auto 0;border-top:1px solid #ccc;}
#foot .powered{float:right;text-align:center;}
#foot .powered a{font:10px tahoma;color:#5e5e5e;}

/* MENU LEFT */
#menu2{float:left;width:185px;margin:0 23 0 2px;padding:0;list-style:none;border-top:0px solid #c9c4b9;}
#menu2 li{text-align:left;border-bottom:1px solid #c9c4b9;}
#menu2 a{font-size:11px;font-weight:bold;display:block;color:#5e5e5e;padding:4px 4px 4px 4px;text-transform:none;background:transperant;}
#menu2 a:hover{background:transperant;text-decoration:underline;}
#menu2 a.selected{background:transperant;}

/* MENU TOP */
#menu1{float:right;padding:147px 5px 0 0;}
#menu1 a{display:block;float:left;border:0;margin-left:10px;font-weight:bold;font-size:9px;text-decoration:none;text-transform:uppercase;color:#5e5e5e;}
#menu1 a:hover{border-bottom:1px solid #5e5e5e;}
#menu1 a.selected{border-bottom:1px solid #5e5e5e;}

/* PAGE DETAILS - name, description */
#pageShow{padding:0px 0px 0px 17px;}
/* menu naam op het tekst gedeelte*/
#pageShow h2{font-size:11px;color:#5e5e5e;text-transform:normal;float:left;font-weight:normal;margin-left:7px;}
/*breadcrum (deze wordt ook niet gebruikt)*/
#pageShow h3{margin-bottom:10px;font-weight:normal;font-size:8px;color:#1b16dd;margin:5px 0 5px 5px;margin-left:7px;}
#pageShow h3 a{color:#1b16dd;text-transform:normal;}
#pageShow .txt{font-size:11px;margin-left:7px;}

/* PAGE DETAILS - photo */
#pagePho{float:right;}
#pagePho img{border:2px solid #e7e7e7;margin:2px;}

/* PAGE DETAILS - sub pages list - under description */
#pageSubList{margin:10px 0 0;}
#pageSubList .l{padding:5px 0 10px;border-top:1px solid #dfdfdf;}
#pageSubList .l h2{font-size:11px;}
#pageSubList .l h2 a{color:#ff9000;font-weight:normal;}
#pageSubList .l p{font-size:10px;margin:2px 0 0 10px;}
#pageSubList .l img{float:left;margin:0 5px 3px 0;}

/* PAGE DETAILS - files list */
#pageFil{margin:10px 0;}
#pageFil td{font-size:10px;padding:5px 0 4px 5px;}
#pageFil p{font-size:10px;color:#b6b6b6;}

/* global link styles */
a{text-decoration:none;}
a:link{color:#505050;}
a:visited{color:#505050;}
a:active{color:#505050;} 
a:hover{color:#505050;text-decoration:underline;}

/* MESSAGE - error and confirm messages styles */
#message{text-align:center;}
#error, #ok{font-size:14px;font-weight:bold;line-height:2em;padding:100px 0;}
#error a, #ok a{font-size:11px;font-weight:normal;color:#000;}
#error{color:red;}
#ok{color:green;}

/* OTHER - styles from html editor */
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

/* BACK link style */
#back{font-size:10px;padding:20px 20px 10px 0;text-align:right;}
#back a{color:#b6b6b6;}
/* nieuwsbrief*/
#nieuwsbrief{font-size:11px;margin-left:7px;}


/* global form styles */
.input, select, textarea{border:1px solid;border-color:#b6b6b6;font:11px verdana;}