html body {
	background:#070002;
	margin:0 auto;
	padding:0px;
	text-align:left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

div.bylei {
	margin: 0 auto;
	width: 966px;
	text-align: left;
	margin-top: 50px;
	padding: 0px;
}

#logo {
	width: 520px;
	padding: 0px;
	margin-top: 16px;
	float: left;
}

#content {
	width: 566px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#tekst{
	width: 526px;
	margin-top: 65px;
	padding: 0px;
}


#foto {
	width: 208px;
	float: left;
	margin-top: 30px;
}

#menu {
	width: 152px;
	padding: 0px;
	margin-top: 45px;
	float: right;
}

#fotoklein {
   width: 102px;
   float: left;
	padding-top: 20px;
}

#tekstsmal {
   width: 424px;
	float: left;
	padding-top: 20px;
}

/* HTML elementen
----------------------------------------------- */

h1 {
	font-size: 14px;
	font-weight: bold;
	color:#C4E668;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

h1.onder {color: #fff; padding: 0px 20px 10px 20px;}

h2 {
	color: #fff;
	font-size: 18px;
	display: inline;
}

p {text-align: justify; line-height: 20px; padding-top: 0px; margin-top: 0px;}
p.intro {line-height: 24px;}

b.wit {color:#FFFFFF;}
b.groen {color:#C4E668;}

a:link{color:#fff; text-decoration:none; font-weight: bold;}
a:visited{color:#fff; text-decoration:none; font-weight: bold;}
a:hover{color:#C4E668; text-decoration:none; font-weight: bold;}
a:active{color:#fff; text-decoration:none; font-weight: bold;}

a.groen:link{color:#C4E668; text-decoration:none; font-weight: bold;}
a.groen:visited{color:#C4E668; text-decoration:none; font-weight: bold;}
a.groen:hover{color:#d0cfcb; text-decoration:none; font-weight: bold;}
a.groen:active{color:#C4E668; text-decoration:none; font-weight: bold;}

ul {
	list-style: none;
}

li.groen {
   list-style: none;
	background: url(../images/IMG_bullit_groen.gif) no-repeat left;
	color: #fff;
	line-height: 18px;
	padding: 0px 0px 0px 15px;
}

img.button {
	display: block;
	border: none;
}

img.wit {border: 1px solid #FFFFFF;}


hr {
	height: 1px;
	border: 1px dotted #C4E668;
	margin: 0;
	padding: 0px;
}

.input {
	width: 98%;
	border: 1px solid #C4E668;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
}

.submit {
	background: #C4E668;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	width: 98%;
	margin: 5px 0px 5px 0px;
}

.clear {
  clear:both;
  display:block;
  height: 0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0px;
  background-color: transparent;
}

#popup {
	position: absolute;
	top: 14px;
	left: 100px;
	width: 350px;
	background: #fff;
	padding: 15px;
	z-index: 3;
	border: 1px solid #000;
	filter:alpha(opacity=95);-moz-opacity:.90;opacity:.90;
	
}




