﻿#pagewrapper {
				width: 930px;
				margin: auto;
}
body {
				padding: 0px;
				margin: 0px;
				background-color: #000000;
				background-image: url('design/bg.png');
				background-position: center top;
				background-repeat: no-repeat;
				font-family: arial, Helvetica, sans-serif;
}
#header {
				background-image: url('design/headerbg.png');
				background-repeat: no-repeat;
				width: 930px;
				height: 395px;
}
#logo {
    float: left;
    width: 140px;
    height: 55px;
    margin-top: 35px;
    margin-left: 40px;
}
#contentwrapper {
				width: 900px;
				margin: auto;
				background-color: #FFFFFF;
}
#toplinks {
				text-align: right;
				margin-right: 30px;
				height: 15px;
				padding: 10px 0px 0px 0px;
				text-transform: uppercase;
				font-size: 10px;
				letter-spacing: 0.1em;
}

#toplinks a, #toplinks a:link {
				color: #666666;
				text-decoration: none;
				margin-right: 8px;
}
#headerimage {
				background-image: url('design/bestrating.jpg');
				background-repeat: no-repeat;
				width: 542px;
				height: 274px;
				float: right;
				margin-top: 65px;
				margin-right: 71px;
}
#footer {
				background-image: url('design/footerbg.png');
				background-repeat: no-repeat;
				width: 900px;
				height: 130px;
				margin: auto;
				color: #CCC;
}
#navigation {
				width: 250px;
				float: left;
				min-height: 200px;
				margin-left: 30px;
				margin-bottom: 15px;
}
#content {
				width: 525px;
				float: left;
				margin-left: 30px;
				margin-bottom:10px;
				font-size: 12px;
				color: #333333;
				line-height: 170%;
}


#content li {
    list-style-image: url('design/li.png');
}


#cleardiv {
				clear: both;
}
H1 {
				margin-top: 0px;
				padding-top: 0px;
				color: #333332;
				font-family: "trebuchet MS";
				font-size: 18px;
				font-variant: normal;
				font-weight: normal;
}

h2 {
				margin-top: 0px;
				padding-top: 0px;
				color: #666;
				font-family: "trebuchet MS";
				font-size: 16px;
				font-variant: normal;
				font-weight: normal;
}

a, a:link {
				color: #333333;
}

#footer2 {
				color: #666666;
				text-align: right;
				font-size: 11px;
				margin-right: 25px;
				margin-top: 10px;
				margin-bottom: 25px;
}
.button {
				background-image: url('design/button.png');
				background-repeat: no-repeat;
				width: 221px;
				height: 29px;
				display: block;
				padding-left: 20px;
				padding-top: 9px;
				color: #FFFFFF;
				font-family: "arial black";
				text-decoration: none;
				font-size: 12px;
				font-weight: normal;
				font-style: normal;
				margin-bottom: 10px;
}
.button:link {
				color: #FFFFFF;
}
.button:hover {
				color: #333333;
}

img {
    border: none;
}

.listmenu ul {
    margin: 0px;
    list-style-type: none;
    width: 222px;
 font-family: "arial black";
   padding: 0px; 
   
}

.listmenu li a {
	background-image: url('design/button.png');
				background-repeat: no-repeat;
				width: 221px;
				height: 29px;
				display: block;
				padding-left: 20px;
				padding-top: 9px;
				color: #FFFFFF;
				font-family: "arial black";
				text-decoration: none;
				font-size: 12px;
				font-weight: normal;
				font-style: normal;
				margin-bottom: 10px;
}

.listmenu li a:hover { 

color: #333;

}
.listmenu a.active { 
background-image: url('design/button.png');
 color: #617616;
}


label
{
  width:25%;
  text-align:left;
  float:left;
}
  
.formulier
{
  border:1pt dotted #666;
  padding:5pt;
  width:35em;
}
  
.row
{
  padding:5pt;
}
