/* html --------------------------------------------------- */

html
{
	font-size: 100%; 
	width: 100%; 
	height: 100%;
	overflow: hidden;  
}

/* body --------------------------------------------------- */

body
{
	font: normal 75% Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px;   
	margin: 0px; 
	width: 100%; 
	height: 100%;
	background-color: #FFF;

}

/* container --------------------------------------------------- */

#container 
{ 
	position: absolute;  
	width: 100%; 
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;	
}

/* layout --------------------------------------------------- */

#layout 
{     
	width: 950px;
	margin: 0px auto;
	position: relative;
}

/* styles --------------------------------------------------- */


#content img 
{
	margin: 3px 8px 5px 0px;
	float: left;
	border: 0px;
}

a img 
{
	border: 0px;
}

p 
{
	margin-top: 0px; 
	margin-bottom: 8px;
}

h1,h2,h3,h4,h5,h6 
{  
	clear: both;
	margin-top: 10px;
	margin-bottom: 1px;
}

h1, h1.pagetitle
{
	color: #900;
	font-size: 150%;
	margin-top: 0px;
}

h2
{
	font-size: 120%;
}

h3
{
	font-size: 110%;
}

h4
{
	font-size: 100%;
}

h5
{
	font-size: 95%;
}

h6
{
	font-size: 90%;
}

a:link 
{    
	color: #666; 

}

a:visited 
{    
	color: #999;

}

a:hover 
{    
	color: #900;
}

hr
{
	height: 1px;
	color: #D9F0FF;
	background-color: #D9F0FF; 
	border: solid #D9F0FF 0px;
}

ul 
{
	list-style: url(../images/bullet.gif) outside;
}

ul ul
{
	list-style: url(../images/bullet2.png) outside;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, select
{
	background-color: #fffaea;
	font-size: 100%;
	border: solid #900 1px;
	
}



/* body --------------------------------------------------- */

#body
{
	background-color: #FFF; 
	position: absolute;
	top: 300px; 
	margin-top: 6px; 
	padding-bottom: 0px;
	width: 950px;
	height: auto;
	
}


/* center column --------------------------------------------------- */

#columncenter  
{ 
	background-color: #FFF; 
	float: left;
	width: 700px;
}

#content
{
	height: 100%;
	width: 680px;
	float: left;
	overflow: auto;
}

#columncenter>#content
{
	width: 680px;
}


/* righthand column --------------------------------------- */

#columnright 
{ 
	position: absolute;
	right: 0px;
	top: 0px;   
	font-size: 95%;
	width: 180px;	
	background-color: #fff;
	margin-bottom: 0px;
}

/* chcom_2 ------------------*/

#chcom_2
{
	text-align: left;
	padding-left: 6px;
	border:1px solid #f90	
}


/* tickertape -------------------------*/

#tickertape
{
	background-color: #FFF;
line-height: 150%;
}

#tickertape ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 5px;
}
#tickertape li
{
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
#tickertape a
{
	color: #000;
	text-decoration: none;
}
#tickertape a:hover
{
	color: #000;
	text-decoration: underline;
}
#tickertape a.active
{
	color: #6c3;
	text-decoration: underline;
}

/* footer-----------------------------*/

#footer
{
	width: 680px;
	color: #999; 
	font-size: 90%;   
	clear: both; 
	float: left;
	margin-top: 5px;
	background-color: transparent; 
	height: 30px;
	line-height: 220%;
	border-top: #f90 solid 1px;
}

#footer ul 
{
	display: block;
	margin: 0px;
	padding: 3px 0px; 
	list-style-type: none;
	list-style-image: none;
	background-color: transparent;
	float: left;
	width: 100%;
}

#footer li 
{
	padding: 0px 4px 0px 10px;
	margin: 0px;    
	color: #999; 
	display: inline; 
	background-color: transparent;
}

#footer li a
{
	color: #999; 
	text-decoration: none;
	
}

#footer li a:hover
{
	color: #666; 
	text-decoration: none;
	 
}

/* top ---------------------------------------------------*/

#bar
{
	position: absolute;
	width: 100%;
	overflow: hidden;
	right: 1px;
	top: 0px;
}

#barlayout 
{     
	width: 953px;
	margin: 0px auto;
	background-color: #FFF;
	position: relative;
	right: 9px;
	top: 0px;
	height: 62px;
}

#logo
{     
	padding: 6px 0px 6px 0px;
	float: left;
	position: relative;
	top: 0px; 
	left: 5px;
}

#richting 
{ 
	padding: 6px 0px 6px 0px;    
	position: relative;
	position: absolute;
	top: 0px; 
	right: 0px;
	float: right;
}

/* header ---------------------------------------------------*/

#header
{
	background-color: #FFF;
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 62px;
	margin-bottom: 6px;
	position: relative;
	top: 0px; 
}

#chcom_1
{	
	display: block;
	overflow: hidden;
	clear: both;
	width: 950px;
	height: 185px;
}



/* navigation --------------------- */

#navigation_1
{  
  	letter-spacing: 0px;
	width: 100%;
	height: auto;	
	background-color: #FFF;
	overflow: hidden;
	line-height: 200%;
	clear: both;
	white-space: nowrap;
	height: 24px;
	z-index:1;
}

#navigation_1 ul
{
	float: left;
	width: 100%;	
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_bg.png);
	background-repeat:repeat_x;
	background-position: 50% 0%; 
}

