/* ---------------------------------------------------------- */
/* created by Emile Blume - 2005 - www.netcreators.nl */
/* Licht groen : #BDD38A (zijkanten site)
/* Wit         : #FFFFFF
/* Zwart       : #000000
/* Donker grijs: #333333 (algemene kleur van  tekst in site)
/* Donker groen: #819B46 (zoals in header)
/* Donker grijs: #304A4D (kleur van headers in site)
/* Grijs       : #D3DBBE (zoals 'Monum' in header)
/* ---------------------------------------------------------- */
body {
	background: url(../img/bg.gif) #bdd38a center repeat-y;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
 	text-align: center;
}
a {
	text-decoration:none;
}

.contentheading{
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #304a4d;
	font-size: 18px;
	font-weight: bold;
}
.contentpaneopen a{
	color:#BDD38A;
}
.componentheading{
	color: #304a4d;
	font-size: 11px;
	font-weight: bold;
}
.componentheading-bestelform{
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #304a4d;
	font-size: 18px;
	font-weight: bold;
}

.errortext {
	font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; color:#C00000; font-weight: bold;
}
        
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

p {
	color: #333333;
	text-align: left;
}

img {
	border: 0;
}

form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

li {
	list-style: none;
	color: #333333;
	background: transparent;
}

input, select, textarea {
	border: 1px solid #819B46;
	padding-left: 2px;
	font-size: 8pt;
	margin-bottom: 4px;
	width: 200px;
}

ul#options li{
	list-style:none;
	margin-left:-40px;
	
}
ul#options input{
	width:15px;
	padding: 5px;
	height: 10px;
	border:none;	
}

/* ---------------------------------------------------------- */
#frame {
	width: 955px;
	margin: auto;
}

#header {
	background: #FFFFFF url(../img/bg-header.gif) no-repeat bottom;
	width: 955px;
	height: 96px;
}

#left {
	float: left;
	width: 185px;
  text-align: left;
  margin-left: 1px;
}

#center {
	float: left;
	width: 585px;
	text-align: left;
}

#content {
	margin: 20px;
	margin-top: 10px;
}

#content p {
	line-height: 16px;
}

#content a.category {
	padding-bottom: 5px;	
	
}

#content a {
	color: #819B46;
	font-weight: bold;

}

#content a:hover {
	color: #819B46;
	font-weight: bold;
	text-decoration: underline;

}

#content li {
	padding-top: 10px;
	list-style: square;
}

#content h3, #content h2, #content h1 {
	color: #304a4d;
	font-size: 18px;
	font-weight: bold;
}

#content h4, #content h5, #content h6 {
	color: #304a4d;
	font-size: 11px;
	font-weight: bold;
}

#content td {
	height: 20px;
}

#right {
	float: left;
	margin-top: 66px;
	padding-top: 10px;
	width: 180px;
  text-align: left;
}

.checker{
	width: 20px;
	border:0;
}

#right h3, #right h4, #right h5 {
	color: #304a4d;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#right p {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
  padding-top: 2px;
	color: #819b46;
}

#right a {
	color: #333333;
	text-decoration: underline;
}

#right a:hover {
	color: #304a4d;
}

#footer {
	clear: both;
	color: #999999;
	border-top: 1px solid #304a4d;
	margin-top: 16px;
	padding-top: 16px;
	margin: auto;
	width: 545px;
}

label {
	width: 150px;
	margin-right: 10px;
	line-height: 20px;
}

.button {
	background: #819B46;
	border: 1px solid #304A4D;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	width: 120px;
}

.newsboxes {
	padding:5px;
	background: #819B46;
}

.newsboxes .title {
	font-weight: bold;
}

.newsboxes .boxtext {
	color: #FFFFFF;
}

/*--------*/
/* MooFAQ */
/*--------*/

a.box_title {
	display: block;
	text-decoration: none;
	margin-top: 2px;
	padding: 2px;
	padding-left: 2px
	color: #819B46;
}

.information {
	background: #FFFFFF;
	margin-bottom: 2px;
	padding-left: 8px;
	color:#333333;
}