@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
}
html {
	height:auto;
	width:100%;
 
 	background-color:#FFFFFF;
}
#content{
	position:relative;
	top:160px;
	z-index:1;
	visibility:hidden;
}

#stage{
	position:fixed;
	top:0px;
	width: 950px;
	height:100%;
    left:50%;
    margin-left:-475px;
	
	z-index:2;
}

#menu{
	position: absolute;
	top:160px;
	width: 950px;
	left:50%;
    margin-left:-475px;
	
	z-index:2;
}
#sign{
	height:0px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#header{
	position:fixed;
	top:0px;
	height:120px;
	width: 950px;
    left:50%;
    margin-left:-475px;
    z-index:4;
    	
}
#subheader{
	position: relative;
	left:0px;
	width100%;
	text-align:left;
}
#headerContent{
	
	width: 950px;
}
#head_overlay{
	position:absolute;
	top:0px;
	left:0px;
}

.white{
	width:100%;
	height:100px;
	background-color:#FFFFFF;
}

.debug{
position:fixed;
top:0px;
left:0px;
z-index:100;
height:500px;
background-color:#E9F2FF;
text-align:left;
overflow:scroll;
visibility:hidden
}
#console{
width:130px;
margin:10px;
font-family:"Helvetica",Arial;
font-size:8pt;

}
.subtext{
height:18px;
line-height:10px;
}
.form_veld{
height:16px;
}
.formulier{
height:18px;
}
.login_veld{

height:12px;
font-size:8pt;
}
.login{
height:18px;
}
#stageWrapper{
position:relative;
}
.stageElement{

position:absolute;
overflow:hidden;
display: table-cell;
text-align:left;
}





