body, html {
	margin: 0px;
	padding: 0px;
	
	background-color: #5D5D5D;
	
	text-align: center;
	
	font-family: "Trebuchet MS", Trebuchet, sans-serif, Arial;
	font-size: 10pt;
}

#container {
	width: 80%;
	
	position: absolute;
	left: 10%;
	right: auto;
	
	text-align: left;
	
	background-color: #FFFFFF;
	
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
}

#header {
	width: 100%;
	height: 130px;
	
	background: #2E2E2E url(./icms_images/header_bg.gif);
	
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header #header_logo
{
	width: 258px;
	
	position: absolute;
	left: 8px;
	top: 0px;
	
	border: 0px;
}

#header #navvert
{
	width: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	
	position: absolute;
	right: 6px;
	top: 100px;
	
	color: white;
	
	font-variant: small-caps;
	
	text-align: right;
}

#header #navvert ul
{
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
}

#header #navvert ul li
{
	display: inline;
	
	height: 16px;
	
	margin-left: 6px;
	margin-right: 6px;
	
	font-size: 14px;
}

#header #navvert ul li a
{
	height: 16px;
	
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #FFFFFF;
}

#header #navvert ul li a:hover
{
	color: #AAAAAA;
}

#message {
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	
	padding: 12px;
	
	font-size: 14pt;
	color: #000000;
	
	background-color: #87AFF1;
	border: 2px solid #333333;
}

#message a
{
	color: #000000;
}

#content
{
	margin-left: 12px;
	margin-right: 12px;
	
	text-align: justify;
	line-height: 1.6em;
}

#header #info
{
	margin-top: 12px;
	margin-right: 12px;
	
	padding: 8px;
	
	float: right;
	
	text-align: center;
	
	background-color: #E4E4E4;
	border: 2px solid #999999;
	
	color: #333333;
}

#header #info a
{
	color: #333333;
}

#content h3
{
	margin-top: 8px;
	
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
}

#content a
{
	text-decoration: none;
	
	color: #DD4800;
}

#content a:visited
{
	color: #DD1600;
}

#content #quicknav
{
	line-height: 1.6em;
	color: #000000;
}

#content #quicknav a
{
	line-height: 1.6em;
	color: #000000;
}

#content p.legenda
{
	margin-top: -0px;
	
	font-size: 9pt;
	
	color: #777777;
}

#content ul.sort_pages
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#content ul.sort_pages li
{
	margin-bottom: 6px;
	padding: 3px;
	
	border: 1px solid #666666;
	
	cursor: move;
}

table.panel
{
	background-color: #F2F2F2;
	border: 1px solid #999999;
}

table.panel td
{
	font-size: 10pt;
	padding: 2px;
	padding-left: 6px;
}

table.panel tr.header td
{
	background-color: red;
	background: url(./icms_images/table_overzicht_bg.gif);
	
	font-weight: bold;
	font-size: 10pt;
	
	height: 26px;
}

table.panel td.parent
{
	font-weight: bold;
}

table.panel td.child
{
	padding-left: 24px;
}

table.panel td a
{
	color: #000000;
}

table.panel td input.text
{
	padding: 1px;
	
	border: 1px solid #BBBBBB;
	
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-Serif;
	font-size: 10pt;
}

form label {
	width: 130px;
	display: block;
	
	float: left;
}

form input.button
{
	padding: 3px;
	
	border: 1px solid #999999;
	
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	font-size: 10pt;
}

form textarea.content
{
	width: 100%;
	height: 220px;
	
	margin: 12px;
}

#footer
{
	width: 100%;
	height: 40px;
	
	background-color: #434343;
	
	border-bottom: 1px solid #373737;
}

#footer p
{
	text-align: right;
	
	padding-top: 3px;
	margin-right: 12px;
	
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
}
