body {
	font-family: sans-serif;
	font-size: 9pt;
	background-color: #FCF6E6;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: sans-serif;
	font-size: 9pt;
}

a, a:link, a:active, a:hover, a:visited {
	color: black;
}

input, textarea {
	font-family: sans-serif;
	font-size: 9pt;
}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background-image: url(../images/top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #A4A4A4;
}

div.menu {
	position: absolute;
	top: 93px;
	left: 0px;
	width: 100%;
	height: 27px;
}

div.main {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
}

div.left1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	background-color: #C2C2C2;
}

div.left2 {
	position: relative;
	top: 5px;
	left: 5px;
	margin-bottom: 15px;
	width: 140px;
	vertical-align: top;
}

div.right1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	background-color: #C2C2C2;
}

div.right2 {
	position: relative;
	top: 5px;
	left: 5px;
	margin-bottom: 15px;
	width: 140px;
	vertical-align: top;
}

div.content {
	position: absolute;
	top: 10px;
	left: 160px;
	right: 160px;
	vertical-align: top;
	overflow: hidden;
}

.titel, h3 {
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 3px;
	background-color: #5983AF;
	color: white;
	font-size: 11pt;
	margin-bottom: 0px;
}

hr {
	background-color: white;
	color: white;
	height: 1px;
	border: none;
}

li {
	xcolor: #5983AF;
	font-weight: bold;
	list-style-type: square;
}

.small {
	font-size: 7pt;
	color: black;
	font-weight: normal;
}

.titlecell {
	background-color: #C2C2C2;
	padding-left: 5px;
	font-weight: bold;
	height: 20px;
}

td.hl {
	background-color: #E2E0E0;
	padding: 4px;
}

td.bl {
	padding: 4px;
}

th {
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	padding-bottom: 2px;
}

table.table1 {
	background-color: #F3F3F3;
	border: solid #A5ACB2 1px;
}

/******************** buttons menu ************************/
#link-grijs { background-image: url(../images/menu/groot_normal.jpg); }
#link-grijs:hover { background-image: url(../images/menu/groot_pressed.jpg); }
#link-geel { background-image: url(../images/menu/groot_geel_normal.jpg); }
#link-geel:hover { background-image: url(../images/menu/groot_geel_pressed.jpg); }
#link-rood { background-image: url(../images/menu/groot_rood_normal.jpg); }
#link-rood:hover { background-image: url(../images/menu/groot_rood_pressed.jpg); }
#link-groen { background-image: url(../images/menu/groot_groen_normal.jpg); }
#link-groen:hover { background-image: url(../images/menu/groot_groen_pressed.jpg); }
#link-blauw { background-image: url(../images/menu/groot_blauw_normal.jpg); }
#link-blauw:hover { background-image: url(../images/menu/groot_blauw_pressed.jpg); }

.link {
	background-image: url(../images/menu/normal.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
	color: #000000;
	padding-top: 4px;
	padding-left: 30px;
	height: 55px;
	width: 141px;
	border: solid 1px #5C5C5C;
   line-height: 20px;
}

.link:hover{
	background-image: url(../images/menu/pressed.jpg);
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	padding-left: 33px;
	padding-top: 6px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 55px;
	width: 141px;
	border: solid 1px #5C5C5C;
   line-height: 20px;
}
