
/* --------------- Stijlen: Algemeen --------------- */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #bdd17b;
	font-family: Arial, sans-serif;
}

a img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

#splash {
	width: 542px;
	margin: 15px auto;
	text-align: center;
	font-size: 12px;
}

#splash_link {
	display: block;
	margin-bottom: 10px;
}

#site {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 770px;
	margin-left: -386px;
	background: #ffffff url(/interface/images/bg_body.gif) repeat-y left top;
}

#top {
	width: 770px;
	height: 111px;
}


/* --------------- Stijlen: Navigatie --------------- */

#nav {
	float: left;
	width: 129px;
	position: relative;
}

#nav a {
	display: block;
	width: 118px;
	height: 17px;
	margin-left: 18px;
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a:hover {
	background-position: left bottom;
}

#nav div div {
	position: absolute;
	top: 202px;
  _top: 211px;
	left: 0px;
}

#nav .active {
	z-index: 2;
}


/* --------------- Stijlen: Content --------------- */

#content {
	float: right;
	width: 568px;
	min-height: 300px;
	_height: 300px;
	padding: 0px 40px 20px 15px;
	font-size: 11px;
}


#content a {
  color: #dd0000;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content.include_home_bg {
	background: url(/interface/images/afb_home1.jpg) no-repeat right bottom;
}

#content.include_bg {
	background: url(/interface/images/bg_content.jpg) no-repeat center bottom;
}

#content .pagina_titel {
	display: block;
	margin: 0px 0px 5px 0px;
}

#content b {
	color: #dd0000;
}

#content ul {
	margin: 0;
	padding: 0px;
}

#content li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
	list-style-image: url(/interface/images/bullet.jpg);
}

#content label {
  margin-top: 8px;
  width: 111px;
  display: block;
  float: left;
  height: 15px;
  padding-top: 3px;
  clear: both;
}

#content input {
  margin-top: 8px;
  float: left;
  border: 1px solid #000000;
  height: 15px;
	font-family: Arial, sans-serif;
	font-size: 11px;
  padding-left: 4px;
}

#content input.chkbox {
  border-color: #ffffff;
}

#content textarea {
  margin-top: 8px;
  float: left;
  border: 1px solid #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
  padding-left: 4px;
}

.dropdownlist {
  margin-top: 8px;
}

.betreft {
  float: left;
}

#content .verzenden {
  margin-left: 110px;
  width: 70px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #dd0000;
  color: #dd0000;

}
 
/* --------------- Stijlen: Afbeeldingen --------------- */

#content  .image_right {
	display: block;
	float: right;
	clear: right;
	margin: 0px -20px 15px 15px;
}

#content  .image_right_nomargin {
	display: block;
	float: right;
	clear: right;
	margin: -37px -40px 15px 15px;
}

#images_left {
	width: 100px;
	margin: 120px 0px 20px 25px;
}

#images_left a {
  display: block;
  margin-left: 0px;
  height: auto;
  width: auto;
}

#images_left img {
	margin: 0px 0px 8px 0px;
	border: 1px solid #ffffff;
}

#content  #images_bottom, #content  #images_bottom_album {
	margin-top: 20px;
}

#content  #images_bottom_album img {
	margin: 0px 6px 6px 0px;
}


/* --------------- Stijlen: Footer --------------- */

#footer {
	clear: both;
	width: 760px;
	height: 19px;
	background: #212125 url(/interface/images/bg_footer.gif) no-repeat left top;
	font-size: 10px;
	color: #ffffff;
	padding: 6px 0px 0px 10px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer  a:hover {
  text-decoration: underline;
}
#downloads {
  margin-top: 20px;
  display: block;
	font-family: Arial, sans-serif;
}

#downloads a {
 	color: #dd0000; 
  font-size: 11px;
  text-decoration: none;
}

#downloads a:hover {
  text-decoration: underline;
}

#downloads h2 {
  font-size: 11px;
  font-weight: bold;
}

