@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	/*background-color: #e5e5e5;*/
	background-image: url(/images/bg.gif);
	background-repeat:repeat;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #786860;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #62cae3;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #62cae3;
	text-decoration: underline;
}
#mainwrap {
	background-color: #FFFFFF;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#wrap {
	float: left;
	/*background-image:url(/images/bg_main.gif);*/
	background-color:#ffffff;
	width: 1000px;
	display: inline;
}
	
#header {
	float: left;
	/*background-image:url(/images/visual_header.jpg); 
	background-position: 330px 0px;
	background-repeat:no-repeat;
	background-color: #87a5c8;Pascal*/
	height: 60px;
	width: 970px;
	padding:0px 0px 0px 15px;
}

#logo {
	float: left;
	height: 90px;
	width: 400px;
	padding:15px 0px 0px 0px;
}
#logo DIV.country {font-family: Trebuchet MS; font-size: 18pt; font-weight:bold; color: #ed1a3b; line-height:38px; padding-left:30px; float:left;}

#funcnav 
{
	float:right;
	text-align:right;
	color: #ed1a3b;
	padding-top: 10px;
	width:400px;
	margin-right:20px;
}

#funcnav .bgsearch {
	background-image:url(/images/bg_search.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#funcnav input {
	background-color: #99b2d0;
	color: #d8e6f8;
	border: 0px;
	width: 135px;
	margin-left: 10px;
}

#funcnav a.talen {
	color: #ed1a3b;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

#funcnav a.talen:hover {
	color: #ed1a3b;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}

#funcnav a.talen_on {
	color: #ed1a3b;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

#locatortop{float:right; width:98px; height:60px; background-image:url(/images/locatorTop.gif); background-position:left top; background-repeat:no-repeat;}

#navbar {
	float: left;
	/*background-image: url(/images/bg_nav.gif); Pascal*/
	width: 1000px;
	height: 47px;
	padding: 15px 0px 0px 0px;
}

#login {
	float: right;
	padding: 5px 14px 0px 0px;
}

#topnews {
	float: left;
	background-image:url(/images/bg_news.jpg);
	width: 960px;
	height: 215px;
	margin: 4px 0px 0px 20px;
	display: inline;
	font-size:11px;
}

.next {
	float: left;
	padding: 0px 0px 0px 142px;
}

.next a {
	background-image: url(/images/arrow_next.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #000064;
	text-decoration: none;
}

.next a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#leftCol {
	float: left;
	height: 215px;
	width: 480px;
	overflow: hidden;
}

#newsphoto {
	
	border: 1px solid #FFFFFF;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#newsarticle {
	float: left;
	padding: 5px;
}

#newsarticle a {
	color: #000000;
	text-decoration: none;
}

#newsarticle a:hover {
	color: #62cae3;
	text-decoration: none;
}

#newsarticle h1 {
	color: #ed1a3b;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
}

#newsarticle p {
	color: #000000;
}

#rightCol {
	float: right;
}

#lines {
	float: left;
	width: 960px;
	height: 25px;
	margin: 0px 0px 0px 20px;
	display: inline;
}

#newsbox {
	width: 960px;
	margin: 0px 0px 0px 20px;
	font-size:11px;
}

#news {
	float: left;
}

.item {
	background-image: url(/images/box_mid.gif);
	background-repeat: repeat-x;
	background-color: White;
	border-left: 1px solid #c6d4e6;
	border-right: 1px solid #c6d4e6;
	width: 272px;
	padding: 0px 20px 0px 20px;
}

