/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:verdana,arial;
	font-size:11px;
	background: #fef0bf;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:16px;
	margin:0px;
	padding:0px;
	color: #a21c19;	
}
	
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;
}

#midden li, #midden ul
{
	vertical-align:top;	
	margin-top:0;
	padding-top:0;
}


/* ----------------------------------------------------------------------- LAYOUT */

#container {
	background: url(../img/overall.jpg) repeat-y;
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		background: url(../img/header.jpg) no-repeat;
		height: 138px;
	}
	
	#grass {float:left;
		background: url(../img/rechts.jpg) no-repeat bottom right;
		min-height: 485px;
		height:auto !important;
  			height:485px;

	}
	
		#links {
			background: url(../img/links.jpg) repeat-y;
			float: left;
			width: 259px;
			min-height: 485px;
			height:auto !important;
  			height:485px;
		}
#navigatie ul, #navigatie li
{
	margin:0;
	padding:0;
	list-style-type:none;}
		
			#navigatie {
				margin: 0px;
				padding: 0px;
				padding-left: 80px;
				list-style: none;
			}
			
				#navigatie li {
					background: url(../img/navigatie_bullet.jpg) no-repeat top left;
					display: block;
					line-height: 24px;	
					cursor: pointer;
				}
				#navigatie li li 
				{
					background:none;
					margin-left:10px;
				}
				#navigatie li a:hover {
					color: #a21c19;	
				}
				#navigatie li a{
					
					font-family: "Times New Roman",verdana,arial;
					font-size:14px;
					text-decoration:none;
					font-weight:normal;
					padding-left:30px;}
					
		
		#midden {
			float: left;
			width: 495px;
			min-height: 485px;
height:auto !important;
  			height:485px;
			padding-left: 32px;
			font-family: "Arial";
			line-height: 1.6em;
			font-size: 12px;
			text-align: justify;
		}
		
			#midden h1 {
				margin: 0px;
				padding: 0px;
				font-size: 18px;
				color: #a11c19;
			}
		
		#rechts {
			float: left;
			width: 209px;
			min-height: 485px;
			margin-left: 7px;
		}
	
	#footer {
		background: url(../img/footer.jpg) no-repeat;
		clear: both;
		height: 239px;
	}



/* ----------------------------------------------------------------------- LINKS */

a{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a:hover{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}



/* ----------------------------------------------------------------------- HEAD-MENU 
#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	width:250px;
	background:#CCC;}
	
#menu li:hover{
	background:#AAA;}
	
#menu li.on{
	background:#333;}
	
#menu li.on:hover{
	background:#AAA;}

#menu li div{
	margin-left:10px;}
	
#menu li a{
	width:240px;
	height:40px;
	line-height:40px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#888;
	font-family: "Times New Roman",verdana,arial;
}
	
#menu li a:hover{
	width:240px;
	height:40px;
	line-height:40px;
	display:block;
	color:#444;
}
	
#menu li.on a{
	width:240px;
	height:40px;
	line-height:40px;
	display:block;
	color:#FFF;
}

*/


/* ----------------------------------------------------------------------- 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{
	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;
}


