html, body{ 
	margin:0; 
	padding:0;
	background-color:#000000;
}

#wrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding: 0 0 0 0;
	z-index: 1;
}

#headerbar {
    position: absolute;
    top: 0px;
    left: 50%;
	height: 20px;
    width: 760px;
    margin-left: -380px;
	margin-top: 0;
	z-index: 300;
	background-color:#333;
}

#headertext {
	position: absolute;
	top: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	padding: 0 0 0 3px;
	width: 760px;
}

#titlebar {
    position: absolute;
    top: 50px;
    left: 50%;
	height: 40px;
    width: 760px;
    margin-left: -380px;
	z-index: 200;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	font-weight:normal;
	color:#FFF;
	height: 42px;
}


#reelvisual {
    position: absolute;
    top: 180px;
    left: 50%;
	height: 277px;
    width: 760px;
    margin-left: -380px;
	z-index: 100;
}

#textcontentholder {
    position: absolute;
    top: 140px;
    left: 50%;
    width: 760px;
    margin-left: -380px;
	z-index: 100;
	padding-left:15px;
	padding-top:10px;
	background: url(../images/contentbg.png) top left repeat-y;
}

#textcontentholder .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	width: 760px;
}

#flashfb {
    position: absolute;
	top: 120px;
	left: 50%;
	height: 350px;
    width: 760px;
    margin-left: -380px;
	z-index: 100;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#contactform {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
    width: 760px;
	border:none;
}

#contactform fieldset {
	border:none;
}


#contactform h1 {
    font-size: 130%;
}

#contactform img {
    border: 0px;
}

#contactform .errors {
    color: #FFCC66;
}

#contactform .correct {
    color: #FFF;
}

#contactform legend {
     font-size: 120%;
     font-weight: bold;
}

#contactform .title {
     color: #FFF;
     font-weight: bold;
     margin-top: 2px;
     margin-bottom: 5px;
}

#contactform .field {
     color: #FFF;
     margin-bottom: 7px;
	 overflow:auto;
}

#contactform .small {
     font-size: 90%;
	 font-style:italic;
	 color:#CCC;
	 padding-top:5px;
}

#contactform .thanks {
     margin-top: 15px;
     color: green;
     font-size: 100%;
     margin-bottom: 15px;
}

#btn-submit{
	background:transparent url(../images/btn-versturen.gif) no-repeat scroll center top;
	border:0pt none;
	cursor:pointer;
	height:21px;
	padding:0pt;
	text-indent:-1000em;
	width:84px;
}
