* {
	-moz-box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: #2A114A;
	overflow: scroll-y;
}

div#container {
	left: 50%;
	margin-left: -395px;
	position: relative;
	width: 790px;
}

a.subnav:hover {
	background-color: #C40004;
}

img.logo {
	margin:20px;
}

div#content {
	background-image: url(../img/body_bg.gif);
	position:relative;
	padding-bottom: 40px;
}

div#content table td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: black;	
}

div#content table td img {
	margin: 5px;
}

/*
div#content {
	overflow-Y: scroll;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: #5A519C;
	scrollbar-face-color: #5A519C;
	scrollbar-highlight-color: #5A519C;
	scrollbar-shadow-color: #5A519C;
	scrollbar-track-color: #A9A4CC;
}
*/
div#footer {
	background-color: #C40004;
	height: 28px;
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
}

div#footer img {
	border:none;
	display: inline;
}

div#header {
	background-image: url(../img/header_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-bottom: 1px solid #ADA8CE;
	height: 94px;
	background-color:white;
	padding-top:20px;
}

div#nav {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right:0;
	z-index: 10;
}

div#nav table {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 8px;
	/*background-image:url(../img/nav_bg.gif);*/
	width:590px;
}

div#nav a {
	color:white;
	text-decoration:none;
}

div#sheader {
	background-color: #2E2282;
	border-bottom: 1px solid #FFFFFF;
	height: 28px;
}

div#sheader div {
	position: absolute;
	right: 0;
	margin-top:-16px;
	z-index: 0;
}

img {
	display: block;
	margin: 0;
	padding: 0;
}

td.big-img {
	border-right: 1px solid #CCC9E1;
}

td.foto-drie {
	border-right: 1px solid #CCC9E1;
}

td.foto-een {
	border-bottom: 1px solid #CCC9E1;
	border-right: 1px solid #CCC9E1;
}

td.foto-twee {
	border-bottom: 1px solid #CCC9E1;
}

h4 {
	color: #2A114A;
}