*{
maring:0;
padding:0;
border:0;
}
html{
height:100%;
}
body{
font-family:Helvetica;
font-size:12px;
color:#4b4c44;
height:100%;
}
a{
text-decoration:underline;
color:#4b4c44;
}
a:hover{
text-decoration:underline;
color:#ddad27;
font-weight:bold;
}
#menu{
padding:0;
margin:0 0 0 10px;
}
#wrapper{
width:900px;
margin:0 auto;
}
#header{
width:900px;
height:147px;
}
#content{
width:900px;
background:url(../img/content_bg.jpg) repeat-y;
}
#content #left{
width:227px;
background-color:#d6d9d3;
float:left;
height:100%;
}
#content #left .kader{
border:1px solid #a3a798;
width:211px;
margin:6px 6px 6px 6px;
}
#content #left .kader ul{
list-style-type:none;
}

#content #tekst{
width:422px;

padding:10px;
margin:0 2px 0 2px;
float:left;
background-color:#d6d9d3;
}
#content #right{
width:227px;
background-color:#d6d8d3;
float:left;
height:100%;
}
#content #right img{
margin:3px 3px 3px 3px;
}
#content #right .kader{
border:1px solid #a3a798;
width:211px;
margin:6px 6px 6px 6px;
}
#footer{
clear:both;
width:900px;
height:30px;
border-top:1px solid #a3a798;
text-align:center;
margin-top:1px;
}
li.sub{
margin-left:20px;
list-style-type:circle;
}
.form_large {
	background:#fff;
	border:1px solid #ccc;
	border-color:#777 #CCC #CCC #777;
	color:#333;
	font-family: inherit;
	width: 220px;
	padding:2px 4px 2px 6px;
}
.tekstvlak {
	background:#fff;
	border:1px solid #ccc;
	border-color:#777 #CCC #CCC #777;
	color:#333;
	font-family: inherit;
	width: 420px;
	height:70px;
	padding:2px 4px 2px 6px;
}
.submit {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color: #000;
	font-weight:bold;
	padding: 2px 4px;
	margin: 3px 0 3px 0;
	text-align:center;
	background:url(../img/formbg.gif) repeat-x left top;
}