/* ------------- algemene opmaak ------------*/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(/inc/img/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #cededb;
	color: #333;
}

td {
	color: #333;	
}

/* Oplossing IE BUG letterspacing */
br { 
	letter-spacing: 0px;
}

img {
	border: 0;
}

a {
	color: #564c3a;
	text-decoration: none;
}

a:hover {
	color: #00513C;
	text-decoration: underline;
}

.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px;
}

/* ------------- globale opmaak ------------ */
#container {
	width: 960px;
	margin: auto;
	background-color:#FFF;
}

#header { 
	height: 112px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 16px;
	left: 170px;
	width: 299px;
	height: 76px;
}
#header #pictures {
	position: absolute;
	top: 9px;
	right: 0px;
	width: 	268px;
	height: 96px;
}

/* -------------- navigatie -----------------*/
#navigation {
	background-color: #FFF;	
	/* font-family:"Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
}
#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation li a {
	text-decoration: none;	
}
/* Hoofdnavigatie */
#navigation #mainNavigation {
	height: 20px;
	background-color: #00513c;
}
#navigation #mainNavigation li {
	height: 17px;
	padding: 3px 10px 0px 10px;
}
#navigation #mainNavigation li a {
	color: #ebf1ef;
	text-transform: capitalize;
	font-weight: bold;
}
/* Geselecteerde */
#navigation #mainNavigation li.selected {
	position: relative;
	background-color: #ccdcd8;
	border-top: 1px solid #00513c;
	border-left: 1px solid #00513c;
	border-right: 1px solid #00513c;
	margin-top: -2px;
	padding: 4px 10px 0px 10px;
}
#navigation #mainNavigation li.selected a {
	color: #00513c;	
}
/* Pipeline scheiding */
#navigation #mainNavigation li.seperator {
	color: #FFF;
	font-weight: bold;
}

/* Subnavigatie */
#navigation #subNavigation {
	height: 27px;
	background-image: url(/inc/img/subnavigation_bg.png);
}
#navigation #subNavigation li {
	padding: 3px 6px 0px 7px;	
}
#navigation #subNavigation li a {
	color: #00513c;
	font-size: 11px;
	font-family: Verdana;
	letter-spacing: 0px;
}

#navigation #subNavigation li a:hover {
	color: #000;
}

#navigation #subNavigation li.selected a {
	color: #000;
}

/* Pipeline scheiding */
#navigation #subNavigation li.seperator {
	font-weight: normal;
	font-size: 10px;
	color: #00513C;
}

/* ------------- formulier velden -----------*/
input.btn {
	background-color: #6b9d8e;
	border-left: 1px solid #d2e1dc;
	border-top: 1px solid #d2e1dc;
	border-right: 1px solid #00513c;
	border-bottom: 1px solid #00513c;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

input.btn:hover {
	background-color: #c0d5d0;
	border-right: 1px solid #d2e1dc;
	border-bottom: 1px solid #d2e1dc;
	border-left: 1px solid #00513c;
	border-top: 1px solid #00513c;
	color: #ffffff;
}

input.textbox {
	border-color: #BBBBBB #EEEEEE #EEEEEE #BBBBBB;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 200px;
}

textarea.textarea {
	border-color: #BBBBBB #EEEEEE #EEEEEE #BBBBBB;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 200px;
}

.loginerror {
	color: #c00c00;
}

/* ------------- einde formulier velden ------- */

/* ------------- filedownload in tinymce -------*/

a.WA_fileupload.pdf {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.doc, a.WA_fileupload.docx {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_word.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.xls, a.WA_fileupload.xlsx {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_excel.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.ppt, a.WA_fileupload.pptx {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_powerpoint.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.txt {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_text.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.zip, a.WA_fileupload.rar {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_compressed.png);
	background-repeat: no-repeat;
	display: inline-block;
}

/* ------------- einde filedownload in tinymce -*/

/* Footer */
.footer {
	background-color: #F3F7F6;	
	color: #666;
	margin-top: 8px;
	padding: 4px 15px 4px 15px;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a {
	color: #666666;	
}

.footer ul {
	margin: 2px 0 2px 0;
}

.footer li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
}