body {
	background: #270648 url('gfx/bg_body.gif') repeat-x top;
	margin: 0;
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 12px;
	color: #191919;
}
img {
	border: none;
}
td {
	padding: 0;
	vertical-align: top;
}
h1 {
	color: #432a6a;
	font-size: 14px;
	text-transform: uppercase;
}
h2 {
	color: #432a6a;
	font-size: 14px;
	font-weight: normal;
}
a {
	color: #250e47;
}
a:hover {
	color: #484749;
	text-decoration: none;
}
div#mainContainer {
	background: url('gfx/bg_mainContainer.jpg') no-repeat center top;
	width: 950px;
	margin: auto;
	min-height:820px;
	height:auto !important; /* voor moderne Browser */
	height:820px; /*voor IE6 */
  position: relative;
}
div#header {
	height: 80px;
}
div#topMenu  {
	float: right;
	text-align: right;
	width: 350px;
	margin-top: 47px;
	margin-right: 50px;
	color: #fff;
}
div#topMenu a {
	color: #fff;
	margin-right: 5px;
	text-decoration: none;
	font-size: 9px;
}
div#topMenu a:hover {
	text-decoration: underline;
}
div#leftColumn {
	width: 200px;
	padding-top: 40px;
	color: #fff;
	float: left;
}
ul#nav{
	list-style-type: none;
}
ul#nav a {
	background: url('gfx/menu_bullet.gif') no-repeat 18px 50%;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-left: 33px;
}
ul#nav a:hover {
	background-color: #353438;
}
div#info {
	margin-top: 40px;
	font-size: 9px;
	padding-left: 15px;
}
div#rightColumn {
	min-height:520px;
	height:auto !important; /* voor moderne Browser */
	height:520px; /*voor IE6 */
	width: 500px;
	padding: 40px 50px 65px 50px;
	float: left;
	background: #fbf8ff;
	opacity: 0.94;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
td.pagePartContent img {
	margin: 3px;
}
	
/* Contactformulier */	
	

.formDiv tr {
	text-align: left;
}
.formDiv th { 
	font-weight: normal;
	padding-right: 15px;
}
.formDiv input,
.formDiv textarea {
	border: 1px solid #260f48;
}
.button {
	background-color: #3e186b;
	margin-top: 10px;
	font-size: 11px;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
}
td.required {
	background: url('gfx/required.gif') no-repeat left;
	width: 90px;
	background-position:center; 
}
.error {
	color: red;
}
.text {
	width: 240px;
}
.postcode {
	width: 100px;
}
.textarea {
	width: 300px;
}
.formDiv td {
	padding: 4px 0px;
}

/* Language link */
a.languageEng {
  color: #fff;
  padding-left: 20px;
  background: url('gfx/gb.gif') no-repeat left center;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
a.languageNl {
  color: #fff;
  padding-left: 20px;
  background: url('gfx/nl.gif') no-repeat left center;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
