body	{
	font-family: arial, sans-serif; 
	font-size: 11px;	
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background: #e6f8ff; /* achtergrond kleur lichtblauw */
	}

#header_tekst {
	/* Menu aans de bovenkant */	
	top: 114px;
	position: absolute;
	left: 50%;
        margin-left: -435px;
}

.banneritemheaderbanner {
	text-align: center;
	}

#header_tekst a{
	text-decoration: none;	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;	
}

#header_tekst a:hover{
	text-decoration: underline;	
}

.mainlevel_vmugmain{
	/* Styling van een menu item in het VMUG menu */
	padding: 0px 10px 0px 12px;	
	background-image: url(../images/vertical_streep_menu.gif);	
	background-repeat:no-repeat;
}

.blocktitle, .moduletable h3, .moduletablefeed h3 {	
	color: #f89500;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 0px;
	}
.blocktitle {
	text-align: center;	
	}

.moduletable h3, .moduletablefeed h3 {
	text-align: left;
	margin-top: 1px;
	}

#blocks_links {
	/* Content blokken aan de linkerkant */
	width: 150px;	
	position: absolute;
	left: 50%;
	margin-left: -455px;
	top: 148px;	
	}

#blocks_rechts {
	/* Content blokken aan de linkerkant */
	width: 150px;	
	position: absolute;
	left: 50%;
	margin-left: 295px;
	top: 148px;	
	}
	
.moduletable, div.moduletablefeed {
	/* los blok aan de linkerkant */
	background: #ffffff;
	width: 147px;	
	border-style: solid;
	border-width: 1px;
	border-color: #b7e2f3;	
	padding-left: 5px;	
	margin-bottom: 7px;		
	}

	
#blocks_center {
	/* Content in het midden */	
	position: absolute;
	left: 50%;	
	top: 148px;
	margin-left: -295px;	
	}
	
.contentpaneopen, .contentpane {
	/* newsitem in het midden, wordt ook gebruikt voor artikelen in het midden */
	background: #ffffff;
	width:742px;	
	border-style: solid;
	border-bottom-style: none;
	border-top-style: solid;
	border-width: 1px;	
	border-color: #b7e2f3;	
	padding-left: 6px;
	padding-right: 6px;	
	}

.contentpaneopen img, .contentpane img {
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
.contentpane {
	border-bottom-style: solid;
}

.contentpane tr, .contenpane td { 
	padding: 3px;
}

.contentpaneopen+.contentpaneopen {
	border-top-style: none;
	border-bottom-style: solid;	
	margin-bottom: -7px;
	}
	
.contentheading {
	background: none; 
	color: #000000; 
	font-size: 18px; 	
	font-family: arial, sans-serif; 
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #f89500;
	margin-bottom: 5px;	
	}
	
ul.menu, ul.newsfeedfeed 	{
	list-style: outside disc;
	color: #f89500;
	margin-left: 17px;			
	margin-bottom: 10px;	
	padding-left: 0px;
	}
	
	
a:link 
	{
	 text-decoration: underline;
	 color: #000000;
	 }
	 
a:active
	{
	 text-decoration: underline;
	 color: #000000;
	 }

a:visited
	{
	 text-decoration: underline;
	 color: #000000;
	 }

a:hover 
	{
	 text-decoration: underline;
	 color: #000000;
	 }

.banneritem {
	padding-top: 7px;
	padding-bottom: 7px;	
	text-align: center;
	}
	
.banneritem img{
	border: 0px;	
	}
	 
.createdate {
	/* oranje lijn onder ieder artikel */
	border-bottom: 1px solid #f89500;
	margin-bottom: 5px;
	}

form #form-login {
        width: 140px;
}
