/* Core CSS Document */

body {
	background-image: url(img/back2.gif);
	background-repeat: repeat;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #000000;}
	
* body {
	scrollbar-face-color: #f8f8f8;
	scrollbar-highlight-color: #f8f8f8;
	scrollbar-shadow-color: #f2f2f2;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #f2f2f2;
	scrollbar-darkshadow-color: #000000;}

a {
	color: #000000;
	text-decoration: none;}
a:hover {
	color: #FF6600;
    text-decoration: underline;}

a.contentlink {
	color: #000000;
	text-decoration: bold;}

a.contentlink:hover{
	color: #000000;
    text-decoration: underline;}

div.container {
    background-image: url(img/back.jpg);
    width: 865px;
    height: 644px;
    margin: 0 auto;
    }

/* Navigatie */
div#home {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -160px;
	width: 45px;
	height: 16px;
}

div#nieuws {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -158px;
	width: 50px;
	height: 16px;
}

div#programma {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -156px;
	width: 80px;
	height: 16px;
}

div#leden {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -154px;
	width: 45px;
	height: 16px;
}

div#foto {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -152px;
	width: 45px;
	height: 16px;
}

div#cd {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -150px;
	width: 22px;
	height: 16px;
}

div#repertoire {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -147px;
	width: 75px;
	height: 16px;
}

div#geschiedenis {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -144px;
	width: 90px;
	height: 16px;
}

div#gastenboek {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -141px;
	width: 83px;
	height: 16px;
}

div#links {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -137px;
	width: 40px;
	height: 16px;
}

div#contact {
	position: relative;
	cursor: pointer;
	left: 48px;
	top: -135px;
	width: 60px;
	height: 16px;
}

div#fotospace {
	position: relative;
	cursor: pointer;
	left: 791px;
	top: 0px;
	width: 41px;
	height: 12px;
}
div#terug {
	position: relative;
/*	background: #F8F8F8; */
    background-image: url(img/terugvlak.gif);
    background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 8px;
	cursor: pointer;
	left: 782px;
	top: 0px;
	width: 54px;
	height: 18px;
}

div#copyright {
	position: relative;
	cursor: pointer;
	left: 731px;
	top: 58px;
	width: 130px;
	height: 26px;
}

/* Content */
div.content {
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	left: 180px;
	top: 203px;
	width: 627px;
	vertical-align: top;
	height: 386px;
	vertical-align: top;
	overflow: auto;
}
div.fotocontent {
/*    background: #F8F8F8; */
    background-image: url(img/fotovlak.gif);
    background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 0px;
/*	position: absolute;
	left: 10px; 
	top: 30px; */
	margin: 0 auto;
	width: 804px;
	vertical-align: top;
	height: 584px;
	overflow: hidden;
/*     z-index: 6; */
}

