body {
	margin: 0px auto;
	background: #fff;
}

div#mainContainer {
	width: 749px;
	margin: auto;
}
div#headerContainer {
	height: 126px;
	background: url('gfx/header-bg.jpg') no-repeat right;
}
div#headerContainer img {
	float: left;
}
/* Menu */
div#menuContainer {
	float: right;
	height: 26px;
	padding-top: 100px;
}
div#menuContainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 540px;
}
div#menuContainer ul li {
	position: relative;
	float: left;
	margin-right: 5px;
	z-index: 8;
}
div#menuContainer li ul {
	position: absolute;
	z-index: 10;
	left: 0px; /* Set 1px less than menu width */
	display: none;
}
/* Styles for Menu Items */
div#menuContainer ul li a {
	display: block;
	color: #723570;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #723570;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	background-color: #fff;
}
div#menuContainer ul li a.active {
	color: #fff;
	text-decoration: none;
}
div#menuContainer ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #723570;
}
/* Holy Hack. IE Requirement \*/
* html ul li { height: 1%; }

div#menuContainer li:hover ul, 
div#menuContainer li.over ul { 
	display: block;
	width: 225px;
}

/* Submenu */
div#menuContainer ul.subMenu {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #723570;
}
div#menuContainer ul.subMenu li {
	float: none;
}
div#menuContainer ul.subMenu li a {
	color: #723570;
	text-transform: none;
	font-size: 11px;
	margin: 0px;
	padding-left: 10px;
	border: none;
}
div#menuContainer ul.subMenu li a:hover {
	background-color: #723570;
	color: #fff;
}
div#contentContainer {
	background: #8F5E8D url('gfx/content-bg.gif') repeat-y;
}
div#leftCol {
	width: 192px;
	float: left;
	background-color: #8F5E8D;
}
div#contactContainer h1 {
	color: #e7b861;
}
div#contactContainer a {
	background: url('gfx/img_stip.gif') no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	color: #fff;
}
div#contactContainer a:hover {
	color: #e7b861;
	text-decoration: none;
}
div#rightCol {
	width: 527px;
	float: left;
	padding: 15px;
	background-color: #723570;
	color: #fff;
}
div#rightCol h1 {
	color: #e7b866;
}
div#rightCol h2 {
	color: #dfd5e0;
}
a.newsLink {
	padding-left: 490px;
}
div#contactContainer {
	padding: 15px;
	color: #fff;
}
div#footContainer {
	height: 42px;
	background: url('gfx/footer-bg.jpg') no-repeat right top;
	padding-bottom: 20px;
}
div#footContainer img {
	padding-top: 5px;
	float: left;
}
div#footMenu {
	padding-top: 5px;
	float: left;
}
div#footMenu a {
	color: #8f5e8d;
	padding-left: 20px;
}
div.spacer {
	clear: both;
}

/* News  */
div.message {
	padding: 5px 0;
	border-bottom: 1px solid #a179a0;
}
div.message a.title {
	font-weight: bold;
	color: #fff;
	margin-bottom: 6px;
	display: block;
}

/*### FORMULIEREN ###*/
form.formContainer div.formDiv {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
form.formContainer th {
  text-align: left;
  width: 180px;
  padding-right: 6px;
}
form.formContainer th,
form.formContainer td
{
  height: 29px;
  color: #fff;
  vertical-align: middle;
}
form.formContainer td.required {
  background: url('gfx/required.gif') no-repeat 10px 10px;
  width: 65px;
}
form.formContainer .text,
form.formContainer select,
form.formContainer textarea
{
  border: 1px solid #c9c9c9;
}
form.formContainer .text {
  width: 200px;
}
form.formContainer .alignTop {
  width: 200px;
}
form.formContainer textarea {
  width: 230px;
  height: 80px;
  margin: 5px 0;
  font-family: arial, tahoma, sans-serif;
  font-size: 12px;
}
form.formContainer .button {
  border: 0px;
  background: url('gfx/btn_bg.gif') no-repeat center center;
  width: 88px;
  height: 23px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
form.formContainer label.error {
  color: #f30000;
}
form.formContainer tr.subHead th {
  background-color: #f7f7f7;
  color: #046089;
  border-bottom: 1px dotted #d4d4d4;
  border-top: 1px dotted #d4d4d4;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}