body
{
	background-color:		#accadf;
}

#container
{
	position:						absolute;
	height:							525px;
  width:							700px;
  border:							1px solid #ffffff;
  background-color:		#4a71a3;
  left:								50%;
  margin-left:				-350px;
  top:								50%;
  margin-top:					-262px;
}

#header
{
	height:							75px;
  background-image:		url("../gfx/header.jpg");
  background-position:left top;
}

#nav
{
	height:							438px;
  width:							205px;
  background-color:		#4a71a3;
  font-family:				arial;
  padding:						5px;
  font-size:					11px;
  color:							#ffffff;
  margin-right:				5px;
  float:							left;
  border-top:					2px solid #ffffff;
  border-right:				2px solid #ffffff;
  background-image:		url("../gfx/nav.jpg");
  background-position:bottom;
  background-repeat:	no-repeat;
}

#nav a
{
	text-decoration:		none;
  color:							#ffffff;
}

#nav a:hover
{
	text-decoration:		underline;
}

#content
{
	height:							438px;
  width:							472px;
  border-top:					2px solid #ffffff;
  margin-left:				-5px;
  color:							#ffffff;
  font-family:				arial;
  font-size:					11px;
  padding:						5px;
  padding-right:			6px;
  overflow:						auto;
  text-align:					justify;
  float:							right;
}

* html #content
{
  margin-left:				217px;
  margin-top:					-450px;
}

#content a
{
	text-decoration:		none;
  color:							#ffffff;
}

#content a:hover
{
	text-decoration:		underline;
}

#copy
{
	position:						absolute;
  left:								50%;
  margin-left:				-350px;
  top:								50%;
  margin-top:					-262px;
	margin-top:					263px;
  width:							700px;
	padding-top:				4px;
	height:							15px;
  font-family:				arial;
  font-size:					10px;
  color:							#4a71a3;
  text-align:					right;
  padding-right:			5px;
}

#copy a
{
  color:							#4a71a3;
	text-decoration:		none;
}

#copy a:hover
{
	text-decoration:		underline;
}

#keuze_1
{
	position: 					absolute;
  top:								50%;
  margin-top:					-188px;
  left:								50%;
  margin-left:				-150px;
  cursor:							pointer;
}

#keuze_2
{
	position: 					absolute;
  top:								50%;
  margin-top:					-188px;
  left:								50%;
  margin-left:				-325px;
  cursor:							pointer;
}