/* CSS style voor de website */

BODY {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	
	font-family: Verdana;
	font-size: 8pt;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	width: 601px;
	height: 563px;
	background: #FFFFFF url('/images/background.png') no-repeat;
	text-align: left;

}

#visual {
	text-align: left;
	padding-top: 200px;
	padding-left: 30px;
	
	font-size: 7pt;
	font-weight: bold;
}

div#visual { /* IE5.5 hack */
	width:400px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:370px;
} 


#content {
	margin: 12px 12px 12px 12px;
	text-align: left;
	height: 250px;
	background-color: #FFFFFF;
}

#menu_home {
	padding: 190px 0 0 305px;
	font-size: 12px;
	line-height: 40px;
}

.home_link {
	background: url('/images/pijl.jpg') no-repeat center right; 
	width: 120px;
	height: 30px;
	margin-left: 20px;
}

.mouseover {
	float: left;
	width: 10px;
	height: 30px;
	display: block;
}

#sub_menu {
	margin-top: 50px;
	float: left;
	line-height: 30px;
	margin-left: 10px;
	width: 150px;
}

#sub_tekst {
	position: relative;
	float: left;
	padding: 0px 10px 10px 30px;
	line-height: 1.3em;
	text-align: left;
}

div#sub_tekst { /* IE5.5 hack */
	width:400px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:370px;
} 

#onder_menu {
	text-align: center;
	padding: 180px 0 10px 0;
}

#onder_tekst {
	padding: 20px 50px 0 40px;
	
	line-height: 1.3em;
}

#footer {
	margin-left: 10px;
	margin-top: 55px;
	font-size: 8pt;
	text-align: left;
	
}

.footer_mouseover {
	position: relative;
	float: left;
}

.footer_link {
	position: relative;
	float: left;

	margin-left: 10px;
	margin-right: 6px;
}


/* Links */

A:link { text-decoration : underline; color: #000000; }
A:active { text-decoration : underline; color: #000000; }
A:visited { text-decoration : underline; color: #000000; }
A:hover { text-decoration : underline; color: #000000; }

A:link.home { text-decoration : none; color: #000000; }
A:active.home { text-decoration : none; color: #000000; }
A:visited.home { text-decoration : none; color: #000000; }
A:hover.home { text-decoration : none; color: #000000; }

A:link.active { text-decoration : none; color: #e82e22; }
A:active.active { text-decoration : none; color: #e82e22; }
A:visited.active { text-decoration : none; color: #e82e22; }
A:hover.active { text-decoration : none; color: #e82e22; }

A:link.vacatures { text-decoration : none; color: #000000; font-weight: bold; }
A:active.vacatures { text-decoration : none; color: #000000; font-weight: bold; }
A:visited.vacatures { text-decoration : none; color: #000000; font-weight: bold; }
A:hover.vacatures { text-decoration : none; color: #000000; font-weight: bold; }
