@charset "UTF-8";
/* CSS Document */
html, body, form, fieldset {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;	
}
#bg {
	/*background-attachment: scroll;*/
	background-attachment: fixed;
	background-color: black;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 100%;
	height: 1000px;
	background-position: 50% 0%!important;
	background-position: 50% 0%;
}
#container {
	position:relative;
	margin: 0 auto;
	width: 650px;
	height: 600px;
	left: 150px;
}
#logo {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	height: 73px;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	z-index: 10;
}
#inhoud {
  position: absolute;
  width:620px;
  height:100%;
  top: 160px;
  margin: 0;
  padding: 15px;
}
#inhoud a {
	text-decoration:none;
	color: #FFFFFF;
}
#inhoud a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
div.transbox
  {
  position: absolute;
  width:648px;
  height: 10000px;
  top: 123px;
  margin: 0;
  padding-top: 15px;
  background-color:#000000;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  color: #000000;
 }
#menu {
	position: absolute;
	float: left;
	top: 143px;
	left: 0px;
	width: 650px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-align:right;
	background-color:#FFFFFF;
	border-top: #FF0000 solid 2px;
}
#footer {
	float: left;
	text-align: left;
	width: 100%;
	font-size: 10px;
	font-family: Tahoma, Arial;
	letter-spacing: 4px;
}
#footer a {
	font-size: 10px;
	font-family: Tahoma, Arial;
	letter-spacing: 2px;
	color:#FFFFFF;
}

