body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	font-size: 14px;
	/*line-height: 1.5;*/
	color: #660000;
	background-image: url(../images/bg_body.jpg);
	background-position: top center; /* Is the same as 50% 0% */
	background-attachment: fixed; /* Needed for IE7 with vertical scrollbar the backgroundimage shifts horizontal */
    background-repeat: no-repeat;
	text-align: center; /* Horizontal centering auto-margin left/right - IE versions < 6 don't support auto-margin centering. Workaround 'text-align: center' IE5/Win incorrectly applies the CSS "text-align" attribute to block-level elements */
	overflow: hidden;
}

html 
{
	scrollbar-face-color: #660000;
	scrollbar-highlight-color: #330000;
	scrollbar-3dlight-color: #330000;
	scrollbar-darkshadow-color: #330000;
	scrollbar-shadow-color: #330000;
	scrollbar-arrow-color: #3399FF;
	scrollbar-track-color :#330000;
}

h1
{
	margin: 0px 0px 3px 0px;
	font-size: 28px;
	color: #330000;
}

hr
{
	border: 0px;
	width: 100%;
	height: 1px;
	color: #330000;
	background-color: #330000;
}

span.capital
{
	font-size: 16px;
	color: #330000;
	font-weight: bold;
}

ul.ul1
{
	list-style-type: disc;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	padding-left: 0px;
}

ul.ul1 li 
{
	display: list-item; 
	list-style-position: outside; 
	text-indent: 0px;
	text-align: left;
}

ol.ol1
{
	list-style-type: decimal;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	padding-left: 0px;
}

ol.ol1 li 
{
	display: list-item; 
	list-style-position: outside; 
	text-indent: 0px;
	text-align: left;
}

/* The "align", "border", "hspace", and "vspace" attributes of the image element were deprecated in HTML 4.01, and are not supported in XHTML 1.0 Strict DTD. */
img { border-width: 0px; }
img.AlignLeft { float: left; margin: 3px 3px 3px 0px;}
img.AlignRight { float: right; margin: 3px 0px 3px 3px;}

select, input[type="text"], textarea
{
	background-color: transparent;
	border-width: 1px;
	border-style: ridge;
	border-color: #330000;
	color:#660000;
	font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	font-size: 11px;
}

input[type="text"].WatermarkTekst
{
	background-color: transparent;
	color: #99CCCC;
}

input[type="text"].TekstOnFocus, textarea.TekstOnFocus
{
	background-color: #99CCCC;
	color:#660000;
}

input[type="text"].TekstOnBlur, textarea.TekstOnBlur
{
	background-color: transparent;
	color:#660000;
}


button, input[type="submit"], input[type="reset"], input[type="button"]
{
	font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3399FF;
}

a
{
	outline: none; /* Remove the dotted border on Active / Focus link stat , instead of using onfocus="blur();" FF1.5+ IE7+ */
	text-decoration: underline;
}

a:link, a:visited
{
	color: #330000;
}

a:hover
{
	color: #3399FF;
}


/* Style rules table with border and header row */

table.withBorder
{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
	border-color: #3399FF;
}

tr.withHeader
{
	background-color: #3399FF;
}

tr.withHeader td
{
	font-weight: bold;
	color: #FFFFFF;
}

table.withBorder td
{
    margin: 0;
    padding: 4px;
	border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-color: #3399FF;
}

/* Style rules building blocks */

#container 
{
	margin: 0 auto 0 auto; /* Horizontal centering auto-margin left/right - For centering block-level element 'container' in body. Doctype must be FULL and VALID or IE kicks into Quirks Mode, which does not support auto-margin centering. */
	padding: 0;
	text-align: left; /* Horizontal centering auto-margin left/right - CSS "text-align" attribute is inherited, centering inline content. Necessary to explicitly set the "text-align" attribute for the centered box, counteracting the effects of the IE5/Win workaround */
	width: 1000px;
	height: 590px;
	position: relative;
	background-image: url(../images/bg_container.jpg); /* Don't use background-attachment: fixed; otherwise backgroundimage is detached from this element */
	background-position: top left;
    background-repeat: no-repeat;
}

