body{
	background-color				: #E4E9FD;
	font-size					: 11px;
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	text-align					: justify;
	margin-left					: 0px;
      margin-top					: 0px;
	color						: 000000;
	font-weigth					: bold;
	text-decoration				: bold;
	height:					100%;
	scrollbar-3d-light-color	: #EAEEF3;
	scrollbar-arrow-color		: #4A78AC;
	scrollbar-base-color		: white;
	scrollbar-dark-shadow-color	: #305A88;
	scrollbar-face-color		: white;
	scrollbar-highlight-color	: #305A88;
	scrollbar-shadow-color		: #305A88;

}

#midden {
	width: 1024px;
	margin: 0px auto;
	height: 100%;
}

#uitlooplinks {
	left: 50%;
	margin-left: -1039px;
	background-image			: url(images/Site_Links.jpg);
	width: 525px;
	margin-top: 0px;
	height: 100%;
	position: fixed;
}

#uitlooprechts {
	left: 50%;
	margin-left: 508px;
	background-image			: url(images/Site_Rechts.jpg);
	width: 525px;
	margin-top: 0px;
	height: 100%;
	position: fixed;
}

#top {
	width: 1024px;
	height: 225px;
	margin-top: 0px;
	position: fixed;
}

#main {
	width: 1024px;
	margin-top: 172px;
	position: fixed;
	height: 80%;
	background-image			: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
}

#tekstveld {
	margin-left: 150px;
	width: 840px;
	height: 77%;
	position: absolute;
	margin-top: 50px;
	border: 0px;
}	


#tekstscroll {
	position: relative;
	margin-right: -20px;	
	height: 99%;
	overflow: auto;
}

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }



TD{
	font-size 					: 12px;
}

P{
	text-align					: justify;
}

INPUT{	
	background-color: white;
	font-weight					: normal;
	border						: 1 solid #980000 ;
}

a:link{
	font-weigth					: bolder;
	text-decoration				: none;
	color						: #990000;
}

a:visited {
	text-decoration				: none;
	color						: #990000;
}
a:hover{
	text-decoration				: none;
	color						: #990000;
}

HR{
	Color						: #980000;	
}

TABLE.NieuwsTable{
	margin-left					: auto;
    margin-right				: auto;
    width 						: 100%;
    border-style				: none;
}

a.NieuwsNextPrev{
	//font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-weigth					: bold;
	text-decoration				: bold;
    color 						: #000000;
}

TD.NieuwsHeader{
    color : #FFFFFF;
    background-color: #980000;
	font-weigth					: bold;
	height: 25px;
    border-size					: 0px;
}

TD.NieuwsText{	
    height						: 80px;
    text-align					: justify;
    vertical-align				: top;
}

TH.agendahdr{               
	text-decoration				: bold;
	text-align					: left;
    border-size					: 0px;
    border-style				: none;
}

TR.agenda{
	vertical-align				: top;
	//font-family					: Verdana, Arial, Helvetica, sans-serif;
	
}

TABLE.hint{
	vertical-align				: top;
	border 						: 0;
	margin-top					: 0px;
}

TD.hinthd{
	text-align					: left;
}

TD.hintcaption{
}

#hintbox{ /*CSS for pop up hint box */
	/*position:absolute;*/
	top							: 0;
	background-color			: none;
	width						: 150px; /*Default width of hint.*/
	height 						: 80px;
	text-align 					: left;
	vertical-align				: bottom;
	margin-top					: 2;
	margin 						: 2px;
	padding						: 3px;
	border						: 0px solid black;
	//font						: normal 10px Verdana;
	line-height					: 18px;
	z-index						: 100;
	border-right				: 0px solid black;
	border-bottom				: 0px solid black;
	visibility					: hidden;
	color 						: #000000;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight					: none;
	color						: navy;
	margin						: 0px 0px;
	text-align					: left;
	vertical-align 				: top;
	margin-top 					: 0;
}

DIV.agendapunt{
	position					: absolute;
	margin-left 				: 0;
	margin-top  				: 0;	
}

SPAN.AgendaPuntenVolgendeWeek{
	margin-top 					: 80px;
	vertical-align 				: top;
}

UL.AgendaList{
	//font-family					: Verdana, Arial, Helvetica, sans-serif;
	line-height					: 1em;
	font-weight					: normal;
	font-variant				: normal;
	text-transform				: none;
	/*color						: #00CC33;*/
	text-decoration				: none;
	/*background-color			: #CCCCCC;*/
	text-indent					: 2px;
	list-style-position			: inside;
	list-style-image			: url(arrow.gif);
	list-style-type				: square;
	padding						: 2px;
	margin						: 2px;
	/*margin-left 				: 2px;*/
}

UL.AgendaListDag{
	//font-family					: Verdana, Arial, Helvetica, sans-serif;
	line-height					: 1em;
	font-weight					: normal;
	font-variant				: normal;
	text-transform				: none;
	/*color						: #ffffff;*/
	/*text-decoration			: none;*/
	/*background-color			: #CCCCCC;*/
	text-indent					: 2px;
	list-style-position			: inside;
	list-style-image			: url(arrow.gif);
	list-style-type				: line;
	padding						: 2px;
	margin						: 2px;
	/*margin-left 				: 2px;*/
}

LI.datum{
	margin 						: 2px;
	text-decoration 			: bold;
	vertical-margin 			: 0px;
	list-style					: none;
}


Span.Barap{	
	font-weight					: bold;
	color						: #009900;
}

SPAN.AF{
	Text-decoration 			: underline;
	font-weight					: bold;
	color						: #000000;
}

TD.AgendaOrder{
	Text-decoration 			: none;
	font-weight					: bold;
	color 						: #000000;
}
TABLE.AgendaTable{
	font-weight					: none;
	color						: #000000;
}

TABLE.AgendaTable{
	font-size					: 10px;
    margin-left					: auto; margin-right: auto;
    width 						: 100%;
    border-style				: none;
}



A.NieuwsSHeader:visited {
	text-decoration				: none;
	color						: #FFED00;
}
A.NieuwsSHeader:hover{
	text-decoration				: none;
	color						: #FFED00;
}
A.NieuwsSHeader:link{
    color 						: #FFFFFF;
    background-color			: #980000;      
    text-decoration				: none;
}
TD.AgendaBarrakkus{
	color 						: #980000;
    background-color			: #FFFA6F;      
    border-size					: 1px;
    border-style				: solid;    
    border-color				: #FFFA6F;
}

DIV.chat_main{
	text-align 					: left;
	margin-left					: auto;
	margin-right				: auto;
	overflow					: auto; 
	height						: 280px; 
	width						: 480px; 
	background-color			: #FFFFFF; 
	list-style-position			: inside;
	border						: 1px solid #555555;
}


DIV.showinfo{
	text-align					: center;
}

TD.topicmessageinfo{
	font-size : 9px;
}