/* CSS Document */
body {
	background-color: #A5B6AD; 
	text-align: center;
	margin: 30 0;
	padding: 20 0;
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

A {text-decoration : none; color : #FFE5A3; font-weight : normal;}
A:hover {text-decoration: underline;}
A:visited {color : #FFE5A3;
}

a.wittelink:link {text-decoration : none; color: #FFFFFF; font-weight : normal;}
a.wittelink:hover {text-decoration: underline; font-weight : normal; color: #FFFFFF;}
a.wittelink:visited {color: #FFFFFF; font-weight : normal;}

.container {
	text-align: left;
	margin: 0 auto;
	width: 780px;
	height: 100%;
	clear: none;
	border: thin solid #FFE5A3;
	background-color: #44534C;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #FFE3A5;
	font-size: 0.8em;
}

.header {
	border-bottom: thin none;
	height: 100px;
	background-repeat: no-repeat;
	width: 780px;
	background-color: #44534C;
	border-top: thin none;
	border-right: thin none;
	border-left: thin none;
	background-image: url(images/logo3.jpg);
}

.hoofdmenu {
	height: 50px;
	border: thin none;
	width: 400px;
	margin-top: 90px;
	margin-left: 130px;
	position: absolute;
}

hr{
	width: 400px;
	height: 1px;
	color: #3b5d8b;
}

.kleinkopje {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #FFE5A3;
	font-size: 1.0em;
	display: inline;

}

.kleinkopje_rechts {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #FFE5A3;
	font-size: 1.0em;
	display: inline-table;
	text-align: right;

}


.kleinkopje_links {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #FFE5A3;
	font-size: 1.0em;
	display: inline-table;
	text-align: left;
}

.kopje {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #FFE5A3;
	font-size: 1.2em;
	display: inline;
}

.linkerkant {
	float: left;
	width: 140px;
	clear: none;
	height: 100%;
	border: none;
	padding-left: 20px;
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

.evenementen {
	float: left;
	width: 120px;
	clear: none;
	height: 100%;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #6e7e77;
	color: #FFFFCC;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: text-top;
}

.evenementen_bovenkant {
	float: left;
	width: 130px;
	clear: none;
	height: 10px;
	border: none;
	background-image: url(images/evenementen_bovenkant.jpg);
	background-repeat: no-repeat;
}

.evenementen_onderkant {
	float: left;
	width: 130px;
	clear: none;
	height: 10px;
	border: none;
	background-image: url(images/evenementen_overkant.jpg);
	background-repeat: no-repeat;
}

.inhoud {
	clear: none;
	float: right;
	height: 100%;
	width: 500px;
	border: none;
	padding-left: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 80px;
	padding-top: 30px;
	}

.content {
	float: left;
	height: 100%;
	width: 780px;
	border: medium none;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat-y;
	padding: 0px 50px 0px 20px;
	background-position: left top;
	margin-right: 0px;
}

.footer{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFE5A3;
	text-align: center;
	clear: both;
	bottom: 100%;
	height: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	width: 780px;
}

/* lightboxcode */
#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; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
