body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	background-color: #9FEBEA;
	line-height: 18px;
}

p {
	margin: 0;
	padding: 0;
}

td, tr {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
}

img { border: 0; }

#container {
	position: absolute;
	width: 908px;
	margin-top: 0px;
	left: 50%;
	margin-left: -454px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #FFFFFF;
}

#content {
	float: left;
	width: 543px;
	margin-left: 40px;
	margin-top: 10px;
	border: 0px solid #000000;
	padding-bottom: 80px;
	color: #565656;
	font-size: 13px;
}

#content ul {
	padding: 10px;
	border: 2px solid #24D1CF;
	background: #9FEBEA;
	width: auto;
}

#content li {
	margin-left: 10px;
}

#right_content {
	float: right;
	width: 250px;
	margin-right: 51px;
	margin-top: 33px;
	border: 0px solid #000000;
	padding-bottom: 200px;
	color: #565656;
	font-size: 13px;
}

#header {
	position: absolute;
	width: 835px;
	height: 110px;
	left: 33px;
	top: 23px;
	background: url('/images/header_bg.jpg') no-repeat;
}

#header_left {
	position: absolute;
	width: 268px;
	height: 107px;
	left: 0;
	bottom: 0;
}

#logo {
	position: absolute;
	width: 120px;
	height: 109px;
	right: 10px;
	bottom: -7px;
}

#logo_tekst {
	position: absolute;
	width: 454px;
	height: 46px;
	left: 300px;
	top: 52px;
}

#menuframe {
	float: left;
	width: 835px;
	margin-top: 141px;
	margin-left: 33px;
	background: #24d1cf;
	border: 0px solid #000000;
}

#submenu {
	float: left;
	width: 835px;
	height: 23px;
	margin-top: 0px;
	margin-left: 33px;
	border: 0px solid #000000;
}

#footer {
	position: absolute;
	width: 842px;
	height: 44px;
	bottom: 24px;
	left: 33px;
	border-top: 7px solid #91999D;
	background: #24D1CF;
}

#spine {
	position: absolute;
	width: 284px;
	height: 171px;
	bottom: 24px;
	right: 33px;
	background: url('/images/spine2.png');
}

#spineclick_1 {
	position: absolute;
	width: 220px;
	height: 30px;
	margin-left: 35px;
	margin-top: 88px;
	border: 0px solid #000000;
}

#spineclick_2 {
	position: absolute;
	width: 76px;
	height: 152px;
	margin-left: 101px;
	margin-top: 0px;
	border: 0px solid #000000;
}

.content {
	border: 0px solid #000000;
}

.content a { 
	color: #000000; 
	text-decoration: underline;
}

.imageframe{
	float: right;
	width: 353px;
	margin-right: 53px;
	margin-top: 76px;
	overflow: hidden;
	text-align: right;
	border: 0px solid #000000;
	display: inline;
}

#flagframe {
	position: absolute;
	top: 148px;
	right: 40px;
	width: 55px;
	height: 20px;
	border: 0px solid #000000;
}

.flag {
	float: right;
	margin-top: 0px;
	margin-right: 2px;
}

input{
	display: block;
	width: 120px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	border: 0;
	border-bottom: 1px dotted #686868;
	color: #565656;
	font-family: Arial;
	font-size: 12px;
}

textarea {
	border: 1px solid #686868;
	color: #565656;	
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
	width: 400px; 
	height: 75px;
}	

label{
	display: block;
	width: 120px;
	margin-bottom: 0px;
	margin-top: 5px;
	float: left;
}

.label2 {
	display: block;
	width: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}

.label3 {
	display: block;
	width: 150px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}

.submit {
	width: auto;
	border: 1px solid #686868;
	font-weight: bold;
	padding: 2px;
}
	
.cb_spacer {
	float: left;
	width: 75px;
	text-align: center;
}

/* CMS STYLES */
.blauw {
	color: #005682;
}

.titel {
	color: #565656;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.blauwe_titel {
	color: #005682;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

/* MENU STYLES */
ul#menu {
  padding: 0;
  margin: 0;
}

ul#menu li {
  margin: 0;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  border-top: 1px solid #FFFFFF;
  top: 28px;
  left: 0px;
}

/* Root Menu */
ul#menu a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  font: 12px Arial;
  text-decoration: none;
  width: auto;
  padding: 0px 7px 0px 7px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #24D1CF;
  border-right: 1px solid #FFFFFF;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
  background-color: #8B9498;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  color: #FFFFFF;
  border: 0px solid #FFFFFF;
  width: 180px;
  line-height: normal;
  padding: 2px 7px 2px 7px;
  font-weight: bold;
  background: #8B9498;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
  background: #005682;
  color: #FFFFFF;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #333092;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

