@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img{
	border:0;
}

a:link {
	color: #0565AF;
}
a:visited {
	color: #0565AF;
}
a:hover {
	color: #666666;
}

H1 {
	font-size: x-large;
	color:#0565AF;
	border-bottom: solid #C1C1C1 2px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
H2 {
	font-size: large;
	color:#0565AF;
	border-bottom: solid #C1C1C1 1px;
	font-weight: normal;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

#container {
	width: 913px;  /* this will create a container 80% of the browser width */
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	background-image: url(/images/maincontent_background.jpg);
} 
#layout_2 #container {
	background-image: url(/images/twoColumnBackground.gif);
} 
#layout_5 #container, #layout_1 #container {
	background-color: #FFFFFF;
} 
#layout_4 #container {
	background-image: url(/images/threeColumnBackground.gif);
} 
#layout_3 #container {
	background-image: url(/images/twoColNavRightBackground.gif);
} 

#header #branding {
	height: 109px;
	padding-top: 25px;
	background-image: url(/images/header.jpg);
}
#header #branding #logo {
	float: left;
}
#header #branding #banner {
	margin: 0 auto 0 auto;
	vertical-align:middle;
	text-align: center;
	height: 84px;
	width: 356px;
	border: solid #FFFFFF 1px;

}

#header #branding #globalNav {
	float: right;
	text-align:right;
	padding: 0 12px 0 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 220px;	
}
#header #branding #language {
	text-align:right;
	width: 877px;
	margin-top: 3px;
}
#header #branding #language a{
	text-decoration: underline;
	color: #FFFFFF;
	vertical-align: top;
}

#header #mainNav {
	background-image: url(/images/mainNavGradient.gif);
	border-right: solid #8e8e8e 3px;
	height: 25px;
	padding: 0;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#footer {
	padding-top: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 12px 0 12px;/* Creates the space needed to show the border dhading that is contained in the div #container */
	background-image: url(/images/footerGradient.gif);
	border-right: solid #8e8e8e 3px;
	border-left: solid #8e8e8e 3px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	text-decoration: underline;
	font-size: small;
	color: #FFFFFF;
	vertical-align: top;
}
#breadcrumb {
	height: 22px;
	width: auto;
	border-top: solid #FFFFFF 1px;
	margin: 0 12px 0 2px;
	padding: 2px 0 0 202px;
}
#breadcrumb a{
	text-decoration: underline;
	color: #FFFFFF;
}
#layout_1 #breadcrumb {
	background-color: #C1C1C1;
	margin: 0 12px 0 12px;
	padding: 2px 0 0 22px;
}
#layout_2 #breadcrumb {
	background-image: url(/images/twoColumnBreadcrumb.gif);
	margin: 0 12px 0 14px;
}
#layout_3 #breadcrumb {
	background-image: url(/images/twoColumnNavRightBreadcrumb.gif);
	margin: 0 15px 0 12px;
	padding: 2px 0 0 22px;
}
#layout_4 #breadcrumb {
	background-image: url(/images/twoColumnBreadcrumb.gif);
	margin: 0 15px 0 14px;
	padding: 2px 0 0 202px;
}
/* Tips for leftNavigation:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#layout_2 #leftNavigation p" rule.
*/
#layout_2 #leftNavigation, #layout_4 DIV#leftNavigation{
	float: left;
	width: 180px; /* since this element is floated, a width must be given */
	border-left: solid #C1C1C1 2px;
	padding: 0 0; /* top and bottom padding create visual space within this div  */
	margin: 0 12px;
}
#layout_2 #leftNavigation h3, #layout_2 #leftNavigation p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

