@charset "utf-8";
/* CSS Document */

body {
	background: #EBEBEB;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 30px 0px 30px;
	}
	
bodytel{
	background: #EBEBEB;
	color: #350000;
	font-size: 20px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*margin: 0px 30px 0px 30px; */
	text-align: right;
	}
	
bodyklein{
	background: #EBEBEB;
	color: #350000;
	font-size: 9px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 30px 0px 0px;
	}

h1 {
/* eerste kop op de pagina */	
	font-family: Verdana, Times New Roman, Helvetica, Sans-Serif;
	color: #350000;
	font-size: 50px;
	line-height: 50px;
	text-align:center;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
h2 {
/* h2 voor de onderkop */
	font-family: Verdana, Times New Roman, Helvetica, Sans-Serif;
	color: #350000;
	font-size: 30px;
	line-height: 30px;
	text-align:center;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}


h3 {
/* h3 is voor bijschrift bij foto's */
	font-family: Verdana, Times New Roman, Helvetica, Sans-Serif;
	color: #350000;
	font-size: 20px;
	text-align:center;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}	

h4 {
/* h4 is voor doorverwijzing pagina */
	font-family: Verdana, Times New Roman, Helvetica, Sans-Serif;
	color: #350000;
	font-size: 20px;
	text-align:left;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}	

a:link{
background-color: #EBEBEB;
color: #B30700;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* font-weight: bold; */
}

a:visited{
background-color: transparent;
color: #B30700;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* font-weight: bold; */
}

a:hover{
background-color: #EBEBEB;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* font-weight: bold; */
}

a:active{
background-color: transparent;
color: #B30700;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* font-weight: bold; */
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
/ z-index: 50;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
top: -200px;
z-index: -200;

left: -100px;
/ border: 1px dashed gray;
visibility: hidden;
color: black;

}

.thumbnail span img{ /*CSS for text with enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute; 
top: -200px; 
left: 250px; 
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
