/*  Juni 2008, Door : Koen Haarbosch  |  Bit Squad */

/* --------------------------------------------- // -------- Main Site */

* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

a:link { color: #000000; text-decoration: underline; } /*  niet bezochte link */
a:hover  { color: #000000; text-decoration: none;} /*  roll over  */

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%; /* font-size wordt op 100% van de browser instellingen van de gebruiker gezet, deze grootte wordt dus overgenomen */
	background: #005696;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

#site_wrapper {
	width: 100%;
	height: 100%;
	background: #005696 url(../img/bg_body.gif) repeat-x top left;
}
#wrapper {
	padding: 0;
	text-align: left;
}

#edit_wrapper {
	display: block;
	width: 100%;
	height: 40px;
	background: #E2E2E2;
	border-bottom: solid 2px #CCCCCC;
}
#edit_buttons {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#edit_wrapper ul {
	float: right;
}
#edit_wrapper ul li{
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 5px;
	font-size: 0.8em;
}
#edit_wrapper ul li.login_name { font-size: 0.75em; margin: 5px 0 0 0;}
#edit_wrapper ul li.login_name span {
	font-weight: normal;
}
#edit_wrapper ul li a, #save_link, #cancel_link01 {
	display: block;
	color: #000000;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border: solid 2px #CCCCCC;
	cursor: pointer;
}
#edit_wrapper ul li a:hover {
	background: #F1F1F1;
}

/* --------------------------------------------- // -------- Instellen Fonts */
#content, #nav_language, #page_title {
	font-size: 0.75em;
}
#menu, #footer {
	font-size: 0.7em;
}
#breadcrumb {
	font-size: 0.65em;
}
#content h1, #page_title h1 {
	font-size: 1.6em;
}
#content h2 {
	font-size: 1.4em;
}
#content h3 {
	font-size: 1.2em;
}
/* --------------------------------------------- // -------- Header */
#header_wrapper
{
	width: 100%;
	height: 71px;
	background: #005696 url(../img/bg_body.gif) repeat-x top left;
}
#header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 71px;
}
/* --------------------------------------------- // -------- Logo */
#logo {
	float: left;
	width: 342px;
	height: 71px;
}
#logo img{
	margin: 7px 0 0 90px;
}
/* --------------------------------------------- // -------- Menu header */
#menu_top {
	float: left;
	width: 432px;
	height: 71px;
}
#menu_top ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
#menu_top li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_top a {
	float: left;
	height: 54px;
	padding: 0;
	margin: 0;
}

/* Afhangkelijk van de class van ul worden per taal de juiste images getoond */
/* NL buttons */
#menu_top ul.nl a#btn_01 { width: 67px; background: url(../img/btn_profiel.gif) no-repeat 0px 0px; }
#menu_top ul.nl a#btn_01:hover { background: url(../img/btn_profiel_over.gif) no-repeat 0px 0px; }

#menu_top ul.nl a#btn_02 { width: 70px; background: url(../img/btn_nieuws.gif) no-repeat 0px 0px; }
#menu_top ul.nl a#btn_02:hover { background: url(../img/btn_nieuws_over.gif) no-repeat 0px 0px; }

#menu_top ul.nl a#btn_03 { width: 82px; background: url(../img/btn_vacature.gif) no-repeat 0px 0px; }
#menu_top ul.nl a#btn_03:hover { background: url(../img/btn_vacature_over.gif) no-repeat 0px 0px; }

#menu_top ul.nl a#btn_04 { width: 62px; background: url(../img/btn_route.gif) no-repeat 0px 0px; }
#menu_top ul.nl a#btn_04:hover { background: url(../img/btn_route_over.gif) no-repeat 0px 0px; }

#menu_top ul.nl a#btn_05 { width: 71px; background: url(../img/btn_contact.gif) no-repeat 0px 0px; }
#menu_top ul.nl a#btn_05:hover { background: url(../img/btn_contact_over.gif) no-repeat 0px 0px; }

/* EN buttons */
#menu_top ul.en a#btn_01 { width: 67px; background: url(../img/btn_profiel_en.gif) no-repeat 0px 0px; }
#menu_top ul.en a#btn_01:hover { background: url(../img/btn_profiel_over_en.gif) no-repeat 0px 0px; }

