/* <!-- */
/* General styles */
html {
	overflow-x: hidden;
	overflow-y: scroll; /*scroll*/	
}

#iframe { 
	display:block; 
	width:100%; 
	min-height:100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */ 	 
}

iframe	{
	height: 100%;
} 

/* Containers */


body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

a {
	color: #98002E; font-size: 12px; font-weight: normal; text-decoration: none;;
}
a:hover {
	color: #98002E; font-size: 12px; font-weight: normal; text-decoration: underline;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}

td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

tr {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

/* Content opmaak */

.kop {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #98002E;
}

.subkop {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #2C7AC1;
}

.menukop {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #004685;
}


.koptabel {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	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: 12px;
	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;
}

.icon {
	vertical-align:text-bottom;
}