
/*
body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #696969;
	text-align: center;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #696969;
}

a {
	text-transform: none;
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	font-size: 16px;
	font-style: normal;
	color: #FF6600;
	text-decoration: underline;
}
*/
input,textarea,img {
	background-color: expression(( this == document . activeElement) ?  
		"#F7FAFF" :   "#EAF2FF" );
	border-color: expression(( this == document . activeElement) ?   "#333"
		:   "#78ACFF" );
	border-style: solid;
	border-width: 1px;
	color: expression(( this == document . activeElement) ?   "#000" :  
		"#0042AE" );
}

input,textarea,select,img {
	background-color: #eaf2ff;
	border-color: #78acff;
	color: #0042ae;
}

input:focus,textarea:focus,select:focus,img:focus {
	background-color: #f7faff;
	border-color: #333;
	color: #000;
	border: 1px solid #000066;
}

input:hover,textarea:hover,select:hover,img:hover {
	background-color: #f7faff;
	border-color: #333;
	color: #000;
}

.scrollable {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.scrollcontainer {
	width: 700px;
	height: 100px;
	background-color: #f7faff;
	border-color: #333;
	color: #000;
	border: 1px solid #000066;
}

.titel {
	font-size: 36px;
	color: #cccc99;
	font-family: Tahoma, verdana, arial;
	line-height: 60px;
}

.subtitel {
	font-size: 24px;
	color: #a5a57c;
	font-family: Tahoma, verdana, arial;
	line-height: 40px;
}

.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bolder;
}

.subsubtitel {
	font-family: Tahoma, verdana, arial;
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: underline;
}

.commentaar {
	font-family: Tahoma, verdana, arial;
	font-size: 12px;
	color: #FF6600;
	font-weight: bolder;
}

.errors {
	font-family: Tahoma, verdana, arial;
	font-size: 14px;
	color: #CC0000;
	font-weight: bolder;
	
}


.tabel {
	/*TOEVOEGING VAN TIM VOOR LAYOUT AANPASSING*/
	/*border: outset;*/			
	text-align: left;
}

.maintable {
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.line {
	height: 3px;
	background-color: #FFFFFF;
}

.layouttable {
	height: 100%;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
