/* CSS Document */

/*img, div { behavior: url(iepngfix.htc) } !important  PNG ALPHA */

body {
  background: #000000;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
}
img {
  border: 0;
}

#page_layout {
	margin: 0;
	margin-left: 0px;
}

.thumb {
  margin: 0 30px 0 30px;
}
.thumbtxt {
  margin: 0 30px 0 30px;
	font-size: 12px;
	font-weight: bold;
}
.cartoon {
  margin-left: 45px;
}
.thumbbox {
  margin: 10px auto 40px auto;
	width: 800px;
}

.hcontent {
	overflow: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
}

/* DIV */
#bx_loading {
  visibility: hidden;
		position: absolute;
		left: 0;
		top: 0;
		width: 900px;
		height: 485px;
		background: #000000;
		opacity: .7;
		filter: alpha(opacity=70);
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		color: #ffffff;
		z-index: 3;
		padding-top: 100px;
}
#bx_links {
		position: absolute;
		top: 0;
		left: 0;
}
#bx_midden-boven {
	position: absolute;
	left: 380px;
	top: 0px;
}
#bx_midden-midden {
	position: absolute;
	left: 380px;
	top: 187px;  
}
#bx_midden-onder {
	position: absolute;
	left: 380px;
	top: 236px;
}
#bx_rechts-boven {
	position: absolute;
	left: 631px;
	top: 0px;
}
#bx_rechts-onder {
	position: absolute;
	left: 631px;
	top: 409px;
}

#title_box {
	position: absolute;
	left: 60px;
	top: 40px;
	font-weight: bold;
	font-size: 15px;
	width: 600px;
}
#scroll_box {
	position: absolute;
	left: 60px;
	top: 65px;
	width: 780px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 460px;
}
#footer {
  position: absolute;
		top: 585px;
		left: 0px;
		font-size: 10px;
		color: #CCCCCC;
		padding: 2px;
}
/* END DIV */

/* FORMS */
#naam {
  	width: 200px;
		border: 2px solid #8e00b7;
		background: #b621d5;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
		font-family: "Comic Sans MS", Arial, Terminal;
}
#email {
		width: 267px;
		border: 2px solid #8e00b7;
		background: #b621d5;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
		font-family: "Comic Sans MS", Arial, Terminal;
}
#contact_form {
  font-weight: bold;
		margin-bottom: 0; !important /* IE */
}
#contact_form textarea {
 		width: 500px;
		height: 145px;
		border: 2px solid #8e00b7;
		background: #b621d5;
		overflow: auto;
		display: block;
		font-size: 15px;
		color: #ffffff;
		font-family: "Comic Sans MS", Arial, Terminal;
}
#sendbutton {
  	border: 2px solid #8e00b7;
		background: #b621d5;
		display: block;
		font-size: 15px;
		color: #ffffff;
		font-weight: bold;
}
/* END FORMS */
a {
  color: #ffffff;
		text-decoration: none;
}
a:hover {
		color: #8e00b7;
		text-decoration: none;
}
#links_table a {
  font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
}
#links_table a:hover {
  color: #8e00b7;
}