body 
{
	background-color: #0e4721;
	font-family: Arial, Sans-Serif;
}

#logo 
{
	position: absolute;
	top: 10px;
	left: 2%;
	
	width: 131px;
	height: 153px;
	
	border: solid 0px #000000;
	
	background-image: url("img/dakje.png");
}

#logo_text 
{
	position: absolute;
	left: 0px;
	top: 110px;
	width: 320px;
	text-align: right;

	font-weight: bold;	
}

#logo_pkn 
{
	position: absolute;
	right: 2%;
	top: 30px;
	
	width: 110px;
	height: 95px;
}

#logo_pkn img 
{
	width: 110px;
	height: 95px;
	border: solid 0px #000000;
}

.container 
{
	width: 960px;
	margin: 0px auto;
	
	background-color: #ffffcc;
	color: #000000;

	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
}

.container_header 
{
	position: relative;
	width: 100%;
	height: 160px;
}

.container_main 
{
	position: relative;
	width: 100%;
}

.container_footer 
{
	position: relative;
	width: 100%;
	height: 50px;
	
	text-align: center;
}

.container_toppane 
{
	clear: both;
	position:relative;
	width: 100%;
}

.container_leftpane 
{
	float: left;
	width: 18%;
	
	margin-left: 2%;
}

.container_contentpane 
{
	float: left;
	width: 76%;
	margin-left: 2%;
}

.container_rightpane 
{
}

.container_bottompane 
{
	position: relative;
	clear: both;
	width: 100%;
}

.container .Normal {
	font-size: 0.8em;
}

.UDT_Table_Head {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.UDT_Table_Head  a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a {
	color: #cc0000;
}

a.toplink {
	font-weight: bold;
	text-decoration: none;
	color: #0e4721;
}

fieldset.breadcrumb 
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #cc0000;
}

fieldset.breadcrumb .skinObject
{
	font-weight: bold;
	color: #000000;
	font-size: 100%;
}

hr.separator 
{
	clear: both;
	width: 96%;
	height: 1px;
	
	color: #cc0000;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #cc0000;
}

img.foto {
	border: solid 1px #cc0000;
	text-align: center;
}


/***	MENU	***/
.menu 
{
	color: #000000;
	
	width: 100%; 
}

.menu .node {
	height: 24px;
	line-height: 24px;
	
	font-size: 0.9em;
	
	text-align: center;
	vertical-align: middle;
	
	border-top: solid 1px #ffffcc;
	border-bottom: solid 1px #ffffcc;
	
	font-weight: bold;
	color: #ffffee;
	
	background-color: #0e4721;
}

.menu .breadcrumb {
	color: #c00;
}

/*.menu table td 
{
	height: 24px;
	line-height: 24px;
	
	text-align: center;
	vertical-align: middle;
	
	border-top: solid 1px #ffffcc;
	border-bottom: solid 1px #ffffcc;
	
	font-weight: bold;
	color: #ffffee;
	
	background-color: #0e4721;
}

.menu table td a 
{
	font-weight: bold;
	color: #ffffcc;
	
	text-decoration: none;
}*/