.main {
	width:100%;
	height:100%;
	border:0px none;
	background-color:#000099;
	font-family:"Arial"
}

.menu{
	text-align:center;
	background:red;
	width:100;
	color:white;
	font-weight:bold;
}

.content{
	width:100%;
	height:100%;
	background-color:white;
	color:black;
	text-align:center;
	overflow:auto;
	position:relative;
	font-size:10pt;
}

a.topic{
	font-weight:bold;
	color:#000099;
	font-size:12pt;
	text-decoration:none;
}

.selt{
	color:black;
	height:30px;
}


.menuitem{
	height:30px;
	
}


#newscontent{
	width:100%;
}

#content_left{
	float:left;
	width:800px;
}


#content_right{
	float:left;
	width:300px;
	margin-top:40px;
}


#news{
	margin-top:15px;
}



.newsitem_left{

	width:400px;
	float:left;
	margin-top:15px;
	margin-bottom:10px;

}

.newsitem_right{
	width:250px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;

}

.newsitem_foto{
  text-align: center;
}



.content{
}




.title{
  margin-top:0px;
	font-weight:bold;
	color:#000099;
	font-size:12pt;
}

.tekst{
}

.li_titel{
margin-bottom:10px;
}