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

html, body, form
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body 
{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#wrapper
{
	background-color: #161214;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}
#content
{
	width: 700px;
	height: 200px;
	margin-left: 20px;
}
#links
{
	width: 160px;
	height: auto;
	padding: 50px 0px 0px 10px;
	float: left;
}
#tekst
{
	width: 350px;
	height: auto;
	padding: 60px 0px 0px 0px;
	float: left;
}
a:link, a:visited, a:active
{
	color: #97BE0D;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
#vervolgpaginatekst
{
	width: 470px;
	height: auto;
	padding: 60px 0px 0px 0px;
	float: left;
}

input
{
	float: left;
	margin: 0 0 14px 0;
}

.btnsend
{
	margin: 7px 0 0 2px;
}

.errormessage
{
	background-image: url(/images/warning.png);
	width: 16px;
	height: 16px;
	float: left;
	margin: 3px 0 0 2px;
	cursor: pointer;
}