html {
	height: 100%;
	width: 100%;
	margin: 0;
	overflow:hidden;
}

* html, * body {
	overflow: hidden;
} 

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	background-color: #666666;
	font-size: 9pt;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #666666; 
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #666666; 
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}


/**
 * Inloggen
 */

#nieuwsbrief, #kbs {
	float:left;
	width:44%;
	border:1px solid #b3b3b3;
	background:#eaeaea;
	margin-top:20px;
	height:70px;
	line-height:90px;
	text-align:left;
	font-size:11pt;
	font-weight:bold;
	color:#666666;
	padding-left:20px;
	background-image:url(images/locked.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index: 1;
}

#kbs {
	float:right;
}
.link, .link a {
	float:right;
	margin-right:5px;
	font-size:9pt;
	color:black;
	text-decoration:none;
}

.link a:hover {
	text-decoration:underline;
}

.title {
	float:left;
}


/**
 * Hoofdstructuur
 */
 
#Header, 
#Footer {
	position: absolute;
	height: 18px;
	left: 0;
	right: 0;
	background-color: #666666;
}

#Header {
	top: 0;
	padding: 32px 125px 0 125px;	
}

#Footer {
	bottom: 0px !important;
	bottom: -1px;
	padding: 0 125px 32px 125px;	
}

#Container {
	width: 100%;
	background-color: white;
	margin: 0px;
}

* html #Container {
	padding: 50px 0;
	height: 100%;
}

@media screen {
	body>#Container {
		position: absolute;
		bottom: 50px;
		top: 50px;
		height: auto;
	}
}
 

/**
 * Container inhoud
 */

#LeftColumn {
	position: relative;
	float: left;
	width: 125px;	
	height: 100%;
	
}

* html #LeftColumn {
	margin-top: 0px;
}

#LeftColumnFloatBottom {
	position: absolute;
	bottom: 25px;
}

* html #LeftColumnFloatBottom {
	bottom: 98px;
}

#Content {
	overflow: auto;
	margin-right: 125px;
	height: 100%;
	width: auto;
	background-image: url('../images/m_bg2.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

* html #Content {
	margin: 50px 125px;
}

@media screen {
	body > #Content {
		position: absolute;
		bottom: 0px;
		top: 0px;
		left: 125px;
		right: 125px;
		background-color: yellow;
	}	
}


#ContentInner {
	margin: 15px 80px;
	z-index:0;
}

#RightColumn {

	background-color: white;
	background-image: url('../images/RightColumnBack2008.jpg');
	background-repeat: repeat-y;
	width: 125px;	
	
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

* html #RightColumn {
	top: 50px;
	height: 100%;
}

/**
 * Header
 */
#HeaderInner, #FooterInner {
	background-color: white;
	width: 100%;
	height: 18px;
	line-height: 18px;
	position: relative;
}

#HeaderTopLeft, #HeaderTopRight, #HeaderBottomLeft, #HeaderBottomRight {
	width: 19px;
	height: 18px;
	position: absolute;

}

#HeaderTopLeft {
	background-image: url('../images/cnr_upperleft.gif');
	top: 0;
	left: -1px;	
}

#HeaderTopRight {
	background-image: url('../images/cnr_upperright.gif');
	top: 0;
	width: 35px;
	right: -16px;
}

#HeaderBottomLeft {
	background-image: url('../images/cnr_downleft.gif');
	bottom: 0;
	left: -1px;
}

#HeaderBottomRight {
	background-image: url('../images/cnr_downright.gif');
	right: 0;
	bottom: 0;
	width: 35px;
	right: -16px;
}

#BreadCrump  {
	margin-left: 50px;
	font-size: 8pt;
	color:#666666;
}

#Header #HeaderInner #BreadCrump a,#Header #HeaderInner #BreadCrump a:hover {
	text-decoration:none;
	color:#878787;
}

#Header #HeaderInner #BreadCrump a strong {
	font-weight:bold;
	color:#666666;
}


/**
 * Hoofdmenu
 */

#MainMenu {
	z-index: 100;
}
 
#MainMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index:10;
}

#MainMenu li {
	padding: 7px 3px 7px 8px;
	text-transform: uppercase;
	position: relative;
	background:#006666;
	margin-top:1px;
	z-index:10;
	
}

#MainMenu a {
	text-decoration: none;
	color: white;
	font-size: 7pt;
	display: block;
	line-height: 10px;
}

#MainMenu li:hover, 
#MainMenu li.hover {
	background-color: #B3B3B3;
}

#MainMenu li:hover a, 
#MainMenu li.hover a {
	color: white;
}

#MainMenu li ul {
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: -1px;
	left: 125px;
	width: 150px;
	z-index:10;
}

* html #MainMenu li ul {
	left: 117px;
	z-index:10;
}

#MainMenu li:hover ul,
#MainMenu li.hover ul {
	display: block;
}

#MainMenu li ul a {
	color: white;
}

#MainMenu li ul li {
	text-transform: none;
	padding: 7px 3px 7px 3px;
	background-color: #408c8c;
}

#MainMenu li ul li a {
	font-size:8pt;
	padding-left:10px;
}

#MainMenu li ul li:hover,
#MainMenu li ul li.hover {
	background-color: #B3B3B3;
}

/**
 * Search
 */
#Search {
	border: 1px solid #C5C5C5;
	border-width: 1px 1px 1px 0;
	width: 111px;
	padding: 5px 5px 5px 8px;
	background-color: white;
}

#Search input {
	width: 70px !important;
	width: 73px;
	margin-right: 2px;
}

#Search .submit {
	width:30px !important;
	width: auto;
}

/**
 * Submenu
 */
#SubMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: -24px !important;
	margin-bottom: 1px;
	width: 125px;
}

#SubMenu li {
	background-color: #B3B3B3;
	margin: 1px 0 0 0 !important;
   	margin: -2px 0px -2px 0px;
    	padding:0px;
	height: 29px;
	line-height: 29px;
	width: 125px;
}

#SubMenu a {
	display: block;
	color: black;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 8px;
}

/**
 * Header topygrafie
 */
#Header a {
	color: black;
	text-decoration: none;
}

#Header h1, #Footer h1 {
	color: #FFFFCC;
	position: absolute;
	text-transform: uppercase;
	margin: 0px;
	font-size: 12pt;
}

#Header h1 {
	left: 180px;
	bottom: 18px;
}

#Footer h1 {
	right: 180px;
	top: 18px;
}

/**
 * Content typografie
 */
 
p {
	color: #404040;
	margin-top: 0px;
	letter-spacing:0.8px;
	line-height:18px;
}

p.Center {
	text-align: center;
}

#Content ul, #Content ul {
	color: #404040;	
	letter-spacing:0.8px;
	line-height:18px;
}


h1 {
	font-variant: small-caps;
	color: #404040;
	margin: 2px 0;
}

a {
	color: #006666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#Content iframe {
	position: absolute;
	margin-left: -75px;
	margin-top: -15px;
}