html {
	height: 100%;
}
html * {
	font-family: verdana, sans serif;
	color: #5c1900;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	line-height: 12pt;
}

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

.hidden {
	display: none;
}

#maincontainer {
	position: relative;
	width: 774px;
	margin: auto;
	margin-top: 18px;
	margin-bottom: 10px;
}

#headerimage {
	position: relative;
	width: 559px;
	height: 193px;
	background-image: url('images/headerimage.jpg');
	margin-right: 18px;
	float: left;
}

#logo {
	position: relative;
	width: 193px;
	height: 193px;
	background-image: url('images/artikel7_logo.png');
	margin: 0px;
	margin-left: 577px;
	cursor: pointer;
	cursor: hand;
}

#clear {
	width: 770px;
	height: 18px;
	clear: both;
}

#content {
	position: relative;
	width: 559px;
	float: left;
}

.contenttop {
	position: relative;
	height: 47px;
	width: 559px;
	background-image: url('images/contenttop.png');
}

.maincontent {
	position: relative;
	background-image: url('images/content_background.png');
	background-repeat: repeat-y;
	min-height: 500px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	height: 100%;
}

.maincontent img {
	border: 1px solid #5c1900;
	float: left;
	margin: 10px;
}

.contentbottom {
	position: relative;
	height: 84px;
	width: 559px;
	background-image: url('images/contentbottom.png');
}

#sidebarcontainer {
	position: relative;
	width: 193px;
	margin-top: 0px;
	margin-left: 577px;
	padding: 0px;
}

.menutop {
	position: relative;
	height: 47px;
	width: 193px;
	background-image: url('images/menutop.png');
}

.menucontent {
	position: relative;
	background-image: url('images/menu_background.png');
	padding-left: 30px;
	padding-right: 30px;
	height: 1202px;
}

.menubottom {
	position: relative;
	height: 46px;
	width: 193px;
	background-image: url('images/menubottom.png');
}

.maincontent h1 {
	font-size: 10pt;
	margin-bottom: 4px;
}

.maincontent h1 a {
	font-size: 10pt;
	text-decoration: none;
	color: #5c1900;
}

span.contentdata a,
span.contentdata {
	font-size: 8pt;
	color: #d3937b;
	text-decoration: none;
}

div.contentdata {
	padding-bottom: 6px;
	margin-bottom: 20px;
}

.contentdivider {
	width: 100%;
	height: 1px;
	background-image: url('images/contentdivider.png');
	margin-top: 4px;
	background-repeat: repeat-x;
}

.menudivider {
	width: 100%;
	height: 1px;
	background-image: url('images/menudivider.png');
	margin-top: 4px;
	background-repeat: repeat-x;
}

.commentdivider {
	width: 100%;
	height: 1px;
	background-image: url('images/commentdivider.png');
	margin-top: 4px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

a {
	color: #f2b04a;
	/* text-decoration: none; */
}

div.contentlinks,
div.contentlinks a {
	font-size: 8pt;
	color: #f2b04a;
	/* text-decoration: none; */
}

div.contentlinks {
	width: 100%;
	text-align: right;
	margin-top: 12px;
}

p.readmore {
	text-align: right;
	margin-top: 12px;
}

.menucontent *,
.menucontent dd a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

.menucontent dt {
	margin-top: 40px;
	margin-bottom: 8px;
}

.menucontent dt {
	padding-bottom: 2px;
	margin-bottom: 8px;
}

.itemcomment p {
	font-style: italic;
}

.itemcomment {
	margin-left: 20px;
}

.reacties h2 {
	font-size: 9pt;
	margin-bottom: 10px;
}

span.label {
	position: relative;
	float: left;
	width: 140px;
}

span.commentformfield {
	position: relative;
}

textarea {
	border: 1px solid #5c1900;
	background-image: url('images/textarea_background.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

div.comments {
	margin-bottom: 20px;
}

input.formfield {
	height: 14px;
	border: 1px solid #5c1900;
	background-image: url('images/formfield_background.png');
	color: #5c1900;
	font-weight: normal;
	padding-left: 1px;
	margin-bottom: 1px;
	width: 250px;
}

textarea.formfield {
	width: 250px;
}

.commentformfield {
}

input.searchformfield {
	height: 14px;
	border: 1px solid #5c1900;
	font-weight: normal;
	color: #5c1900;
	width: 108px;
	background-image: url('images/formfield_background.png');
}

.formbutton {
	height: 16px;
	width: 16px;
	border: 0px;
	background-image: url('images/submitbutton.png');
	padding: 0px;
	margin: 0px;
}

.commentformbutton {
	border: 0px solid #5c1900;
	height: 16px;
	width: 120px;
	background-image: url('images/formbutton_background.png');
	padding: 0px;
	margin: 0px;
}

.formbutton * {
	margin-top: 0px;
	margin-bottom: 2px;
}

div.clearitem {
	width: 100%;
	height: 14px;
	clear: both;
}

div.prev {
	width: 50%;
	float: left;
}

div.next {
	width: 50%;
	text-align: right;
	float: left;
}

