﻿body {
	margin : 0;
	padding : 0;
	font-size : 70%;
	font-family : verdana;
	width : 100%;
	height : 100%;
}

frame {
	border: 0;
	margin:0;
	padding:0;
}

a {
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #d64921;
}

a:hover {
	text-decoration : underline;
	color : #ff7100;
}

li a {
	font-weight : normal;
}

/*** logoframe ***********************************************************************/

table.header {
	margin : 0;
	padding : 0;
	background : url("images/headerAchtergrond.gif") top left repeat-x;
	width : 100%;
	height : 76px;
}

table.header tr td {
	margin : 0;
	padding : 0;
	height : 76px;
	background : url("images/headerSitenaam.gif") top left no-repeat;
}


/*** LeftFrame **************************************************/

ul.leftframe {
	margin : 0 0 1em 0;
	padding : 0;
	text-indent : 0;
	list-style : none;
	width : 180px;
}

ul.leftframe li {
	margin : 0;
	padding : 0;
	display : block;
}

ul.leftframe li a {
	margin : 0;
	padding : 4px 0 4px 20px;
	display : block;
	background : #e7e7e7 url("images/sidebarSubUit.gif") left center no-repeat;
	width : 180px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 160px;
}

ul.leftframe li a.select, 
ul.leftframe li a:hover {
	text-decoration : none;
	background : #d6d7d6 url("images/sidebarSubAan.gif") left center no-repeat;
}

span.header1 {
	margin : 0;
	padding : 0;
	font-size : 14px;
	font-weight : bold;
	font-family : arial,"sans-serif";
	letter-spacing : 1px;
	color : #505;
	position : absolute;
	left : 7px;
	top : 106px;
}

span.header2 {
	margin : 0;
	padding : 0;
	font-size : 14px;
	font-weight : bold;
	font-family : arial,"sans-serif";
	letter-spacing : 1px;
	color : #fff;
	position : absolute;
	left : 6px;
	top : 105px;
}

span.subheader {
	margin : 0;
	padding : 0;
	font-size : 11px;
	font-family : arial,"sans-serif";
	letter-spacing : 1px;
	color : #fff;
	position : absolute;
	left : 8px;
	top : 125px;
}
div.leftframe {
	margin : 0 0 1em 0;
	padding : 0;
	position : relative;
	width : 180px;
	height : 145px;
}

/*** Footer *************************************************************************************/

table.footer {
	width : 100%;
	height : 20px;
}

table.footer tr td {
	margin : 0;
	padding : 4px 10px;
	color : #fff;
}

table.footer tr td a,
table.footer tr td a:hover { 
	font-weight : normal;
	color : #fff;
}

table.footer tr td.links {
	text-align : right;
}

table.footer tr td.links ul {
	margin : 0;
	padding : 0;
	text-indent : 0;
	list-style : none;
}

table.footer tr td.links ul li {
	margin : 0 0 0 1em;
	display : inline;
}

table.footer tr td.links ul li a,
table.footer tr td.links ul li a:hover {
	padding : 4px 0;
	color : #fff;
}


