/* Global styles */
body {
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.8em;
}
p {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial Narrow';
	margin-top: 0;
	position: relative;
	left: -1px;
}
th {
	text-align: left;
	padding: 0 2px 0 2px;
}
table.overview td {
	padding: 0 2px 0 2px;
}

textarea, select, input[type="text"], input[type="password"] {
	width: 200px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Verdana, Helvetica;
}
input[type="button"], input[type="submit"] {
	border: 1px solid #000000;
	background-color: #ffffff;
}

img[src="/images/found_true.png"], img[src="/images/found_false.png"] {
	position: relative;
	top: 3px;
}

#mainmenu ul {
	position: absolute;
	display: block;
	top: 20px;
	left: 206px;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainmenu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#mainmenu ul li a {
	float: left;
	color: #867c73;
	text-decoration: none;
	height: 24px;
	padding: 9px 10px 0;
	font-weight: normal;
}
#mainmenu ul li a:hover {
	text-decoration: underline;
}
#mainmenu ul li.current a {
	font-weight: bold;
}

#header {
	background: url(/images/dierkwijt_spacer.png) repeat-x;
	position: absolute;
	top: 20px;
	width: 100%;
	height: 135px;
}

#leftlogo {
	position: relative;
	float: left;
	top: 1px;
	left: 10px;
}
#rightlogo {
	position: relative;
	float: right;
	top: 10px;
	right: 5px;
}

#start_search {
	z-index: 10;
	position: relative;
	float: left;
	width: 40px;
	height: 29px;
	left: 60px;
	top: 55px;
}
#search form input[type="text"] {
	z-index: 10;
	position: relative;
	float: left;
	left: 75px;
	top: 60px;
}
#search form input[type="image"] {
	z-index: 10;
	position: relative;
	float: left;
	left: 80px;
	top: 55px;
}

#logos {
	position: absolute;
	top: 160px;
	left: 0;
	width: 192px;
}
#logos img {
	padding: 5px 60px 0 60px;
}

#content {
	position: absolute;
	top: 160px;
	bottom: 35px;
	left: 192px;
	right: 10px;
	overflow: auto;
	margin: 0;
	padding: 5px;
	padding-left: 23px;
	border-left: 1px #cccccc dotted;
}

#footer {
	background: url(/images/footer.png) repeat-x;
	color: Gray;
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 0.7em;
}
#footer a {
	color: gray;
}

