@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;
	padding-top:14px;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	/*background-image: url(images/am_bg_letters.jpg);*/
	background-repeat: repeat-x;
	background-position: 0px 0px; 
	/*background-color: #A72428;*/
	background-color: #CCC;
/*	background-image: url(../images/bg_element.gif);
*/}

.mozaiektabel td {
padding-right: 40px;
padding-bottom: 10px;
}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #D0D1D3;*/
}
.thrColFixHdr #container h1 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #container h2 {
	font-size: 12px;
}
.thrColFixHdr #container h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #header {
	color: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	background-image: url(../images/bgheader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.thrColFixHdr #header a {
	color: #891a1c;
	text-decoration: none;
}

.thrColFixHdr #header a:hover {
	background-color:#F09;	/*text-decoration: underline;*/
	color: #FFF;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*.thrColFixHdr #headerfoto {
	background: #A72428;
	margin-bottom: -2px;
} */
.thrColFixHdr #headermenu {
	background: #A72428;
	color: #FFF;
	height: 28px;
	padding-left: 9px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: #891a1c;
	/* padding keeps the content of the div away from the edges */
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #F0EDDF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.thrColFixHdr #sidebar1 a {
	float: left;
	text-decoration: none;
	color: #891a1c;
}
.thrColFixHdr #sidebar1  a:hover {
	color: #FFF;
	background-color: #EB008B;
}
.thrColFixHdr #sidebar1  h3 {
	font-size: 12px;
	color: #332F2F;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #332F2F;
}
.thrColFixHdr #sidebar1 .icons a:hover {
	text-decoration: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* was #EB008B the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
	/*color: #F0EDDF;*/
	color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}


.thrColFixHdr #sidebar2 h3 {
	color: #891a1c;
	text-indent: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804000;
}

.thrColFixHdr #sidebar2 #agendatabel {
	width: 155px;	
}

.thrColFixHdr #sidebar2 a {
	/*color: #F0EDDF;*/
	color: #666;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #EB008B;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #mainContent h1 {
	color: #333;
	line-height: 16px;
	padding-top: 8px;
}
.thrColFixHdr #mainContent h2 {
	color: #333;
}
.thrColFixHdr #mainContent a {
	text-decoration: none;
	color: #EB008B;
}
.thrColFixHdr #mainContent a:hover {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: #EB008B;
}
.thrColFixHdr #content {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #content h1 {
	color: #333;
}
.thrColFixHdr #content h2 {
	color: #333;
}
.thrColFixHdr #content a {
	color: #A72428;
	text-decoration: none;
}
.thrColFixHdr #content a:hover {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: #EB008B;
}
.thrColFixHdr #footer { 
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #332F2F;
	background-color: #CCC;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.thrColFixHdr #footer   a  {
	text-decoration: none;
	color: #332F2F;
}
.thrColFixHdr #footer  a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.doelgroep    {
	text-decoration: none;
	background-color: #EB008B;
	color: #FFFFFF;
}
.faciliteiten {
	text-decoration: none;
	background-color: #EB008B;
	color: #FFFFFF;
}
#hilite {
	text-decoration: underline;
}
.hilite {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EB008B;
	padding-left: 5px;
}

.glossymenu{
	float:left;
	clear:both
margin: 5px 0;
	padding: 0;
	width: 170px; /*width of menu*/
	background-color:#FFF;
	color:#891A1C;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	/*background: black url(../images/glossyback.gif) repeat-x bottom left;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*line-height:16px;*/
color: white;
	background-color:#F63;
	border-bottom:solid 1px;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-color:#EB008B;
color:#FFFFFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}


.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0; /*bepaalt de afstand van de submenutitel tov hfdmenutitel*/
}


.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;
*/
}

.glossymenu div.submenu ul li a{
display: block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
/*line-height:16px;*/
color: #a52328;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}


.glossymenu div.submenu ul li a:hover{
	background-color:#EB008B;
	colorz:#FFFFFF;
	color: white;
}


/*.thrColFixHdr #container #sidebar2 #agendatabel {
	background-image: url(../images/bg_sbr1.jpg);
}*/
.thrColFixHdr #container #header table {
	margin-left: 37px;
}
.thrColFixHdr #container #header table tr th a:hover {
	background-color: #FFF;
}
.thrColFixHdr #container #mainContent .kadertekst {
	padding: 20px;
	border: 1px solid #F93;
	background-color: #FFF;
}
.wittetekst {
	color: #FFF;
}
.footer-nav {
		height: 460px;
	background-color: #C69;
	text-transform: uppercase;
	padding: 10px 0;
	font: 10px/15px Times, "Times New Roman", serif;
}

.footer-nav ul { float: left; text-align: left; margin-left: 20px;}
.footer-nav ul li { display: block; color: #8ca7cf; font-weight: bold; padding: 0;}
.footer-nav ul li ul {margin: 0; padding: 0;}
.footer-nav ul li ul li { font-weight: normal; padding: 1px 0; color: #6084b9; line-height: 13px;}
.footer-nav ul li ul li a { color: #6084b9;}
.footer-nav ul li ul li a:hover { background-color: none;}
/*Zet de laatste kolom op een bepaalde height om de volgende kolomen naar de kantlijn te forceren
*/#Praktische_info { width: 120px;}
#Tentoonstellingen { width: 170px;}
#Buitenmuseum { width: 90px; }
#Collectie { width: 130px; }
#Activiteiten { width: 130px; height: 140px;}
#Ontdek { width: 120px;}
#Faciliteiten { width: 170px; }
#Over_ons { width: 90px; }
#Voor_iedereen { width: 130px; }
#Gezinnen { width: 130px; height: 110px;}
#Groepen { width: 120px;}
#Basisonderwijs { width: 170px; }
#agenda-footer-nav ul { float: left; width: 135px; }
#column5-footer-nav { width: 130px; }
#column6-footer-nav { width: 150px; }
#americanmoment-footer-nav, #americaserves-footer-nav { height: 60px;}
.CURSIEF {
	font-style: italic;
}
.SPECIAL {
	font-style: italic;
}
.VET {
	font-style: bold;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent p cite {
	border: medium dotted #F63;
	display: block;
	color: #666;
	width: 65%;
	padding: 8px;
	margin-right: 12px;
	margin-left: 50px;
}
