a img {border: none;}

html, body {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    background: white;
    font: 62.5% Arial, Verdana, sans-serif;
}

body {
	width: 785px;
	margin: 0 auto 0 auto;
	height: 100%; /* IE... */
	background-image: url(afbeeldingen/achtergrond.png);
	background-repeat: repeat-y;
	background-position: left top;
	border: solid black;
	border-width: 0 1px 0 1px;
	position: relative;
}

html > body { /* IE... */
	height: auto;
	min-height: 100%;
}

#wrapper {
	background: url('afbeeldingen/header.png') left top no-repeat;
	padding-top: 195px;
}

#content {
	width: 413px;
	margin-left: 185px;
	font-size: 1.2em;
	padding-bottom: 7em;
}

#sidebarL {
    width: 167px;
    float: left;
}

#sidebarL ul, #sidebarL li  {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebarL ul {
    padding-left: 8px;
    margin-bottom: 10px;
}


#thumbs	{
	width: 415px;
	margin: 0px auto;
	padding-top: 0px;
	padding-left: 7px;
	padding-bottom: 10px;
}

.thumb	{
	background: url(afbeeldingen/frame.jpg) center center no-repeat;
	float: left;
	text-align: center;
	width: 128px;
	height: 148px;
	border-right: 5px solid #fff;
	margin: 0px auto 20px auto;
	cursor: pointer;
}

.thumbNoBg	{
	background: none !important;
}

.thumb img	{
	margin: 15px auto 10px auto;
	cursor: pointer;
}

#controls	{
	clear: left;
	text-align: center;
	padding-top: 30px;
}

#controls a	{
	margin: 2px;
	text-decoration: none;
	color: #1b5494;
}

#controls span	{
	margin: 2px;
}

#startLink	{
	padding-left: 8px;
	padding-right: 5px;
	background: url(afbeeldingen/arrow_left.jpg) left center no-repeat;
}

#endLink	{
	padding-right: 8px;
	padding-left: 5px;
	background: url(afbeeldingen/arrow_right.jpg) right center no-repeat;
}

#vorige	{
	padding-right: 5px;
}

#volgende	{
	padding-left: 5px;
}

#pagePos	{
	position: relative;
	z-index: 999;
	margin: 20px auto -25px auto;
	text-align: center;
}

#downloadLink,
#previewName,
.thumb span	{
	font-weight: bold;
	color: #666;
}

#popinContainer	{
	display: none;
}

#popinMask	{
	background-color: #093156;
	opacity: 0.3;
}

#popin,
#popinMask	{
	position: absolute;
	top: 0;
	left: 0;
	height: 1525px;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

#holder	{
	margin: 204px auto;
	background-color: #fff;
	width: 500px;
	height: auto;
}

#closepopin	{
	padding: 5px 8px 4px 5px;
	background: url(afbeeldingen/cross.jpg) center center no-repeat;
}

#downloadLink,
#closepopin	{
	line-height: 30px;
	text-align: left;
	cursor: pointer;
}

#downloadLink	{
	margin: 0px 370px 0px 1px;
}

#holder img	{
	width: 480px;
	margin: 0 auto;
}

#previewName	{
	line-height: 20px;
}


#sidebarL li a {
    padding-left: 34px;
    color: white;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
    height: 27px;
    line-height: 1.6em;
    background: url(afbeeldingen/bullet.png) left top no-repeat;
	color: #009ee0;
}

#sidebarL li a:hover {
	background-image: url(afbeeldingen/bullet_hover.png);
	color: #b01822;
}

#sidebarL img, #sidebarR img {
    display: block;
}

#sidebarR {
	width: 135px;
	float: right;
	padding: 0 15px 0 15px;
	color: #00519e;
	font-style: italic;
	font-size: 1.2em;
}

#sidebarR p a {
	color: #b01822;
	text-decoration: none;
}

#content p {
    margin-top: 0;
}

#content a, #footer a {
 color: #00519e;
 text-decoration: none;
 font-weight: bold;
}

#content h1 {
	font-size: 1.7em;
	margin-top: 0;
}

#content h2 {
	font-size: 1.4em;
	margin-top: 1em;
}

#content h2 small {
	font-size: 0.9em; /* IE... */
}

#content table {
	margin-bottom: 2em;
}

#content td {
	border-top: 1px solid #ccc;
	vertical-align: top;
}

#content table#aanmeldform td {
	border: none;
}

.mandatory {color:red;margin-right: 3px;font-size:16px;}
input, textarea{border:1px solid #999;}

#wrapper #footer {
	width: 413px;
	position: absolute;
	bottom: 0;
	left: 185px;
	font-size: 1.2em;
}

#wrapper #footer hr {
	width: 50%;
	margin-bottom: 1em;
}

#wrapper #footer p {
	margin: 0.5em 0 0.5em 0;
}
