html, body, form
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body 
{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454031;
}
#wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	width: 1000px;
	height: 135px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#navigatie
{
	width: 1000px;
	height: 37px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
#topmenu {
    padding-top: 10px;
}
#topmenu a {
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
	color: #fff;
}
#topmenu a:hover, #topmenu a.active {
	color: #000;
}
#content
{
	background-color: #f5f5f3;
	/*background-image:url(../images/logo.jpg);*/
	background-repeat: no-repeat;
	border: 1px solid #dad9d6;
	padding: 15px 20px 10px 20px;
	min-height: 600px;
	overflow: hidden;
}
#navigation {
    float: right;
    width: 220px;
    margin-left: 20px;
    min-height: 600px;
}
#navigation h3 {
    padding: 5px;
    border-bottom: 2px solid #000;
}
#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation li {
    padding: 5px;
    border-bottom: 1px solid #eee;
}
#navigation ul ul li {
    padding-left: 25px;
}
#navigation li.active {
    font-weight: bold;
}
#navigation a {
    color: #666;
    text-decoration: none;
}
#navigation a:hover {
    text-decoration: underline;
}
#footer
{
	width: 1000px;
	height: 37px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
.footertekst_links
{
	color: #FFF;
	/*width: 210px;*/
	padding: 10px 0px 0px 25px;
	float: left;
}
.footertekst_rechts
{
	color: #FFF;
	/*width: 140px;*/
	padding: 10px 25px 0px 25px;
	float: right;
}
a:link
{
	color: #a87f1b;
	text-decoration:none;
}
a:hover
{
	color: #a87f1b;
	text-decoration:underline;
}
a:active
{
	color: #a87f1b;
	text-decoration:none;
}
a:visited
{
	color: #a87f1b;
	text-decoration:underline;
}
a.wit:link
{
	color: #FFF;
	text-decoration:underline;
}
a.wit:hover
{
	color: #FFF;
	text-decoration:none;
}
a.wit:active
{
	color: #FFF;
	text-decoration:underline;
}
a.wit:visited
{
	color: #FFF;
	text-decoration:underline;
}
h1
{
	font-size: 20px;
	color: #630708;
}
h2
{
	font-size: 18px;
	color: #796a2f;
}
a.active {
    color: #000;
}

/*HOMEPAGINA - WITTE BLOKKEN*/
.blok
{
	background-color: #FFFFFF;
	border: 1px solid #e6e1ce;
	width: 305px;
	height: 163px;
	float: left;
	margin-right: 12px;
}
.inside
{
	background-color: #faf9f6;
	border-top: 2px solid #b9a460;
	border-bottom: 2px solid #b9a460;
	width: 289px;
	height: 136px;
	margin: 11px 10px 10px 8px;
}

/* CONTACT FORM */

#contactform {
    width: 460px;
    float: left;
}

#contactform input {
    width: 200px;
}

#contactform span {
    width: 205px;
    display: block;
    float: left;
}

#contactform input.button {
    width: 80px;
}

#contactform textarea {
    width: 420px;
}

#contactform .right {
    margin-left: 14px;
}

#contactcontent {
    width: 460px;
    float: right;
}

.label {
    width: 150px;
    display: block;
    float: left;
}
