﻿*
{
	margin: 0;
	padding: 0;
}
body, html
{
	height: 100%;
	width: 100%;
	min-width: 1200px;
	min-height: 900px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;

}

#screen
{
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
	
}
#world
{
	width: 	5760px;
	height: 3600px;
	position: absolute;
	top: 0%;
	left: 0%;
	background-image: url(../images/landscape/clouds.jpg);
	background-attachment: fixed;
}
#world .page
{
	position: relative;
	width: 1920px;
	height: 1200px;
	float: left;
}
#world .grass
{
	background-image: url(../images/landscape/grass.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#world .dirt
{
	background-image: url(../images/landscape/dirt.gif);
	background-position:top;
}
#world .page .screen
{
	width: 1920px;
	height: 1200px;
	position: relative;
}
#world .page .content
{
	width: 1000px;
	height: 768px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -500px;
	border: 1px solid red;
	background-color:#FFF;
	opacity: 0.6;
}
#landscape
{
	position: absolute;
	top: 1750px;
	left: 0px;
}

/*
		CENTER
*/
#menu
{
	position: absolute;
	left: 400px;
	bottom: 100px;
}
#newsTerug
{
	position: absolute;
	right: 400px;
	bottom: 100px;	
}

.text
{
	text-align: left;
	color: #900;
	font-size: 12px;
}

p
{
	margin-bottom: 6px;	
}
/* AIRPLANE 
*/
#airplane
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -139px;
}

/*
	FORM
*/

form {
	padding: 15px;
}
form div {
	text-align: justify;
	margin-bottom: 15px;
}
form .form label {
	clear: left;
	float: left;
	width: 150px;
	display: block;
	font-size: 16px;
}
form .form input {
	font-size: 16px;
	margin-bottom: 10px;
	background-color:#CCC;
	border: 1px solid #666;
	padding: 2px;
	width: 350px;
	font-family: "Courier New", Courier, monospace;
}
div.buttons {
	text-align: center;
}
#form .layer {
	padding: 75px;
75px;
	height: 461px;
	width: 563px;
	position: absolute;
	top: 241px;
	left: 571px;
}
#form .layerbig {
	width: 713px;
	height: 611px;
	position: absolute;
	top: 241px;
	left: 571px;
}

#news
{
	position: absolute;
	
	background-color: #FFF;
	border: 1px solid #666;
	opacity: 0.8;
	
	width: 800px;
	height: 400px;
	left: 500px;
	top: 500px;
	overflow: hidden;
	text-align: left;
}
#news .item
{
	height: 380px;
	padding: 10px;
	overflow: auto;
}
#newsNav
{
	position: absolute;
	top: 470px;
	left: 500px;
	height: 30px;
}
#newsNav a
{
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	background-color: #666;
	text-decoration: none;
	margin-right: 5px;
}
#newsNav a.active
{
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #666;
}
#clowns .item
{
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}
/* HOE STEUNEN */
#hoesteunen
{
	position: absolute;
	left: 600px;
	top: 595px;
	width: 765px;
	height: 370px;
}

#hoesteunen .item
{
	color: #9FB65E;
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

/* GADGETES */
#gadgets
{
	position: absolute;
	left: 633px;
	top: 702px;
	width: 148px;
	height: 111px;
}

#gadgets .item
{
	color: #000;
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

#hoesteunen h1
{
	font-size: 12px;
	color: white;
	margin-top: 5px;
	margin-bottom: 3px;
}
/*
		FAQ
*/
#faq
{
	position: absolute; 
	top: 609px; 
	left: 617px; 
	width: 731px; 
	height: 344px; 
	text-align: left; 
	color: #FFF;
	overflow:auto;
}
#faq h4
{
	color: #6C9;
	margin: 15px 0px 5px 0px;
}

#faq h1
{
	font-size: 20px;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}

#organisatie
{
	position: absolute;
	width: 515px;
	height: 235px;
	left: 940px;
	top: 471px;	
	overflow: auto;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;

}