/* Standaard opmaak */

Body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #;
}

a:link 		{ color: #98002E; font-size: 8pt; font-weight: normal; text-decoration: none; }
a:visited 	{ color: #98002E; font-size: 8pt; font-weight: normal; text-decoration: none; }
a:hover 	{ color: #98002E; font-size: 8pt; font-weight: normal; text-decoration: underline; }

li {
	list-style-image: url('../images/huisstijl/list.gif');
}

td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
}

tr {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
}


/* Content opmaak */

.kop {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #98002E;
}

.subkop {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #2C7AC1;
}

.koptabel {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #99CCFF;
}

.tabelkopdetails {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #99CCFF;
}


/* Form opmaak */

.inputfield {
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	line-height: 10px;
	background-color: #000000;
	text-align: right;
	vertical-align: text-bottom;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	border: 1px DFDFDF solid;
	color: #98002E;
	background-color: #FFFFFF;
}


/* Misc opmaak */

.tekstvlak { 	/* Deze werkt alleen in IE goed, in Firefox laat die alleen de startcolor van filter zien */
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	padding: 5px;
	border: 1px solid #004685; 
}

.contact {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border-left: 1px #004685 dotted;
	border-right: 1px #004685 dotted;
	background-color: #EEEEEE;
}
.foto {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border: 1px #004685 dotted;
	background-color: #EEEEEE;
	padding: 5px;
	spacing: 5px;
}
.bijschrift {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #B2B2B2;
}
.linksdotted {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border-left: 1px #004685 dotted;
	padding-left: 10px;
}
.reeks {
	background-image: url('../images/huisstijl/reeks.jpg');
}


/* Question Answer opmaak */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#98002E;
	font-size:8pt;
	/*background-color:#317082;*/
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	text-decoration: none;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{
	width:600px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;



}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	font-size:8pt;	
	position:relative;
	background-color:#EEEEEE;
	border: 1px #004685 dotted;
}