@charset "utf-8";

/************************/
/*Indeling van de pagina*/
/************************/
body {
	background-image: url(images/bgpat.gif);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
}

#logo {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: inline;
}

table {
	font-family:Tahoma, Geneva, sans-serif;
}

#container {
	width: 900px;
	border: 1px solid #000;
	position: relative;
	margin: auto;
}

#header {
	height: 50px;
	clear: left;
	text-align:center;
	vertical-align:middle;
}

#middle {
	background-color: #DDF;
	color: #006;
	float:left;
}

#leftcol {
	background-color: #DDF;
	color: #006;
	width: 150px;
/*	min-height: 400px;*/
	clear: left;
	float: left;
}

#content {
	background-color: #006;
	color:#CCC;
	width: 730px;
	float: left;
	min-height: 400px;
	padding: 10px;
/*	overflow-x: none;
	overflow-y: auto;*/
}

#footer {
	height: 50px;
	clear: left;
}

/*******************************/
/* Herdefinieren van HTML-tags */
/*******************************/

a {
	text-decoration: none;
}

a:hover {
	font-weight:bold;
}

#leftcol a {
	color:#006;
}

#content a {
	color:#CCC;
}

li.nav1 {
	background-image: url(images/triangle7.png);
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left:-30px;
}

li.nav2 {
	background-image: url(images/triangle5.png);
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: -15px;
	font-size:80%;
}

tr {
	vertical-align:top;
}

/*****************/
/* Eigen stijlen */
/*****************/

.title {
	font-weight:bold;
	font-size:110%;
}