/* Style rules Menu */
/* ================================================================ 
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/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu 
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 13px;
	left: 630px;
	width: 132px;
	height: 22px;
	background-color: transparent;
	z-index: 100;
}

/* hack to correct IE5.5 faulty box model */
* html #menu { width: 135px; w\idth: 135px; }

/* remove all the bullets, borders and padding from the default list styling */
#menu ul { margin: 0; padding: 0; list-style-type: none; }
#menu ul ul { width: 255px; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li { float: left; position: relative; padding: 2px 2px 2px 2px; width: 18px;}

/* style the links for the top level */
#menu a, #menu a:visited { display: block; text-decoration: none; width: 18px; height: 18px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited { width: 18px; w\idth: 18px;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul { visibility: hidden; position: absolute; top: 18px; left: 0px; width:255px; height: 0px; }

/* hack for For IE5.5 and IE6  */
* html #menu ul ul { top: 18px; t\op: 18px; }
* html #menu table { position: absolute; top: 0; left: 0; border-collapse: collapse; } /* style the table so that it takes no part in the layout */
* html #menu ul a:hover {background-color: #99CCCC; }
 
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul{ visibility: visible; }

#menu div.popitmenu 
{
	position: relative;
	display: block;
	background-color:  #3399FF;
	border: 1px solid #000099;
	font: normal 12px Trebuchet MS, Courier New;
	line-height: 20px;
	z-index: 100;
	vertical-align: middle;
	text-align: left;
	overflow: auto;
	width: 255px;
	height: 200px;
	scrollbar-face-color: #000099;
	scrollbar-highlight-color: #000099;
	scrollbar-3dlight-color: #3399FF;
	scrollbar-darkshadow-color: #3399FF;
	scrollbar-shadow-color: #3399FF;
	scrollbar-arrow-color: #3399FF;
	scrollbar-track-color :#3399FF;
}

#menu div.popitmenu table
{
	padding: 0;
	border-width: 0px;
	border-style: none;
    border-spacing: 0;
    border-collapse: collapse;
	width: 237px;
}

#menu div.popitmenu table td
{
	vertical-align: middle;
	text-align: left;
}

#menu div.popitmenu a 
{
	text-decoration: none;
	padding-left: 1px;
	font: normal 12px Trebuchet MS, Courier New;
	color: #000099;
	display: block;
	width: 235px;
	height: 20px;
	outline: none; /* Remove the dotted border on Active / Focus link stat , instead of using onfocus="blur();" FF1.5+ IE7+ */
}

#menu div.popitmenu a:hover
{ 
	font: normal 12px Trebuchet MS, Courier New;
	background-color: #99CCCC;
}

#menu img.popitmenu
{
	margin: 1px 0px 1px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000099;
	vertical-align: middle;
}

/* Style rules menu items schilderavonden and masterclass - clickable icon */
#menuchilderavonden
{
	margin: 0;
	padding: 1px 0px 0px 0px;
	position: absolute;
	top: 374px; /* 524px; */
	left: 183px;
	width: 37px;
	height: 78px;
	background-color: transparent;
}

#menuchilderavonden img
{
	border-width: 0px;
	width: 37px;
	height: 37px;
}

#menuchilderavonden a
{
	display: block;
	text-decoration: none;
}


/* Style rules Content */
#content
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px; /* Set Parameter iOffsetHeight to top in call reziseElementHeight() */
	left: 250px;
	width: 510px;
	height: 520px; /* 590 - 70; */
	vertical-align: top;
	text-align: left;
	overflow: auto;
}

table.content
{
	width: 488px;
	height: 100%;
}

#contentprint
{
	display: inline;
	float: right;
}

/* Style rules for Thumbnaillist with the Vertical Scroller */

#thumbnaillistcontainer
{
	position: absolute;
	left: 818px;
	top: 15px;  /* Set Parameter iOffsetHeight to top in call reziseElementHeight() */
	width: 150px;
	height: 575px;  /* 590 - 15; */
	clip: rect(0px, 150px, 575px, 0px);
	overflow: hidden;
	visibility: hidden;
}

