/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #ECE9D8;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page{
	/*position:absolute;*/
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #ffffff;
}

#masthead{
	width: 800px;
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0px solid #cccccc;
	background-color: #ECE9D8;
}

#pagecontent{
	background-image:url("bg_large.jpg");
	margin: -5px 0px 0px 0px;  /**** BOVEN & ONDER MENU ***/
}

#navBar{	
	float: left;
	width: 139px;
	padding: 0px 0px 20px 0px;  /**** BOVEN & ONDER MENU ***/
	margin: 10px 0px 5px 0px;
	position:relative;/*ie needs this to show float */
}

#content{
	padding: 10px 10px 0px 10px;
	margin:0px 0px 0px 150px;
	background-color: #ffffff;
}


#siteInfo{
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 75%;
	/*padding: 5px 5px 5px 5px;*/
	background-image:url("bg_sub.jpg");
	/*padding-top: 15px;*/
	/*background-color: #ECE9D8; /******** ONDERAAN MENU ******/
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #ECE9D8;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 0px;
	background-color: #ECE9D8;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 0px;
white-space: nowrap;
background-color: #ECE9D8; /********************* ACHTERGROND MENUTJE**/
}


#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
border-bottom: 1px solid #EEE;
padding: 1px 0px 1px 0px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
border-bottom: none;
padding: 2px 0px 2px 0px;

}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 90%;
	padding: 1px 0px 1px 10px;
}

#sectionLinks h3{
	padding: 6px 0px 3px 0px;
	/*border-bottom: 1px solid #ffffff;*/
}

#sectionLinks a:link{
	padding: 1px 0px 1px 10px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 1px 0px 1px 10px;
}


