/* start: basis html elements */
html, body, div,
applet, object, iframe,
h1, h2, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

html{
    height: 100%;
}

a img, :link img, :visited img {
	border: 0;
}

a, :visited {

color: #47535b;

}

a:hover {

color:#FF0000;

}

h3 {

margin:2px;
padding:0px;

}

body{
  height: 100%;
	color: #47535b;
	background-color: #e2e7e9;
	text-align: center;
}

div#container{
	width: 892px;
	margin: 30px auto 30px auto;
	border-left: 2px solid #aab7bd;
	border-right: 2px solid #aab7bd;
   	background:transparent url(../i/content-background.gif) repeat-y;
}

	div#container div#header{
		width: 892px;
		height: 177px;
		/*  background: transparent url(../i/all-print-header.jpg) no-repeat; */
	}
	
	div#footer{
		margin: -32px auto 0px auto;
		width: 892px;
		height: 12px;
		background: transparent url(../i/all-print-footer.jpg) no-repeat;
	}
	
	div#container div#topmenu{
		width: 892px;
		height: 43px;
		background: url(../i/top-menu-background.png) repeat-x;
	}
	
	div#content{
		float: left;
		margin: 4px;
		width: 670px;
		padding-left: 20px;
	}
	
		div#content.withsubmenu{
			float: left;
			width: 510px;
		}
	
  	div#content p{
		width: 500px;
		text-align: justify;
		margin: 10px 0px 30px 0px;
  	}	
    
    	div#content.withsubmenu p{
			width: 465px;
			text-align: justify;
			margin: 10px 0px 30px 0px;
  	}
    
    	
	
	div#container div#right{
		margin: 4px;
		padding: 0px 0px 0px 0px;
		float: left;
		width: 175px;
	}
	
	div#container div#right p.nieuwsitem{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		margin: 20px 0px 5px 0px;
	}

	div#container div#right h2{
		font-family: Arial, Helvetica, sans-serif;
		margin: 20px 0px 5px 0px;
		font-size: 18px;
	}
	
	div#container div#right p.nieuwsitem a{
		font-size: xx-small;
		text-decoration: none;
		color: #da2626;
		background-color: #BBC0C3;
	}
	
	div#container div#right p.nieuwsitem a:hover{
		text-decoration: underline;
	}
	
.clear{
	clear: both;
}

.userform {

	background-color:#fff4be;
	border-style:solid;
	border-width:1px;
	border-color:#f0dd82;
	padding:5px;

}

th{

	background-color : #d7d7d7; 
	padding:2px;

}

.tablelisting {

	border-top : 1px solid #d7d7d7;
	border-left : 1px solid #e1e1e1;
	border-right : 1px solid #e1e1e1;
	border-bottom : 1px solid #e1e1e1;
	padding : 0 1px;
	font-size : 11px;
	empty-cells : show;
	background-color : #fafafa; 

}

.small {
	font-size:10px;
	line-height:-8px;
}