#menu_top ul.en a#btn_02 { width: 70px; background: url(../img/btn_nieuws_en.gif) no-repeat 0px 0px; }
#menu_top ul.en a#btn_02:hover { background: url(../img/btn_nieuws_over_en.gif) no-repeat 0px 0px; }

#menu_top ul.en a#btn_03 { width: 63px; background: url(../img/btn_vacature_en.gif) no-repeat 0px 0px; }
#menu_top ul.en a#btn_03:hover { background: url(../img/btn_vacature_over_en.gif) no-repeat 0px 0px; }

#menu_top ul.en a#btn_04 { width: 100px; background: url(../img/btn_route_en.gif) no-repeat 0px 0px; }
#menu_top ul.en a#btn_04:hover { background: url(../img/btn_route_over_en.gif) no-repeat 0px 0px; }

#menu_top ul.en a#btn_05 { width: 100px; background: url(../img/btn_contact_en.gif) no-repeat 0px 0px; }
#menu_top ul.en a#btn_05:hover { background: url(../img/btn_contact_over_en.gif) no-repeat 0px 0px; }

/* DE buttons */
#menu_top ul.de a#btn_01 { width: 59px; background: url(../img/btn_profiel_de.gif) no-repeat 0px 0px; }
#menu_top ul.de a#btn_01:hover { background: url(../img/btn_profiel_over_de.gif) no-repeat 0px 0px; }

#menu_top ul.de a#btn_02 { width: 100px; background: url(../img/btn_nieuws_de.gif) no-repeat 0px 0px; }
#menu_top ul.de a#btn_02:hover { background: url(../img/btn_nieuws_over_de.gif) no-repeat 0px 0px; }

#menu_top ul.de a#btn_03 { width: 82px; background: url(../img/btn_vacature_de.gif) no-repeat 0px 0px; }
#menu_top ul.de a#btn_03:hover { background: url(../img/btn_vacature_over_de.gif) no-repeat 0px 0px; }

#menu_top ul.de a#btn_04 { width: 136px; background: url(../img/btn_route_de.gif) no-repeat 0px 0px; }
#menu_top ul.de a#btn_04:hover { background: url(../img/btn_route_over_de.gif) no-repeat 0px 0px; }

#menu_top ul.de a#btn_05 { width: 76px; background: url(../img/btn_contact_de.gif) no-repeat 0px 0px; }
#menu_top ul.de a#btn_05:hover { background: url(../img/btn_contact_over_de.gif) no-repeat 0px 0px; }

/* --------------------------------------------- // -------- Language selector */
#language {
	float: left;
	width: 176px;
	height: 51px;
	padding-top: 20px;
}
#language ul, #language li {
	display : inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
