/* ----------------------------------------------------------------------- main stuf - */
html, body     {
	margin:0px; padding:0px; width:100%; height:100%; background-color: #c6e6fe;
  background-image: url("img/line.png");
  background-position: 0px 193px;
  background-repeat: repeat-x;
}

img.pngfix { behavior: url(js/iepngfix.htc) }

div.min_size {
  height: 100%;
  width: 100%;
  min-height: 565px;
  min-width: 980px;
  overflow: hidden;
	position:absolute;
/*	border: 1px solid red;/* */ 
}
div#min_size {
  background-image: url("img/line.png");
  background-position: 0% 100%;
  background-repeat: repeat-x;
}

div#container {
	margin: auto;
	width: 980px;
	height: 100%;
	position: relative;
	background-color: #c6e6fe;
}

div#container_header {
	width: 960px;
	height: 150px;
	left: 0px;
	position: absolute;
}
div#container_languages {
	background-color: #c6e6fe;
	top: 0px;
	right: 35px;
	width: 75px;
	margin:0px;
	padding: 0px;
	position: absolute;
}
div#logo {
	top: 10px;
	left: 10px;
	Height: 125px;
	width: 470px;
	position: absolute;
}

div#container_menu {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 20px;
/*	border: 1px solid red;/* */ 
}

div#body_filler {
	background-color: #c6e6fe;
	width: 20px;
	height:100%;
	left: -20px;
	position: absolute;	
}

#album0_2, #album0_1 {position: absolute; top: 0px;  left: 0px;  width: 185px; height: 150px; visibility: hidden; overflow:hidden; } 
#album0_2            {z-index: 1; }
#album0_1            {z-index: 2; } 


/* ------------------------------------------------------------------- content stuff - */


div#content_left_container {
	width: 185px;
	left:0px;
	top: 153px;
/*	border: 1px solid red; /* */
	position: absolute;
}

div#content_right_container {
	width: 715px;
	right:20px;
	top: 153px;
/*	border: 1px solid red; /* */
	position: absolute;
}

div#content_header{
	width: 300px;
	height: 135px;
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: right;
}

div#content_left,
div#content_right {
	background-image: url('img/content.jpg');
	background-position: 0% 100%;
	background-repeat: repeat-x;
	position: relative;
	height: 340px;
/*	border: 1px solid red; /* */
}
div#content_left {	
	width: 185px;
	left: 20px;
	overflow: hidden;
}
div#content_right {
	right: 20px;
	padding-left:5px;
	padding-right:5px;
	width:715px;
	width:705px !important;
	overflow: auto;
	overflow-x: hidden;
}

h1 {
/*	border: 1px solid red; /* */
	background-image: url('img/line.jpg');
	background-position: 0px 23px;
	background-repeat: repeat-x;
	left:-5px;
	width:715px;
	position:relative;
}

div#footer {
	height:40px;
	background-image: url('img/footer.png');
	background-repeat: no-repeat;
	width: 960px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.line_footer { /* LET OP: ook een stukje in layoutIE6.css */
	background-image: url('img/line.jpg');
	height: 4px;
	bottom:56px;
	width:920px;
	left:20px;
	background-repeat: repeat-x;
	position: absolute;
}

img.borderwhite {
	border: 1px solid white;
}

div.listitem {
	clear: both;
	position: relative;
	left:-5px;
}
div.listitem div.balk,
div.listitem div.inhoud {	
  top: 30px;
	left: 270px;
	width: 428px;
	position: absolute;
}
div.listitem div.balk {
  top: 0px;
	background-color: #000097;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	padding-left: 5px;
	width: 423px !important;
	width: 428px;
}
