/* RESET */
body, html, table, tr, td, :active, :focus, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: none; -moz-outline-style: none;
}
/* --/ RESET */


/* TYPOGRAFIE */
@font-face {
  font-family: Eurostile;
  src: url("/Common/Eurostile-Demi.eot");
  src: local("Eurostile"), local("Eurostile Demi"), 
  url("/Common/Eurostile-Demi.ttf") format("truetype");
}

.ie5_6 .button, .ie5_6 .DownloadButtonLink {
	background-color: #1d6db8 !important;
}

body, table, tr, td {
	color: #505050;
	font: normal 12px/20px "Century Gothic", Arial, Helvetica, sans-serif;
/*	text-align: left;*/
}

p {
	font: normal 12px/20px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 5px;
}

h1 { 
	color: #004e96;
	font: bold 16px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
}
	.oranje h1 { 
		color: #f15d2a;
	}
	.blauw h1 { 
		color: #007fad;
	}
	.paars h1 { 
		color: #7b236d;
	}
	.groen h1 { 
		color: #00836f;
	}
	.geel h1 { 
		color: #e9ae14;
	}
	.groenbreed h1 { 
		color: #00836f;
	}
	.oranjebreed h1 { 
		color: #f15d2a;
	}
	.paarsbreed h1 { 
		color: #7b236d;
	}
	
h2, h3 { 
	color: #505050;
	font: bold 14px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0; padding: 0;
}

/* --/ TYPOGRAFIE */


/* LAYOUT */
html { /* oplossing voor achtergrond-verspringen: */
	margin-left: -1px;
	overflow-Y: scroll;
}
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
	{
		head~body *{ margin-left: -1px;}
	}
#MainPageDiv {
	background: url(/SiteFiles/Layout/bgheader.png) center top no-repeat;
	height: 480px;
	width: 100%;
	display: table;
}
body {
	padding: 0;
	margin: 0;
	background: #eceae6 url(/SiteFiles/Layout/bg.png) center top repeat-y;
}
#mainBodyTable {
	margin: 0 auto;
	width: 920px;
}

/* --/ LAYOUT */


/* LINKS */
a {
	color: #004e96;
	text-decoration: underline;
}
a:hover {
	color: #1266b4;
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
}
	.oranje a:hover { 
		color: #f15d2a;
	}
	.blauw a:hover { 
		color: #007fad;
	}
	.paars a:hover { 
		color: #7b236d;
	}
	.groen a:hover { 
		color: #00836f;
	}
	.geel a:hover { 
		color: #e9ae14;
	}
	.groenbreed a:hover { 
		color: #00836f;
	}
	.oranjebreed a:hover { 
		color: #f15d2a;
	}
	.paarsbreed a:hover { 
		color: #7b236d;
	}

a.linkedin {
	padding: 0px 0px 0px 31px;
	height: 32px;
	background: url(/Sitefiles/layout/linkedin.png) left top no-repeat;
	display: block;
}	
a.top {
	font: italic 11px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	float: right;
}	
/* --/ LINKS */

hr {
	display: block;
	border-bottom: 1px solid #d6d1ca;
	border-top: 1px solid white; border-left: 1px solid white;	border-right: 1px solid white;	
	height: 0px;
	padding: 20px 0px 0px 0px;
	margin: 4px 0px 15px 0px;
}

/*ul {
	list-style: disc;
	margin-left: 20px;
	padding: 0;
}
ul li {
	padding-left: 10px;
}*/

/*== LIST STYLES ==*/
ul, ol, dl {
	margin-bottom:10px;
	padding-left: 30px
}
dl {
	margin: 10px 0;
}
dd {
	padding-left: 40px;
}
li {
	display:list-item;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
/*== END LIST STYLES ==*/

.footer {
	padding-top: 10px;
	color: #79746c;	
}
	.footer a {
		color: #79746c;
		text-decoration: underline;
	}
	.footer a:hover {
		color: #79746c;
		text-decoration: none;
	}	
	
.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 20px;
}	

/* Ordered list */
ol ol { font-style: italic; margin-bottom: 0; list-style-type: lower-roman; }
ol { list-style-type: decimal; }