#language ul {
	width: 85px;
	margin: 20px 0 0 0;
}
#language a {
	float: left;
	width: 80px;
	padding: 0 0 0 15px;
	margin: 0;
	color: #DAE2EC;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background: url(../img/arrow_language.gif) no-repeat 5px 5px;
}
#language a:hover, #language a.over {
	float: left;
	width: 80px;
	padding: 0 0 0 15px;
	margin: 0;
	color: #DAE2EC;
	font-weight: bold;
	text-decoration: none;
	border-top: solid 1px #5287B1;
	border-left: solid 1px #5287B1;
	border-right: solid 1px #5287B1;
	background: #466E9F url(../img/arrow_language.gif) no-repeat 5px 5px;
}
/* Submenu */
#nav_language li li a {
	float: left;
	width: 82px;
	font-weight: bold;
	text-decoration: none;
	color: #001C62;
	letter-spacing: 0.1em;
	border: none;
	border-left: solid 1px #5287B1;
	border-right: solid 1px #5287B1;
	margin: 0;
	padding: 5px 5px 5px 8px;
	background: #466E9F;
}
#nav_language li li a.footer {
	border-bottom: solid 1px #5287B1;
}
#nav_language li li a:hover {
	color: #FFFFFF;
	background: #466E9F;
	padding: 5px 5px 5px 8px;
	width: 82px;
	border: none;
	border-left: solid 1px #5287B1;
	border-right: solid 1px #5287B1;
}
#nav_language li {
	float: left;
	cursor: default;
	position: relative;
	padding: 0;
	margin:0;
}
#nav_language li ul {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	padding: 0;
	margin: 0;
}
#nav_language li li {
	display: block;
	float: none;
	clear: left;
	padding: 0;
	margin: 0;
	border: 0;
}
#nav_language:hover ul, #nav_language li.over ul {
	display: block;
}
/* --------------------------------------------- // -------- ColumnContainer */
#columnContainer {
	width: 950px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_columnContainer.jpg) no-repeat top left;
}
/* --------------------------------------------- // -------- colLeft */
#colLeft {
	float: left;
	width: 354px;
	background: none;
}
/* --------------------------------------------- // -------- Menu Left */
#menu {
	float: left;
	width: 354px;
	margin: 0 0 75px 0;
	_cursor: hand;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 52px 0 0 90px;
}
#menu ul ul {
	margin: 0;
}
#menu li {
	list-style: none;
	margin: 0;
	background: url(../img/arrow_breadcrumb.gif) no-repeat 0 6px;
	_background: url(../img/arrow_breadcrumb.gif) no-repeat 0 1px;
}
#nav a {
	display: block;
	margin: 0;
	border: 0;
	padding: 4px 5px 4px 15px;
}

/* Submenu */

#nav li ul {
	margin: 0 0 0 25px;
}

#nav li li a {
	font-weight: normal;
	font-size: 1em;
	text-decoration: underline;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 2px 0 2px 15px;
	_padding: 0 5px 0 15px;
	border: 0;
}
#nav li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	_padding: 0 5px 0 15px;
}
#nav li {
	cursor: hand;
	padding: 0;
	margin:0;
	_margin: 4px 0 4px 0;
}

#nav li li {
	padding: 0;
	margin: 0;
	border: 0;
}

#nav li ul
{
	display: none;
}

/* --------------------------------------------- // -------- Visual */
#visual {
	float: left;
	width: 354px;
}
#visual img {
	margin: 50px 0 30px 90px;
}
/* --------------------------------------------- // -------- colRight */
#colRight {
	float: left;
	width: 596px;
}
/* --------------------------------------------- // -------- Breadcrumb */
#breadcrumb {
	float: left;
	width: 596px;
	height: 27px;
	padding: 15px 0 0 0;
}
#breadcrumb ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
#breadcrumb ul ul {
	margin: 0;
}
#breadcrumb li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
#breadcrumb a, #breadcrumb span {
	display: block;
	float: left;
	text-decoration: underline;
	color: #DBDBDB;
	letter-spacing: 0.1em;
	padding: 0 0 0 15px;;
	margin: 0 10px 0 0;
	border: 0;
	background: url(../img/'arrow_breadcrumb.gif') no-repeat 0px 4px;
}
#breadcrumb span
{
	text-decoration: none;
}
#breadcrumb a:hover { text-decoration: none; }
/* --------------------------------------------- // -------- Content */
#content {
	float: left;
	width: 436px; /* 596 */
	line-height: 1.4em;
	padding: 15px 6px 50px 0;
	color: #B8D3E3;
}
#content h1, #page_title h1 {
	display: block;
	color: #FFFFFF;
	/*margin: 0 0 20px 0;*/
	margin: 0;
}
#content h2 {
	color: #FFFFFF;
}
#content h3 {
	color: #FFFFFF;
}

#content h6 {
	font-size: 1em;
	color: #FFFFFF;
}
#content p {
	margin: 10px 0 10px 0;
}
#content a {
	color: #FFFFFF;
}
#content ul {
	padding: 0 0 0 15px;
}
#content li {
}

#ul_news span
{
	width: 400px;
	font-weight: bold;
}

#ul_news div
{
    display: inline;
}

#translate, #talen_right, #news_right
{
	display: none;
}

#banner	{
	float: left;
	width: 152px;
	padding: 15px 0 0 0;
}

