html, body {height:100%;}
html {overflow:auto;}

*
{
margin:0px;
padding: 0px;
}

body
{
	background-color:#002c55;
    margin-top:0;
    margin-left:0;
    
}
#maindiv
{
	width:880px;
	background-color:#FFF;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 35px 10px;
		
}

hr {margin-bottom:10px;}

.hr1
{
	margin:10px 0px 0px 0px;
}
#header
{	
	height:149px;
	
}

#container
{
		padding: 20px 0px 0px 0px;
}


#leftcolumn
{
	float:left;
	width:130px;
 
}

#buttons {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  width: 126px;
}

#buttons a 
{
 	text-decoration: underline;
	color: #003366;
  font-family:Helvetica Narrow, Arial;
  font-size: 11px;
}
#buttons a:hover
{
	color:#cc0000;
}

#centercolumn
{
	float:left;
	width:580px;
	margin-left:10px;
	margin-right:10px;
	font-family:Arial;
	font-size:12px;
	color: #002d56;
	line-height:20px;
		
}

#centercolumnfull
{
	float:left;
	width:710px;
	margin-left:10px;
	margin-right:10px;
	font-family:Arial;
	font-size:12px;
	color: #002d56;
	line-height:20px;
		
}

#centercolumn ul{margin-left:20px;}

#rightcolumn
{
	float:right;
	width:130px;
 padding-right:5px;
	
}


.contentsnippet
{
	padding:10px 0px 10px 0px;
}


#contenttitle
{
	font-size:12px;
	font-family:Arial;
	color:Black;
	text-align:left;	
}
.contenttitle
{
	font-size:16px;
	font-family:Arial;
	color:Black;
	text-align:left;
	font-weight:bold;	
}
.snippettext
{
	width:100%;
	float:left;
	text-align:left;
	font-family:Arial Narrow;
	color:#002c55;
	padding-bottom:10px;
}
.snippettext img
{
	float:right;
}
a
{
	text-decoration:none;
}
.rightcontent
{
	padding-bottom:20px;
}

/* Verschillende kleuren per submenu  */
.menu_2 {background-color: #ff9726;}

.menu_3 {background-color: #b8000c;}

.menu_4 {background-color: #b1aa02;}

.menu_5 {background-color: #9f218c;}

/* Verschillende kleuren per nieuwscategorie  */
.cat_1 {color: #ff9726; font-weight:bold;}

.cat_2 {color: #ff9726; font-weight:bold;}

.cat_3 {color: #e41937; font-weight:bold;}

.cat_4 {color: #9ca319; font-weight:bold;}

.cat_5 {color: #9f218c; font-weight:bold;}

#menu
{	
	margin:0px 0px 5px 0px;
	width:126px;
	height:auto;
	float:left;
font-family:Helvetica Narrow, Arial;
}

#menu ul 
{
	padding:0px 5px 0px 5px;	
	list-style: none;
	text-align:left;
	
}

#menu ul li 
{
	padding:5px 0px 5px 0px;
	position: relative;
	border-bottom:solid 1px white;
	background-color:transparent;
	
}
#menu ul li.lastitem
{
	position: relative;
	border-bottom:none 0px transparent;
	
}
#menu li ul {
	position:absolute;
	left:123px;	
	display: none;
	width:100%;		
	}
#menu ul li a 
{
 	text-decoration: none;
	color:White;
	border-bottom: 0; 
	display: block;
	 
}
#menu ul li a:hover
{
	color:#002c55;
}
#menu li:hover ul { display: block; top:0; margin-left:-10px; }
#menu li:hover ul, li.over ul
{ 
	display: block; 
	top:0;
	margin-left:-10px;
	position:absolute;
}  


/*---------------------------------------------------------- clear fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------------- */
