body,td,th {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #1269AB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1269AB;
}
a:hover {
	text-decoration: none;
	color: #1269AB;
}
a:active {
	text-decoration: none;
	color: #1269AB;
}
body {
	background-color: #ccc;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 9pt;
	color: #1269AA;
}
h2 {
	font-size: 10pt;
	color: #333;
}
p{
	padding:0px;
	margin:0px;
}
.title{
	font-size:15px;
	font-weight:bold;
	color: #333;
	padding-bottom:10px;
	}
img {
	border:none;
}

/*************************************************/

#wrapper{
	width:960px;
	margin:0 auto 20px auto;
	background-color:#FFF;
}
#wrapper #header{
}
#wrapper #header #topper{
	height:65px;
}
#wrapper #header #topbeeld{
	height:116px;
	border-top:4px #FFF solid;	
	border-bottom:4px #FFF solid;
}
#wrapper #header #menu{
	height:30px;
	line-height:30px;
	background-color: #ffcc00;
}

#wrapper #content{
	background-image:url(../images/contentBack.gif);
	min-height:500px;
  	height:auto !important;
  	height:500px;
  	padding:20px;
	
}
