/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/* background:fff url(bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0px 0;
	color: #666;
	background-color: #205962;
	}

input,
textarea {
  color: #333;
  background-color: #FFF;
  border: 1px solid #40ae49;
}


/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	/*background: #49515C url(stoep.jpg) no-repeat 100% 0;
	padding: 52px 0px;*/	
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;

	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #FFF;
	background-color: #858F9E;
	border-right: 1px solid #FFF; 
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover {background-color: silver; color: #205962; }
#nav li a.on { background-color: #44a7ba; color: #FFF; }

#search {
  float            : right;
  margin-top       : 5px;
  margin-right     : .8em;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width            : 83px !important;
  height           : 14px !important;
  overflow         : hidden;
}
#search .inputbox {
  border           : 0px;
  margin-top       : 0px;
  padding          : 2px 3px 2px 6px !important;
  padding          : 0px 3px 2px 6px;
  font-family      : arial, helvetica, sans-serif;
  font-size        : .8em;
  height           : 12px !important;
  width            : 83px !important;
  color            : #999999;
  background       : #FFFFFF;
}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	vertical-align: top;
	background-color: #FFF;
	position: relative;
	line-height: 16px; 
	word-spacing: 2px;	
	margin-top: 10px;
	padding: 7px;
	}
#sidebar h3 { 
	font-size: 1.1em; 
	color: #205962; 
	margin-left: 5px;
	text-align: center; 
	margin: 0;
	}

#menuBox {
	padding: 3px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 1em;
	width: 168px;
	background-color:#EEEEEE;
	border: 1px solid #40ae49;
	}

#menuBox ul {
	list-style-type: none;
	list-style-position: outside;
	background-color:#EEE;
	margin: 5px 0 0 0;	
	padding: 0; /* important for FF, otherwise it'll jump to the right some 30px...*/
	}

#menuBox li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid; /*necessary for IE: otherwise the menu will gain height*/
	border-color: #eee;	}

#menuBox a {
	display: block;
	color: #FFF;
	background-color: #858F9E;
	background-image: url(oog2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 0px 3px 25px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	}

#menuBox a:hover {
	color: #205962;
	text-decoration: none;
	background-color: silver;
	background-image: url(oog2b.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

#menuBox a.menu_current {
	background-color: #44a7ba;
	background-image: url(oog2c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	}

#menuBox ul ul {
	display: none;
	}


/***********************************
tools like login & search
************************************/

.tools{
	font-size:.8em;
	text-align:center;
	background-color:#EEEEEE;
	border: 1px solid #40ae49;
	margin: 0 5px 10px 0px;
	padding: 0px;
	}				

.tools a{
	padding: 3px 0px 0px 5px;
	color: #333333;
	text-decoration: none;
	font-size: 1.1em;
	text-align:left;
	}	

.tools a:hover{
	padding: 3px 0px 0px 5px;
	text-align:left; 
	color: #205962;
	}	

/***********************************
latest news
************************************/
.news{
	font-size:0.8em;
	text-align:left;
	background-color:#EEEEEE;
	border: 1px solid #40ae49;
	margin: 3px 5px 10px 0px;
	padding: 3px 0 0 0;
	}				

.news p{
	font-size: 1.5em;
	text-align:left;
	}

.news ul, .news ol
	{
	padding-left: 0;
	margin-left: 20px;
	margin-top: 5px;
	}

.news li
	{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(arrow-01.gif);
	list-style-position: outside;
	font-style: italic;
	}

.news a{
	padding: 3px 0px 0px 0px;
	color: #333333;
	text-decoration: none;
	font-size: 1.1em;
	text-align:left;
	}	

.news a:hover{
	color: #205962;
	}	

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#content h4 { 
	font-size: 1.1em; 
	color: #205962; 
	margin-left: 5px;
	text-align: center; 
	margin: 0;
	background-color:#eee;
	font-weight: bold;
	line-height: 2em; }

#content h3 a { text-decoration: none; color: #003300;}
#content h3 a:hover { color: #900; }
#content h2 {color: #033; font-size: 1.2em; border-bottom: 1px solid #40ae49;width: 510px;}	
#content h1 { font-size: 1.3em; font-weight: bold; border-bottom: 1px solid #40ae49; width: 300px;}	
#content h1 a { text-decoration: none; color: #003300;}
	
#content {
	float: left;
	width: 510px;
	position: relative;
	margin: 5px 10px 0px 20px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
	background-image: url(a.gif);
	background-repeat: no-repeat;
	background-position: center;
	}	
.pagetext a { text-decoration: none; color: #205962; font-weight: bold; border-bottom: 1px dotted #205962; }
.pagetext a:hover { text-decoration: none; color: #44A7BA; }

/*------------------------------------------------------------*
**  Content-menu on lower level
**------------------------------------------------------------*/

.float img { border: 1px solid #EEE	;}

#menuBox2 {
	float: right;
	line-height: 16px; 
	padding: 0;
	margin: 10px 0 10px 20px;
	font-size: 1em;
	width: 200px;
	background-color:#eee;
	border: 1px solid #40ae49;
	}

#menuBox2 ul {
	list-style-type: none;
	list-style-position: outside;
	background-color:#eee;
	margin: 0;	
	padding: 0; /* important for FF, otherwise it'll jump to the right some 30px...*/
	}

#menuBox2 li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid; /*necessary for IE: otherwise the menu will gain height*/
	border-color: #eee;}



#menuBox2 .menu2 a {
	display: block;
	color: #FFF;
	background-color: #858F9E;
	background-image: url(oog2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 0px 3px 25px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	}

#menuBox2 .menu2 a:hover {
	color: #205962;
	text-decoration: none;
	background-color: silver;
	background-image: url(oog2b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}


#menuBox2 a.menu_current {
	background-color: #44a7ba;
	background-image: url(oog2c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	}
#menuBox2 ul li ul li{
	padding-left: 10px;
	background-color: #858F9E;
	border-bottom: 1px solid #858F9E; 
	border-top: 1px solid #fff; 
	}

	
.clear
	{
	clear: both;
	height:0;
	}


/*------------------------------------------------------------*
**  Footers
**------------------------------------------------------------*/

#adres {
	background: #858F9E;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	padding: 12px;
	border-bottom: 0px solid #fff;
	line-height: 1px;
	clear: both;
	}
#adres a { text-decoration: none; color: #fff; border-bottom: 1px dotted #fff; }
#adres a:hover { border-bottom: 1px solid #A2AFBF; color: #A2AFBF; }
	
#footer {
	text-align: center;
	color: #858F9E;
	font-size: 0.8em;
	padding: 12px;
	line-height: 1px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dotted #A2AFBF; }
#footer a:hover { border-bottom: 1px solid #fff; color: #fff; }

