@charset "utf-8";
/* CSS Document */
/* 
blue green  #3b90b0;
diep paars #5d4f6e;
licht roze #bfadd7;
oude wit: dfdfdd!!!!!!!
"wit" #c0c0c0;
"zwart" #111111;
*/

body{
	background-color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#1A171B;
}

#load_container{
	position:relative;
	margin:0 auto;
	width:550px;
	height:400px;
	text-align:center;
	background-image:url(../img/assets/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#main_container{
	position:relative;
	width:950px;
	height:905px;
	top:0px;
	left:0px;
	margin:0 auto;
	overflow:hidden;
	display:none;
}

/*header*/
#header{
	width:260px;
	top:120px;
	left:30px;
	height:925px;
	position:absolute;
	z-index:2;
	overflow:hidden;
	}
	
#header_notification{
	width:260px;
	height:25px;
	position:absolute;
	top:30px;
	left:370px;
	z-index:3;
	overflow:hidden;
	color:#E2007A;
}

#go_home{
	width:497px;
	height:235px;
	position:absolute;
	top:80px;
	left:0px;
	cursor:pointer;
	z-index:50;
	text-align:center;
	color:#E2007A;
	}

/*menu*/

#site_menu{
	width:260px;
	height:780px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:51;
	}
	
div.navigation_div{
	position:absolute;
	float:left;
	cursor:pointer;
	height:138px;
	width:260px;
	left:0px;
	background-color:#ffffff;
	overflow:hidden;
	vertical-align:top;
	z-index:51;
	}

div.standard_menu, div.active_menu{
	position:absolute;
	left:0px;
	top:0px;
}

div.active_menu{
	z-index:52;
}

#menu1{
	top:0px;
}
#menu2{
	top:138px;
}
#menu3{
	top:276px;
}
#menu4{
	top:414px;
}
#menu5{
	top:552px;
}
#div_contact{
	position:absolute;
	left:15px;
	top:710px;
}

a,a.a:visited{
	color:#999;
	text-decoration:underline;
}
a.a:hover{
	color:#ed008e;
	text-decoration:none;
}

a.a_black,a.a_black:visited{
	color:#000000;
	text-decoration:none;
}
a.a_black:hover{
	color:#ed008e;
	text-decoration:none;
}
a.a_pink,a.a_pink:visited{
	color:#E2007A;
	font-weight:bold;
	text-decoration:none;
}
a.a_pink:hover{
	color:#1A171B;
}


/*content*/
#content{
	position:absolute;
	width:690px;
	height:660px;
	top:0px;
	left:260px;
	z-index:2;
}
#inner_content_menu{
	position:absolute;
	overflow:hidden;
	top:30px;
	left:0px;
	width:690px;
	height:380px;
}	
#inner_content{
	width:590px;
	height:500px;
	position:absolute;
	top:380px;
	left:92px;
	overflow:hidden;
}

#inner_content.loading, #inner_content_menu.loading{
	background-image:url(../img/assets/loading.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:60px;
	height:60px;
	top:17px;
}

div.header_txt{
	position:absolute;
	top:0px;
	left:60px;
	width:590px;
	text-align:justify;
	font-size:11px;
}

h1{
	margin:0 0;
	font-size:18px;
	font-weight:bold;
	color:#ed008e;
	text-align:right;
}

#credits{
	position:absolute;
	left:0px;
	top:-40px;
	z-index:6;
	text-align:right;
	width:220px;
	overflow:hidden;
	height:20px;
	z-index:1;
	display:none;
	
}

/*gallery*/
#thumb_container{
	width:585px;
	position:relative;
	top:10px;
	float:left;	
	padding-left:5px;
	vertical-align:middle;
}
#thumb_container.loading{
	background-image:url(../img/assets/loading.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

div.thumbnail{
	float:left;
	border:1px solid #afafaf;
	margin:4px;
	padding:3px;
	background-image:url(../img/assets/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
table.the_thumb, td.the_thumb, img.the_thumb, IMG.the_thumb{
	text-align:center;
	vertical-align:middle;
}

div.thumbnail.overThumb{
	border:1px solid #5d4f6e;
}

div.imageContainerBackground{
	width:300px;
	height:300px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#111111;
	z-index:100;
	display:none;
}
div.imageContainerBorder{
	width:300px;
	height:300px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#bfadd7;
	z-index:100;
	display:none;
}
div.imageContainer{
	width:300px;
	height:300px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#FFF;
	background-image:url(../img/assets/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	z-index:101;
	display:none;
}
#imageNext{
	width:52px;
	height:100px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../img/assets/scroll/scroll_right.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:101;
	display:none;
	cursor:pointer;
}
#imagePrev{
	width:52px;
	height:100px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../img/assets/scroll/scroll_left.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:101;
	display:none;
	cursor:pointer;
}
#imageClose{
	width:86px;
	height:81px;
	position:absolute;
	left:13px;
	top:10px;
	background-image:url(../img/assets/btns/close.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:101;
	display:none;
	cursor:pointer;
}
#imageTitle{
	width:400px;
	height:20px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:101;
	display:none;
	text-align:center;
	font-size:18px;
	
	color:#ed008e;
}
#AlbumAddon{
	width:400px;
	height:20px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:101;
	display:none;
	text-align:center;
	font-size:10px;
	color:#5d4f6e;
}
/*end gallery*/