@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #B5DBF0 url(images/bg.jpg) repeat-x left top;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
}

#container {
        width: 790px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	background-position:top center;
	background-repeat:no-repeat;
	border-style: solid;
	border-color: #99cc33;
	border-width: 2px;
	padding: 3px;

	
}


#header {
	background-color: #ffff33 url(images/header.gif);
	width: 790px;
	height: 120px;
	
}
#tekst {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	text-align: right;
}
#h3 {
		font-size: 15px;
		font-style: normal;
		font-weight: normal;
		color: #006699;
		text-align: left;
		margin-top: 10px;
}		
	
#inhoud {
	width: 790px;
	background-color: #ffffff;
	overflow: hidden;
	height: 610px;
}
#menu {
	background-color: #006699;
	list-style-type:none;
	text-decoration:none;
	width: 790px;
	height: 20px;
	float: left;
	color: #fff;
	
}
#image {
align: right;
margin-top: 0px;
margin-right: 20px;
}

#content_totaal{

}

#content {
	background-color: #ffffff;
	width: 600px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-position: right top;
	font-size: 12px;
	color: #006699;
}

#ads{
  float:left;
}



#voet {
	background-color: #99cc99;
	width: 790px;
	font-size: 14px;
	color: #003333;
	padding-top: 6px;
	clear: both;
	text-align: center;
	height: 20px;
}
#menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
#menu  ul  li {
	display: inline;
	text-decoration:none;
}
#menu  ul  li a {
	list-style-type:none;
	float: left;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#menu ul li a:hover {
	background-color: #cccc00;
	color: #173269;
	text-decoration:none;
}
#content h2 {
	font-size: 22px;
	color: #006699;
	margin-top: 20px;
}

a:link {
color:#006699;
text-decoration:none;
}
a:visited {
  color:#cccc00;
  text-decoration:none;
}
a:hover {
color:#ff0000;
text-decoration:none;
}
a:active {
color:#000066;
text-decoration:none;
}
#content p {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006699;
	text-decoration:none;
	text-align: right;
	padding-right: 30px;
	padding-top:70px;
}
#image2 {
align: left;
margin-top: 3px;
margin-right: 10px;
}
#tekst2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006699;
	text-align: left;
}
#form {
  padding-right: 100px;
}	
