/* Algemene codes begin 
**************************************************/
*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

a{
	color: #c00732; 
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}

p{
	padding: 5px 0px 15px 0px;
	line-height: 1.5em;
}
ul{
	padding: 5px 20px 15px 20px;
	font-size: 11px;
}
ol{
	padding: 0px 20px 0px 20px;
	font-size: 11px;
}
li{
}

html{
	overflow-y: scroll;
	overflow-x: none;
}
body{
	background-color: #5e5e5e;
	text-align: center;
	line-height: 1em;
}

th{
	color: #000000;
	background-color: #c5c5c5;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

blockquote{
	padding-left: 20px;
}

img{
	border: 0px;
}

h1, h2, h3, h4, h5, h6{
	color: #c00732;
}

h1{ font-size: 24px; line-height: 24px;}
h2{ font-size: 20px; line-height: 20px;}
h3{ font-size: 16px; line-height: 16px;}
h4{ font-size: 14px; line-height: 14px;}
h5{ font-size: 12px; line-height: 12px;}
h6{ font-size: 10px; line-height: 10px;}

/* Bovenkant website
*********************************************************************/
.land_kop{ 
	font-size: 1.5em; 
	line-height: 1em;	
	border-top: #c00732 3px double;
	padding: 10px 0 0 0
}

.container{
	background:#FFFFFF;
	width: 950px;
	border: 1px solid #FFFFFF;
	text-align: left;
	margin: 0px auto;
}

.logo{
	background: url(../Images/logo.jpg) no-repeat left top #FFFFFF;
	width: 239px;
	height: 156px;
	float: left;
}
.logo a{ width:239px; height:156px; display:block;}

.header{
	background: url(../Images/header.jpg) no-repeat top right #ffffff;
	width: 711px;
	height: 156px;
	float: right;
	font-size: 14px;
	position: relative;
}

.menu{
	font-size: 13px;
	font-weight: bold;
	margin-top: 14px;
	margin-left: 31px;
	word-spacing: 5px;
}


.sitemap_link{ font-size: 11px; position: absolute; left: 650px; bottom: 45px;}
.sitemap_link A{ color: #bf0314 !important; background-color: #FFF; padding: 2px; line-height: 11px;}

/* Submenu Pulldown
************************************************************************/
.menu_item .mini_submenu {
	display:none;
}

.menu_item_over .mini_submenu {
	display: block;
	width: 50px;
	/*float: left;*/
}

.menu_item_over .mini_submenu li{
	display: block;
	float: left;
}

div.menu {
	padding: 0px;
}

.menu ul {
	margin: 0;
	padding: 0 0 14px 0;
	list-style-type: none;
	
}

.menu li  {
	width: 90px;
	margin: 0 -1px 0 0;
	padding: 0;
	text-decoration: none;
	float: left;
	position: relative;
}

.menu a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	white-space:nowrap;
}

.menu a:hover{
	text-decoration: underline;
}

.menu li li {
	border: none;
}

/* Tabs Menu
*******************************************************************/	
.submenu{
	font-weight:bold;
	width: 530px;
	height: 31px;
	top: 125px;
	left:0;
	position: absolute;
	vertical-align: bottom;
}

.submenu a{
	float:left;
	color: #FFFFFF; 
	text-decoration: none;
	font-weight:bold;
}

.submenu a:hover{	
	color: #c5c5c5; 
	text-decoration: none; 
}

.mini_submenu{
	position: absolute;
	top:16px;
	left:0;
}

.mini_submenu A:hover{
	text-decoration: underline;
}

#sub_1{
	padding-left: 22px;
	width: 237px;
	float: left;
}

.submenu #sub_1 a{
	color:#ffffff;
	padding:10px 21px 5px 22px;
	background:none;
}

.submenu #sub_1 a:hover{
	color:#666666;
	background: url(../Images/tbcta-project-tab.gif);
}

#sub_1_aan{
	padding-left: 22px;
	width: 237px;
	float: left;
}

.submenu #sub_1_aan a{
	color:#000000;
	padding:10px 21px 5px 22px;
	background: url(../Images/tbcta-project-tab.gif);
}

#sub_2{
	padding-right: 75px;
	width: 187px;
	float: left;
}

.submenu #sub_2 a{
	color:#ffffff;
	padding:10px 21px 5px 22px;
	background:none;
}

.submenu #sub_2 a:hover{
	color:#666666;
	background: url(../Images/tb-cap-tab.gif);
}

#sub_2_aan{
	padding-right: 75px;
	width: 187px;
	float: left;
}

.submenu #sub_2_aan a{
	color:#000000;
	padding:10px 21px 5px 22px;
	background: url(../Images/tb-cap-tab.gif);
}

