/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#333333;
	background:url(images/body_bg.jpg) repeat-y center;
}

ul{
	margin:0;
	padding:0;
}
	
li{
	margin:0;
	padding:0;
	list-style:none;
}


/* ----------------------------------------------------------------------- MAIN LAYOUT */

#container {
	width:900px;
	margin: 0 auto;
}

	#header {
		background:url(images/header.jpg) no-repeat top left;
		width:900px;
		height:194px;
		
	}

		#mainContainer {
			width:900px;
		}

			#menuContainer {
				width:235px;
				float:left;
				background:url(images/menu_bg.jpg) repeat-y top right;
			}
			
				#menuTop {
					background:url(images/menutop.jpg) no-repeat top left;
					width:235px;
					height:116px;
				}
			
				#menu {
					margin:10px 0 0 10px;
				}
				
				#menuBot {
					background:url(images/contactgegevens.jpg) no-repeat top right;
					width:235px;
					height:219px;
				}	
			
			#pathContainer {
				margin:0 0 0 15px;
			}
			
				#pathImg {
					background:url(../images/path_img.gif) no-repeat bottom left;
					width:14px;
					height:14px;
					float:left;
					padding-top:10px;
				}
			
				#path {
					margin:0px 0 0 20px;
					font-size:11px;
					font-style:italic;
					font-weight:bold;
					color:#46c116;
					padding-top:10px;
				}
					
			#contentContainer {
				width:645px;
				float:left;
			}
			
				#content {
					width:600px;
					margin: 20px 0 50px 35px;
					border:0px solid red;
				}
	

/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}




/* ----------------------------------------------------------------------- HEAD-MENU */

#menu li
{	
}
#menu li div
{
border-bottom:1px dotted #A4FFA4;
}

	
#menu li:hover{
}
	
#menu li.on{

	
}
	
#menu li.on:hover{
}

#menu li div{
	margin-left:10px;
	
	}
	
#menu li a{
	width:240px;
	line-height:30px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
	
#menu li a:hover{
	width:240px;
	line-height:30px;
	display:block;
	color:#fff;
}
	
#menu li.on div a{
	width:240px;
	line-height:30px;
	color:#030;
}
#menu li li 
{
	border:0;	
}
#menu li.on li div a
{
	color:#fff;
}
#menu li li.on a
{
	color:#030;
}
#menu li li div
{
	margin-left:40px;
	border:0;	
}




/* ----------------------------------------------------------------------- SUB-MENU */




/* ----------------------------------------------------------------------- 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{}

#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{}
 
#gal_nav_arrow_2{}

#gal_nav_thumbs{}


