body, html {
  color: white;
  font-family: "Lucida Sans", "Lucida Sans Unicode", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 13px;
  background-color: black;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1
{
	color: white;
	font-family: Garamond, Arial;
	font-size: 35px;
	display:inline;
	margin-left: 30px;
	margin-top: 30px;
}

h2
{
  color: black;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

a.menuitem:link, a.menuitem:visited, a.menuitem:active, a.menuitem:hover
{
  color: white;
  font-size: 17px;
  text-decoration: none;
}

a:link, a:visited, a:active
{
  color: white;
  font-size: 13px;
  text-decoration: none;
}

a.menuitem:hover
{
  color: black;
}

a:hover 
{ 
	color: #F7ED80;
}

#outer
{
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 1000px;
	height: 444px;
	margin-top: -222px; /* half of the height */
	margin-left: -500px; /* half of the width */
}

#header
{
  width: 1000px;
  height: 98px;
  margin: 0;
  padding: 0;
}

#header_left
{
  width: 288px;
  height: 98px;
  float:left;
  margin: 0;
  padding: 0;
}

#header_right
{
  float:right;
  height: 21px;
  width: 712px;
  text-align: left;
  vertical-align: bottom;
  margin-top:72px;
}

#content
{
  text-align: left;
  margin: 0;
  padding: 0; 
  width: 1000px;
  height: 344px;
}

#content_left
{
  width: 290px;
  float:left;
  padding-top:30px;
}

#content_right
{
  float:right;
  width: 710px;
  padding-top:30px;
}

#submitbutton
{
  background: url('../images/knopje.jpg') no-repeat;
  color: white;
  height: 24px;
  width: 76px;
  outline: none;
  border: none;
  font-family: "Lucida Sans", "Lucida Sans Unicode",	Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

.formtext
{

}

.forminput
{

}

