body, html {height: 100%;}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#htmlintro {
	width: 920px;
	height: 575px;
	background-position: left bottom;
	background-image: url(danneels.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	top: 10px;
	text-align: center;
}

#htmlintro .mission {
	display: none;
}

table.lang {
	width: 400px;
	position: absolute;
	top: 240px;
	left: 315px;
}

table.lang td {
	text-align: left;	
}

a {
	color: #1F1F1F;
	font-size: 14px;
	line-height: 24px;
}

a:hover {
	color: #D30A18;
	text-decoration: none;
}


#publiciteit {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 236px;
	height:  400px;
	z-index: 100;
}

#publiciteit_rechts {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 236px;
	z-index: 100;
}

.opendeur {
	width: 206px;
	background-color: #fff;
	border: 2px solid #000;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	padding: 15px 5px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.vacature {
	width: 206px;
	background-color: #fff;
	border: 2px solid #000;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	padding: 15px 5px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}


.opendeur b, .vacature b {
	font-size: 16px;
	color: #cc0015;
}

.opendeur a, .vacature a {
	line-height: inherit;
}
