/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

#inhoudtd {
	background-color:#FFFFFF;
	width:433px;
	vertical-align:top;
	border:1px solid black;	
}

#inhoud {
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	color:#83756e;
	line-height:16px;
	margin: 16px;
}

h1 {
	font-family:"Trebuchet MS", Verdana;
	font-size:15px;
	color:#83756e;
}

img {
	border:none;
}

#logos img {
	margin: 5px;
}

a	{	
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:hover, a:focus {
	text-decoration:none;
}

.selectbox {
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	width: 150px;
	height:16px;
	border: 1px solid #83756e;
	margin-bottom: 10px;
	color:#83756e;
} 

option {
	height: 16px;
	color:#83756e;
}

.submit {
	display:block;
	height:16px;
	text-align:center;
	text-decoration:none;
	border:1px solid #83756e;
	background-color:#000000;
	color: #ffffff;
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	font-weight:bold;
	width:150px;
	letter-spacing:0,5em;
}