@charset "utf-8";

body {
	color: #FFF;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}



a:link {
	color: #FC0;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}


a:visited {
	text-decoration: none;
	color: #FC0;
}


#top {
	position: absolute;
	top: 0px;
	left: 137px;
	height: 145px;
	margin: 0px;
	border: 0px;
	background-repeat: repeat-x;
	background-image: url(images/topachtergrond.jpg);
	right: 233px;
	min-width: 850px;
}
#toplinks {
	padding: 0px;
	float: left;
}
#toprechts {
	padding: 0px;
	float: right;
}







#left {
	position: absolute;
	left: 0px;
	top: 145px;
	margin: 0px 0px 0px 10px;
	width: 150px;
	padding: 0;
	background-color: #60a9bc;
	border: 2px solid #7a5938;
}
#left2 {
	position: absolute;
	left: 0px;
	top: 560px;
	margin: 15px 0px 0px 10px;
	padding: 0;
	width: 150px;
	background-color: #60a9bc;
	border: 2px solid #7a5938;
}

#content {
	position: absolute;
	top: 145px;
	left: 137px;
	padding: 0px 40px 40px;
	background-color: #7a5938;
	min-height: 625px;
	background-repeat: no-repeat;
	background-position: center 0px;
	right: 233px;
}

#right {
	background-color: #63a7be;
	position: absolute;
	right: 0px;
	top: 145px;
	width: 250px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 530px;
	border: 2px solid #7a5938;
}
#imageleft2 {
	padding: 15px 5px;
}
#imageleft3 {
	padding: 0px 5px 15px;
}


#lievensmissie {
	float: right;
}


#table {
	margin-top: 15px;
	border-collapse:collapse;
}
#jubileum {
	color: #FFF;
	font-size: x-large;
	padding-top: 20px;
	font-style: italic;
}
#venturelli {
	padding-top: 10px;
	padding-bottom: 10px;
}

.kleineletters {
	font-size: small;
}


tr.lijn td {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	}

tr.lijn td+td {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align: center;
	}
	
tr.lijn th {
	border-bottom: 1px solid #FFF;
	}

tr.lijn th+th {
	border-bottom: 1px solid #FFF;
	text-align: center;
	}

.warning {
	color: #F00;
}
