@charset "utf-8";
/* CSS Document */
html { overflow-y: scroll; }

html { overflow: -moz-scrollbars-vertical; }

body {
	background:url(images/bg.gif);
	padding:0;
	color:222;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.merkimg{
max-width:350px;
align:center;
}
 
.form{
border: 1px solid #444444;
}
.formbutton{
	border: 1px solid #003
}

/* DIV Boxes */

.maincenter{
	width:800px;
	margin: 0px auto -1px auto; 
}

.header{
	height:150px;
	background-color:#FFFFFF;
}

.menu{
	line-height: 12px;
	margin-left: 0;
	background:url(images/menuopvulling2.jpg);
	/*background-color: #ffa9c4;*/
	/*border-color: #eeeeee;*/
	border-width: 0px;
	border-style: solid;
}

.contenbox{
	background:#ffffff;
	width:800px;
}

.sidebar{
	background:#FFFFFF;
}

.content{
	background-color:#FFFFFF;
}

.footer{
	background-color:#ffffff;
	text-align:center;
	height:20px;
	width:800px;
}

.balkonderaan{
	background-color:#ffa9c4;
	height:20px;
	width:800px;
	text-align:center;
	color:#000000;
}
.balkbovenaan{
	background-color:#ffa9c4;
	height:3px;
	width:800px;
	text-align:center;
	color:#000000;
}

/* Text Style */
a:active,a:visited,a:link{
	text-decoration:none;
	color:#222;
}
a:hover{
	text-decoration:underline;
}
a.menulink:active,a.menulink:visited,a.menulink:link{
	font-weight: bold;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #444444;
	line-height: 30px;
}

a.menulink:hover{
	/*color:#00d400;*/
	
	text-decoration: underline; 
}

.merken {
	position:relative;
}
.merken:hover {
	z-index:25;
}

.merken span{
	display: none;  /* hide the span text using this css */
}

.merken:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 2em;
	left: 3em;
	border:1px solid #333333; /* border colour */
	background-color:#ffffff; /* background colour here */
	color:#000000;         /* text colour */
	font-size: 12px;
	text-decoration:none;
	z-index:30;
}

.texttitel {
	font-size:14px;
	color: #222222;
	font-weight:bold;
}
.textcontent {
	font-size:13px;
	color: #222222;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
.boncontent {
	padding:15px;
	background-color:#bbffbb;
	font-size:13px;
	color: #222222;
	border:thick #333333 double;
}

.nieuwstitel {
	font-size:13px;
	color: #222222;
	font-weight:bold;
}
.nieuwscontent {
	font-size:13px;
	color: #222222;
	margin-right:15px;
	margin-top:15px;
}

.contentbox{
	background-color:#ffffff;
}

.toggle {
  background: transparent url('images/nieuws_open.gif')  .25em .1em no-repeat;
  text-indent: 20px;
  cursor:pointer;
}
.toggle.closed {
  background: transparent url('images/nieuws_gesloten.gif') .25em 0.1em no-repeat;
}
.hidden {
  display:none;
}
/* Tabellen */
.menuitem{
	/* background:url(images/menuopvulling2.jpg); */
	width:110px;
	height:35px;
	border-width:0px;
	text-align:center;
}

.menuspacer{
	background:url(images/menuopvulling2.jpg);

}
.menutable{
	/* background:url(images/menuopvulling2.jpg); */
	width:800px;
	border:0px;
	border-spacing:0px;
	border-width:0px;

}


/* Foto's */
.logoheader{
	margin-left:20px;
	margin-bottom:10px;
}
