/* CSS Document */
p, TD, PRE{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #666666;
}

.underrightmenu {
	background: url(images/underrightmenu.gif) repeat-y fixed; }

/*
* h1 is voor kopstukjes/titels op de website wat een nieuw onderwerp aanduidt
*/
h1{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	margin-left: 20px;
	color: #333333;
}

.footer { font: normal 7pt Verdana, Arial;
    color: #CDCCCA;
}

/*
* Link opmaak
*/
a:link{
	color: #328CB7;
	text-decoration: none;
}
a:visited{
	color: #328CB7;
/*
*    color: #09608D;
*/
	text-decoration: none;
}
a:active{
	color: #328CB7;
	text-decoration: none;
}
a:hover{
	color: #70C3EA;
	text-decoration: none;

 }

/*
* Forms, texboxes e.d. opmaak
*/
form{
	padding: 0 0 10px 0;
	margin: 0;
}

input{
	border: 1px solid #999999;
	background: #ffffff;
	font-family: verdana, arial;
	font-size: 10px;
	color: #666666;
	padding: 1px;
    height: 22px;
	}

textarea{
	border: 1px solid #999999;
	background: #ffffff;
	font-family: verdana, arial;
	font-size: 10px;
	color: #666666;
	padding: 1px;
}

img{
	border: none;
}

/*
* Overige opmaak
*/
hr{
	color: #999999;
	border: 0px;
	width: 90%; height: 1px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

ul{
	list-style: disc;
}

textarea {
   scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #F9F9F9;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #666666;
	scrollbar-arrow-color: #328CB7;
}

/* menu Verdana Capital */
#menuVerdana {
	list-style: none;
	height: 39px;
	width: 741px;
	background: url("images/bg_menu.png");
  margin: 0;
	padding: 0;
}
#menuVerdana li {
	float: left;
	height: 39px;
	line-height: 2.6em;
}
#menuVerdana a {
	display: block;
	height: 39px;
	text-align: center;
	line-height: 3.5em;
	width: 121px;
	font-size: 1em;
	color: #98d3f0;
	text-decoration: none;
	font-family: Verdana;
}
#menuVerdana a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url("images/navHover.png");
}
#menuVerdana a.last {
	width: 125px;
}
#menuVerdana li.seperator {
	width: 2px;
	height: 39px;
	background: url("images/navSeperator.png")
}
