@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#tekst_artikel p, td {
	position:inherit;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#tekst_artikel h1,h2,h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom:0px;
	color:#C00;
}

#tekst_artikel a:link {
	color: #000;
	text-decoration:underline;
}

#tekst_artikel a:visited {
	color: #000;
	text-decoration:none;
}

#tekst_artikel a:hover {
	color: #0000FF;
	text-decoration:none;
}

#tabel_vacature {
	background-color:#FFC;
}

#tekst_onderschrift {
	position:inherit;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#FFF;
}


#bigbutton1 {
	position:absolute;
	left:110px;
	top:70px;
	margin-top:0px;
	margin-left:0px;
	height:80px;
	width:80px;
}

#bigbutton2 {
	position:absolute;
	left:110px;
	top:165px;
	margin-top:0px;
	margin-left:0px;
	height:80px;
	width:80px;
}

.trigger{
	cursor:pointer;
}		

.trigger:hover{
	cursor:pointer;
	background:#fff;
}		

.expanded{
	background:#fff;
	cursor:pointer;
}

.expanded:hover{
	background:#fff;
	cursor:pointer;
}

.show{
	position:static;
	display: table;
}

.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}