/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#000 url(images/bg.png) repeat-x top;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
}
	
h2 {
	font-size:16px;
	margin:0px;
	padding:0px;
}
	
h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
}
	
h4 {
	font-size:12px;
	margin:0px;
	padding:0px;
}
	
h5 {
	font-size:10px;
	margin:0px;
	padding:0px;
}




/* ----------------------------------------------------------------------- LAYOUT */



#container{
	width:977px;
	margin:0 auto;}
	
#header{
	width:977px;
	height:153px;
	float:left;}
	
#menu{
	width:977px;
	height:57px;
	float:left;
	background:url(images/menu_bg.png) no-repeat top;}
	
#show{
	width:977px;
	height:264px;
	position:relative;
	float:left;}
	
#show-overlay{
	width:977px;
	height:264px;
	position:absolute;}

#main-container{
	width:977px;
	float:left;
	background:#3D3D3D url(images/main_bottom.jpg) no-repeat bottom;}
	
#main{
	width:977px;
	float:left;
	background:url(images/main_top.png) no-repeat top;
	min-height:57px;
	height:auto !important;
	height:57px;
}


#box_container{
	width:287px;
	margin:30px 26px 0 25px;
	float:left;}

.box_top{
	width:287px;
	height:14px;
	float:left;
	background:url(images/box_top.png) no-repeat;}
	
.box{
	width:287px;
	float:left;
	background:url(images/box_bg.png) repeat-y;}
	
.box_inhoud{
	width:230px;
	margin:15px 0 17px 27px;
	float:left;
	color:#FFF;
	font-size:11px;
	line-height:1.6em;}
	
.box_bottom{
	width:287px;
	height:14px;
	float:left;
	background:url(images/box_bottom.png) no-repeat;
	margin-bottom:15px;}


#content_container{
	width:615px;
	margin:30px 0 0 0;
	float:left;}

#content_top{
	width:615px;
	height:14px;
	float:left;
	background:url(images/content_top.png) no-repeat top;}

#content{
	width:615px;
	float:left;
	background:url(images/content_bg.png) repeat-y ;}
	
#inhoud{
	width:560px;
	margin:15px 0 27px 27px;
	float:left;
	color:#FFF;
	font-size:11px;
	line-height:1.6em;}

#content_bottom{
	width:615px;
	height:14px;
	float:left;
	background:url(images/content_bottom.png) no-repeat top;}
	
#footer{
	width:977px;
	height:93px;
	float:left;}


















/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}

a:hover {
	text-decoration:none;	
}




/* ----------------------------------------------------------------------- HEAD-MENU */
#menu ul
{
	margin:14px 0 0 30px;
	padding:0;
	list-style-type:none;
}
#menu li{padding:0;
	list-style-type:none;
	float:left;
	border-right:1px solid #adadad;}
	
#menu li:hover{}
	
#menu li.on{}
	
#menu li.on:hover{}

#menu li div{}
	
#menu li a{
	height:25px;
	line-height:25px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	padding:0 10px 0 10px;
}
	
#menu li a:hover{
	color:#F00;
}
	
#menu li.on a{
	color:#F00;
}




/* ----------------------------------------------------------------------- SUB-MENU */

.box_inhoud ul, .box_inhoud li{
	margin:0;
	padding:0;
	list-style:none;}
	
.box_inhoud li{
	height:30px;
	line-height:30px;
	width:280px;}



.box_inhoud li a{
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	padding:0 0 0 10px;}


.box_inhoud li a:hover{
	text-decoration:underline;}




/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:630px;
	text-align:center;}
	
#gal_title{
	width:630px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:630px;}
	
#gal_viewer{
	width:630px;}

#gal_nav{
	display:inline;
	vertical-align:top;
}
#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{
display:inline;
}
 
#gal_nav_arrow_2{
	display:inline;}

#gal_nav_thumbs{
	display:inline;
}
#gal_nav_thumbs img{
	display:inline;
}


