@charset "UTF-8";
/* CSS Document */

* 
{
  margin: 0;
}

html, body {
	font-size:62.5%;
	font-family:tahoma,arial,helvetica,sans-serif;
	height:100%;
	font-size:0.85em;
	font-weight:100;
	color:#666666;
}

a:link, a:visited ,a:hover,a:active {
		text-decoration: none;
}
img 		{ border: none; }
a img 		{ border: none; }
a:hover img { border: none; }
#header ul li a:hover  { color: #fff; background-color:#333 }
#header ul li.active a { color: #fff; background: url(../images/blauw.png) repeat-x; }

#contentwrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -100px;
}

#header {
	background-image:url(../images/pattern.png);
	background-repeat:repeat-x;
	height:80px;
	border-bottom:3px solid #006699;
	/*
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#006699;
	*/
}

#header #mainheader {
	margin-left:auto;
	margin-right:auto;
	height:120px;
	width:816px;
}

#header #mainheader #logo{
	margin-top:10px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:300px;
	height:95px;
	float:left;
	margin-left:-10px;
}

#header ul
{
	list-style-type: none;
	float: right;
	padding: 0 2px 0 0;
}
#header ul li
{
	display: inline;
}
#header ul li a
{
	height: 50px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	float: left;
	padding: 30px 10px 0px;
	margin: 0 -1px 0 0; /* andere oplossing om de dubbele lijn van rechts en links samen te voegen */
}

.cleaner { 
	clear: both;
	height:20px; 
}

#main {
margin-left:auto;
margin-right:auto;
width:816px;
height:auto;
margin-top:30px;
}
#banner {
	margin-top:0px;
	background-image:url(../images/banner.png);
	width:816px;
	height:150px;
	clear:both;
}

#lijn {
	margin-top:10px;
	background-image:url(../images/lijn.png);
	width:816px;
	height:20px;
	clear:both;
}

#content {
	color:#292929;
	padding-top:10px;
}

#left {

	width:185px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#left ul li{
padding:5px;
list-style-type:none;
}
#left ul li a{
text-decoration:none;
color:#006699;
}
h3 span {
	color:#FF8000;
}

#right {

	width:590px;
	float:right;
	margin-right:10px;
	padding-left:10px;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
}

#right ul {
	list-style-type:none;

	margin-top:5px;
}

#persgev {
	margin-top:12px;
}

h3 {
	color:#006699;
	font-weight:100;
	padding-bottom:5px;
}

p {
	padding-top:5px;
	padding-bottom:5px;
}

span {
	color:#006699;
}

p span {
	font-weight:600;
	color:#666666;
}

#citaat {
	background-image:url(../images/citaat.png);
	width:500px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
}

#rechts img {
border-color:#999999;
border-style:solid;
border-width:3px;
}

.tekst {
width:580px;
margin-top:5px;
}

.fotoalbum
{
width:185px;
height:142px;
float:left;
padding:5px;
}

#footer, .push 
{
  height: 100px;
} 

#footer #balk {
	background-color:#CCCCCC;
	height:30px;
}

#footer #copyright {
	width:816px;
	padding:2px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
p.linkwebsite a{
color:#006699;
text-decoration:underline;
}
#mail {
	width:816px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
}