#navigation_1 li
{
	float: left;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	border-right: 1px #fff5d6 solid;
}

#navigation_1 li a
{
	font-size: 90%;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;	
	margin: 0px;
	text-align: center;
	display: block;
	color: #336;
	padding: 0px 10px;
	border-right: 1px #fc3 solid;
}

#navigation_1 li a:hover
{
	text-decoration: none;
	color: #336;
	background-image: url(../images/btn_bg_dn.png);
	background-repeat: repeat-x;
	background-position: 0% 0%; 
}


#navigation_1 li a.active
{
	color: #336;
	display: block;
	border-right: 1px #fc3 solid;
	background-image: url(../images/bg_blauw_hover.png);
	background-repeat: repeat-x;
	background-position: 0% 0%; 
}

#navigation_1 li a.active:hover
{
	color: #336;
	background-image: url(../images/bg_blauw_hover.png);
	background-repeat: repeat-x;
	background-position: 0% 0%; 
}

#navigation_2
{ 
	overflow: hidden;    
	width: 100%;
	height: 30px;
	padding: 0px;	
	margin-left:0px;
	background-color: #FFF;
	line-height: 150%;
	clear: both;
	white-space: nowrap;
	height: 30px;
	background-image: url(../images/nav_btn_22.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* subsitesmenu --------------------- */
#navContainer{
position:absolute;
display:block;
top:225px;
right:0px;
}
#navContainer ul li {
float: right;
width: 163px;
height:22px;
display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
background-image:url(../images/sitemenu.png);
background-repeat:no-repeat;
}
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
display: inline;
}

#navContainer ul li ul li {
float: right;
width: 163px;
height:22px;
background-color:#f90;
background-image:url(../images/sitemenu2.png);
background-repeat:no-repeat;
display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#nav ul {
position: absolute;
width: 163px;
height:22px;
right: -1000px;
display: inline;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
right: auto;
background-position: 0 0;
display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
background-image:url(../images/sitemenu_dn.png);
background-repeat:no-repeat;
}

#nav a {
display: block;
height:22px;
text-decoration:none;
color:#fff;
padding:4px 0px 0px 10px;
} 
#navContainer ul li ul li a:hover {
display: block;
height:22px;
text-decoration:none;
color:#900;
padding:4px 0px 0px 10px;
background-color:#ffe188;
} 
