html { -webkit-text-size-adjust:none; }

body{
	background: url(../pic/backgr.jpg) repeat-x;
	background-color: #52514F;
}

.container {
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;			
	width: 1000px;
	min-height: 750px;
}

.header{

}

/* FOTOALBUM */
#fotoalbumindex .titel{
	background-color: #B21FB8;
	width: 98px;
	font-weight: bold;
	padding: 2px;
	border-bottom: solid 1px #FFF;
}
#fotoalbumindex .titel a{
	color: #FFF;
}
#fotoalbumindex .imagekader{
	width: 98px;
	height: 78px;
	overflow: hidden;
	border: solid 2px #B21FB8;
}
#fotoalbumindex .imagekader img{
	width: 120px;
	margin-left: -10px;
}

#aanbodfotos .imagekader{
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	border: solid 2px #B21FB8;
	width: 98px;
	height: 78px;
	overflow: hidden;
}
#aanbodfotos .imagekader img{
	width: 120px;
	margin-left: -10px;
}


#maincontainer{
	position: absolute;
	margin-top: 600px;
	background: url(../pic/kader_backgr.png);
	padding: 20px;
	width: 446px;
	margin-left: 20px;
	opacity:0;filter:alpha(opacity=0);
	z-index: 99;
}

.afbeelding{
	position: absolute;
	opacity:0;filter:alpha(opacity=0);
	background: url(../pic/wij.png);
	width: 1000px;
	height: 748px;	
}
.afbeeldingblur{
	position: absolute;
	opacity:0;filter:alpha(opacity=0);
	background: url(../pic/wij_blur.png);
	width: 1000px;
	height: 748px;
}

.counter{
	position: absolute;
	background: url(../pic/counter.png);
	width: 221px;
	height: 104px;
	margin-top: 157px;
	padding-top: 54px;
	text-align: center;
}
.counter img{
	margin-right: 1px;
}

.daggasten{
	position: absolute;
	right: 0px;	
	margin-top: 95px;
	opacity:0;filter:alpha(opacity=0);
	cursor: pointer;
	z-index: 99;
}

.avondgasten{
	position: absolute;
	right: 0px;	
	margin-top: 189px;
	opacity:0;filter:alpha(opacity=0);
	cursor: pointer;
	z-index: 99;
}

.copyright{
	position: absolute;
	right: 0px;
	margin-top: 438px;
}

/* SUBPAGINA NAVIGATIE: */
#subpaginanavigatie{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 8px;
}
#subpaginanavigatie a{
	padding: 2px;
	padding-left: 5px;
	padding-right: 3px;
	background-color: #CCC;
	margin-right: 3px;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;			
}
#subpaginanavigatie a:hover{
	background-color: #999999;	
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
}
#subpaginanavigatie span{
	padding: 2px;
	padding-left: 5px;
	padding-right: 3px;
	background-color: #999999;
	margin-right: 3px;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
}
#subpaginanavigatie .leftright{
	background-color: #065299;
}


/* HET VERHAAL */
.hetverhaal{
	position: absolute;
	margin-top: 100px;
	width: 970px;
	height: 800px;
	overflow: hidden;
}
.hetverhaal #backgr{
	position: absolute;
	width: 970px;
	height: 800px;
	background: url(../pic/hetverhaal_backgr.jpg) no-repeat;
	margin-top: 800px;
}
#persoon1{
	position: absolute;
	opacity:0.0;filter:alpha(opacity=0);
}
#persoon2{
	position: absolute;
	opacity:0.0;filter:alpha(opacity=0);
}
#item1{
	position: absolute;
	opacity:0.0;filter:alpha(opacity=0);
}
#item2{
	position: absolute;
	opacity:0.0;filter:alpha(opacity=0);
}
#item3{
	position: absolute;
	opacity:0.0;filter:alpha(opacity=0);
}
.hetverhaal .load{
	display: none;
}
.pauze{
	background-color: #B21FB8;
	color: #FFF;
	padding: 3px;
	text-decoration: none;
	color: #FFF;
	margin-right: 5px;
}
.pauze:hover{
	background-color: #79157E;
	text-decoration: none;
	color: #FFF;
}
.opnieuw{
	background-color: #B21FB8;
	color: #FFF;
	padding: 3px;
	text-decoration: none;
	color: #FFF;
	margin-right: 5px;
}
.opnieuw:hover{
	background-color: #79157E;
	text-decoration: none;
	color: #FFF;
}

.tijdbalk{
	margin-top: 10px;
	width: 440px;
	height: 10px;
	background-color: #CCC;
	overflow: hidden;
}
.tijdbalk .balk{
	position: absolute;
	width: 0px;
	height: 10px;
	background-color: #B21FB8;
}