* {
	font-family: tahoma;
	font-size: 11px; 
}

body {
	margin: 0px;
	overflow: auto;
	scrollbar-base-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #ffffff;
	background-color: e6dad2;
	background-image: url("img/background.jpg");
	background-attachment: fixed; 
	margin: 30px; 
}

table {border-collapse: collapse; }
td {vertical-align: top; }

td#header {
	width: 620px;
	height: 120px; 
	background-color: #E6DAD2;
	padding: 0px;
}

td#menu {
	background-color: #C9C3B8; 
	height: 25px;
}
td#menu table {width: 100%; height: 25px; }
td#menu table td {width: 17%; text-align: center; vertical-align: middle; }
td#menu table td.hover {background-color: #7F7F7F; }
td#menu table td.hover a {color: white;}
td#menu a {color: black; font-weight: bold; text-decoration: none; }
td#menu a:hover {color: white; }

td#title {height: 20px; vertical-align: middle; padding: 3px 7px; background-color: #EDEDED; border-bottom: 1px dotted #dddddd;}
td#title table {width: 100%; }
td#title td {font-weight: bold ; }
td#title td.sts {text-align: right; color: #dddddd; }

td#content {
	padding: 7px; 
	background-color: #F0F0F0;
	background-image: url("img/achtergrond.jpg"); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center center; 
	width: 606px;
	text-overflow: hidden; 
}

h1 {font-size: 14px; margin-bottom: 2px; }
h2 {margin: 5px; margin-left: 0px; display: block; }

td#footer {
	background-color: #C9C3B8; 
	text-align: center; 
	line-height: 16px; 
	height: 30px;
}
td#footer table {width: 100%;}
td#footer td {
	vertical-align: middle;
	text-align: center; 
}

td#footer a {color: black; text-decoration: none; }
td#footer a:hover {color: red;}

h1 {font-size: 100%; }

div.extra {background-color: #EAEAEA; padding: 5px; font-style: italic; margin-top: 8px; }

a img {border: 0px; }

input, textarea {width: 100%; border: 1px solid #7F9DB9;}

form {margin: 0px; }

table.thtd {width: 600px; table-layout: fixed;}
table.thtd th {width: 70px; text-align: right; font-weight: normal; }

a {color: black; }
a:hover {color: red; }
