* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-color: #999999;
	margin-top: 20px;
	text-align: center
}

table {
	border: 0;
	width: 100%;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: (0,0,0);
}
h3 {
	font-size: 12px;
}
.container {
	position: relative;
	background-color: rgb(255,255,255);
	/* display: block; */
	width: 850px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.toplogo {
	background-color: rgb(255,255,255);
	width: 850px;
	height: 100px;
}

.topnav {
	background-color: #1B5085;
	width: 850px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Linker Kolom */

.upeventslink {
	text-decoration: none;
	color: rgb(0,0,0);
}

.left_col {
	background-color: rgb(255,255,255);
	width: 200px;
	margin-top: 0px;
}

.left_col table {
	border: solid 1px rgb(0,0,0);
	margin-bottom: 25px; 
}

.left_col table th {
	padding: 5px;
	border: 0;
	border-bottom: solid 1px rgb(0,0,0);
	font-size: 1.3em;
	font-weight: bold;
}

.left_col table td {
	padding: 5px;
}

.left_col ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}

.left_col ul li {
	padding: 10px;
}

/* Midden Kolom */

.mid_col {
	padding-left: 10px;
	padding-right: 10px;
}

.mid_col img {
	margin: 10px;
	float: left;
}

.mid_col ul {
	list-style: none;
}

.mid_col ul li {

}

.mid_col ul li.mid_column_title {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

.mid_col ul li.mid_column_lead {
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
}

.mid_col ul li.mid_column_submitter {
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
}

.mid_col ul li.mid_column_readmore {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

.mid_col ul li.mid_column_attachment {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Rechter Kolom */

.right_col {
	background-color: rgb(255,255,255);
	width: 200px;
}

/* Rechter Kolom: Quick Links */
.quicklinks {

}

.quicklinks table, .online table {
	border: solid 1px rgb(0,0,0);
	margin-bottom: 25px; 
}

.quicklinks table th, .online table th {
	padding: 5px;
	border: 0;
	border-bottom: solid 1px rgb(0,0,0);
	font-weight: bold;
	font-size: 1.3em;
}

.quicklinks table td, .online table td {
	padding: 5px;
}

.quicklinks_title {
text-align: center;
border: 0;
border-bottom: solid 1px rgb(0,0,0);
}
