/* stijlblad CVO  */
body {
background: #FFFFFF; font-family:
verdana,arial,helvetica; font-size: 100%; color: #4C5332; 
}
p {
font-family: verdana,arial,helvetica; color: #044062; font-size: 90%;
}
td {
font-family: verdana,arial,helvetica; color: #044062; font-size: 80%;
}
A:link, A:active
        {       text-decoration        :        none;
                color                :       #0080C6;
                background        :        transparent;
                }
A:visited {        color                :        #000000;
                background        :        transparent;
                text-decoration        :        none;
                }
A:hover {        color                :        #C60080;
                background        :        #transparent;
                text-decoration        :        none;
                }
.bgout {
        FONT-WEIGHT: bold; COLOR: #FF0000; FONT-SIZE: 48pt; FONT-FAMILY:
Verdana, Arial
}
.bgover {
        FONT-WEIGHT: bold; COLOR: #FF0000; FONT-SIZE: 48pt; FONT-FAMILY:
Verdana, Arial
}
.buttonlink {
        FONT-WEIGHT: bold; COLOR: #FF0000; FONT-SIZE: 10pt; FONT-FAMILY:
Verdana, Arial
}
.groter {
font-family: verdana,arial,helvetica; font-size: 150%;
}
.text {
        FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial
}
.colortext {
        FONT-WEIGHT: bold; COLOR: #638ab9; FONT-SIZE: 10pt; FONT-FAMILY:
Verdana, Arial
}
.link {
        FONT-WEIGHT: bold; COLOR: #638ab9; FONT-SIZE: 10pt; FONT-FAMILY:
Verdana, Arial
}
.newslink {color: red; text-decoration: none; font-size: .8 em;}
.userstatus { color:#000000; font-family: verdana,arial,helvetica;
font-size: .7em; }
.pageframe {background: #333366;}
.pagespacer {background: white;}
.active { background: #E7F3FF; color: #000000; text-align:left;
font-size:
.8em; text-decoration: none;}
.active a {color: #000000; text-decoration: none;}
.mainmenu {color: #FF0000; text-align:left; font-size: .8em;}
.mainmenu a {color: #FF0000; text-decoration: none;}
.mainmenu a:hover {color: #0066cc;}
.conferr {font-family: verdana,arial,helvetica; font-size: 10px; color:
#FF0000; text-decoration: none;font-weight:bold;}
.footer {color: #000000; text-align:left; font-size: .8em;}

/* hierna code voor thumbnail fotos */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image\'s height to prevent
overlaying*/
}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 1px solid blue;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally
*/
z-index: 50;
}
/* einde gallery */
