@charset "UTF-8";
/* CSS Document */
p,h1,h2,h3,h4,h5
{
	margin-top:0px;
}
body
{
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-color:#1557ff; 
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-image:url('../image/bbg.png');
	background-repeat:repeat-x;
	background-position:
}
/* Links */
.invisible
{
	display:none;
}
.visible
{
	display:block;
}
a:link 
{
	color: black;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: black;
}
a:hover 
{
	text-decoration: none;
	color: #1336ba;
}
a:active 
{
	text-decoration: none;
	color: #1336ba;
}
/* Algemene Css*/
.transparent_60 
{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.transparent_80 
{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
/* ----------------Classes-------------*/
/*-----Menu-------*/
.menu_bar
{
	position:absolute;
	width:910px;
	top:40px;
	height:30px;
	left:50%;
	margin-left:-460px;
}
.menu_background
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border-width:0px;
}
.menu_button
{
	top:9px;
	height:24px;
	font-size:16px;
}
.menu_button a
{
	color:#ffffff;
}

.menu_button_active
{
	top:9px;
	width:auto;
	height:24px;
	font-size:16px;
}
.menu_button_active a
{
	color:#9a2714;
}
.menu_spacer
{
	width:12px;
}
.menu_bg
{
	background-image:url('../image/menu_bg.png');	
}
.menu_bg_over
{
	background-image:url('../image/menu_bg_over.png');	
}
.menu_left
{
	background-image:url('../image/menu_left.png');
	width:40px;
}
.menu_right
{
	background-image:url('../image/menu_right.png');
	width:40px;
}
.menu_edit_bar
{
	position:absolute;
	height:16px;
	top:0%;
	margin-top:-12px;
	left:4%;
	width:92%;
	background-color:#003dff;
	color:#000000;
	z-index:20000;
}
/*Module*/
.login
{
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
	top:190px;
	color:#000000;
}
.input_field
{
	width:200px;
}
.submit_button
{
	border-width:1px;
	border-color:#a7c3c4;
	border-style:solid;
	background-color:#ffffff;
	color:#000000;
}
.User_Bar
{
	position:absolute;
	background-color:#aaaaaa;
	width:100%;
	left:0px;
	height:22px;
	top:0px;
	visibility:60%;
	color:#ffffff;
	z-index:10000;
}
.User_Bar a 
{
	color:#ffffff;
}
.User_Bar p
{
	color:#ffffff;
}
.image_edit_bar
{
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:18px;
	margin-left:-20px;
	background-color:#003dff;
	color:#000000;
	z-index:10000;
}
.image_edit_bar a
{
	color:#000000;
	z-index:10000;
}
/*-----Blocks*/
.block_edit_bar
{
	height:18px;
	top:0%;
	margin-top:0px;
	left:0%;
	width:100%;
	background-color:#003dff;
	color:#000000;
	z-index:20000;
}
/*-----Content*/
.content_edit_bar
{
	height:18px;
	top:0%;
	margin-top:0px;
	left:0%;
	width:100%;
	background-color:#003dff;
	color:#000000;
	z-index:20000;
}
.content_main
{
	position:absolute;
	top:130px;
	left:50%;
	width:1000px;
	margin-left:-500px;
}
.content_body
{
	background-color:#c2c9f9;
	height:439px;
	text-align:left;
	color:#000000;
	overflow:auto;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	border-style:solid;
	border-color:#ffffff;
	border-width:3px;
	-webkit-border-radius:10px;    /* for Safari */
	-moz-border-radius:10px;       /* for Firefox */

}

.content_body a
{
	color:#000000;
}
.content_body a:hover
{
	color:#1336ba !important;
}
.content_body a:visited
{
	color:#000000;
}
.content_body table tr td
{
	color:#000000;
}
.content_editor
{
	position:absolute;
	height:300px;
	top:25px;
	left:50%;
	width:160px;
	margin-left:340px;
	background-color:#234e50;
	color:#ffffff;
	z-index:10000;
}
.content_editor a
{
	color:#02021e;
}
.content_editor a:hover
{
	color:#000000;
}
/*-----Submenu*/
.content_submenu
{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#c2c9f9;
	border-style:solid;
	border-color:#ffffff;
	border-width:3px;
	height:439px;
	text-align:left;
	color:#000000;
	-webkit-border-radius:8px;    /* for Safari */
	-moz-border-radius:8px;       /* for Firefox */

}
.content_submenu a
{
	color:#000000;
}
.content_submenu a:hover
{
	color:#1336ba;
}
.submenu_active 
{
	color:#1336ba !important;
}
.submenu_active:hover
{
	color:#1336ba !important;
}
/*-----Popup*/
.popup
{
	position:absolute;
	width:500px;
	left:50%;
	background-color:#02021e;
	color:#ffffff;
	margin-left:-250px;
	top:150px;
	height:auto;
	padding:14px;
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
}
/*-----Header*/
.caretakers_header
{
	position:absolute;
	left:50%;
	top:199px;
	width:557px;
	height:167px;
	margin-left:-263px;
	z-index:-10;
}
.logo_header
{
	position:absolute;
	left:50%;
	margin-left:-180px;
	top:-13px;
	width:360px;
	height:130px;
	z-index:10;
}
.page_header
{
	position:absolute;
	font-size: 20px;
	font-weight: bold;
	color: #990001;
	text-decoration:underline;
	width:100px;
	height:24px;
	top:565px;
	left:50%;
	margin-left:-600px;
}
.page_header img
{
  border-style:none;
}
.ecabo_header
{
	position:absolute;
	font-size: 20px;
	font-weight: bold;
	color: #990001;
	text-decoration:underline;
	width:140px;
	height:32px;
	top:598px;
	left:50%;
	margin-left:484px;
}
.text_header
{
	position:absolute;
	top:174px;
	left:50%;
	margin-left:-330px;
	width:660px;
	height:65px;
}

.text_header p
{
	color:#ffffff;
}
/*-----Footer*/
.footer_line
{
	background-color:#01015d;
	background-repeat:repeat-x;
	height:1px;
	position:absolute;
	width:952px;
	left:50%;
	margin-left:-476px;
	top:100%;
	margin-top:-30px;
}
.footer_line_login
{
	background-color:#01015d;
	background-repeat:repeat-x;
	height:1px;
	position:absolute;
	width:952px;
	left:50%;
	margin-left:-476px;
	top:220px;
	margin-top:-30px;
}
a img
{
  border-width:0px;
}
.footer
{
	font-size: 10px;
	color: #01015d;
}
/*-----Text*/
.error_message
{
	color:#ff0000;
	font-size:12px;
	text-decoration:none;
}
/*Originele CSS*/
.Nav {
	
	font-size: 14px;
	color: #418f93;
}
.NavSelected {
	font-size: 14px;
	font-weight: bold;
	color: 418f93;
	text-decoration: underline;
}
.Headerfront {
	font-size: 20px;
	font-weight: bold;
	color: #990001;
}
.Headersmall {
	font-size: 14px;
	font-weight: bold;
	color: #418F93;
}
.Plattetekst {
	font-size: 13px;
	color: #999999;
}

#missie
{
    color:#ffffff;
    font-size:24px;
    position:absolute;
    top:478px;
    width:400px;
    left:50%;
    margin-left:-200px;
}


