/* main body markup */
html,body {
	margin: 0px;
	padding: 0px;
	background-color: #D9E9F7;
	background-image: url('../images/lines.gif');
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
	@overflow-y: scroll;
	cursor: default;
}

/* commented backslash hack v2 \*/
* html {
	overflow: hidden;
}

* html body {
	height: 100%;
}

/* position for the main container */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	height: 100%;
}

#overlay {
	position: absolute;
	width: 935px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('../images/content_bg.jpg');
}

* html #overlay {
	position: fixed;
}

#wrap .fixed {	
	position: fixed;
	display:block;
	top: 0;
	height: 210px;
	border-left: 1px #092859 solid;
	border-right: 1px #092859 solid;
	width: 933px;	
	background-color: #FFFFFF;
	z-index: 99;
}

* html #wrap {
	height: 210px;
	width: 933px;
}

* html #wrap .fixed {
	margin-left: 0px;
	position: absolute;
}

#header {
	background-image: url('../images/header_bg.jpg');
	height: 25px; /* actual height 155px */
	padding-top: 130px;
	z-index:99;
}

#topmenu {
	background-color: #092859;
	height: 16px;
	padding: 1px;
	padding-left: 0px;
}

.languagebar-wrap {
	background-color: #57B5E0;
	height: 15px;
	padding: 3px;
	padding-right: 18px;
	text-align: right;
	padding-bottom: 0px;
}

#content {
	margin-top: 210px !important;
	padding-bottom: 15px !important;
	width: 933px; /* actual width 935px */
	border-left: 1px #092859 solid;
	border-right: 1px #092859 solid;	
	margin-top: 0px;
	background-image: url('../images/content_bg.jpg');
	background-position: center;
}

#footer {
	position: fixed;
	border-left: 1px #092859 solid;
	border-right: 1px #092859 solid;	
	background-color: #FFFFFF;
	background-image: url('../images/footer_border.jpg');
	background-repeat: no-repeat;
	background-position: top;
	bottom: 0px;
	width: 933px;
	height: 14px;
	padding: 5px 0px 2px 0px;
	@margin-bottom: -1px;
	clear: both;
	z-index:99;
}

* html #footer {
	position: absolute;
}

/* main markup for the content section */

#middle {
	margin-left: 184px;
	text-align: left;
	width: 565px;
	padding-bottom: 5px;
}

#rightbar {
  /* position fixed: was voor vaste rechte kolom*/
	/*position: fixed;*/
	position: absolute;
	margin-left: 768px;
	width: 165px;
	top: 210px;
	z-index:2;
}

* html #rightbar {
	position: absolute;
}

div#middle div.content-wrap div.news-list-container-featured-topics div.news-list-item  {
	border-bottom:1px solid #092859;
	margin-left:30px;
	margin-top:10px;
	padding-bottom:5px;
	width:365px;
}

