input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 1px solid #333333;
}
form {
	display: block;
	width: 150px;
	float: right;
	margin-right: 10px;
}
#menu {

	color: #333333;
	font-weight: bold;
	height: 25px;
	width: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
	border-right: 1px solid #000000;
	height: 17px;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #339999;
}
.MenuBack {
	background-image: url(images/menuBackground.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A6D182;
	border-bottom-color: #A6D182;
}
.Footer a:link, .Footer a:visited, .Footer a:active {
	color: #333333;
	text-decoration: none;
}
.Footer a:hover {
	color: #CCCC00;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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: #0066CC;
	letter-spacing: 1px;
}

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                                 */
/***********************************************/
#navBar{
	margin: 10px 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #cccccc;
    font-size: 14px;
}

#content{
	float:left;
	width: 75%;
	padding: 0 3% 0 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B3D893;
}

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

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

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

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

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

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

.SubStory p{
  padding: 0px 0px 10px 0px;
  font-size: 11px;
}
/*********** #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;}

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


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 10px 5px 0px;
	font-size: 80%;
}
.StippelLijnRechts {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #B3D893;
}
.navigatie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	float:right;
}