/* Nieuwsbrief venster
***************************************************************************/

.nieuwsbrief{ background-color: #c5c5c5; color: #000; text-align: left; padding: 10px; margin: 11px 7px 0 7px; font-size: 11px;}
.nieuwsbrief DIV.row{ margin-bottom: 3px;}
.nieuwsbrief INPUT.form_text{ width: 210px; padding: 1px; font-size: 11px;}
.nieuwsbrief INPUT.form_btn{ width: 215px; margin-top: 2px;}


/* Onderkant website
***************************************************************************/
.content-container{
	float: left;
	width: 950px;
	font-size: 14px;
}

.news{
	background-color: #c5c5c5;
	padding-top: 11px;
	border-top: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}

.news h1, .news h2, .news h3, .news h4, .news h5, .news h6{
	color:#000000;
}

.news h1{
	font-size:16px;
	line-height:16px;
	margin:0px;
	padding:0px;
}
.news h2{
	font-size:14px;
	line-height:16px;
	margin:0px;
	padding:0px;
}
.news h3{
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
}
.news h4{
	font-size:10px;
	line-height:16px;
	margin:0px;
	padding:0px;
}
.news h5{
	font-size:10px;
	line-height:10px;
	margin:0px;
	padding:0px;
}
.news h6{
	font-size:10px;
	line-height:10px;
	margin:0px;
	padding:0px;
}




.news a{
	font-weight:bold;
	color: #c00732; 
	text-decoration: none;
}

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

.news-txt{
	font-size: 11px;
	color: #000000;
	text-align:left;
	width:209px;
}

.content{
	background-color: #FFFFFF;
	border-top: #FFFFFF solid 1px;
}

.content-txt{
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 420px;
	padding-top: 27px;
	margin-right: 10px;
	float: right;
}



#tub_sub a:link{	color: #c00732; text-decoration: none; font-weight: bold;}
#tub_sub a:visited{	color: #c00732; text-decoration: none; font-weight: bold;}
#tub_sub a:active{	color: #c00732; text-decoration: none; font-weight: bold;}
#tub_sub a:hover{	color: #000000; text-decoration: none; font-weight: bold;}

#tub_sub{
	margin-top: -30px;
	border-bottom: #c00732 3px double;
}

.library{
	text-align: left;
}

.library td{
	vertical-align: top;
	border: #c5c5c5 1px solid;
	padding: 2px;
}

.project-txt{
	font-size: 12px;
	color: #000000;
	text-align:left;
	width: 650px;
	padding-left:15px;
	padding-top:10px;
}

.project_submenu{
	width: 530px;
	height: 31px;
	margin-top: 97px;
}

#project_sub_1{
	padding-left: 22px;
	width: 237px;
	float: left;
}

#project_sub_2{
	padding-right: 75px;
	width: 187px;
	float: right;
}

.project-txt a:link{	color: #c00732; text-decoration: none; font-weight: bold;}
.project-txt a:visited{	color: #c00732; text-decoration: none; font-weight: bold;}
.project-txt a:active{	color: #c00732; text-decoration: none; font-weight: bold;}
.project-txt a:hover{	color: #000000; text-decoration: none; font-weight: bold;}

.int_table td{
	text-align: center;
	vertical-align: top;
	border: #c3c3c3 1px solid;
}

.kaart{
	position: relative;
}

.ads{
	background-color: #FFFFFF;
	width: 250px;
	border-top: #FFFFFF solid 1px;
	border-left: #c3c3c3 solid 2px;
}

.ad-box{
	width: 235px;
	background-color: #bfdee2;
	margin-top: 11px;
	color: #002a6c;
	font-size: 11px;
}

.ad-txt{
	width: 219px;
	max-width: 219;
	text-align: left;
	color: #002a6c;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.select_country{
	width: 200px;
	font-size: x-small;
}

.bp{
	background-color: #c5c5c5;
	border-right: #FFFFFF solid 1px;
	text-align: left;
	color: #000000;
	font-size: 11px;
}

.bp p{
	margin-left: 11px;
	margin-bottom: 2px;
	margin-top: 20px;
	line-height: 0px;
}


.spamcontrole {
width:5px;
visibility:hidden;
}

.ac_results{
	position:absolute;
	background:#c5c5c5;
	margin:0px;
	padding:0px;
	list-style-type:none;
	z-index: 10000;
	display:none;
	border:1px solid #000000;
}
.ac_results li{
	margin:0px;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	color:#000;
	text-align:left;
}
.ac_over{
	background:#bf0314;
	cursor:pointer;
	color:#ffffff;
}
.ac_match{
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
}