@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	color: #afafaf;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: url(achtergrond.png);
	background-position: 50% 0%;
}

input, select
{
	width: 300px;
	background: #575757;
	color: #FFF;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 12px;
	border: none;
}

textarea
{
	width: 300px;
	background: #575757;
	color: #FFF;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 100px;
	border: none;
}

.formBuilderSubmit
{
	padding-top: 20px;
}

.formBuilderFieldName
{
	font-weight: bold;
	margin-top: 10px;
}

a
{
	color: #afafaf;
	font-family: Trebuchet MS;
	font-size: 12px;
}

#container
{
	background: url(bg.png);
	height: 700px;
	width: 850px;
	margin: auto auto;
}

#header
{
	height: 171px;
}

#menu
{
	float: left;
	padding-top: 50px;
	padding-left: 40px;
}

#languages
{
	float: right;
	padding-top: 45px;
	margin-right: 50px;
}

#languages img
{
	padding-left: 15px;
}

#content
{
	margin-top: 3px;
	height: 393px;
	padding: 40px;
}

#contentleft
{
	float: left;
	text-align: justify;
	width: 436px;
}

#contentright
{
	width: 285px;
	margin-left: 0px;
	float: left;
}

h1
{
	padding-top: 0;
	margin-top: 0;
	font-size: 18px;
	font-family: Trebuchet MS;
	color: #ffffff;
}

#footer
{
	padding-left: 40px;
	margin-top: 20px;
	height: 35px;
	font-size: 11px;
	color: #fff;
	width: 300px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}