#video_top	{
	border:  solid 1px #98BDF0;
	border-bottom: none;
}

#video	{
	border:  solid 1px #98BDF0;
	border-top: none;
	background: url(../img/'video_bg.gif');
}

#video p {
	color: #00317D;
}

#video a {
	text-decoration: underline;
	color: #00317D;
}

#video a:hover { text-decoration: none; }
	
#video p a strong {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px 0 0 10px;
	text-decoration: none;
}
#video p a span {
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0 0 5px 10px;

}

/* --------------------------------------------- // -------- Taal Editor */
#taal_editor_left th
{
	width: 75px;
	font-weight: normal;
}

/* Sitemap */
#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sitemap ul ul ul{
	margin: 0 0 0 15px;
}

#sitemap ul li ul li {
	margin: 2px 0 2px 0;
}
#sitemap ul li ul li a {
	font-weight: bold;
	padding: 0 0 0 12px;
	background: url(../img/arrow_breadcrumb.gif) no-repeat 0px 4px;
}
#sitemap ul li ul li ul li a {
	font-weight: normal;
}
/* List */
#list dt {
	color: #DBDBDB;
	font-weight: bold;
}
#list dd.summary {
	color: #DBDBDB;
	margin: 3px 0 3px 0;
}
#list dd.link {
	padding: 0 18px 0 0;
}
#list dd.link a{
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 2px #98BDF0;
}
/* Paging */
#paging ul {
	list-style: none;
}
#paging ul li {
	float: left;
	background: none;
}
#paging ul li a.active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* --------------------------------------------- // -------- Footer */
#footer {
	clear: both;
	width: 100%;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: #284074 url(../img/bg_footer.gif) 0px 0px repeat-x;
	text-align: center;
	color: #A3B4C1;
}
#footer ul
{
	width: 800px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding: 0 0 0 150px;
}
#footer ul li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 4px;
}
#footer a {
	color: #A3B4C1;
}
#footer ul li a.active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#fckeditor
{
	height: 500px;
}



/* --------------------------------------------- // -------- Login Form */

input.txtBoxLogin {
	display: block;
	background: #6B9CBD;
	width: 200px;
	margin: 0 0 10px 0;
	border: solid 1px #FFFFFF;
	padding: 2px;
}


input#submit_login {
	width: 50px;
	font-size: bold;
	background: #FFFFFF;
	border: solid 2px #CCCCCC;
}

table#new_display td {

	padding: 10px 5px 0 0;
	vertical-align: top;


}
.txtBox {
	width: 430px;
	padding: 2px;
	font-size: 1em;
	border: solid 1px #002F7A;
	margin: 0 0 10px 0;
}

/*  menu edit */
.block_form {
	border: solid 3px #4D8DB4;
	padding: 10px;
	margin: 5px 0 5px 0;
}
.block_form h2 {
	margin: 0 0 10px 0;
}
.block_form table tr td { padding: 0 0 3px 0; }
.txtBox2 {
	width: 300px;
	padding: 2px;
	font-size: 1em;
	border: solid 1px #002F7A;
}

a#cancel01, a#cancel, .btn
{
	display: inline-block;
	color: #000000;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	text-decoration: none;
	border: solid 2px #CCCCCC;
	margin: 5px 3px 0 2px;
	cursor: pointer;
	width: 80px;
}

a#cancel
{
	width: 65px;
	text-align: center;
}

#frm_menu_content a#cancel
{
	margin-left: 70px;
}

.overview ul, #content .overview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.overview ul ul, #content .overview ul ul {
	margin: 0  0 0 20px;
}
.overview span, .overview a.sub_item {
	color: #FFFFFF;
	font-weight: bold;
}
.overview ul li a { font-size: 0.9em; margin-right: 5px;}
.overview span { float: left; width: 175px;  font-size: 1em; }
.overview ul li ul span { float: left; width: 155px;  font-size: 1em;}
.overview span.state { font-weight: normal; }

.overview ul li {
	border-top: solid 1px #4382B1; 
	margin: 5px 0 5px 0;
	padding: 3px 0 0 0;
}

/*  menu edit */

