/* Body layout */
body {
	margin: 0px;
}

body, td, pre {
	font-family: Verdana;
	font-size: 11px;
	color: #505050;
}

/* -- Bullet list (e.g. menu) -- */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	background-repeat: no-repeat;
	background-position: left 0.14cm;
	line-height: 20px;
	padding-left: 8px;
	margin-right: 8px;
}

/*-- Images --*/
img {
	border: 0px;
}

/*-- Hyperlinks --*/
a,a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
a.level2 {
	font-weight: normal !important;
}
/* -- Kolom met content -- */
.blockmain_content {
	line-height: 18px;
	text-align: justify;	
}


/*-- Tables --*/
table.caiw {
	border-collapse	: collapse;
	width : 100%;
	margin-bottom : 8px;
}

.caiw th {
	background-color : #F2F2F2;
	font-weight	: bold;
	padding	: 2px;
	vertical-align : top;
}

.caiw td {
	height					: 24px;
	padding					: 1px 2px;
}

td.dotted {
	background-image		: url(/images/backgrounds/dotted.gif);
	background-position		: left bottom;
	background-repeat		: repeat-x;
}

td.dotted_end {
	background-image		: url(/images/backgrounds/dotted_end.gif);
	background-position		: center top;
	background-repeat		: repeat-y;
	width					: 1px;
}

td.faded {
	background-image		: url(/images/backgrounds/faded.gif);
	background-position		: right bottom;
	background-repeat		: no-repeat;
	width 					: 80px;
}

/*-- Other --*/
form {
	margin: 0px;
	padding-top: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

h1 {
	font-size : 100%;
	font-weight : bold;
	margin-bottom : 5px;
}

select{
	border : 1px solid #CECECE;
	font-family	: Verdana;
	font-size : 11px;
	margin : 0px;
}

h2,
.sIFR-active h2 {
	padding : 0px;
	margin : 0px;	
}

.sIFR-active h2 {
	font-size : 18px;
	line-height : 1em;
	visibility: hidden;
}

h2 {
	font-weight: bold;
    font-size: 14px;
}


h2,
.sIFR-active h2,
.sIFR-replaced h2 {
	height: 21px;
} 

sup {
	padding-left : 2px;
	padding-right : 2px;
}

ul li {
	background-position : left 0.2cm;
    line-height : 20px;
    padding-left : 10px;
    margin-right : 8px;
   	border : none;
}

.submenu ul li {
	background-position : left 0.14cm;
}

.submenu li a,
.submenu li a:visited {
	color : #585858;	
}
