@charset "utf-8";

/* ##############################  GENERAL ######################################## */
body {
	background-color: #430000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #000;
}
a:link, a:visited, a:active {
	color:blue;
	text-decoration: none;
	/*background-color:transparent;
	border:none;*/
}
a:hover {
	color:red;
	text-decoration:none;
	/*background-color:#FFFF00;
	border-bottom:1px dotted #666;*/
}

#first {overflow:auto;height:468px;width:473px;margin:78px 0 0 133px;padding:15px;} /*t-r-b-l*/
#first li {margin-top: 5px;}
#first h1, #first h2, #first h3 {margin:0;padding:0;color:maroon;}

img a {text-decoration:none;}

/* wrappers */
#divScreen {
	width:100%;
	text-align:center;
	z-index:1}
}
#divMainWrapper {
	width:766px;
	height:700px;
	clear:both;
	text-align:left;
	z-index:2;
	/*
	scrollbar-track-color:#c9c9c9;
	scrollbar-face-color:#CCC;
	scrollbar-arrow-color:#000;
	scrollbar-highlight-color:#FFF;
	scrollbar-3dlight-color:#c3c3c3;
	scrollbar-shadow-color:#999;
	scrollbar-darkshadow-color:#666;
	*/
}

/* ##############################  CONTENT WINDOWS ################################ */
/* background voor de footer */
#divContentFoot {
	width:100%;
	height:60px;
	padding-left:175px;
	background-image: url(images/contentfoot.jpg);
	background-repeat:no-repeat;
	float:left;
	z-index:2;
}

#divFootZaal {
	width:100%;
	height:60px;
	padding-left:175px;
	background-image: url(images/zaalfoot.jpg);
	background-repeat:no-repeat;
	float:left;
	z-index:2;
}

/* wrapper voor de image in de tekst */
#divImg {
	clear:left;
	float:left;
	visibility: visible;
	margin-right:15px;
	margin-bottom:5px;
	border-right:3px solid #666;
	border-bottom:3px solid #666;
	border-left:1px solid #999;
	border-top:1px solid #999;
	z-index:4;
}

/* css voor de footer */
#footerCopyright {
	color:#999;
	font-size:9px;
	height:28px;
	text-align:center;
}
#footerCopyright a {color:#999;text-decoration: none;}
#footerCopyright a:hover {color:red;text-decoration: none;}

#footerMenu {
	color:blue;
	font-variant:small-caps;
}
#footerMenu a:link, a:visited, a:active {
	color:blue;
	text-decoration: none;
}
#footerMenu a:hover {color:red;	text-decoration:none;}

/* forms */
.frmCap {font-size:80%;color:#333;}
.frmInputVerplicht {background-color:#FFFF33;}

