/* CSS Document */

/* Basis */
body {
	margin: 0;
	padding: 0;
	background-color: #FC6;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
body,p,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
h6 {
	font-size: 8px;
}
em{
font-style:italic;
}
td{
	vertical-align: top;
}
a:link {
	color: #900;
}
a:visited {
	color: #900;
}
a:focus {
	color: #900;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #600;
}
input {
	color: #600;
}
input:focus {
background-color:#FC6;
}
select {
	color: #600;
}
select:focus {
background-color:#FC6;
}
/* Boven */
#bovenmarge {
	display:none;
	height:40px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
}
html>body #bovenmarge {
	height:39px;
}
#header {
	height:140px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:139px;
}
html>body #header {
	height:139px;
}

/* Menu */

#menu {
	position: absolute;
	left:-9px;
	top:160px;
	width:150px;
	border:0px solid #000;
	margin: 0px;
	padding: 0px;
}

/* Content */

#content {
	clear:both;
	margin-left: 179px;
	margin-right:10px;
	border:0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 181px;
	margin-right:10px;
	width: 580px;
}
html>body #content {
	margin-left: 181px;
	margin-right:10px;
}

/* Onder */

#footer {
	position: static;
	bottom:0px;
	height:80px;
	vertical-align:bottom;
	margin-left:180px;
}

#footer h2 {
	margin-bottom: 0px;
	padding:50px 7px 7px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color: #FFF;
	letter-spacing: 2px;
}