.pub {
	background-image: url(/images/icon_pub.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #134683;
}

.event {
	background-image: url(/images/triangleRedHP.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 12px;
	margin-bottom: 5px;
	color: #786860;
}

#jobs {
	float: right;
	padding-top: 31px;
}

.tdBordered{ border:solid 1px #b9aca5; padding:10px;}

a.news				{color: #786860; text-decoration: none; }
a.news:hover		{color: #62cae3; text-decoration: none; }

a.newsitem			{color: #786860; text-decoration: none; background-image: url(/images/triangleRedHP.gif); background-repeat: no-repeat; background-position:left top; padding-left: 12px; line-height:21px;}
a.newsitem:hover	{color: #62cae3; text-decoration: none; background-image: url(/images/triangleRedHP.gif); background-repeat: no-repeat; background-position:left top; padding-left: 12px; line-height:21px;}

a.red {
	color: #ed1a3b;
	text-decoration: none;
	background-image: url(/images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

a.red:hover {
	color: #d97378;
	text-decoration: none;
}

#contentbox {
	float: left;
	width: 985px;
	margin: 0px 0px 0px 0px;
	background-image:url(/images/locatorLine.gif);
	background-repeat:no-repeat;
	background-position:888px 70px;
}

#subnav {
	float: left;
	background-color: #ffffff;
	width: 195px; 
	margin-right: 5px; /*spatie tussen linker nav & content*/
	padding-bottom: 30px;
}

#subnav h1 {
	background-color: White;
	background-image: url(/images/arrow_title.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 8px solid #c6d4e6;
	padding: 25px 15px 5px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #85a8ce;
	margin: 0px;
}

#subnav ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#subnav li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#subnav li a {
	display: block;
	/*width: 175px;*/
	color: #b9aca5;
	text-decoration: none;
	background-image: url(/images/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left:13px;
	margin-bottom:5px;
	
}

#subnav li a:hover {
	color: #ed1a3b;
	text-decoration: none;
}

#subnav li.navactive a {
	display: block;
	/*width: 175px;*/
	color: #ed1a3b;
	text-decoration: none;
	background-image: url(/images/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left:13px;
	
}

#subnav li .sub a 
{
	display: block;
	/*width: 175px;*/
	color: #b9aca5;
	text-decoration: none;
	background-image: url(/images/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 30px;
	padding-left:13px;
	
}

#subnav li .sub a:hover 
{
	color: #ed1a3b;
}

#subnav li .subactive a {
	display: block;
	/*width: 175px;*/
	color: #ed1a3b;
	text-decoration: none;
	background-image: url(/images/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 30px;
	padding-left:13px;
	
}






#subnav li .sub2 a {
	display: block;
	/*width: 175px;*/
	color: #b9aca5;
	text-decoration: none;
	background-image: url(/images/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 45px;
	padding-left:13px;
}

#subnav li .sub2 a:hover {
	color: #ed1a3b;
}

#subnav li .sub2active a {
	display: block;
	/*width: 175px;*/
	color: #ed1a3b;
	text-decoration: none;
	background-image: url(/images/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 45px;
	padding-left:13px;
}







#tdContent h1	{font-family: Trebuchet MS; font-size: 18px; font-weight:bold; color: #ed1a3b; padding-top: 0px; margin: 0px;}
#tdContent h2	{font-family: Trebuchet MS; font-size: 12px; font-weight:bold; color: #ed1a3b;}
#tdContent .H1	{font-family: Trebuchet MS; font-size: 18px; font-weight:bold; color: #ed1a3b;}
#tdContent .tdBordered .H1	{font-family: Trebuchet MS; font-size: 18px; font-weight:bold; color: #ed1a3b; margin-bottom:5px;}
#tdContent .H2	{font-family: Trebuchet MS; font-size: 12px; font-weight:bold; color: #ed1a3b;}
#tdContent .H3	{font-family: Trebuchet MS; font-size: 12px; font-weight:bold; color: #786860;}
#tdContent .beeld {
	border: 5px solid #eee8e5;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.blackborder {
	border: 1px solid #000000;  padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.fineborder {
	border: solid 1px #b9aca5; padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#tdContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#tdContent li {
	background-image:url(/images/arrow_insert.gif);
	background-repeat:no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}




#tdContent2 {
	float: left;
	background-color:#eee8e5;
	width: 178px;
	border-bottom:solid 15px #ffffff;
	border-top:solid 15px #ffffff;
}

#tdContent2 .H1 {
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	color: #1b488c;
	padding-left: 10px;
	margin: 0px 0px 20px 0px;
}

#tdContent2 .beeld {
	border: 5px solid #eee8e5;
	margin-top: 25px;
	margin-bottom: 10px;
}

#tdContent2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#tdContent2 li {
	background-image:url(/images/arrow_insert.gif);
	background-repeat:no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#locatorbottom 
{
	float: left;
	width: 178px;
	height:60px;
	background-image:url(/images/locatorBottom.gif);
	background-repeat:no-repeat;
	background-position:81px 0px;
}
#height {
	float: left;
	height: 472px;
	width: 1px;
}

