body,html {
	margin:0;
	padding:0;
}

body {
	min-width:900px;
}

body,td,th,input,textarea {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
}

#wrapper {
	background-image: url(../images/midden1010x1.gif);
	background-repeat: repeat-y;
	margin:0 auto;
	width:1010px;
}

#header {
	width: 1010px;
	height: 129px;
	background: url(../images/boven1010x129.gif);
	background-repeat: no-repeat;
}

#header #logo {
	float: left;
	margin-left: 8px;
	margin-top: 18px;
}

#header #aanmelden {
	float: right;
	font-weight: bold;
	width: 460px;
	height: 30px;
	margin-top: 28px;
	margin-right: 52px;
}

#header #aanmelden .knop {
	padding-top: 7px;
	padding-left: 4px;
	width: 30px;
	height: 28px;
	background: url(../images/knop-normaal30x28.gif);
	background-repeat: no-repeat;
}

#header #aanmelden .knop a {
	color:#000;
	text-decoration: none;
}

#header #aanmelden .knop a:hover {
	color:#FFF;
	text-decoration: none;
}

#header #aanmelden .input {
	margin-top: 5px;
	width: 185px;
	height: 15px;
	border: 1px solid #333;
	font-size: 12px;
	font-family: Arial;
	color:#333;
}

#footer {
	height: 42px;
	width: 1010px;
	background: url(../images/onder1010x47.gif);
	background-repeat: no-repeat;
}

#footer .tekst {
	color: #000000;
	font-size: 10px;
	padding-top: 12px;
	text-align: center;
}

#footer .tekst a{
	color: #000000;
	text-decoration: underline;
}

#footer .tekst a:hover {
	color:#333;
}

#linkerkolom {
	font-size: 12px;
	float: left;
	width: 106px;
	height: 100%;
	margin-top: -2px;
	margin-left: 20px;
	font-weight: bold;
}

#linkerkolom .knop-normaal {
	padding-top: 7px;
	padding-left: 8px;
	width: 92px;
	height: 28px;
	background: url(../images/knop-normaal92x28.gif);
	background-repeat: no-repeat;
}

#linkerkolom .knop-in {
	padding-top: 7px;
	padding-left: 8px;
	width: 92px;
	height: 28px;
	background: url(../images/knop-in92x28.gif);
	background-repeat: no-repeat;
}

#linkerkolom a {
	color: #000;
}

#linkerkolom a:hover {
	color:#FFF;
	text-decoration: none;
}

#linkerkolom .selected {
	color:#FFF;
}

#content {
	width: 830px;
	min-height: 480px;
	overflow: hidden;
}

#content #tekstvak {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 280px;
}

.clear {
	width: 100%;
	clear: both;
}

.links {
	float: left;
}

.rechts {
	float: right;
}