/**************** Main layout structure (position, size) *****************/

body.cms_page {
	margin:0;
	padding:0;
	background: url( "../images/background.jpg" ) no-repeat;
	background-color: #F9E538;
	min-width: 800px;
	width:expression( this.scrollWidth < 800 ? "800px" : "auto" );
}

div#wrap {
	width: auto;
	float:left;
}

div#innerwrap {
	width: 830px;
}

#header {
	height: 65px;
	background-image: url( "../images/header.jpg" );
	background-repeat: repeat-x;
	clear: both;
}
#header_holdingbox {
	width: 790px;
}
#subheader {
	padding: 0px;
	margin:0;
	clear: both;
	width: 100%;
}

#logobox {
	display: inline;
	float: left;
}

#menubox {
	margin-left: 50px;
	margin-top: 4px;
	float: left;
	color: #F9E538;
}

#languages {
	margin-left: 600px;
	margin-top: -25px;
	width: 200px;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;
	font-size: 85%;
}

.language {
	width: 120px;
	font-size: 85%;
}

/*
#nav {
	padding:5px;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
*/

#bannerspace{
	width: 150px;
	margin: 0 5px;
	float: right;
}

#bannerspace_top {
	height: 390px;
}

#innerwrap{
	position: static;
}

#sidebar{
	padding: 10px;
	width: 150px;
/*	float: left; */
	position:absolute;
}

#innersidebar{
	height: 450px;
	margin-top: -10px;
	/*background: url(../images/sideback.jpg) no-repeat top left;*/
}

#main{
	position: absolute;
	width: 457px;
	left: 180px !important;
	left: 200px;
}

#sidebar ul {
	margin-bottom:0;
}

#sidebar h1{
	letter-spacing: .6em;
	color: white;
	text-decoration: none;
	font-size: 1.5em;
	margin-bottom: 70px;
}
/*
#sidebar h3, #sidebar p {
	padding:0 15px;
}
*/
#footer {
/*	display: inline; */
	clear:both;
	padding-top: 2em;
}


/*************** Styles of main HTML elements (fonts, colors) ***************/

body {
	/*background-color: #dddddd;*/
	font-family: verdana;
	font-size: 80%;
/*	background: url("../images/background.jpg"); */
	color: black;
}

h1 {
	color: white;
	margin: 0;
}

h2, h3 {
	color: #1E389A;
	margin: 0;
/*	line-height: 0; */
}

h3, h2{
	margin-top: 0.5em;
}


p {
	margin-top: 0;
	margin-bottom: 0;
}

li, ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

td {
	color: black;
}

a:link {
	color:#3F3C81;
}

a:visited {
	color: #555555;
}

a:hover {
	color: #bbbbbb;
}


#innersidebar a {
	color: white;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}

#innersidebar a:link {
	text-decoration: none;
	color:white;
}

#innersidebar a:visited {
	text-decoration: none;
	color: white;
}

#innersidebar a:hover {
	text-decoration: none;
	color: #bbbbbb;
}


/*************** Styles of specific classes, elements, id's ******************/

#footer #idtlogo {
	vertical-align: middle;
	margin-bottom: 0px;
}

#footer p {
	font-size: 0.8em;
/* padding: 5px;*/
}

#idt_cr {
	font-size: 0.8em;
	/*float: right;*/
/*	padding: 2px; */
	margin-top: 10px;
}

#menu {
	margin-bottom: 10px;
}

.article_intro {
	background-color: #E6E6E6;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.article_intro h1 {
	margin: 0;
}

.simplebox {
	padding: 0;
}

#logo {
	display: inline;
	margin: 0 auto;
}


/*************** Navigation ***************/

#menu {
	position: relative;
	z-index: 1;
	float: left;
}

#menu ul {
	list-style: none;
	width: 8em;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	display: block;
	border-width: 1px;
	margin: 0;
	font-weight: bold;
	color: #F9E538;
	background: black;
	text-decoration: none;
	float: left;
}

#menu ul ul a {
	border: 1px solid #F9E538;
	background: black;
}

#menu a:hover {
	color: #F9E538;
}

#menu li {position: relative;}

#menu ul ul {
	text-align: left;
	position: absolute;
	z-index: 500;
	width: 5em;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 5em;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*************** General CSS layout corrections ***************/
img {
	border: 0;
}
li li, li p, td p, td  {font-size:1em}

/* zelfde als cellpadding=0 cellspacing=0 */
table  { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

td {
	vertical-align: top;
}


/**************** CMS-specific items ********************/

/* images geplaatst met editor krijgen class "photo" */
img.photo {
}

/* images in de editor met plaats resp links en rechts krijgen deze class */
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margint-right: 0px;
}
img.left {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}

/* class voor onderschrift bij plaatjes */
span.caption {
	display: block;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
	color: #DF343A;
}

/* module_navigation */

/* Page trail (Home > TheSection > ThePage ) */
div#pageTrail {
	color: white;
	margin-left: 260px;
	height: 25px;
	margin-top: 5px;
}
div#pageTrail a, div#pageTrail a:visited {
	color: white;
}
div#pageTrail a:hover {
	color: #DF343A;
}

/* module_search */

div#searchbox {
	text-align: center;
}

/* module_news */

div.news_title h1 {
	margin-bottom: 0;
}
div.news_intro p {
	margin-top: 0;
}

div.news_title, div.news_intro {
	background-color: #E6E6E6;
	padding: 5px 10px 5px 10px;
}
div.news_title {
	margin-top: 0;
}
div.news_intro {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
p.news_readon {
	text-align: right;
	font-size: 0.9em;
	padding-bottom: 5px;
}
p.news_readon a {
	text-decoration: none;
}

input.cf_text, textarea.cf_textarea {
	border: 1px solid #999999;
}
input.cf_text {
	width: 300px;
}
textarea.cf_textarea {
	width: 300px;
	height: 100px;
}

input#postcode {
	width: 6em;
}

/********** CSS and browser bugfixes *************/

/* fix voor floats die buiten omringende box lopen */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* standaard clearfix zorgt soms voor horizontale ruimte, daarom ook een fix dmv (non-semantic) P */
p.clearfix_p {
	clear: both;
	margin: 0;
	padding: 0;
}

/* PNG transparency fix in IE, werkt nog niet goed, dus disabled */
/*img {
	behavior: url("pngbehavior.htc");
}*/
