@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414042;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/achtergrond2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
img { border:0px;}
.selected {
	color: #ED1A24;
}
.oneColFixCtrHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/logo_fms.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 81px;
	padding: 0px;
}
.oneColFixCtrHdr #header #menu {
	padding-top: 58px;
	font-size: 13px;
	padding-left: 16px;
}
.oneColFixCtrHdr #header #menu a {
	color: #414042;
	text-decoration: none;	
}
.oneColFixCtrHdr #header #menu a:hover {
	color: #ED1A24;	
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent a {
	color: #005CAB;
	text-decoration: none;	
}
.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: underline;	
}
.oneColFixCtrHdr #mainContent .sitemap {
	padding-left: 20px;	
}
.oneColFixCtrHdr #mainContent .sitemap ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent .sitemap ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent .sitemap ul li li {
	font-weight: normal;
}
.oneColFixCtrHdr #hoofdMenu {
	height: 255px;	
}
.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer {
	position: relative;
	margin-right: 3px;
	float: left;
	height: 122px;
	width: 201px;
	background-color: #005cab;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/but_img_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 13px;
	position: relative;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #hoofdMenu .rollover {
	background-color: #ed1c24;
}
.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer .rolUitMenu {
	position: absolute;
	height: 0px;
	top: 122px;
	width: 201px;
	overflow: hidden;
	display:none;
	left: 0px;
}
.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer .rolUitMenu a {
	color: #6d6e71;
	text-decoration: none;
	line-height: normal;
	display: block;
	text-align: left;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d3d3;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/but_pijl_grijs.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
		background-color:#FFFFFF;
}
.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer .rolUitMenu a:hover {
	color: #ed1c24;
	background-image: url(../images/but_pijl_rood.gif);
}



.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer .rolUitMenuOpen {
	position: absolute;
	height: 130px;
	top: 122px;
	width: 201px;
	overflow: hidden;
	left: 0px;
}
.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer .rolUitMenuOpen a {
	color: #6d6e71;
	text-decoration: none;
	line-height: normal;
	display: block;
	text-align: left;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d3d3;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/but_pijl_grijs.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	background-color: #FFF;
}

.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer .rolUitMenuOpen a:hover {
	color: #ed1c24;
	background-image: url(../images/but_pijl_rood.gif);
}



.oneColFixCtrHdr #hoofdMenu .hoofdKnopContainer .laatZien {
	height: 130px;
}


#slideshow {
    position:relative;
    height:301px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
.aantalGevonden {
	font-size: 1.1em;
	font-weight: bold;
	color: #E90030;	
}

.clear {
	clear:both;
}
