

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	height:100%;
	padding: 0px
}

body {
	background-color: #d6d6d6;
	margin: 0px;
	padding: 0px;
	height:100%;
	table-layout:center;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	left:auto;
	right:auto
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#336699;
	font-weight:100;
	display: block;
	padding-top:20px;
	text-align:left;
}

h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336699;
	font-weight:bold;
	padding-top:0px;
}

h5{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	display: block;
	padding-top:0px;
	padding-bottom:0px;	
}

h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	font-weight:bold;
	padding-top:0px;
}

img {
	border-color: #393939;
}

form {
	padding: 0px;
	margin: 0px
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}

hr {
	height:1px;
	color:#CCCCCC;
	margin-bottom:10px;
	margin-top:10px;
}

/*lay-out*/

.bodycontainer {
	position: relative;
	background-color: #ffffff;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 760px;
	line-height:16px;
	min-height: 100%;
}

.header{
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 190px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat
}

.navcontainer {
	background-color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	position: absolute;
	z-index: 12;
	left: 0px;
	top:190px;
	width: 220px;
	text-align:right;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

.contentcontainer {
	background-color: #ffffff;
	position: absolute;
	z-index: 13;
	left: 250px;
	top:190px;
	width: 510px;
	text-align:left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.content {
	z-index: 13;
	text-align:left;
	padding-right: 20px;
	padding-bottom: 20px;	
	padding-left: 0px;
	text-align:justify;
	height:100%;
}
.contentsmalllinks {
	left:0px;
	padding-bottom:20px;
	z-index: 13;
	text-align:left;
	width: 235px;
	padding-right: 20px;
}

.contentsmallrechts {
	top:0px;
	padding-bottom:20px;
	left:255px;
	z-index: 13;
	text-align:left;
	width: 235px;
	padding-right: 20px;
}

.footer {
	position: relative;
	z-index: 14;
	text-align:left;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	background-image:url(../images/dunnestreep.gif);
	background-repeat: no-repeat;
	font-size:9px;
	color:#9e9e9e;
	width:510px;
	height:100%;

}

.streep {
	position: relative;
	height:8px;
	background-image:url(../images/streep.gif);
	background-repeat: no-repeat;
}

.bg {
	position:inherit;
	height:100%;

}

.navigation {
	left: 0px;
	padding-right: 15px;
}

.members {
	height:95px;
	background-image:url(../images/zwartvlak.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-top:10px;
	top:auto;
}

.link{
	font-size:18px;
	height:25px;
	background-image:url(../images/plusstreep.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#333333;
	padding-top:10px;
}

.linkwit{
	text-decoration: none;
	font-size:18px;
	color:#ffffff;
	height:25px;
	padding-right:15px;
	padding-top:10px
}

.sublink{
	font-size:12px;
	letter-spacing:1,5em;
	height:20px;
}	

/*links*/	
	
a:link, a:active, a:visited {
	color: #336699;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

a.link:link, a.link:visited {
	text-decoration: none;
	color:#333333;
}

a.link:hover {
	text-decoration: none;
	color:#ffcc33;
}

a.link2:link, a.link2:visited, a.link2:hover{
	text-decoration: none;
	color:#ffcc33;
}

a.sublink:link, a.sublink:visited{
	text-decoration: none;
	color:#999999;
}

a.sublink:hover {
	text-decoration: none;
	color:#333333;
}

a.sublink2:link, a.sublink2:visited, a.sublink2:hover{
	text-decoration: none;
	color:#333333;
}

a.legallink:link, a.legallink:visited {
	font-size: 9px;
	text-decoration: none;
	color:#999999;
}

a.legallink:hover {
	font-size: 9px;
	text-decoration: none;
	color:#333333;
}