#layout_4 DIV#rightNavigation, #layout_3 #rightNavigation{
	float: right;
	width: 135px; /* since this element is floated, a width must be given */
	padding: 0 0; /* top and bottom padding create visual space within this div  */
	margin: 0 16px;
}
#layout_4  #rightNavigation H3, #layout_3 #rightNavigation H3 {
	font-size: small;
	color:#0565AF;
	border-bottom: solid #C1C1C1 2px;
	font-weight: normal;
	margin: 32px 3px 3px 3px;
}
#layout_4 DIV#rightNavigation ul, #layout_3 #rightNavigation ul {
	padding: 0px;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
}
#layout_4 DIV#rightNavigation ul li, #layout_3 #rightNavigation ul li{
	padding-left: 3px;
}
/* Tips for mainContent:
1. The space between the mainContent and leftNavigation is created with the left margin on the mainContent div.  No matter how much content the leftNavigation div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #leftNavigation space when the content in #leftNavigation ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent form {
	margin: 0 0 0 0;
}
#layout_1 #mainContent {
	margin: 0 32px 15px 32px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color: #FFFFFF;
}
#layout_2 #mainContent {
	margin: 0 32px 15px 212px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color: #FFFFFF;
} 
#layout_3 #mainContent {
	margin: 0 169px 15px 32px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color: #FFFFFF;
}
#layout_4 #mainContent {
	margin: 0 169px 15px 212px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color: #FFFFFF;
} 
#layout_5 #mainContent {
	margin: 0 12px 0 12px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color: #FFFFFF;
}
#layout_5 #container #mainContent, #layout_1 #container #mainContent{
	background-color:#fff;
}
#layout_5 #container #mainContent div.leftcolumn {
	float: left;
	width:296px;
}

#layout_5 #container #mainContent div.centercolumn {
	width: 297px;
	float: left;
}

#layout_5 #container #mainContent div.rightcolumn {
	width: 296px;
	float: left;
}


#layout_5 #container #mainContent div.leftcolumn div.top{
	width:260px;
	height:216px;
	color:#f90;
	background-color:#666;
	font-size:24px;
	font-weight:bold;
	padding-left:18px;
	padding-right:18px;
	padding-top:10px;
}

#layout_5 #container #mainContent div.centercolumn div.top{
	width:261px;
	height:216px;
	color:#E3268A;
	background-color:#666;
	font-size:24px;
	font-weight:bold;
	padding-left:18px;
	padding-right:18px;
	padding-top:10px;
}

#layout_5 #container #mainContent div.rightcolumn div.top{
	width:260px;
	height:216px;
	color:#0a0;
	background-color:#666;
	font-size:24px;
	font-weight:bold;
	padding-left:18px;
	padding-right:18px;
	padding-top:10px;
}
div.topSubtext{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-bottom:25px;
}

#layout_5 #container #mainContent div.centercolumn div.content{
	width:207px;
	color:#000;
	background-color:#fff;
	padding:10px 45px 10px 45px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header .blueBar {
	margin: 0;
}

.blueBar {
	height: 7px;
	background-color: #0565AF;
	border-right: solid #4B7BCB 3px;
	border-left: solid #4B7BCB   3px;
	margin: 0px 12px 0px 12px;
	padding: 0px;
}
#greyBar {
	margin: 0 12px 0 12px;
	width: 889px;
	height: 25px;
	background-color: #B6B6B6;
}
.subnavigation {
	text-align: left;
	vertical-align: middle;
	list-style-type: none;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
	font-size: small;
	line-height: 20px
}
.subnavigation .inactive{
	background-color: #C1C1C1;
	color: #FFFFFF;
	border-bottom:1px solid #fff;
}
.subnavigation .inactive a{
	text-decoration:none;
}
.subnavigation .active{
	background-color: #FFFFFF;
	color: #0565AF;
	border-bottom:1px solid #fff;
}
.marginBottomFive {
	padding-bottom: 5px;
}
.button, .contentForms .button, #collicitatieForm table tr td input[type=button] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-top: solid #666666 2px;
	border-left: solid #666666 2px;
	border-bottom: solid #333333 2px;
	border-right: solid #333333 2px;
	color: #FFFFFF;
	background-color: #999999;
	height: 24px;
}
.button:active, .contentForms .button:active, #collicitatieForm table tr td input[type=button]:active {
	border-top: solid #666666 2px;
	border-left: solid #666666 2px;
	border-bottom: solid #333333 2px;
	border-right: solid #333333 2px;
}


#container #mainContent #frmContact #tblContact .tdFields, #container #mainContent #frmInschrijven #tblInschrijven .tdFields {
	width: 500px;
}
#container #mainContent #collicitatieForm .tdFields, #container #mainContent #loginform #tblLogin {
	width: 600px;
}
.paddingFive {
	padding: 5px;
}
.select:hover {
	width: 2000px;
}

#container #mainContent #tblCursusLijst #trLightGrey{
	background-color: #EBEBEB;
}
#container #mainContent #tblCursusLijst td, #container #mainContent #tblCursusLijst th, #container #mainContent #frmInschrijven #tblDeelnemers th {
	padding-bottom: 0px;
	padding-left: 3px;
}
#container #mainContent #cms .cursustabel th, #container #mainContent #cms .cursustabel td, #container #mainContent .newsletterlist th, #container #mainContent .newsletterlist td  {
	padding-bottom: 3px;
	padding-left: 3px;
}
#container #mainContent #frmInschrijven #tblDeelnemers td {
	padding: 0;
}
#layout_5 #container #mainContent li, #layout_1 #container #mainContent li {
	margin-left: 0px;
	list-style-type: none;
}

table.cms{
	width:100%;
	border-collapse:collapse;
	padding-bottom: 3px;
	padding-left: 3px;
}

table.cms td, table.cms th{
	padding-bottom: 3px;
	padding-left: 3px;
	vertical-align:top;
	border: 0px solid #ccc;
}
input.editor_title{
	width:500px;
	background-color:#fff;
	border:1px solid;
}
textarea.editor_intro{
	width:500px;
	height:80px;
	background-color:#fff;
	border:1px solid;
}
#layout_1 textarea.editor_body{
	width:590px;
}
#layout_2 textarea.editor_body{
	width:590px;
}
#layout_3 textarea.editor_body{
	width:700px;
}
#layout_4 textarea.editor_body{
	width:500px;
}
textarea.editor_body p{
	font-size:12px;
}

input.date_input{
	width:80px;
}
.contentForms input, .contentForms textarea, .contentForms select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #fff;
	border: solid #CCCCCC 1px;
}
.contentForms input, .contentForms select {
	height: 22px;
	vertical-align: middle;
}
.contentForms .radioButton {
	background-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
}
.contentForms td {
	padding: 0 0 3px 0;
	margin: 0;
}
DIV#homeGreyBottom {
	font-size: 1px;
	width:889px;
	height:40px;
	color:#f00;
	background-color:#666;
	float:left;
}
DIV#homeGreyBottom DIV#homeLeftBottom {
	width:256px;
	height:10px;
	background-color:#f90;
	margin-left:18px;
	float:left;				 
}
DIV#homeGreyBottom DIV#homeCenterBottom {
	width:257px;
	height:10px;
	background-color:#E3268A;
	margin-left:36px;
	float:left;		 
}
DIV#homeGreyBottom DIV#homeRightBottom {
	width:256px;
	height:10px;
	background-color:#0A0;
	margin-left:36px;
	float:left;				 
}
th {
	background-color: #C1C1C1;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.subsubnavigation {
	text-align: center;
	vertical-align: middle;
	list-style-type: none;
	width: 136px;
	margin: 0 0 0 0px;
	padding: 0 0 0 3px;
	font-size: small;
	line-height: 20px
}

.subsubnavigation LI{
	margin-left:2px;
}

.subsubnavigation .inactive{
	background-color: #C1C1C1;
	color: #FFFFFF;
	border-bottom:1px solid #fff;
}
.subsubnavigation .inactive a{
	text-decoration:none;
}
.subsubnavigation .active{
	background-color: #FFFFFF;
	color: #0565AF;
	border-bottom:1px solid #fff;
}

.input_text{
	width:600px;
	height:80px;
}

.input_vacature{
	width:100%;
}
.input_city{
	width:300px;
}
.input_firstname{
	width:600px;
}
.input_middlename{
	width:600px;
}
.input_lastname{
	width:600px;
}
.input_street{
	margin-right:0px;
	margin-left:0px;
	width:542px;
}
.input_home_nr{
	margin-right:0px;
	margin-left:0px;
	width:50px;
}
.input_zipcode{
	margin-right:0px;
	margin-left:0px;
	width:92px;
}
.input_city{
	margin-right:0px;
	margin-left:0px;
	width:500px;
}
.input_email{
	margin-right:0px;
	margin-left:0px;
	width:600px;
}
.input_phone{
	margin-right:0px;
	margin-left:0px;
	width:600px;
}
.input_file{
	margin-right:0px;
	margin-left:0px;
	width:100%;
	border-width: 1px;
}

table.newsletterlist{
	width:100%;	
}


table.mailing{
	margin-top:10px;
	border-collapse:collapse;
	width:630px;
}
table.mailing th{
	border:1px solid #ccc;
	padding:2px;
	font-weight:bold;
	text-align:left;
	background-color:#B77DA3;
	color:#fff;
}
table.mailing td{
	border:1px solid #ccc;
	padding:2px;
	vertical-align:top;
}
table.mailing td a{
	font-weight:bold;
}
table.mailing td input[type=text]{
	width:550px;
}
table.mailing td input[type=file]{
	width:550px;
}
table.mailing td textarea{
	width:550px;
	height:80px;
}
table.mailing td textarea.editor_body{
	width:550px;
	height:300px;
}


table.mailinglist{
	margin-top:10px;
	width:500px;
	border-collapse:collapse;
}

table.mailinglist td{
	font-size:10px;
	padding:2px;
	border:1px solid #c0c0c0;
}

table.mailinglist th{
	border:1px solid #c0c0c0;
	font-weight:normal;
	color:#000;
}