﻿/* CSS layout */
#left_col {
	border: 4px solid #FFFFFF;
	background-position: center top;
	width: 157px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	height: 850px;
	background-color: #251E1D;
	background-image: url('images/left.jpg');
	padding-left: .px;
}
#page_content {
	margin-left: 200px;
	height: 800px;
	width: 700px;
}
#container {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
}
#content {
	padding-top: 400px;
}
#nav {
	width: 180px;
	height: 180px;
	margin-top: 450px;
	border-style: none;
	text-align: left;
}
#nav ul {
	list-style-type: none;
	width: 80%;
	padding: 0px;
	float: left;
}
#nav li {
}
#nav a {
	background-image: url('images/BUTTON.jpg');
	background-repeat: no-repeat;
	background-position: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-top: 5px;
	margin-left: .px;
	width: 120px;
	padding-left: 25px;
}
td_2 {
	padding-left: 65px;
}
td_1 {
	padding-left: 65px;
}
#sub {
}
.doel {
	border-right: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	background-color: #251E1D;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: small;
	color: #FFFFFF;
	padding-left: 55px;
	background-image: url('images/hand.jpg');
}
#top {
	height: 300px;
	background-color: #251E1D;
	border: 0px none #FFFFFF;
}
#subleft {
	float: right;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: small;
	color: #FFFFFF;
	height: 542px;
	background-color: #251E1D;
	border-style: solid solid solid none;
	border-width: 4px;
	border-color: #FFFFFF;
	padding: 40px 15px 40px 40px;
	width: 630px;
}
.h1 {
	font-family: Verdana, Arial, Georgia;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
}
.im {
	border-top-style: solid;
	border-width: 4px;
	border-color: #FFFFFF;
}
.imwit {
	border: 1px dotted #FFFFFF;
	padding: 10px;
}

