/*
****************** RTB ******************
*/

*{
margin: 0;
padding: 0;
}


html, body {
  background-image: url('../images/bg.gif');
  background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #0e0e6c;
	text-align: center;
	width: 100%;
	height: 90%;
}

#Container  {
  width: 932px;
	margin: 0 auto;
	height: auto;
	margin-top: 32px;
	text-align: left;
}


/*
****************** Tekst ******************
*/


h1  {
  font-family: Verdana;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

h2  {
  font-family: Calibri, Arial;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}

h3  {
  font-family: Calibri, Arial;
  color: #ffffff;
  font-size: 24px;
  border-bottom: 1px solid #555597;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}

p {
  font-family: Verdana;
  color: #ffffff;
  font-size: 12px;
}

/*
****************** Contact gegevens ******************
*/

dl.ContactInfo  {
  width: 950px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
}

dl.ContactInfo dt{
	clear:left;
	float:left;
	padding-top:3px;
	width:30%;
}
dl.ContactInfo dd{
	float:left;
	margin-bottom:4px;
	padding:2px 10px;
	width:30%;
}

/*
******************Links ******************
*/

A:link {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: none; color: #ffffff;}



