/* CSS Document */

body {
	background-color: #003466;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	font-size: 11px;
}
#page-container {
	width: 932px;
	background-color:#FFFFFF;

}

/* header */

#header{
	width: 932px;
	height: 120px;
	background-color: #003466;
	padding-top: 13px;
}

/* Navigation */

#navig {
	background-image: url(../images/navig_backgr.jpg);
	height: 30px;
	width: 932px;
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;	
}

/*content left*/

#content {
	float: left;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		border-right: 1px solid #d98b00;
	font-size: 12px;
	line-height: 16px;
	color: #003466;
	text-align: justify;
	width: 545px;
}

#content .imgleft{
	border: 1px solid #d98b00;
	margin-left: 10px;
	margin-right: 10px;
	float: right;	

}

#content H2 {
	color:  #003466; /*#003466;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content H3 {
	color: #d98b00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}


#content a:link {
	color: #909090;
	text-decoration: none;
}
#content a:visited {
	color: #909090;
	text-decoration: none;
}
#content a:active {
	color: #909090;
	text-decoration: none;
}
#content a:hover {
	color: #003466;
	text-decoration: underline;
}
#content .newstitle{
		font-style: italic;
		padding-bottom:10px;
}

#content submit {
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content ul {
	list-style-type: circle;
	padding-bottom: 7px;
		line-height: 20px;
}

#newsitem{
	padding-bottom:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d98b00;
}




/* content right - nieuwsbrief */

#nieuwsbrief {
	float: left;
	/*border-left: 1px solid #d98b00;*/
	width: 190px;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
	color: #909090;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
#nieuwsbrief .mail{
	padding: 2px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003466;
	width: 140px;
}
#nieuwsbrief .send{
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003466;
	width: 100px;
}

#nieuwsbrief h3{
	padding-top: 10px;
	color: #d98b00;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
}
#nieuwsbrief input{
	background-position: center;
}
#nieuwsbrief a:link {
	color: #909090;
	text-decoration: none;
}
#nieuwsbrief a:visited {
	color: #909090;
	text-decoration: none;
}
#nieuwsbrief a:active {
	color: #909090;
	text-decoration: none;
}
#nieuwsbrief a:hover {
	color: #003466;
	text-decoration: underline;
}

/* footer */

#footer{
	height: 30px;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* subnav */
#subnav2 {
	float: left;
	width: 130px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #909090;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#subnav {
	float: left;
	width: 130px;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
	color: #909090;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
#subnav h3{
	padding-top: 10px;
	color: #d98b00;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
}
#subnav .selected {
	font-weight: bold;
	color: #003466;
	font-style:italic;
}

#subnav a:link {
	color: #909090;
	text-decoration: none;
}
#subnav a:visited {
	color: #909090;
	text-decoration: none;
}
#subnav a:active {
	color: #909090;
	text-decoration: none;
}
#subnav a:hover {
	color: #003466;
	text-decoration: underline;
}
#link {
	height: 130px;
	padding-bottom:5px;
	padding-top:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#link img{
	border:none;
	padding-left:5px;
}

.hidden { display: none; }
.unhidden { display: block; }

#ms, #cit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display:none;
	position:absolute;
	border-style: solid;
	background-color: white;
	padding: 8px;
	size: 8px;
	width: 300px;
}

#ms #closebutton, #cit #closebutton {
	padding: 3px;
	float: right;
	width: 20px;
	height: 20px;
}
