html, body {
	margin:0;
}
body {
	font:100% Arial;
	background:#633000;
	cursor:default;
	color:#3E230F;
}
#container {
	width:980px;
	margin:0 auto;
}

/* Header */
#header {
	background:url(../images/headerblok2.jpg) bottom no-repeat;
	height:280px;
}

/* Menu */
#menu {
	margin:-65px 0 35px 0;
	text-align:center;
}
#menu a {
	padding:0 20px;
	font-weight:bold;
	color:#522800;
	text-decoration:none;
}
#menu a:hover {
	color:#3E230F;
	text-decoration:underline;
}

/* Inhoud */
#contentbordertop {
	height:27px;
	line-height:27px;
	background:url(../images/contentheader.jpg) center no-repeat;
}
#contentborderbottom {
	height:47px;
	line-height:23px;
	background:url(../images/contentfooter.jpg) top no-repeat;
	font-size:xx-small;
	text-align:center;
	color:black;
}
#content {
	background:url(../images/contentbg.jpg) center repeat-y;
	font-size:small;
	padding:15px 0 15px 28px;
}
#content .border {
	border:solid 1px silver;
	padding:2px;
}
.left {
	width:150px;
}
.right {
	width:590px;
	padding-right:200px;
	float:right;
}
.left strong {
	display:block;
	margin-top:15px;
}
.right p strong:first-letter {
	color:white;
}
h1, h2 {
	font:900 14pt arial;
	color:#522800;
	margin:0;
}
.clear {
	clear:both;
}

/* Algemeen */
a img {
	border:none;
}
a {
	color:#941418;
	text-decoration:none;
}
a:hover {
	color:#522800;
	text-decoration:underline;
}
.spacer {
	overflow:hidden;
	line-height:1px;
	height:1px;
}
.float {
	float:left;
	padding-right:15px;
}
.float2 {
	float:right;
	padding-left:35px;
}
.center {
	text-align:center;
}
.italic {
	font-style:italic;
}
.thumbnail {
	padding:3px;
}
.thumbnail:hover {
	background:silver;
}
p.small {
	font-size:x-small;
	margin:0;
}
