/* ------------- algemene opmaak ------------*/
html, body {
	height: 100%;
}

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
}

br { 
	letter-spacing: 0px; /* Oplossing IE BUG letterspacing */
}

img {
	border: 0;
	_display: block; /* Jelle's IE6 Image spacing fix */
}

p {
	padding: 0;
	margin: 5px 0 15px 0;
	line-height: 20px;
}

h1 {
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #F8981D;
}

h2 {
	font-size: 16px;
	margin: 0;
}

a {
	color: #F8981D;
	text-decoration: none;
}

a:hover {
	color: #F8981D;
	text-decoration: underline;
}

.clearfix {
	clear: both;
}

#container {
	position: relative;
	min-height: 100%;
	_height: 100%;
	background-image: url(/inc/img/bgflowers.jpg);
	background-repeat: no-repeat;
	background-position: center 400px;
}

#headerContainer {
	height: 296px;
	background-image: url(/inc/img/vain.png);
	background-repeat: no-repeat;
	background-position: center;
}

#leavesfront {
	height: 147px;
	background-image: url(/inc/img/leavesblur.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: -10% 0;
}

#leavesback {
	height: 147px;
	background-image: url(/inc/img/leaves.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 100% 0;
}

#navtop {
	height: 15px;
	background-color: #B80A0F;
}

#navbg {
	height: 66px;
	background-image: url(/inc/img/menurepeat.png);
	background-repeat: repeat-x;
}

#navigation {
	width: 925px;
	height: 34px;
	padding: 0 0 0 35px;
	margin-left: auto;
	margin-right: auto;
}

#navigation ul {
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;
	float: left;
}

#navigation li {
	display: inline-block;
	float: left;
	margin: 0 3px 0 3px;
}

#navigation li a {
	height: 17px;
	padding: 3px 5px 0 5px;
	color: #EEEEEE;
	text-decoration: none;
	/*text-transform: lowercase;
	font-weight: bold;*/
	font-size: 15px;
	float: left;
}

#navigation li a:hover {
	color: #FFFFFF;
}

#navigation ul li.current a {
	color: #B80A0F;
}

#languages {
width: 100px;
/*height: 24px;*/
margin: 0;
padding: 3px 0 0 0;
position: absolute;
right: 0;
top: -34px;
}
	#languages li {
	list-style-type: none;
	float: left;
	}
		#languages li a {
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 15px;
		padding: 5px;
		display: block;
		}
		#languages li a:hover {
		color: #B80A0F;
		}

#contentContainer {
	width: 960px;
	min-height: 750px;
	_height: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -247px;
	position: relative;
}

#content {
	width: 920px;
	min-height: 460px;
	_height: 460px;
	padding: 20px;
}

#footer {
	position: relative;
	height: 30px;
	width: 100%;
	background-color: #FFFFFF;
	margin: -30px 0 0 0;
	float: left;
}

#footer #footernav {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	margin: 0;
	padding: 5px 35px 0 0;
	list-style: none;
	float: right;
}

#footer li {
	display: inline-block;
	float: left;
	margin: 0 3px 0 3px;
}

#footer li a {
	height: 17px;
	padding: 3px 5px 0 5px;
	color: #F98F18;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

#footer li a:hover {
	color: #F98F18;
}

#footer ul li.current a {
	color: #F98F18;
}




/* ------------- formulier velden -----------*/
input.btn {
	background-color: #957156;
	border-left: 1px solid #bba493;
	border-top: 1px solid #bba493;
	border-right: 1px solid #6a5647;
	border-bottom: 1px solid #6a5647;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

input.btn:hover {
	background-color: #b39076;
	border-right: 1px solid #bba493;
	border-bottom: 1px solid #bba493;
	border-left: 1px solid #6a5647;
	border-top: 1px solid #6a5647;
	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: 250px;
}

.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 -*/
