/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/gallery_100.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

/* set up the overall width of the menu div and the margins */
a, a:active {color:#000;}
a:hover {text-decoration:none;}

.gallery {font-family: verdana, arial, sans-serif; width:440px;height:32px;padding:0;margin:0 auto; position:relative;z-index:1;top:80px}
/*top:380px;}*/

/* remove the bullets and set the margin and padding to zero for the unordered list */
.gallery ul {padding:0; margin:0;list-style-type: none;}

/* float the list so that the items are in a line */
.gallery ul li {display:block;float:left;width:110px;height:32px; background:url(../images/tab_on.gif);}

/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.gallery ul li a, .gallery ul li a:visited {
	display:block; float:left;text-align:center; text-decoration:none; width:110px; height:32px; color:#183994/*#aaa*/;
	background:url(../images/tab_off.gif); line-height:32px; font-size:11px;}

/* make the dropdown ul invisible */
.gallery ul li ul, .gallery ul li b {display: none;}

/* remove the table styling */
table {border-collapse:collapse; margin:0; padding:0; }

/* set the background and foreground color of the main menu li link on hover */
.gallery ul li:hover a,
.gallery ul li a:hover 
{color:#fff; background:transparent;cursor:default; line-height:15px;}

/* make the sub menu b visible and position it in the space above */
.gallery ul li:hover b,
.gallery ul li a:hover b
{display:block;position:absolute;top:-350px;left:0;width:440px;height:350px;color:#183994;line-height:350px;text-align:center;}

/* make the sub menu ul visible and position it above the list item */
.gallery ul li:hover ul,
.gallery ul li a:hover ul
{text-align:left; display:block; position:absolute; top:-64px; left:0; width:440px; height:64px;}

/* make the sub menu ul li the full width. */
.gallery ul li:hover ul li,
.gallery ul li a:hover ul li
{cursor:pointer; cursor:default; width:440px; height:62px; background:#332;}

/* style the background and foreground color of the submenu links */
.gallery ul li:hover ul li a,
.gallery ul li a:hover ul li a
{display:inline; /*background:#000;*/ border:0; height:62px; width:62px;}

/* keep the large image hidden */
.gallery ul li:hover ul li a em,
.gallery ul li a:hover ul li a em
{display:none;}

/* add a border to the vertical slide and position it centrally using a top margin */
.gallery ul li:hover ul li a.vert span img,
.gallery ul li a:hover ul li a.vert span img
{border:0;width:46px;float:left;margin:1px 8px;padding-top:2px;}

/* make the thumbnail background gray on hover */
.gallery ul li:hover ul li a:hover,
.gallery ul li a:hover ul li a:hover {background:gray;}

/* make the active links zero size so the active dotted border does not show in Firefox */
.gallery ul li:hover ul li a:active, .gallery ul li:hover ul li a:focus, 
.gallery ul li a:hover ul li a:active {white-space:normal; outline:none;}

.gallery ul li a:hover ul li a:active em, 
.gallery ul li:hover ul li a:active em, 
.gallery ul li:hover ul li a:focus em {/*background:#fff;*/}

/* vertical large image styling */
.gallery ul li a:hover ul li a.vert:active em, 
.gallery ul li:hover ul li a.vert:active em, 
.gallery ul li:hover ul li a.vert:focus em {display:block; position:absolute; left:0; top:-317px; width:438px; height:313px; z-index:500; cursor:default;text-align:left;color:gray;background-color:white;border:1px gray solid;}


/* De tabel met grote foto en medewerker detail informatie */
.medewerker_detail table {margin:5px;}
.medewerker_detail table td {vertical-align:top;} /* bovenuitlijnen van foto en tekst*/
.medewerker_detail table td td{width:200px;} /*maak de tekst kolom 200 breed */
.medewerker_detail table p {text-align:left;padding-left:4px; overflow:visible;width:150px;}
.medewerker_detail img {height:300px;border:0px;}

/* BORDERS 
.gallery {border:solid 1px gray;}
.gallery ul {border:solid 1px blue;}
.gallery ul li {border:solid 1px green;}
.gallery ul li:hover b, .gallery ul li a:hover b {border:solid 1px red;}
.gallery ul li a:hover ul li a.vert:active em, 
.gallery ul li:hover ul li a.vert:active em, 
.gallery ul li:hover ul li a.vert:focus em {border:solid 1px yellow;}
*/
.gallery ul li:hover ul li a.tjerk:hover,
.gallery ul li a.tjerk:hover ul li a:hover {background:transparent;cursor:pointer}

