/* CSS Document */

body {
	margin: 0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
	background-color: #666666;
	color: #000000;
}

img {
	border: 1px solid #000000;
}
img.noborder {
	border: 0;
}
img.werk {
	margin-right: 30px;
	margin-bottom: 20px;
}

p {
	margin: 0 0 12px 0;
}

/*
 * DIVs
 */
.container {
	background-color: #FFFFFF;
	color: #000000;
	
	width: 950px;
	height: 800px;
	
	position: relative;
	margin: 0 auto 0 auto;
	top: 20px;
}

.header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	
	width: 950px;
	height: 152px;
}
.header_button {
	width: 200px;
	height: 152px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}
.header_menu {
	width: 200px;
	height: 80px;
	
	position: absolute;
	top: 72px;
	left: 750px;
}
.header_text {
	position: absolute;
	top: 50px;
	right: 30px;
	
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
}

.middle {
	height: 600px;
	
	overflow: auto;
}
.middle_left {
	height: 600px;
	width: 679px;
	
	margin-left: 20px;
	overflow: auto;
	
	padding-right: 30px;
	
	float: left;
}
.middle_center {
	height: 600px;
	width: 500px;
	
	position: absolute;
	top: 152px;
	right: 205px;

	overflow: auto;
	padding-right: 30px;

}
.middle_right {
	height: 600px;
	width: 166px;
	
	margin-left: 15px;
	margin-right: 30px;
	overflow: hidden;

	float: left;
}
.right_middle {
	height: 85px;
	width: 130px;

	position: absolute;
	top: 152px;
	right: 43px;
	
}

.werk_block {
	float: left;
}
.werk_text {
	width: 300px;
}

.footer {
	width: 950px;
	
	text-align: right;
	color: #baa997;
}

/*
 * Text markup
 */
a {
	color: #8c1818;
	background-color: inherit;
	text-decoration: underline;
}
a:visited {
	color: #590000;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #8c1818;
	background-color: inherit;
	text-decoration: none;
}
a:active {
	color: #8c1818;
	background-color: inherit;
	text-decoration: underline;
}

a.no_underline {
	text-decoration: none;
}
a.no_underline:visited {
	text-decoration: none;
}
a.no_underline:hover {
	text-decoration: underline;
}
a.no_underline:active {
	text-decoration: none;
}

a.vilarrica {
	color: #baa997;
	background-color: inherit;
}

.kop {
	font-weight: bold;
}

.onderschrift {
	font-size: 11px;
	font-style: italic;
}

.rood {
	color: #8c1818;
	background-color: inherit;
}

.grijs {
	color: #808080;
	background-color: inherit;
}