blockquote { padding: 5px 25px 5px 0; font-style: italic; }
blockquote p { border-left: 2px solid #eee; padding-left: 25px; font-style: italic; }

/* Table Styling */

table .datatable { color: #636363; font: 11px/18px "Century Gothic", Arial, Helvetica, sans-serif; border-collapse: collapse; border-top: 1px solid #b4b4b4; border-left: 1px solid #b4b4b4;}
table .datatable th { color: #636363; background: #efefef;}
table .datatable td, table .datatable th { color: #636363; border-bottom: 1px solid #b4b4b4; border-right: 1px solid #b4b4b4; padding: 5px 7px;}

/* Definition List */
dt {
margin: 0;
padding: 0;
font-weight: bold;
}

dd {
padding: 0;
}


/* Editor Pagetab */
.inactive_pagetab
{
    display:none;
    }
    
    .active_pagetab
{
    display:block;
    }

.PagetabPager
{
padding-top:10px;
margin-left:15px;
margin-bottom:15px;
width:400px;
}

.PagetabPager SPAN
{
float:left;
}

.PagetabPager .active_Pagetablink
{
border: solid 1px #007FAD;
margin: 2px;
}

.PagetabPager .active_Pagetablink .PagetabLink
{
text-decoration: none;
cursor: text;
padding: 5px;
}

.PagetabPager .active_Pagetablink a.PagetabLink:hover
{
	color:#004e96;
}

.PagetabPager .inactive_Pagetablink
{
border: solid 1px #007FAD;
margin: 2px;

}

.PagetabPager .inactive_Pagetablink .PagetabLink
{
padding: 5px;
}

.calendar .calendarwrap .slider
{
	background:#d6d1ca repeat-x left top;
	color:#fff;
}

.calendar .calendarwrap th
{
	font-size:10px;
	font-weight:bold;
	height:20px;
	text-align:center;
}

.calendar .calendarwrap th.month
{
	color:#e45454;
}

.calendar .calendarwrap td
{
	font-size:10px;
	font-weight:bold;
	height:20px;
	text-align:center;
	width:24px;
}

.calendar .calendarwrap .dayofweek
{
	background:#d6d1ca repeat-x left top;
	color:#fff;
}

.calendar .calendarwrap .dayother
{
	color:#aaa;
}

.calendar .calendarwrap .select
{
	background:#e45454;
	color:#fff;
	font-weight:bold;
}



.DownloadButtonLink, .DownloadButtonLink:active {
	cursor: hand; cursor: pointer;
	font: bold 12px/19px "Century Gothic", Arial, Helvetica, sans-serif;	
	color: white;
	text-transform: uppercase;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 5px 0 0 0;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #004e96;
	background: #004e96;
	background: -webkit-gradient(linear, left top, left bottom, from(#2879c4), to(#004e96));
	background: -moz-linear-gradient(top,  #2879c4,  #004e96);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2879c4', endColorstr='#004e96');	
	padding: 3px 55px 0px 55px;
	height: 25px;
	white-space: nowrap;
}

.DownloadButtonLink:hover {
	color: #e2f2ff;
	background: #004e96;
	background: -webkit-gradient(linear, left top, left bottom, from(#004e96), to(#2879c4));
	background: -moz-linear-gradient(top,  #004e96,  #2879c4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#004e96', endColorstr='#2879c4');
	padding: 3px 55px 0px 55px;
	height: 25px;
}


.NieuwsbriefLink,
.NieuwsbriefLink:hover,
.NieuwsbriefLink:visited,
.NieuwsbriefLink:active
{
 cursor: pointer;
	cursor: hand;
	font: bold 12px/19px "Century Gothic", Arial, Helvetica, sans-serif;	
	color: white;
	text-transform: uppercase;
	vertical-align: baseline;
	margin: 10px 0 0 0;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #004e96;
	background: #004e96;
	background: -webkit-gradient(linear, left top, left bottom, from(#2879c4), to(#004e96));
	background: -moz-linear-gradient(top,  #2879c4,  #004e96);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2879c4', endColorstr='#004e96');	
	height: 28px;
	width:271px;
	line-height:28px;
	display:block;
}


