div.header {
background: url('/app/images/bg_header2n.png') top right no-repeat;
height: 152px;
width: 980px;
margin-left: auto;
margin-right: auto;
}
div.content {

background: url('/app/images/bg_body2.jpg') right repeat-y;

width: 980px;
margin-left: auto;
margin-right: auto;
}



img#logotag {

float: right;
margin-top: 11px;
margin-right: 0px;
}

div.contentinner {
	background: url('/app/images/bg_news_item_content.png') left repeat-y;
	margin-bottom: 20px;
	padding: 10px;
	padding-right: 60px;
}
div.contentinnersplit{
	background: url('/app/images/bg_news_item_content_split.png') left repeat-y;
	margin-bottom: 20px;
	padding: 10px;
	padding-right: 60px;
}
div.itemtop
{
  	margin-top: 20px;

  background-image: url("/app/images/bg_news_item_top.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 5px;
  width: 934px;
}
div#loginform {
	width: 300px;
	margin-left: 10px;

}
div#logininfo {
	text-align: right;
	
	padding-right: 10px;
	font-size: 10px;
	clear:both;
	
}
div#menu {
	
	padding-right: 120px;
	padding-top: 10px;
	clear:both;
	
	
}
.whitepill .active a,
.whitepill .active a:hover {
    background-color: white;
	color: #0099D9;
}
.whitepill  a{
    
	color: #FFFFFF;
}
.whitepill a:hover {
    
	color: #0099D9;
}
textarea.aanbev {
	width: 98%;

}