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

*{
	margin:0;
	padding:0;
	color:#FFF;
}

img{
	border:none;
}

body {
	overflow:hidden; /*Needed to eliminate scrollbars*/
}
		
/*Supersize Plugin Styles*/
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
	margin: 0px;
	padding: 0px; 
}

#supersize .activeslide, #supersize img{
	display:inline;
}

div.fullscreen{
	display:block;
	/*set the div in the top-left corner of the screen*/
    position:absolute;
	top:0;
	left:0;
	/*set the width and height to 100% of the screen*/
    width:100%;
	height:100%;
}

#wrapper{
	height:100%;
	width:100%;
	display:table;
	position:absolute;
}

#outer{
	height: 100%;
	display:table-cell;
}

#formwrap{
	position:relative;
	left:50%;
	float:left;
	height: 100%;
}



/*Div met laatste nieuws boven sitecontent*/
#latestnews{
	position:relative;
	left:-50%;
	right: 0px;
	margin-bottom: 4px;
	padding: 10px;
	background-color:#000;
}

/*Div met alle content van de hele pagina*/
#sitecontent{
	position:relative;
	left:-50%;
	padding: 10px;
	background-image: url(../img/content_background_trans.png);
	height: 100%;
	width: 500px;

}