/* 1280x800 */

/* Standaard opmaak voor dingen waar geen divs op zitten */
body 
{
	/*background-image:url("foto/klat3bg.jpg");#810910*/
	background-color:#740a0e;
	font-size: 14px;
}
.cal td{
	background:#F00;
	font-size:12px;
}
.cal{
	border-style:hidden;
	cursor:pointer;
}
.caldag{
	font-size: 14px;
}
H1 { font-style: italic }

.cur_title{
	font-size:20px;
}

.slide{
	background-image:url(foto/slideshow.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:517px;
	margin-left:870px;
	width:250px;
	height:250px;
}
.slideshow { 
	height: 242px; 
	width: 232px;

}
.slideshow img { 
	margin-top:20px;
	margin-left:15px;
	padding:0px; 
	width:200px;
	height:200px;
	border: 0px solid #ccc; 
	background-color: #eee; 
}

.hitcounter{
	position:absolute;
	margin-top:460px;
	margin-left:868px;
	background-image:url(foto/hitcounter.png);
	background-repeat:no-repeat;
	height:60px;
	width:250px;
}
.hitcountercontent{
	margin-left:20px;
	margin-top:20px;
	color:#FFF;
}

.linker_gordijn{
	position:absolute;
	background-image:url("foto/gordijn_rechts.jpg");
	background-repeat:no-repeat;
	width:250px;
	height:890px;
	margin-left:-8px;
	margin-top:-7px;
}

.rechter_gordijn{
	position:absolute;
	background-image:url("foto/gordijn_links.jpg");
	background-repeat:no-repeat;
	width:200px;
	height:890px;
	margin-left:1058px;
	margin-top:-7px;
}
.logo{
	position:absolute;
	background-image:url("foto/logo.png");
	background-repeat:no-repeat;
	width:250px;
	height:168px;
	margin-left:1000px;
}
.logo_tekst{
	position:absolute;
	background-image:url("foto/titel.png");
	background-repeat:no-repeat;
	width:700px;
	height:168px;
	margin-left:273px;
	margin-top:20px;
}

a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
/*       DIVS GEDEELTE     */  
.content{
    position:absolute;
	height:670px;
	width:630px;
	margin-left:260px;
	margin-right:450px;
	margin-top:178px;
}

#content{
	width:550px;
	margin-left:15px;
	margin-right:10px;
	margin-top:0px;
	color:#FFF;
}
#content table{
	color:#FFF;
}
.content_header
{
	background-image:url("foto/header.png");
	background-repeat:no-repeat;
    height:28px;
	width:650px;
}
.content_midden
{
	background-image:url("foto/midden.png");
	background-repeat:repeat-y; 
	width:650px;
}

.content_einde
{
	background-image:url("foto/einde.png");
	background-repeat:no-repeat;
	width:650px;
	height:48px;
}
.aankomendeevents{
	position:absolute;
	margin-left:870px;
	margin-top:175px;
	height:290px;
	width:250px;
	color:#FFF;
	background-image:url("foto/events.png");
	background-repeat:no-repeat;
}
.aankomendeventscontent{
	margin-left:12px;
	margin-top: 15px;
	width:220px;
}
.aankomendeevents H3{
	color:#FFF;
	font: bold 22px Arial, sans-serif; 
	list-style:none;
	list-style-image:url(foto/event.png);
	list-style-position:inside;
}
.aankomendeevents ul{
	
	color:#FFF;
	font: 11px Arial, sans-serif; 
	list-style:none;
	list-style-image:url(foto/event.png);
	list-style-position:inside;
}

.foto-text a:link, a:visited, a:hover{
	color:#000;
}

.contactlinks a:link, a:visited, a:hover{
	text-decoration: none;
	color:#FFF;
}

/* einde noscripts en contactpagina links*/

/*	MENU	*/

/*menu posite*/

#nav{
	float:left; 
	margin-top: 210px;
	margin-left:120px;
	width:1px;
}
/*menu style*/
#nav ul, ul#nav li {
	list-style: none;
	float: left;
	width: 120px;

}
/*sub menu*/
#nav ul  {
	position:relative;
	width: 120px;
	display:none;
	position:static;
	margin-left:20px;
}
/*sub menu zichtbaar maaken*/
#nav li:hover ul, #nav li.ie_does_hover ul, ul ul li {
display:block;
}
/* link style*/
#nav a, ul#nav a, ul#nav ul a:link, ul ul a:visited, ul#nav ul a:hover, ul#nav ul a:active{
	padding: 6px; display: block; 
	font: bold 11px Arial, sans-serif; 
	text-decoration: none; 
	height: 15px;
	color:#FFF
}
/* laaten zien waar we zijn*/
ul#nav a:hover,ul#nav li a:hover,ul#nav li a.iehover{ 
background: #BBB; 
color: #FFF; 
} 

