@charset "UTF-8";

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #000;
	background-color: #DDD;
	line-height: 17px;
	font-size: 13px;
	height: 100%;
	min-height: 100%;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 7px 0;
}

h4 {
	font-size: 1.1em;
	margin: 0;
}

a {
    color: #0000EE;
    text-decoration: none;
}

a.bookmark {
    text-decoration: none;
    color: #000;
}

a.bookmark:hover {
    text-decoration: none;
}

.color1 {
    color: #000;
}

.color1:hover {
    color: #0000EE;
}

a:hover {
    text-decoration: underline;
}

#pageContainer {
	margin: 0 auto 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 805px;
	min-height: 100%;
	background: #cdff9c/*#afb4b8*/;
}

#header {
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 805px;
	height: 220px;
}

#header #logoHome {
    position: absolute;
    top: 32px;
    right: 9px;
    width: 134px;
    height: 156px;
    border: 0;
    text-decoration: none;
}

#navContainer {
	position: relative;
	width: 805px;
	height: 36px;
	z-index: 1;
}

#navContainer a.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #EAF2E3;
	float: left;
	height: 36px;
	width: 114px;
	text-align: center;
	line-height: 30px;
	background-image: url(../images/buttonBg.jpg);
	background-position: left top;
	text-decoration: none;
}

#navContainer a.button#last {
	float: right;
	width: 115px;
}

#navContainer a.button:hover {
	background-position: left -36px;
	color: #000;
}

#navContainer .subButtonContainer {
	position: absolute;
	top: 36px;
	left: 0;
	width: 177px;
	height: 180px;
	display: none;
	border: 1px solid #000;
}

#navContainer .subButtonContainer#infoContainer {
	width: 177px;
	height: 252px;
}

#navContainer .subButtonContainer#downloadContainer {
	height: 108px;
	left: 230px;
}

#navContainer .subButtonContainer#archiefContainer {
	height: 108px;
	left: 575px;
}

#navContainer .subButtonContainer a.subButton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #EAF2E3;
	float: left;
	height: 36px;
	width: 149px;
	text-align: left;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 30px;
	background-color: #333;
	text-decoration: none;
}

#navContainer a.subButton:hover {
	background-color: #666; 
	color: #000;
}

#navContainer div.spacer {
	float: left;
	height: 36px;
	width: 1px;
	padding: 0;
	margin: 0;
	text-align:center;
	background-image: url(../images/buttonSpacer.jpg);
}

#content {
	position: relative;
	width: 795px;
	padding-top: 5px;
	padding-left: 5px;
}

#news {
	width: 225px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #EEE;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: 15px;
	padding: 5px 5px 15px 15px;
	float: right;
	display: none;
}

#donatuerContainer {
	position: relative;
	width: 500px;
}

#donatuerContainer a.donateur img {
	margin-top: 5px;
	margin-left: 20px;
}

div.archiefHeader {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    background: #a4cd7b;
}

div.archiefHeader div {
    float: left;
    height: 30px;
    width: 85px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
}

div.archiefHeader div.leeg {
    float: left;
    margin-left: 0;
    width: 75px;
}

div.archiefHeader div.vis {
    width: 125px;
}

div.archiefHeader div.vanger {
    width: 270px;
}

div.archiefHeader div.datum {
    width: 85px;
}



div.archiefItem {
    position: relative;
    height: 77px;
    width: 100%;
    margin-top: 20px;
    background: #cdff9c;
}

div.archiefItem:hover {
    background: #a4cd7b;
}

div.archiefItem div.itemImg {
	float: left;
	width: 75px;
	height: 75px;
    margin-top: 1px;
    margin-left: 1px;
    text-align: center;
}

div.archiefItem div.itemImg img {
}

div.archiefItem div {
    float: left;
    height: 50px;
    width: 85px;
    margin-top: 26px;
    margin-left: 10px;
}

div.archiefItem div.vis {
    width: 125px;
    font-weight: bold;
}

div.archiefItem div.vanger {
    width: 270px;
}

div.archiefItem div.datum {
    width: 85px;
}

div#fotoRecord {
    float: right;
	text-align: right;
    width: 400px;
    height: 500px;
}

div.foto {
    float: left;
    width: 77px;
    height: 77px;
    margin: 5px;
    text-align: center;
    border: 0;
}

div.foto img {
    border: 0;
}

div.foto img:hover {
    border: 1px solid #000;
}

.hidden {
	display: none;
	color: #F00;
}
