* {
margin:0px;
padding:0px;
}

html{
	overflow-y: scroll;
}

body{
	margin:0;
	padding:0;
	Color: #000;
	Z-Index: 0;
	font-family:Verdana,Sans-serif;
	font-size:0.8em;
	background-color:#9D090F;
	Background: #9D090F url(/images/bg-body.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
}

img{
	border:0;
}

a{
	text-decoration:undeline;
	color:#000;
}

#maincontainer{
	width:800px;
	height:auto;
	margin:0px auto;
	background:#fff;
	overflow:hidden;
	float:none;
	Background: #fff url(/images/bg-body.gif) center repeat-y;
}

#header{
	padding-left:100px;
	text-align:left;
	width:600px;
	height:224px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#zoek{
	float:left;
	margin-top:164px;
	width:165px;
	height:60px;
	background-color:#A1000F;
	background-image:url(../images/zoek.gif);
	background-repeat:no-repeat;
}

#zoek_button{
	float:left;
	width:37px;
	height:17px;
	margin-top:35px;
	margin-left:10px;
	background-color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height: 12pt;
	color:#D70010;
}

#zoek_button a{
	color:#D70010;
	text-decoration:none;
}

#zoek_button a:hover{
	color:#000000;
	text-decoration:none;
}

#zoek input{
	float:left;
	margin-left:10px;
	border:1px solid #ffffff;
	height:18px;
	font-size:11px;
	width:80px;
	margin-top:30px;
}

#head{
	float:left;
	margin-top:186px;
	margin-left:158px;
	width:277px;
	height:38px;
	background-color:#A1000F;
	font-family:Creampuff;
	color:#ffffff;
	font-size:30px;
	line-height:28pt;
}

#head img{
	width:277px;
}

.kop{
	margin-left:19px;
}


#container{
	min-height:600px;
	width:600px;
	overflow: hidden;
	text-align:left;
	padding-left:10px;
}

.content{
	float:right;
	margin-top:10px;
	width:420px;
	margin-bottom:10px;
}

#left{
	float:left;
	width:90px;
	background-image:url(../images/image_left.gif);
	background-repeat:no-repeat;
}
#right{
	float:right;
	width:90px;
	background-image:url(../images/image_left.gif);
	background-repeat:no-repeat;
}

#menu{
	margin-right:10px;
	float:left;
	width:165px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-image:url(../images/verloop.jpg);
	background-repeat:no-repeat;
	background-color:#A1000F;

}

.mainmenu {
	text-transform:  lowercase;
	height:21px;
	width:165px;
	color:#A1000F;
	background-color:#ffffff;
	margin-bottom:10px;
	padding-top:5px;
	margin-bottom:10px;
	/*line-height:16px;*/
}

.mainmenu  A{
	color:#A1000F;
	text-decoration:none;
}
.mainmenu  A:hover{
	color:#000000;
	text-decoration:none;
}

.mainmenu img{
	margin-right:3px;
	margin-left:8px;
	vertical-align:top;
}

.submenu {
	margin-top:-5px;
	text-transform:  lowercase;
	margin-left:30px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:10px;
}

.submenu  a{
	color:#ffffff;
	text-decoration:none;
}

.submenu  a:hover{
	color:#a69560;
	text-decoration:none;
}

.submenu  a.selected{
	color:#a69560;
	text-decoration:none;
}

table.editor textarea{
	width:500px;

}