/* CSS Document */
* {
	margin:0;
	padding:0;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	text-align: center;
}

ul {
	list-style: inside;
	list-style-type: none;
	padding: 0 0 4px 16px;
}
	
body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;	
}

#wrapper {
	width: 776px;
	height:100%;
	margin:0 auto 0 auto;
	background-color:#369;
	padding: 0;
}
	
#inhoud {
	background-color: #369;
	width: 776px;
	height: auto;
	text-align:left;
}

#footer {
	background-color: #FFF;
	color: #000;
	height: 63px;
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	clear: both;
}

#footer a:hover {
	color: #369;
}

h1 {
	font-size: 16px;
	color: #369;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	letter-spacing: 1px;
	display: block;
	padding: 8px 0 8px 16px;
}

h2 {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	padding: 8px 0 8px 16px;
}

h3 {font-size: 14px;
	padding-bottom: 6px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-top: 1px dotted #999;
	padding: 8px 0 4px 0;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

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

a:active {
	text-decoration: underline;
	color: #000;
}

.img {
	float: right;
	margin: 0 15px 0 0;
}

.indent {
	position: absolute;
	left: 250px;
}
.table {
	width: 500px;
	padding: 0 0 4px 15px;
	background-color:#69C;
	margin-bottom:4px;
	float: left;
}

.table td {
	text-align: left;
	width: 250px;
	height:10px;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 110%;
	vertical-align: middle;
}

.table tr:hover{
	background-color: #FFF;
}

.table th{
	background-color: #69C;
	text-align:left;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	padding: 4px 0 2px 0;
}

.table th:hover {
	background-color: #69C;
	color: #369;
}

.valid {
	height:31px;
	width:88px;
	border:0;
	padding-top: 2px;
}

#list {
clear: both;
}

.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 16px;
	margin: 0 0 5px 16px;
	font-size: 110%;
}

.box_title {
	font-size: 14px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-top: 1px dotted #999;
	padding: 8px 0 4px 16px;
	background: url(../img/arrow.png) no-repeat 5px 10px;
}
	
.title_small {
	font-size: 12px
}	

.box_title:hover {
	background: url(../img/arrow_down.png) no-repeat 5px 10px;
}