#footerbox {
	float: left;
	background-color:#ffffff;
	/*background-image:url(/images/bg_footer.gif); Pascal*/
	background-repeat:no-repeat;
	width: 965px;
	height: 63px;
	line-height: 46px;
	padding-left: 35px;
	font-size:11px;
}

a.footer {
	color: #786860;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-size:11px;
}

a.footer:hover {
	color: #786860;
	text-decoration: underline;
	font-size:11px;
}

.disclaimer {
	float: left;
}

.cockpit {
	float: right;
	padding: 0px 35px 0px 0px;
	font-size:11px;
}

.cockpit a {
	background-image: url(/images/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #786860;
	text-decoration: none;
	padding: 0px 5px 0px 15px;
}

.cockpit a:hover {
	color: #786860;
	text-decoration: underline;
}

td.article {
	background-color: White;
	border-bottom: 1px solid #e3e9f5;
	padding: 8px 15px 8px 15px;
}

td.article p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


input.search	{FONT-FAMILY: Trebuchet MS; FONT-SIZE : 12px; COLOR: #b9aca5; border:solid 1px #b9aca5; padding-left:3px; width:150px;}
input.text		{FONT-FAMILY: Trebuchet MS; FONT-SIZE : 11px; COLOR: #786860; border:solid 1px #b9aca5;}
select.sel		{FONT-FAMILY: Trebuchet MS; FONT-SIZE : 11px;}
textarea.text	{FONT-FAMILY: Trebuchet MS; FONT-SIZE : 11px; COLOR: #786860; border:solid 1px #b9aca5;}
input.btn		{FONT-FAMILY: Trebuchet MS; FONT-SIZE : 12px; COLOR: #ffffff; border: 1px solid #786860; background-color: #b9aca5;}

#menuLoginparent	{ width:176px; line-height:22px; border:solid 1px #b9aca5; color:#b9aca5; cursor:pointer; }
#menuLoginparent a {color: #b9aca5; text-decoration: none; display:block;}

a.menulogin, a.menulogin:link, a.menulogin:visited {
	background-color: #ffffff;	border: 1px solid #b9aca5; padding: 3px 0px 3px 3px; display: block; color: #000000; font-weight:normal; text-decoration: none;}
a.menulogin:active, a.menulogin:hover {
	background-color: #eee8e5;	border: 1px solid #b9aca5; padding: 3px 0px 3px 3px; display: block; color: #000000; font-weight:normal; text-decoration: none;}

#tdContent a.sitemap:link, a.sitemap:visited	{color: #786860; text-decoration: none;}
#tdContent a.sitemap:active, a.sitemap:hover			{color: #786860; text-decoration: underline;}
#tdContent li.sitemap1{margin-left:0px;}
#tdContent li.sitemap2{margin-left:12px;}
#tdContent li.sitemap3{margin-left:24px;}
#tdContent li.sitemap4{margin-left:36px;}


/*fotoboek*/
td.fb{border: solid 1px #cccccc; padding: 5px; }
table.fb{/*border-collapse: collapse;*/}

.msg	{font-family:Trebuchet MS; font-size: 8pt; COLOR: #aa0000; FONT-WEIGHT: bold;}

A.bookmark		{TEXT-DECORATION: none; background-color:none;}
A.bookmark_edit	{TEXT-DECORATION: none; background-color:#FD9D9D;}

DIV.we_off	{background-color:transparent; cursor:auto; display: block;}
DIV.we_over	{background-color:#efefef; cursor:hand; display: block;}
DIV.we_on	{background-color:transparent; cursor:auto; display: block;}

P{padding:0px; margin:0px}
SELECT.we	{color: #322201; font-family: Trebuchet MS; font-size: 9px;}
img.we		{margin-left:0px}

