/* ######### St. Joseph definities ######### */
/* webdesign en techniek: Hans Koeman, mailto:koeman42@zonnet.nl */

body {
	background-color:white;
	color:black;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h2 {                         /* Pagina headings */
	font-size:12pt;
	font-weight:bold;
	color:#1B2A65;
}
#gebouw {
	position:absolute;
	left:0px;
	top:0px;
}
#naam {
	position:absolute;
	left:200px;
	top:0px;
	margin-top:20px;
}
#navigatie {
	position:absolute;
	left:0px;
	top:90px;
	width:200px;
}
#molen {
	position:fixed;
	top:7px;
	right:25px;
}
#content {
	position:absolute;
	left:200px;
	top:90px;
	width:780px;
	padding-bottom:15px;
}
#footer {
	height:20px;
	position:fixed;
	left:190px;
	bottom:0px;
	width:790px;
	color:#808080;
	font-size:8pt;}

/* ######### Einde St. Joseph definities ######### */

