/*
FOTO ALBUM
*/
.image{
	border: solid 1px #74939d;
	background-color: #ededed;
	vertical-align: bottom;
	text-align: center;
	width: 25%;
}

.album{
	background-color: #E7F2FB /*#d7e1e5*/;
	border: solid 1px #74939d;
 
}
#teksten .album .image img {float: none;
	margin-left: 0px;
	border: 0px;
}
#album_head{
	text-align: center;
	font-weight: bold;
	background-color:#E7F2FB /*#dde5e7*/;
	border: solid 1px #74939d;
	margin-bottom: 5px;
 
}
#teksten  li.album_list {list-style-type: none;
	line-height: 140%;
	color: #00366B;
	width: 200px;
}
#teksten li.album_list a {border-bottom: 1px solid #E7DE9C; 
	border-left: 10px solid #C6AD00;
	text-decoration: none;
	padding: 5px;
	line-height: 140%;
	width: 200px;
}
#teksten li.album_list a:visited {border-bottom: 1px solid #E7DE9C; 
	border-left: 10px solid #C6AD00;
	text-decoration: none;
	padding: 5px;
}
#teksten li.album_list a:hover {border-left: 10px solid #F49140; 
	border-bottom: 1px solid #F49140; 
	text-decoration: none;
	background-color: #E7F2FB;
	
}
#teksten li.album_list a:active {border-left: 10px solid #F49140; 
	border-bottom: 1px solid #F49140; 
	text-decoration: none;
	background-color: #E7F2FB;
	
}
/* Fix IE. Hide from IE Mac \*/ 
* html li.album_list a { height: 1%; } 
/* EIND*/

#menu{
	height: 90%;
	margin: 3px;
	margin-bottom: 1em;
	border-left: 1px solid #E7F2FB; 
	padding: 1px; 
	padding-top: 2em;
	text-transform: none;
	
}
#menu ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 150;/* Width of Menu Items */ 
	height: 2.0em;
	vertical-align: middle;

} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 149px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0px 0px 0px 0px; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none;
	color:#00366B;
	font-size: 1em;
	font-weight: bold;
	background-color: transparant; /* IE6 Bug */ 
	padding: 5px; 
	border-left: 10px solid #C6AD00;
	border-bottom: 1px solid #E7DE9C; 
	border-left: 10px solid #C6AD00; 
}
/* Hover Styles */ 
#menu ul a:hover {color: #00366B; 
	/*background: #6171ac;*/ 
border-left: 10px solid #F49140; 

border-bottom: 1px solid #F49140; 

background-color: #E7F2FB; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #3a55a6; 
	font-weight: bold;
	background: #E7F2FB; /* IE6 Bug */ 
	padding: 5px; 
	/*border: 1px solid #bec4d0; */
	border-bottom: 1px solid #fefde8;
	border-left: 10px solid #A0C8EE; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #3a55a6; 
	background: #E7F2FB; 
} 
/* CSS-hack voor Netscape en Mozilla: uitlijning menublok*/

html>body #menu {height: 76% ; }
html>body #teksten li.album_list  {height: auto; padding: 5px;}
html>body #teksten li.album_list a {height: auto; }

