/* Generic layout */
#border {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/layout_border.gif) top center repeat-y;
}

#container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding-top: 150px;
	background-color: white;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
}

#header {
	background: url(../images/mainpic-lente.jpg) 0px 50px no-repeat;
	background-color: #AC205F;  /* #B95280 */
	height: 150px;
	width: 100%;
	position: absolute;
	top: 0px; left: 0px;
}

#header #logo {
	position: absolute;
	left: 25px; top: 0px;
}

#ad {
	position: absolute;
	top: 0px; right: 0px;
	color: white;
	width: 550px;
	padding: 2px;
	text-align: right;
	z-index: 5;
}

#header #locales {
	position: absolute;
	top: 25px; right: 0px;
	z-index: 6;
}
#locales UL {
	list-style-type: none;
	margin: 0px; padding: 0px;
	margin-top: 5px;
}
#locales UL LI {
	float: right; width: 75px; padding-right: 5px; 
}
#locales A, #locales A:visited, #locales A:active {
	color: white;
}
#locales A IMG {
	vertical-align: middle;
}

#header #menu {
	position: absolute;
	top: 132px;
	/*clear: both;*/ /* Without this line the menubar dissapears in IE6 */
	color: white;
}
#header #menu UL {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
#header #menu LI {
	float: left; width: 143px; padding: 1px 3px;
	border-right: 1px solid white;
}
#header #menu LI.last {
	border-right: 0px;
}

.content-dualpane {
	background: url(../images/pagecontent_bg.gif) top left repeat-y;
}

.content-dualpane #breaker {
	clear: both;
	height: 1px; /* 1px prevents the sidebar from jumping right in IE6 */
	overflow: hidden;
}

.content-dualpane #sidebar {
	float: left;
	width: 215px;
	padding: 5px;
	overflow: hidden;
}

.content-dualpane #pagecontent {
	float: right;
	width: 645px;
}

.content-singlepane {
	/* Wat speciaals indien er maar een enkele pane is? */
}

#pagecontent {
	padding: 15px;
	overflow: hidden;
}

#pagecontent #breadcrumbs {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#copyright {
	background-color: #AC205F;  /* #B95280 */
	padding: 10px;
	height: 30px;
	color: white;
}

#footer {
	clear: both;
}

#footer #infobar, #footer #links {
	border-top: 1px solid #D2D7DD;
	padding: 10px;
	color: #595959;
	height: 1%; /* fix IE6 bug, without this the elements have no layout, and thus no border is shown */
}

#footer #links {
	clear: both;
	text-align: center;
}

#notes {
	font-size: 8pt;
	margin-top: 10px;
	text-align: center;
	color: #595959;
}

/* More specific classes */
#menu {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
#menu A, #menu A:active, #menu A:visited {
	color: white;
	text-decoration: none;
}
#menu A:hover {
	color: #FFCE63;
	text-decoration: underline;
}

#sidebar .menu, #pagecontent .menu, #infobar .menu {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-align: left;
}
#sidebar .menu .header, #pagecontent .menu .header, #infobar .menu .header {
	padding: 5px;
	font-weight: bold;
	color: #595959;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}
#sidebar .menuspecial .header, #pagecontent .menuspecial .header, #infobar .menuspecial .header {
	background-color: #CDF8C4;
}
#sidebar .menu .content, #pagecontent .menu .content, #infobar .menu .content {
	padding: 5px;
	background-color: white;
}

#pagecontent, #sidebar .menu .content {
	color: #595959;
}

/* pascal backlink */
#pagecontent #backlink {
	float:left; 
	width: 200px; 
	margin-right: 50px; 
	position: relative
}
.sidebar_basket {
	display: none;
}