html, body 
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
*
{
	font-family: Verdana;
}
body
{
	background-image: url(images/paars-verloop.gif);
	background-repeat: repeat-x;
	background-color: #FFFDED;
}

h1
{
  font-size: 18px;
  color: #99135E;
  margin-bottom: -15px;
}
p
{
  font-size: 12px;
}
input, textarea
{
  border: 1px solid #99135E;
  width: 220px;
}
.contact
{
  font-size: 12px;
}

/*Links*/
a
{
  color: #000;
}
a:hover
{
  color: #99135E;
}
.menulink, .menulinkR
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
	float: left;
}
.menulinkactive, .menulinkactiveR
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
	float: left;
}
.menulinkR, .menulinkactiveR
{
	float: right;
}
/*Einde links*/

.newsitem
{
  background-image: url(images/newsitemfooter.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-left: -9px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFF;
  font-size: 11px;
}
.newsitem h1
{
  font-size: 16px;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.newsitem h2
{
  font-size: 11px;
  color: #FFF;
  margin: 0;
  padding: 0;
  float: right;
}

#container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 217px;
}

#content
{
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	height: 100%;
  overflow: hidden;
}
#contentleft
{
	float: left;
	width: 620px;
}
#contentright
{
	float: left;
	width: 360px;
	color: #FFF;
	font-size: 11px;
}
#contentright a
{
  color: #FFF;
  text-decoration: none;
}

#footer
{
	height: 46px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

#menu
{
	padding-top: 181px;
	margin-left: 40px;
	font-size: 14px;
	color: #fff;
}
