.newsdatum {
	font-weight:bold;
	color:gray;
}
.newsheading{
	font-weight: bold;
}
a.navigation_link:link, a.navigation_link:visited {
	color:white;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
.navigation_div {
	display: inline;
	float: none;
	padding: 0px; 
	color: white;
}
div#header {
	position: absolute; 
	top: 0px;
	left: 150px;
	height: 100px; 
	background-color: white; 
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	width: 100%;
}
div#navigation {
	display: none;
	position: absolute;
	left: 0;
	padding: 10px;
	margin: 60px 0px;
	background-color: white;
	height: 100%;
}
body > div#navigation {
	display: none;
    position: fixed;
}
div#main {
	padding: 100px 1px 20px;
}
.newsheading{
	font-weight: bold;
	font-size: 12pt;
}
.newstext {
	margin-top: 0px;
	text-align: justify;
}
.pagination_wrap {
	text-align: center;
	clear: both; 
}
.pagination {
	padding: 5px; 
	text-align: center; 
	margin: auto; 
	background: #EFEFEF none; 
	border-style:solid; 
	border-width:1px; 
	border-color:black;	
}

