BODY { font-family: Arial, Helvetica, sans-serif; color: #000000; background-color: #FFFFFF; }
P, TD, TH, DIV { font-family: Arial, Helvetica, sans-serif; }
CODE, TT, PRE { font-family: "Courier New", Courier, monospace; }

BODY, P, TD, TH, DIV { font-size: 13px; }
CODE, TT, PRE { font-size: 13px; }

H1 { font-size: 16px; color: #4D1979; }

UL, OL { margin-top: 0; }

A:link { font-weight: bold; color: #008B98; text-decoration: none;}
A:visited { font-weight: bold; color: #008B98; text-decoration: none;}
A:hover { font-weight: bold; color: #008B98; text-decoration: underline;}
A:active { font-weight: bold; color: #008B98; text-decoration: none;}

A.extern:link { font-weight: normal; color: #000000; }
A.extern:visited { font-weight: normal; color: #000000; }
A.extern:hover { font-weight: normal; color: #000000; }
A.extern:active { font-weight: normal; color: #000000; }

body {background-color: #FFFFFF;
	background-image: url("bg1.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 10px 100%;
	margin: 0px;
	}
	
.tick {font-weight: bold; font-style: italic; color: #008B98; font-size: 16px;
	}	
.groenbold {font-weight: bold; color: #008B98;
	}		
	
.bovenbalk {
	background-color: #FFFFFF;
	background-image: url("balkbg2.jpg");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: fixed;
	border-bottom: 1px solid #000000;
	margin-left: 10px;
	right: 0px;
	left: 0px;
	top: 0px;
	z-index: 3;
	}
	
.navigatieboven {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	position: absolute;
	top: 0px;
	left: 161px;
	right: 0px;
	margin-left: 0px;
	}

.navigatieboven td A:link {	font-weight: bold; color: #008B98; text-decoration: none; }
.navigatieboven td A:visited { font-weight: bold; color: #008B98; text-decoration: none; }
.navigatieboven td A:hover { font-weight: bold; color: #A68CBC; text-decoration: none; }
.navigatieboven td A:active { font-weight: bold; color: #A68CBC; text-decoration: none; }

.navigatieboven td { font-weight: bold; color: #4D1979;	}
	
.navigatielinks {
	position: fixed;
	top: 110px;
	left: 0px;
	width: 140px;
	margin-left: 20px;
	margin-top:20px;
	}
	
.navigatielinks A:link { color: #000000; text-decoration: none; font-weight: normal; }
.navigatielinks A:visited { color: #000000; text-decoration: none; font-weight: normal; }
.navigatielinks A:hover { color: #008B98; text-decoration: none; font-weight: normal; }
.navigatielinks A:active { color: #008B98; text-decoration: none; font-weight: normal; }

.navigatielinks p { font-size: 13px; font-weight: normal; color: #008B98; }

.inhoud {
	position: absolute;
	top: 140px;
	left: 170px;
	right: 10px;
	}
	
.hoofdkopje {
	font-size: 16px;
	font-weight: bold;
	color: #4D1979;
	}
			
.subkopje {
	font-size: 13px;
	font-weight: bold;
	color: #4D1979;
	}
	
.coursehoofdkopje {
	font-size: 16px;
	font-weight: bold;
	color: #4D1979;
	}
			
.coursesubkopje {
	font-size: 13px;
	font-weight: bold;
	color: #4D1979;
	}

.coursetitel {
	font-size: 18px;
	font-weight: bold;
	color: #4D1979;
	}

.coursedata {
	font-size: 14px;
	font-weight: bold;
	color: #4D1979;
	}
	
.coursedata2 {
	font-size: 14px;
	font-weight: normal;
	color: #4D1979;
	}


.navigatiecourse {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	}

.navigatiecourse A:link { font-weight: bold; color: #4D1979; text-decoration: none; }
.navigatiecourse A:visited { font-weight: bold; color: #4D1979; text-decoration: none; }
.navigatiecourse A:hover { font-weight: bold; color: #A68CBC; text-decoration: none; }
.navigatiecourse A:active { font-weight: bold; color: #A68CBC; text-decoration: none; }

.conferencehoofdkopje {
	font-size: 16px;
	font-weight: bold;
	color: #4D1979;
	}
			
.conferencesubkopje {
	font-size: 13px;
	font-weight: bold;
	color: #A68CBC;
	}

.conferencetitel {
	font-size: 18px;
	font-weight: bold;
	color: #4D1979;
	}

.conferencedata {
	font-size: 14px;
	font-weight: bold;
	color: #4D1979;
	}
	
.conferencedata2 {
	font-size: 14px;
	font-weight: normal;
	color: #4D1979;
	}


.navigatieconference {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	}

.navigatieconference A:link { font-weight: bold; color: #4D1979; text-decoration: none; }
.navigatieconference A:visited { font-weight: bold; color: #4D1979; text-decoration: none; }
.navigatieconference A:hover { font-weight: bold; color: #A68CBC; text-decoration: none; }
.navigatieconference A:active { font-weight: bold; color: #A68CBC; text-decoration: none; }

@media print {
	.inhoud { 
		position: static;
		top: 0px;
	}
	.navigatielinks {
		display: none;
	}
	.bovenbalk {
		display: none;
	}
}


