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

/* base & reset styles */
html {
	color:#FFFFFF;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	background-color:#666666;
}
li {
	list-style:none;
	list-style-image:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
html a:link, a:visited, a:active, a:hover {
	color:#FFFFFF;
}
/* Custom Styles Containers  -  id's #  - */
#container {
	background-color:#000000;
	/*height:800px;
	min-height:800px;*/
	width:900px;
	margin:0 auto;
	margin-top:10px;
}
#left {
	padding: 33px 33px 0 33px;
	float:left;
	width:254px;
}
#right {
	float:right;
	width:580px;
}
#rightbody {
	float:right;
	width:533px;
	padding:12px 35px 0 12px;
}
#footer {
	top:50px;
	padding: 33px 33px 20px 33px;
	clear:both;
	width:254px;
}
/* Custom Styles txt  -  classes .  -  */
.bodytxt {
	font-size:1.2em;
}
.bodytxt a:link, .bodytxt a:active, .bodytxt a:visited {
	text-decoration:none;
	border-bottom:#FFFFFF thin solid;
	color:#FFFFFF;
}
.bodytxt a:hover {
	border-bottom:#FFFFFF thin dotted;
}
.headertxt {	
	font-size:2em;
	line-height:2em;
	color:#FFFFFF;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:1.6em;
	line-height:1.4em;
}
.footertxt {
	font-size:1.1em;
	line-height:1.6em;
}
/* Custom Styles Images  -  classes .  - */
.bigimg img {
	border-style:solid;
	border-width:12px;
	/*border-top-width:33px;*/
	text-align:center;
}
.bigimg a:link, .bigimg a:visited, .bigimg a:active, .bigimg a:hover {
	color:#FFFFFF;
}
.onzichtbaar { 
	display:none; 
}
