/* HTML */
html, body
{
	height: 100%;	
	margin: 0;
	padding: 0;
}

/* BODY */
body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #000 url('img/pre.png') center center no-repeat;
}

/* WRAPPER */
#wrapper
{
	height: auto !important;
	height: 100%;
	min-height: 100%;	
	width: 910px;
	margin: 0 auto;
	position: relative;
}

/* MENU */
#menu
{
	width: 910px;
	height: 75px;
	visibility: hidden;	
}

/* CONTAINER */
#container
{
	width: 910px;	
}

	#container-left
	{
		width: 838px;
		float: left;
	}
	
	#container-right
	{
		width: 72px;
		height: 351px;
		background: url('img/logo.png');
		float: left;	
	}
	
/* CONTENT */
#content
{
	width: 838px;
	min-height: 604px;
	_height: 604px;	
	position: relative;
}

	.content-item
	{
		width: 389px;
		margin: 20px 0px 20px 20px;
		float: left;
		color: #FFF;
	}
	
	.content-item-wit
	{
		width: 389px;
		margin: 20px 0px 20px 20px;
		float: left;
		color: #000;
		position: absolute;
		bottom: 0;
	}
	
	.content-item-kolom
	{
		width: 798px;
		margin: 20px 0px 20px 20px;
		float: left;
		color: #FFF;
	}
	
	.content-inner
	{
		min-height: 524px;
		height: auto !important;
		height: 524px;
		padding: 20px;
		text-shadow: #000 1px 1px 0px;
	}	
	
	.content-item-wit .content-inner
	{
		min-height: 0;
		height: auto !important;
		height: 0;
		padding: 20px;
		/* background:rgba(255,255,255,0.8); */
		background: white;
		text-shadow: none;
	}
	
	.content-inner strong, .kalender strong
	{
		text-transform: uppercase;
		color: #999966;	
	}
		
	.transparent
	{
		/*IE*/
		/*
		*background:transparent;
		*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		*zoom:1;
		*/

		/*Safari*/
		/*
		background:rgba(0,0,0,0.8);	
		*/
	}
	
	.kalender tr
	{
		/*IE*/
		*background:transparent;
		*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		*zoom:1;

		/*Safari*/
		background:rgba(0,0,0,0.8);
		
		border-bottom: 1px dotted #333;
	}
	
	.kalender td
	{
		padding: 1px 0;	
	}
	
	#fadein, #fadein2
	{
		display: none;	
	}
	
	.photo
	{
		margin-bottom: 4px;	
	}
	
	.thumb
	{
		width: 90px;
		height: 65px;
		border: 6px solid #FFF;	
		margin: 10px;
	}
	
	.hidden
	{
		display: none;	
	}
	
/* HEADLINES */
#scrollup
{
	position: relative;
	overflow: hidden;
	height: 75px;
	width: 349px;
}

.headline
{
	position: absolute;
	top: 110px;
	left: 5px;
	height: 70px;
	width: 349px;
}

.headline a
{
	color: black;	
}

/* FOOTER */
#footer
{
	width: 910px;
	height: 75px;
	background: url('img/gold.png') right top no-repeat;
	cursor: hand;
	cursor: pointer;	
}

/* HR */
.hr
{
	border-top: 1px dotted #FFF;
	margin: 5px 0 13px 0;	
}

.hr2
{
	border-top: 1px dotted #333;
	margin: 5px 0 13px 0;	
}

/* LINKS */
a
{
	color: #FFF;	
	text-decoration: underline;
}

/* CLEAR */
.clear
{
	clear: both;	
}/* GOOGLEMAPS */#googlemaps{	width: 560px;	height: 390px;	margin: 0;	border: none;}/* HEADINGS */h1,h2,h3,h4,h5,h6{	margin: 0;
	padding: 0;	line-height: 1em;
	visibility: hidden;}h1,h2 { font-size: 24px; font-weight: normal; }h3,h4 { font-size: 15px; font-weight: normal; }h5,h6 { font-size: 11px; }h1,h3,h5 { color: #FFF; }h2,h4,h6 { color: #FFF; }
/* FORMULIEREN */form{	margin: 0;	padding: 0;}

input, textarea
{
	width: 250px;	
	background: #000;
	border: 1px dotted #999;
	color: #ccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}

.submit
{
	width: auto;
	color: #FFF;	
}/* TABLE */table{	border-collapse: collapse;}#contactform{	width: 500px;}/* OVERIGE */p, ul, li{	/* voor FCKeditor */	margin-top: 0px;	margin-bottom: 0px;}a img{	border: none;}