body 
{
    margin:0;
    padding:0;
    background: white url(../images/afbeeldingen/BG.gif) fixed repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.container 
{
    width: 1024px;
    position: relative;
    left: 50%;
    margin-left: -512px; /* this has to be the exact half of the width */
}

ul.sidemenu 
{
	padding: 0;
    padding-top: 5px;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	background-image:url(../images/halftransparent.png);
}

ul.sidemenu li 
{
}

ul.sidemenu li a 
{
	text-decoration: none;
	text-align:center;
	display: block;
	width: 237px;
	color: #000000;
	font-weight: bold;
	padding-top:0.25em;
	padding-bottom:0.25em;
}

ul.sidemenu li a:hover 
{
	background-color: #B5A071;
}
ul.sidemenu li a:visited
{
	text-decoration: none;
	text-align:center;
	display: block;
	width: 237px;
	color: #000000;
	font-weight: bold;
	padding-top:0.25em;
	padding-bottom:0.25em;
}
div#div1 
{
  position: absolute;
  top: 0px;
  z-index: 1;
}

div#div2 
{
  position: absolute;
  top: 0px; left: 91px;
  z-index: 3;
}

.bar 
{
    position: absolute;
    width: 237px;
    left: 91px;
    z-index: 2;
    height: 369px;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background: white;
}

.inputfield
{
    width:200px;
}

.error
{
    background: #FFCC99;
}

.normal
{
    background: white
}

.style13 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;color: #AB9F6A;font-weight: bold;}
.style14 {color: #74674B;}
.style15 {font-size: 16px; color: #AB9F6A; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style16 {color: #000000;}
.style18 {font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style19 {color:white;}

ul.merkenmenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
	display: block;
	width: 180px;
	color: #000000;
	padding-top:0.1em;
	padding-bottom:0.1em;
}


ul.merkenmenu li a 
{
	text-decoration: none;
	text-align:left;
	display: block;
	width: 180px;
	color: #000000;
	padding-top:0.1em;
	padding-bottom:0.1em;
	font-size: 11px;
}

ul.merkenmenu li a:hover 
{
	background-color: #B5A071;
}
ul.merkenmenu li a:visited
{
	text-decoration: none;
	text-align:left;
	display: block;
	width: 180px;
	color: #000000;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-size: 11px;
}

.accordion_toggle {
  	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e1dccd;
	/*display: block;*/
	width: 180px;
	padding: 0 10px 0 10px;
	line-height: 20px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	color: #000000;
	border-bottom: 2px solid #ffffff;
	cursor: pointer;
	margin: 0 0 0 0;
	text-align:left;
}

.accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #9e8c5a;
	color: #ffffff;
}

.accordion_content {
	background-color: #ffffff;
	overflow: hidden;
}
	
.accordion_content h2 {
	margin: 5px 0 5px 10px;
}

.accordion_content p {
	line-height: 100%;
	padding: 5px 10px 15px 10px;
}
	
.vertical_accordion_toggle {
	display: block;
	height: 20px;
	width: 10px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 5px 0 5px;
	line-height: 20px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;			
}
 
.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 5px 0 5px 5px;
}

.vertical_accordion_content p {
	line-height: 100%;
	padding: 5px 5px 5px 5px;
}