@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
}
p {
padding: 1em 0;
line-height: 1.5em;
}
html, body {
	height: 100%; /* h��l belangrijk */
	font: 1.0em Arial;
	color: #000;
	text-align: center;
	background-image: url(img/bg_body.png);
	background-repeat: repeat-x;
	background-color: eaeaea;
}
#container {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background: #FFF url(img/bg_inhoud.png);
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
#header{
	height:77px;
	font-size:1.3em;
	background: url(img/branding.png) no-repeat center top;
	line-height: 60px;
	border-bottom: 1px solid #555;
}

#title {
	float: right;
	margin: 35px 5px 0 0;
}
#inhoud {
	font: 0.8em Arial;
	color: #000;
	width: 810px;
	
}

#detail{
	height: 600px;
	overflow:scroll;
}

#inhoud table {
	
}

#inhoud td{
	padding-left: 10px;
	vertical-align: top;
}

#footer {
	border-top: 1px solid #555;
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	background: #000000;
	height: 30px;
	font-size:1.3em;
	line-height: 40px;
	text-align:center;
}

.nav li {
	list-style: none;
}

.nav a{
	font: 1.0em Arial;
	color: #000;
	line-height: 25px;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
}



.txt a{
	font: 1.0em Arial;
	color: #000;
	text-decoration: none;
	
}

.txt a:hover {
	text-decoration: underline;
}

.txt {
	font: 1.0em Arial;
	color: #000;
	
	text-decoration: none;
}

.txt:hover {
	text-decoration: underline;
}

.headtxt {
	font: 1.0em Arial;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}



.personal {
	margin: 10px 0 0 0;
	list-style: none;
	font: 0.9em Arial;
	color: #FFF;
	line-height: 25px;
}

hr {
	margin: 10px 0;
	border: 0;
  	width: 80%;
	color: #000;
	background-color: #000;
	height: 2px;
}

.link {
	font: 1.0em Arial;
	
	color: #000;
	text-decoration: underline;
}

.nolink {
	font: 1.0em Arial;
	
	color: #000;
}


.small {
	font-size: 10px;
	font: Arial;
	color: #000;
}

.headtxt2 {
	color: #000;
}

.headtxt2 {
	text-decoration: underline;
}
