html, body { 
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin:0;
	padding:0;
	background: url(pagewidth_background_grey_651.gif) 0 0 repeat-y #d2d1cf;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.external {
	padding-right: 8px;
	background: url(pijl_ext.gif) 100% 0 no-repeat transparent;
}
   
.button {
	background: #b4b3b0;
	padding: 0 0 4px 4px;
	margin: 7px;
	font-size: 11px;
}

#topfix {
	width: 100%;
	height: 96px;
	position: absolute;
	background-image: url(page_background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #d2d1cf;
}
 
#pagewidth{ 
	width:816px;
} 
 
#header{
	position:relative; 
	height:156px; 
	width:651px;
	background: #000066;
} 

#header img {
	margin: 0px;
	border-style: none;
}

#pagetoplight{
	width: 628px;
	height: 17px;
	position: absolute;
	background: #9999CC;
	bottom: 0;
	right: 0px;
}

#leftcol{
	width:163px; 
	float:left; 
	position:relative; 
}

#holder {
	height: 303px;
	background: url(menutop_back_grey.gif) 0 0 repeat-y white;
}

#navigation{
	background: url(menutopdark_back.gif) 0 0 repeat-y black;
	color: white;
}

#navigation a {
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.active {
	margin-left: 0;
	padding-left: 20px;
	background: url(menu_highlight.gif) -4px 1px no-repeat black;
}

#navigation ul {
	margin: 0;
	padding: 10px 1px;
	background: black;
}

#navigation li{
	margin: 3px;
	padding: 0;
	list-style: none;
}

#secondhalf {
	padding-left: 28px;
	background: inherit;
	color: #fff;
	padding-top: 14px;
}

#twocols{
	width:633px;
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:160px; 
	position: absolute;
	left: 468px;
	top: 0px;
 	padding-left: 5px;
}

#rightcol h1 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
}

#maincol{
	background-color: white;  
	float: left; 
	display:inline;
	position: relative; 
	width: 468px;
}

#topnavigation {
	padding: 16px 24px 20px 24px;
	background: url(schaduw-breadcrumbbar.gif) 100% 100% repeat-x transparent;
	color: #336699;
	font-weight: bold;
}

/* ======================================================================== */
/* Styles used for the main content part (not controlled by administrator!) */
/* ======================================================================== */
#content {
	padding: 0px;
	margin-left: 38px;
	margin-right: 10px;
	margin-top: 10px;
}

/* The 'nice' heading (underlined and hanging) */
#content div.label {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -38px;
}

/* The 'nice' heading (underlined and hanging) */
#content span.label {
	padding-left:24px;
	padding-right:0px;
	font: bold 15px/24px Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: black;
	display: inline;
}

#content h1 {
	background: url(titelblok.12px.gif) 0 2px no-repeat;
	margin-left: -18px;
	padding-left: 18px;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#content h2 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	margin-top: 10pt;
	margin-bottom: 0pt;
}

#content ul {
	margin-top: 0px;
}

#content li {
	margin-left: -20px;
}


/* ============================================= */
/* Some custom elements for the seminar schedule */
/* ============================================= */
table.schedule td {
	vertical-align: top;
}

tr.odd {
	background-color: #e5e5e5;
}


/* ======================================================= */
/* Hide 'decorations' and navigation elements for printing */
/* ======================================================= */
@media print
{
	#header {display: none}
	#leftcol {display: none}
	#rightcol {display: none}
	#twocols {width: 100%}
}