/* VENSTER */
/*---------*/
body{
	background-color: #444444;
	margin: 0px;
	text-align: center;
	
    font-family:  Arial,Helvetica,Verdana;
	color: #d0d0d0;
	overflow: -moz-scrollbars-vertical;
	height: 100%;
	
}
#pageframe{
	background-color: #000000;
	
	width: 770px;
	height: 100%;
		
	margin-left: auto;
	margin-right: auto;
	
	border-color: #ffdd00;
	border-style: solid;
	border-width: 1px;
	
	border-collapse: collapse;
}
.FontContent{
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}
/*-------------------------------------------------------------------------------------------------------*/
/*  PAGE TOP BOTTOM  */
/*--------------------------*/
.TopBottom{	
	height: 18px;
}
.TBBreadCrumb{
	text-align: left;
	
	border-bottom-color: #ffdd00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	padding-left: 3px;
}
.TBLogin{
	text-align: right;	
	
	border-bottom-color: #ffdd00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	padding-right: 3px;
}
.TBSiteInfo{
	text-align: Center;	
	
	border-top-color: #ffdd00;
	border-top-style: solid;
	border-top-width: 1px;
}
.TopBottomStyle{
	font-size: 8pt;
    font-family:  Helvetica,Verdana, Arial;
	color: #ffdd00;
	height: 18px;
	
	vertical-align: middle;
}
.TopBottomStyle a:link{
	font-weight: normal;
	color: #ffdd00;
	text-decoration: underline;
}
.TopBottomStyle a:visited{
	font-weight: normal;
	color: #ffdd00;
	text-decoration: underline;
}
.TopBottomStyle a:hover{
	font-weight: normal;
	color: #d0d0d0;
	text-decoration: underline;
}
.TopBottomStyle a:active{
	font-weight: normal;
	color: #ffdd00;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------*/
/* MENU */
/*--------*/
.PageMenu{
	height:90px;
	vertical-align: top;
	text-align: left;
	
	background-image: url("./images/header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#cl_menu{
	position: relative;
	z-index: 1000;
	width: 420px;
	top: 10px;
	left:210px;	
	text-align:left;
	vertical-align: top;
	border-width: 0px;
	
	color: #669999;
}
#cl_banner{
	position: relative;
	z-index: 500;
	text-align: center;
	
	top: 15px;
	left: 210px;
	width: 420px;
	height: 55px;
	
	border-width: 0px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*   CONTENT    */
/*--------------*/

.ContentFrame{
	width: 100%;
	height: 100%;
	
	font-size: 9pt;
	color: #d0d0d0;
	
	border: 0px solid white;
	border-collapse: collapse;	
}

.LeftFrame{
	width: 1px;
	
	text-align: left;
	vertical-align: top;
	
	padding: 0px;
}
.RightFrame{
	width: 1px;
	
	text-align: right;
	vertical-align: top;
	
	padding: 0px;
}

.MiddleFrame{
	text-align: center;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.TopFrame,.BottomFrame{
	height: 1px;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/* CONTAINER */
.C_BL{
	width: 5px;
	height: 4px;
	background-color: #444444;
	background-image: url("./images/lLinksBoven.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1pt;
}
.C_BR{
	width: 5px;
	height: 4px;
	background-color: #444444;
	background-image: url("./images/lRechtsBoven.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1pt;
}
.C_OL{
	width: 5px;
	height: 4px;
	background-color: #444444;
	background-image: url("./images/lLinksOnder.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 1pt;
}
.C_OR{
	width: 5px;
	height: 4px;
	background-color: #444444;
	background-image: url("./images/lRechtsOnder.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 1pt;
}
.C_Bar {
	background-color: #444444;
}
.C_Line{
	background-color: #000000;
	height: 1px;
	width: 1px;
}
 
/* SIDECONTAINER */
/*---------------------*/
.LeftContainer{
	width: 175px;
	height: 1px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-collapse: collapse;
}
.RightContainer{
	width: 175px;
	height: 1px;
	margin-bottom: 3px;
	margin-right: 3px;
	border-collapse: collapse;
}

.SC_Title{
	background-color: #444444;
	width: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}

.SC_ContentStyle
{
	background-color: #444444;
	padding-top: 0px;
	padding-bottom: 0px;

	text-align: left;
	vertical-align: top;

	font-size: 8pt;
	color: #c0c0c0;
}

.SC_ContentStyle a:link{

	font-weight: normal;
}
.SC_ContentStyle a:visited{

	font-weight: normal;
}
.SC_ContentStyle a:hover{

	font-weight: normal;
}
.SC_ContentStyle a:active{

	font-weight: normal;
}

.SC_ContentStyle ul,.SC_ContentStyle ol{

	margin: 0px;
	padding-left: 15px;
}
.SC_ContentStyle li{

	margin: 0px;
	padding-left: 0px;
}

/* RIGHTCONTAINER */
/*----------------------*/
.RC_Content{
	padding-left: 0px;
	padding-right: 5px;
	
	border-right: solid 1px #6f6f6f;
}
/* LEFTCONTAINER */
/*--------------------*/
.LC_Content{
	padding-left: 5px;
	padding-right: 0px;
	
	border-left: solid 1px #6f6f6f;
}
/* CONTENTCONTAINER */
/*--------------------------*/
.ContentContainer{
	width: 100%;
	height: 100%;
}

.CC_Title {
	text-align: center;
	vertical-align: middle;
	background-color: #444444;
	font-size: 11pt;
	padding: 0px;
	font-weight: bold;
}
.CC_Content{
	background-image: url("./images/lAchtergrond.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #444444;
	padding:3px;
	
	border-top: solid 1px #6f6f6f;
}
/***************************************************/
td{
    font-size: 9pt;
}
p{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:0px;
	padding-right: 0px;
	margin: 0px;	
}
h1,h2,h3,h4,h5,h6{
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left:0px;
	padding-right: 0px;
	margin:0px;
}
h1{
	font-size: 15pt;
	font-weight: bolder;	
}
h2,h3,h4,h5,h6{
	font-size: 12pt;
	font-weight: bolder;
}
ul,ol,blockquote{
	margin: 0px;
	padding-left: 15px;		
}
ul{
	list-style-type:square;
}
ol{
	list-style-type:decimal;	
}
li{
		padding-left: 0px;
		padding-right:0px;
		padding-top: 0px;
		padding-bottom: 0px;
}
a:link{
	color: #d0d0d0;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #d0d0d0;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #d0d0d0;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #d0d0d0;
	text-decoration: underline;
	font-weight: bold;
}
.inputlogin{
	width: 250px;
	color: #333333;
	background-color: #d0d0d0;
	border: 0px;
	padding-left: 2px;
}

.logonTable{
	border-collapse: collapse;

}
.logonCell
{
		border: dashed 1px #333333;
		padding: 2px;
}

/* WEBSITE MENU */
/*-------------------*/