#thumbnaillist 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
    font-size: 12px;
    color: #3399FF;
    font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	text-align: center;
}

#thumbnaillist hr
{
	width: 90%;
	color: #99CCCC;
	background-color: #99CCCC;
}

#thumbnaillist a
{
	text-decoration: none;
}

#thumbnaillist img
{
	border-width: 1px;
	border-style: solid;
	cursor: url(../images/zoomin.cur), pointer; /* standard cursor value as fallback must be provided */
}

#thumbnaillist a:link img, #thumbnaillist  a:visited img
{
	border-color: #330000;
}

#thumbnaillist a:hover img
{
	border-color: #3399FF;
}

#thumbnaillist table.top5
{
	margin-left: auto; /* Table is a block-element and text-align centers only inline-elements */
	margin-right: auto; /* Table is a block-element and text-align centers only inline-elements */
	border: 1px solid #000099;
	background-color: #3399FF;
}

#thumbnaillist td.titletop5
{
	font-size: 10px;
    color: #99CCCC;
    font-family: Verdana;
	background-color:  #000099;
}

#thumbnaillist td.top5
{
	font-size: 10px;
    color: #99CCCC;
    font-family: Verdana;
}

/* Style rules Footer */
#footer 
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 524px; /* 584px; */
	left: 0px;
	height: 36px; /* 16px; */
	font-size: 12px;
	color: #330000;
	vertical-align: top;
	text-align: left;
}

#footer a 
{
	color: #330000;
	text-decoration: underline;
}

#footer a:hover
{
	color: #3399FF;
}

/* Style rules Progress message loading page */
#progressmessage
{  
	display: none;
	position: absolute;  
	top: 20%;  
	left: 43%; 
	padding: 10px; 
	width: 200px;
	height: 75px;
	z-index: 1000;
	color: #3399FF;
	border: solid 1px #3399FF;
	background-color: #FFFFFF;
	text-align: center;
} 

/*  Style rules for Posts */
.PostsPaging
{
	padding: 0px 2px 0px 2px;
	background-color: #99CCCC;
	border-width: 1px;
	border-style: solid;
	border-color: #3399FF;
}

.PostsCurrentPg
{
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	background-color: #3399FF;
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.PostsPost
{
	padding: 2px 2px 2px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #969696;
	font-size: 12px;
}

img.SignSpacing { margin: 1px 1px 1px 1px;}
img.PostSpacing { margin: 0px 1px 0px 1px;}

/* Style rules for links.html, work.html */

#LnkMinMax
{
	float: right;
}

table.Lnk
{
	border-width: 1px;
	border-style: solid;
	border-color: #FF9900;
	width: 100%;
}

td.Lnk
{
    font-size: 11px;
    color: #330000;
    font-family: Verdana;
}

a.Lnk:link, a.Lnk:visited
{
    font-size: 11px;
    color: #330000;
    font-family: Verdana;
    text-decoration: underline;
}

a.Lnk:hover
{
    font-size: 11px;
    color: #FFFF00;
    font-family: Verdana;
    text-decoration: underline;
}

td.LnkHeading
{	
	color: #330000;
	background-color: #FFCC00;
	font-weight: bold;
}

td.LnkData
{
	line-height: 16px;
	background-color: transparent;
}

td.LnkData a.LnkData
{
	color: #330000;
	display: block;
}

td.LnkData a.LnkData:hover
{
	color: #000099;
	background-color: #99CCCC;
}

.LnkSubheading
{
	background-color:#FFFFCC;
	display: block;
	width: 100%;
}

/* W.I.E. Online */
#wie
{
	display: none;
	margin: 0;
	padding: 1px;
	position: absolute;
	top: 398px;
	left: 89px;
	width: 126px;
	height: 123px;
	font-size: 12px;
	color: #000099;
	background-color:  #3399FF;
	border: 1px solid #000099;
	opacity: 0.9; /* Aslo FF */
	filter: alpha(opacity=90); /* Only IE */
}

#wie hr
{
	width: 90%;
	color: #000099;
	background-color: #000099;
}