﻿/**********************************************/
/************** LAYOUT ALGEMEEN ***************/
/**********************************************/
#container {
	margin: 0px;
	width: 982px;
	position: relative;
}
#topMenu {
	background-image: url('headerBackground.png');
	background-repeat: no-repeat;
	padding: 60px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	width: 960px;
	height: 140px;
	display: block;
}
.leftMenu {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 250px;
	float: left;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-align: left;
}
.content {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: block;
	float: right;
	width: 708px;
}
#footer {
	margin: 10px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	width: 980px;
	text-align: center;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
/**********************************************/
/************** LAYOUT ELEMENTEN **************/
/**********************************************/
.leftMenuHeader {
	width: 100%;
	height: 35px;
	padding-top: 5px;
	background-image: url('leftMenuBackground.png');
}
.leftMenuHeader a {
	color: white;
	text-decoration: none;
}
.contentHeader {
	width: 100%;
	height: 35px;
	padding-top: 5px;
	background-image: url('contentBackground.png');
}
.mainContent {
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
}
.topInfo {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	text-align: left;
	padding: 0px 10px 10px 5px;
	margin: 0px 0px 10px 0px;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #808080;
}
.bottomInfo {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	text-align: left;
	padding: 5px 10px 10px 5px;
	margin: 10px 0px 0px 0px;
	border-style: dotted none none none;
	border-width: 1px;
	border-color: #808080;
}

/**********************************************/
/*************** NAVIGATION MENU **************/
/**********************************************/
ul.topnav {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.topnav li {
	text-align: left;
	/*text-indent: 12px;*/
	background-image: url('bullet.gif');
	background-repeat: no-repeat;
	padding: 2px 0px 2px 12px;
	margin: 0px;
	background-position: 0 4px;
	vertical-align: top;
}
.topnav li:hover {
	background-image: url('bullet_black.gif');
}
.topnav li ul {
	list-style-type: none;
}
.topnav li a:link, .topnav li a:visited {
	color: black;
	text-decoration: none;
}
li.here last {
	background-image: url('bullet_black.gif');
	color: gray;
	text-decoration: underline;
}
