
body {
	margin:0;
	padding:0;
	color:#333;
	background-color: #f4dec3;
	background-color: #ffcc8f;
	text-align:center;
	font: x-small Arial;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
} 
html>body {font-size: small;}


/* definitions applying to the container block */

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2em;
	background: #fff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background:#fff repeat-y;
}

.template_standard_sidebar #container,
.template_homepage #container  {
	background:#fff repeat-y;
}

/*  */

#header {
	background: #8f6827  url(../images/header.jpg) 0px 32px  no-repeat;
	padding: 0 0px 0 0px;
	margin: 0;
	text-align: left;
	line-height: 55px;
	height: 113px;
	width: 1000px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	border-bottom: 1px solid #ccc;
}


#content1,
#content {
    background: #fff;
	padding: 0;
	margin: 30px 40px 30px 230px;
	font-size: 100%;
	font-size: 94%;
	line-height: 20px;
	text-align: left;
	height : 640px;	/* this is treated as min-height in IE6 */
	border: 0px solid #f00;
}

#content1{
	margin: 15px 0 0 230px;
	width: 540px;
	border: 0px solid #f00;
}


html > body #content,
html > body #content1 {	/* this selector is valid in Mozilla and overrules the previous rule */
	height: auto;
	min-height: 640px;
}

#content1 #paragraphs div {
	margin: 0 0 0 0;
	border: 0px solid red;
	clear: right;
}

html > body #content1 #paragraphs div {/* this selector is valid in Mozilla and IE7 and overrules the previous rule */
	clear: none;
	overflow: auto;
}


#footer {
	background-color: #fcac4b;
	font-size: 94%;
	clear: both;
	padding: 4px 4px 4px 20px;
	margin-top: 20px;
	color: #000;
	border-top:0px solid #ccc;
}


/* SIDEBAR AAN DE RECHTERKANT */
#sidebar_right {
	display: block;
	float: right;
	width: 150px;
	margin: 0;
	padding: 00;
	margin: 10px 6px 0 0;
}

#sidebar_right li.selected {
	background-color: #000;
}

#sidebar_right li.selected a {
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

/* this rule corrects padding-top in mozilla */
div#container > div#sidebar_right {
	padding: 0px 10px;
}

/* hide the breadcrumbs div */
div#breadcrumbs {
	display: none;
}


/* CONTENT */

h1 {
	font-size: 140%;
	margin: 0.5em 0 1em 0;
	color: #334d55;
}

h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 1.6em 0 0.6em 0;
	border-bottom: 1px solid #ccc;
}

#content1 h2  {
	clear:right;

}

html > body #content1 h2  {
	clear:none;
}

h3 {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 100%;
	font-style: normal;
}

h5 {
	font-size: 100%;
	font-style: normal;
}


.leftboxnieuws {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
}

dt {
	clear: left;
	padding: 0px;
	color: #657683;
	font-weight: normal;
	font-size: 140%;
}

dd {
	padding-left: 0px;
	margin: 0 0 20px 0;
}

#news {
	padding-top: 10px;
}

#news dt a:link {
	color: #A5BF10;
	border: none;
}

#news dt a:hover {
	color: #000;
	border: none;
}

#faq dt {
	background-repeat: no-repeat;
	background-position: 0 5px;
	clear: left;
	padding-left: 15px;
	color: #657683;
	font-weight: bold;
	margin-bottom: 15px;
}
		
#faq dd {
	padding-left: 15px;
	margin: 0 0 20px 0;
}

#content a:link, #content a:visited,
#content1 a:link, #content1 a:visited,
#sidebar_right a:link, #sidebar_right a:visited {
	color: #069;
	text-decoration: none;
}

#content a:hover, #content a:active,
#content1 a:hover, #content1 a:active,
#sidebar_right a:hover, #sidebar_right a:active  {
	color: #000;
	text-decoration: underline;
}



#footer a:link, #footer a:visited {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.newsdate {
	margin-left: 10px;
	color: #7D909D;
	font-size: 80%;
}


/* FORMULIER */

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
	color: #000;
	width: 300px;
	border: 1px solid #999;
}

#buttonSearch  {
	width: auto;
}
	
textarea {
	color: #000;
	width: 300px;
	border: 1px solid #999;
}

select {
	color: #000;
}

fieldset {
	background: #f4dec3;
	border: none;
	padding: 10px 10px 15px 10px;
	margin: 0 0 10px 0;
}

fieldset div  {
	margin: 0 0  3px 0;
}

legend {
	background: #fcac4b;
	padding: 1px 5px;
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

label {
	float: left;
	width: 30%;
	margin-right: 0.5em;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

button {
	background: #bb8228;
	padding: 2px 4px;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	border: none;
	margin-left: 5px;
	border: 1px solid #666;
}

/* FOTOPAGINA */

.box {
	float: left;
	width: 30%;
	border: 1px solid #E3E4E4;
	margin: 6px;
	text-align: center;
}

.box h2 {
	background: #F1F3F4;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px 10px;
}

.box p {
	border-top: 1px solid #E3E4E4;
	font-size: 90%;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 5px 10px;
}


/* DIVERSEN */

.hide {display: none;}

.clearer {clear: left; line-height: 0; height: 0;}
.clearer2 {clear: right; height: 0; padding: 0; margin: 0; }
.block { display: block;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.quote {
	width: 40%;
	text-align: left;
	float: right;
	font-size: 140%;
	font-style: italic;
	color: #97A5B1;
	margin: 5px;
	padding: 10px;
}

abbr {
	color: #7A0001;
}

acronym {
	color: #7A0001;
}

code {
	color: #7A0001;
}

hr {
}

p  {
}

#content ul li, #content1 ul li {

}

#content ul.plain {
	list-style-type: disc;
	margin-left: 40px;
	padding: auto;
}

#content ul.plain li {
	font-size: normal;
	font-weight: normal;
	background-image: none;
	color: #000;
	margin: 0;
	padding: 0;
}

#content ol {
	margin-left: 30px;
	padding-left: 0;
}

#content ol li {
	font-size: 100%;
	background-image: none;
	margin: 0;
	padding: 0;
}

.leftbox {float: left; margin: 10px;}

#sidebar_right .leftbox  {
	margin:0 0 1em 0;
	float:none;
}

.rightbox {float: right; margin: 10px;}

img {border: none;}

.leftfront {
	float: left;
	margin: 0;
	padding: 0;
}

.rightfront {
	margin: 0;
	margin-left: 260px;
	padding: 0;
}

/* image alignment */

.leftbox {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}

.rightbox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
}

.centerbox {
	display: block;
	margin: 5px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

dl {
	margin: 0 0 0 0;
	padding: 0;
}

dt {
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 14px;
}

dd {
	margin: 0;
	margin: 0 0 20px 0;
	padding: 0 0 0 14px;
}

.imageright { 
	float:right; margin-left: 10px; margin-bottom: 5px;
	}