﻿* {
	margin: 0;
	padding: 0;
}
body, html {
	background: #BF0000 url(../images/background.gif) top center repeat-x;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #781F1B;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
strong {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
li, ul {
	padding: 0;
	margin-left: 10px;
}
img {
	border: none;
}
.border {
	border: 1px solid #502A5C;
	margin-left: 4px;
}
.borderx {
	border: 1px solid #502A5C;
}
h1 {
	color: #781F1B;
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 5px 0 15px 0;
}
h2 {
	color: #1E4A51;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
/**************************************/
/* Algemeen lay-out */
#container {
	background-attachment: scroll;
	height: auto;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
#header {
	background: url(../images/bg-wrapper.png) top repeat-y;
	height: 134px;
	width: 1000px;
	margin: 0 auto;
}
.flash {
	width: 958px;
	height: 133px;
	padding-left: 21px;
	float: left;
}
.top {
	padding-top: 20px;
	width: 1000px;
	height: 10px;
	margin: 0 auto;
}
#foto {
	padding-right: 20px;
	padding-top: 22px;
	width: 342px;
	float: right;
}
#wrapper {
	background: url(../images/bg-wrapper.png) top center repeat-y;
	min-height: 373px; /* na invullen van content = height: 100%; */;
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}
/**************************************/
#imageleft {
	position: absolute;
	width: 250px;
	float: left;
	padding-top: 36px;
}
#leftkolom {
	width: 250px;
}
#rightkolom {
	float: right;
	padding-top: 20px;
	height: 68px;
	margin: 0;
}
#rightkolom-1 {
	height: 68px;
	margin: 0;
}
#rightkolom-2 {
	background: url(../images/image-right-2.png) top center repeat-y;
	min-height: 19000px;
	width: 102px;
	overflow: hidden;
}
#rightkolom-3 {
	position: inherit;
	float: right;
	padding-right: 56px;
	margin: 0;
}
#content {
	display: inline;
	float: left;
	height: 100%;
	width: 524px;
	padding-left: 250px;
	padding-top: 20px;
}
/**************************************/
/* Menu */
.menu {
	background: url(../images/bg-menu.png) top center repeat-x;
	height: 26px;
	width: 1000px;
	margin: 0 auto;
	padding-left: 2px;
}
.stmenu {
	height: 26px;
	padding-left: 25px;
}
/**************************************/
/* Footer */
#footer {
	background: url(../images/bg-bottom.png) top center no-repeat;
	height: 115px;
	width: 1000px;
	margin: 0 auto;
}
.footertextl {
	float: left;
	padding-left: 35px;
	padding-top: 75px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
.footertextr {
	float: left;
	padding-left: 40px;
	padding-top: 75px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
a.footer {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a.footer:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.disclaimer {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
a.disclaimer:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.lsites {
	color: #FF6262;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
a.lsites:hover {
	color: #FF6262;
	text-decoration: none;
}
a {
	color: #781F1B;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}
a:hover {
	color: #781F1B;
	text-decoration: none;
}
/**************************************/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px;
	right: 5px;
}
#lightbox img {
	border: none;
	clear: both;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url(overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

