/* If a train station is where the train stops, what is a work station? */

* {margin:0;padding:0}

body {
	padding:0;
	margin:0;
	background:#FFF url('../images/bg.jpg') no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#header {height:160px;width:100%;}

#menu {position:absolute;height:400px;width:180px;padding-top:2px;}

#content {position:absolute;height:auto;width:820px;padding-top:2px;margin-left:180px;}

.navlist {margin-left:20px;}
.navlist li {list-style-type:none;padding-bottom:6px;font-size:11px;}

.navlist a {color:#000;text-decoration:none;}
.navlist a:hover {color:#FFF;background-color: #3fac5b;border:dashed 1px black;}
.navlist a:visited { color: #000;text-decoration:none;}

.img {padding-bottom:4px;}
.img2 {padding-bottom:6px;border:0;}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #aaaaaa #aaaaaa #aaaaaa #aaaaaa;
	border-collapse: collapse;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

h1 {font-size:15px;margin-bottom:10px;font-weight:bold;}

input, select, textarea, button {margin-bottom:4px;padding:2px;}

a {color:#000;text-decoration:underlined;}
a:hover {color:#FFF;background-color: #3fac5b;border:dashed 1px black;text-decoration:none;}
a:visited { color: #000;text-decoration:underlined;}

#zoeken {margin-left:5px;}

#nieuws {position:absolute; margin-top:-50%;}