/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	min-width:760px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.2em;
	color: #1D2182;
}

h2 {
	font-size: 1.1em;
	color: #FF0000;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
}

/* Hyperlinks Standaard */
a{
  	color: #00549F;
  	text-decoration: none;
}
a:active {
    	color: #00549F;
   	 text-decoration: none;
}

a:visited {
    	color: #00549F;
    	text-decoration: none;
}

a:hover {
	  color: #00549F;
   	 text-decoration: underline;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:850px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	font-size: 0.7em;
	padding-top:100px;/*needed to make room for header*/
	padding-bottom:0px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	height: 300px;
	float:right;
	padding-top:100px;/*needed to make room for header*/
	padding-bottom:0px;/* needed to make room for footer */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

.line { 
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #000000;  
} 

.linebackground { 
	background-color: #ffeee3;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;  
} 

UL {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url('../Pics/oranjepijltje.gif');
	font-size: 1em;
}

#searchbox {
	float: right;
	margin-top: -5px;
	width: 145px;
}