@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
#main {
	min-height: 600px;
	width: 800px;
	margin: 30px auto;
	position: relative;
}
#separator {
	width: 90%;
	clear: both;
	height: 3px;
	background-color: #FF0000;
}

a {
	color: #666666;
}
/*--------------------------------------------------------------*/
#title {
	letter-spacing: 0.5em;
	font-size: 24px;
	color:#FF66CC;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#title a {
	color:#FF66CC;
	text-decoration: none;
}
/*--------------------------------------------------------------*/
#menu {
	font-size: larger;
	letter-spacing: 1em;
	margin-top: 25px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
#menu ul ul {
	margin: 5px 0 0 45px;;
	list-style: none;
}
#menu ul ul li {
	margin: 0 0 5px 0;
	font-weight: normal;
}
#menu a {
	color: #999;
	text-decoration: none;
}
/*--------------------------------------------------------------*/
#galerie {
	right: 0;
	width: 500px;
	position: absolute;
}
#galerieUitleg {
	position: absolute;
	right: 0;
	top: -15px;
	font-size: 10px;
	width: 500px;
	text-align: right;
}
#galerie div {
	width: 40px;
	float: right;
	margin: 0 0 0 5px;
}
#galerie img {
	width: 40px;
	height: 40px;
	border: none;
	margin-bottom: 5px;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}
#galerie img:hover {
	width: 40px;
	height: 40px;
	border: none;
	margin-bottom: 5px;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
/*--------------------------------------------------------------*/
#footer {
	font-size: 9px;
	width: 800px;
	margin: 5px auto 50px auto;
	text-align: right;
	clear: both;
	border-top: solid 1px #CCC;
	padding-top: 5px;
}
#footer a {
	color: #666;	
}
/*--------------------------------------------------------------*/
#schilderij {
	position: absolute;
	top: 250px;
	width: 100%;
	height: 350px;
	text-align: center;
	/*border: solid 1px #FF0000;*/
}
#schilderij table{
	margin: 0 auto;
}
#schilderij td {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
/*--------------------------------------------------------------*/
#tekst {
	float: right;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: right;
	letter-spacing: 0.15em;
	width: 85%;
	font-size: 14px;
	line-height: 1.7em;
	clear: both;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: right;
}
#dummytekst {
	height: 250px;
}

#nieuws dt {
	font-weight: bold;
}
/*--------------------------------------------------------------*/
#fulltekst {
	float: right;
	text-align: right;
	letter-spacing: 0.15em;
	width: 85%;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: -100px;
	margin-bottom: 30px;
	clear: both;
}

#fulltekst p, #fulltekst dt {
	font-weight: bold;
	margin-top: 30px;
}
/*--------------------------------------------------------------*/
#archief {
	margin: 20px 0 0 300px;
}
#archief p {
	text-align: left;
	margin: 0 0 0 0;
}
/*--------------------------------------------------------------*/
input, textarea {
	width: 400px;
	float: right;
	clear: both;
	border: solid 1px #CCC;
}

.button {
	width: 100px;
}

label {
	display: block;
	text-algin: right;
}
