/* Site Stylesheet */

/* Import layout */
@import url(lightbox.css);

*, html, body {
	outline: none;
}


/* START WIJZIGEN */
@font-face {
    font-family: 'FedraSansStdBook';
    src: url('../font/fedrasansstd_book-webfont.eot');
    src: url('../font/fedrasansstd_book-webfont.eot?iefix') format('eot'),
         url('../font/fedrasansstd_book-webfont.woff') format('woff'),
         url('../font/fedrasansstd_book-webfont.ttf') format('truetype'),
         url('../font/fedrasansstd_book-webfont.svg#webfontrPMVd8fU') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: Verdana, Lucida Grande, Arial, Sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #1c1c1a url(../images/background3500.jpg) center top fixed;
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto; /* Centreren: "margin: 0 auto" / links uitlijnen: "margin: 0" */
	/*background: url('../images/bghome980.jpg');*/
}

#headerBlock {
	height: 249px; /* Hoogte van de header */
	padding: 0;
	margin: 0;
	width: 980px;
	background: url('../images/toplogo.jpg');
	margin-top: 10px;
}

#contentBlock {
	width: 980px;
	padding: 0;
	margin: 0;
	background: url('../images/backgroundhome.jpg') top no-repeat #f0f0f0;
	padding-bottom: 10px;
}

a {
	color: #000; /* Kleur van de links */
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline; /* Stijl van de links bij mouseover */
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 0.8em;
	width: 100%;
}

/* Heading 1 */
h1 {
	font-family: 'FedraSansStdBook';
	/*font-family: Arial, Helvetica, sans-serif; /* Font van de heading bij geen gebruik van Sifr*/
	/*font-weight: bold; /* Stijl van de heading bij geen gebruik van Sifr*/

	/*font-weight: 300;*/
	font-size: 17px;
	text-transform: none; /* Maak uppercase, lowercase of none bij geen gebruik van Sifr*/
	color: #000; /* Kleur van de heading bij geen gebruik van Sifr*/
	text-align: left;
	padding: 1px;
	margin: 0;
	padding: 0;
	width: 454px;
	height: 40px;
	background: url('../images/header/header.php');
	font-weight:normal;
}


h2 {
	font-family: 'FedraSansStdBook';
	line-height: 1.3em;
	color: #333; /* Kleur van de heading bij geen gebruik van Sifr*/
	font-size: 15px;
	font-weight: bold; /* Stijl van de heading bij geen gebruik van Sifr*/
	margin: 0;
	padding: 0;
	clear: both;
}

hr {
	color: #D0D0D0; /* Kleur van scheidingslijnen, wordt niet altijd gebruikt */
	background-color: #D0D0D0; /* Kleur van scheidingslijnen, wordt niet altijd gebruikt */
	width: 100%;
}

/* STOP WIJZIGEN, HIERONDER NIETS MEER WIJZIGEN! */

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

table {
	width: 100%;
	/*margin: 20px 0 0 0;*/
}

th {
	border-bottom: 1px solid #666666;
}

td {
	/*font-size: 90%;*/
}

/* Table settings */

.row_even {
	background: #EEE;
}

#overview_table tr:hover td {
	background: #CCC; /* Mouseover kleur van tabelrij */
}

.greyedout {
	color: #a2a2a2;
}

/* Form settings */
label {
	width: 120px;
	margin: 0 15px 0 0;
	padding: 3px;
	float: left;
}

input, textarea, button, select, label {
	font-family: Verdana, Arial, sans-serif;
}

textarea {
	font-size: 93%;
}

input, select, textarea, button {
	margin: 2px 2px;
	padding: 3px;
	border: 1px inset #AAAAAA;
	background: url(../images/inputBg.gif) no-repeat top left #FFF;
}

input:focus {
	background-color: #EEE;
}

.radio {
	border: none;
	background: none;
}

.width40 {
	width: 40%;
}

.width50 {
	width: 50%;
}

.width60 {
	width: 60%;
}

.width80 {
	width: 80%;
}
.width100 {
	width: 95%;
}

/* Header buttons */

.pngfix {
	behavior: url(public/css/iepngfix.htc);
}

/* Adress top */
#adress_top {
	position: relative;
	width: 220px;
	float: right;
	text-align: right;
	margin: 10px;
	padding: 0;
}

#adress_top p {
	margin: 0;
	padding: 0;
}

/* Adminbuttons */
#btnbox {
	position: relative;
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
}

#btnbox input, #btnbox button, .adminbutton {
	background: #CCC;
	background: url("../images/bg_switch.png") no-repeat scroll -155px 0 transparent;
	border: 1px solid #fff;
	padding: 4px 10px;
	float: left;
	margin: 6px 0 6px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#btnbox input:hover, #btnbox button:hover, .adminbutton:hover {
	cursor: pointer;
	background: url("../images/bg_switch.png") no-repeat scroll -155px -85px transparent;
	text-decoration: underline;
	border: 1px solid #ccc;
}

#btnbox button#btn_cancel {
}

#btnbox button#btn_cancel:hover {
}


/* Error message for form validation */
#error_block {
	width: 90%;
	background: #FF9999;
	border: 1px dotted red;
	padding: 8px;
	margin: 20px 0;
	line-height: 16px;
}

li.error_item {
	margin: 0 0 0 20px;
	line-height: 20px;
}

/* Icons */
.icon_small {
	border: none;
	margin: 2px 2px 1px 2px;
}


/* Editor fix */
#idAreaoEdit1 table {
	margin: 0;
}

#idAreaoEdit1 td {
	font-size: 100%;
}

/* Dateblock */
#todayDate {
	position: relative;
	top: 38px;
	float: right;
	font-size: 90%;
	color: #428BBF;
}


/* Photoalbum styles */
#photo_album_block {
	margin: 10px 0 0 0;
	width: 450px;
	clear: both;
}

#album_thumb {
	width: 448px;
	margin: 0 0 2px 0;
	padding: 0;
	border: 1px solid #AAA;
	clear: both;
	background: url(../images/inputBg.gif) no-repeat top left #FFF;
}

#album_thumb table {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#album_thumb td {
	vertical-align: top;
	text-align: left;
	height: 1%;
}

.album_description {
	padding: 8px 8px 0 0;
}

.album_thumb_image {
	width: 80px;
	margin: 8px;
	border: 1px solid #666;
	padding: 2px;
}

.album_thumb_title {
	font-size: 10px;
	display: block;
	margin: 8px 0 0 0;
	color: #000;
}

a.btn_album {
	float: right;
	margin: 10px 12px 4px 0;
	width: 115px;
	height: 17px;
	display: block;
	background: url(../images/btn_album.png) no-repeat 0 -17px;
}

a.btn_album:hover {
	background: url(../images/btn_album.png) no-repeat 0 0;
}

/* Content Article */
#content_item {
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

#content_item.detail {
	border: none;
	margin: 10px 0 30px 0;
}

#content_message {
	display: block;
	margin-top: 10px;
}

#content_message.layout_2 {
	width: 450px;
	float: left;
	height: 100%;
}

#content_message.content_full_width {
	width: 100%;
}

#content_images {
	position: relative;
	float: left;
	width: 225px;
	margin: 0 0 0 20px;
}

#content_images img {
	margin: 0 0 10px 10px;
	clear: both;
	padding: 2px;
	border: 1px solid #CCC;
}

#content_message img {
	display: block;
	margin: 0 8px 8px 0;
	border: 1px solid #CCC;
}


/* News */
#news_item {
	border-bottom: 1px dotted #666;
	margin: 0 0 18px 0;
	clear: both;
}

#news_item.detail {
	border: none;
	margin: 10px 0 30px 0;
}

#news_message {
	display: block;
}

#news_message.layout_2 {
	width: 350px;
	float: left;
}

#news_message.news_full_width {
	width: 100%;
}

#news_images {
	position: relative;
	float: left;
	width: 229px;
	margin: 20px 0 0 10px;
}

#news_images img {
	margin: 0 0 10px 10px;
	clear: both;
	padding: 2px;
	width: 225px;
	border: 1px solid #CCC;
}

#news_message img {
	display: block;
	margin: 4px 8px 4px 0;
	border: 1px solid #CCC;
}




/* Events */
#events {
	margin: 10px 0 0 0;
}

#events .events_calendar {
	width: 47%;
	border: 1px solid #CCC;
	float: left;
	margin: 5px;
	padding: 3px;
}
#events .events_calendar td {
}

#events .events_calendar td a {
	display: block;
	background: #bbcfff;
	border: 1px solid #003caf;
	padding: 1px 1px;
}

#events .events_calendar td a:hover {
	color: #FFF;
	background: #003caf;
}

#events ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#events h2 {
	margin: 10px 0 0 0;
	display: block;
	height: 30px;
}

#events li {
	clear: both;
	list-style: none;
	width: 100%;
	display: block;
	margin: 2px 0 0 0;
	height: 29px;
	background: url(../images/bg_infoblock.png) repeat-x 0 0;
}

#events li span.event_date {
	color: #666;
	float: left;
	margin: 7px 0 0 0;
}

#events li a.event_title {
	float: left;
	margin: 7px 0 0 10px;
}

#events a.btn_readmore {
	margin: 3px 0 0 0;
}

#events li a {
	display: block;
	cursor: pointer;
}

#events li a.selected {
	color: blue;
}

#events li.selected {
}

#event_message {
	margin: 0;
	padding: 3px;
	background: url(../images/bg_infoblock.png) repeat-x #FFF 0 0;
	display: block;
	clear: both;
	height: auto;
}

#event_message td {
	vertical-align: top;
	text-align: left;
}

#event_message img {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
}

#event_message p a {
	padding: 0;
	margin: 0;
	display: auto;
}

#events_block_intro {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	background: url(../images/back_poll_question.gif) repeat 0 0;
	padding: 2px;
	color: #000;
}
#events_block_item {
	background: url(../images/events_calendar_item_back.png) no-repeat 0 0;
	height: 32px;
	width: 201px;
	display: block;
	margin: 1px 0 0 12px;
	padding: 0;
	text-align: center;
}

#events_block_item a {
	position: relative;
	top: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}



/* Sideblocks */
#sideBlock {
	margin: 10px 0 0 0;
}

#sideBlock_inner {
	margin: 0 8px;
}

#sideBlock_title {
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0;
	text-indent: 8px;
}

#sideBlock_title a, #sideBlock_title img {
	border: none;
}

#sideBlock_top {
	margin: 8px 0 0 0;
	padding: 16px 0 10px 0;
	width: 227px;
	background: url(../images/back_sideblock_top.gif) no-repeat #252525 top left;
}

#sideblock_bottom {
	background: url(../images/back_sideblock_bottom.gif) no-repeat #252525 bottom left;
	width: 227px;
	height: 6px;
	display: block;
	margin: 0;
}

/* Breadcrumbs */
#breadcrumbs_block {
	margin: 10px 0;
}

#breadcrumbs_block img {
	position: relative;
	top: -1px;
}

#breadcrumbs_block a, #breadcrumbs_block {
	font-size: 10px;
	color: #CCC;
}
#breadcrumbs_block a:link, #breadcrumbs_block a:visited {
	text-decoration: none;
}

#breadcrumbs_block a:hover {
	text-decoration: underline;
	color: #333;
}

/* Footer styles */
#copyright_notice {
	height: 20px;
	color: #494949;
	text-align: right;
	margin-top: 10px;
}
#copyright_notice a {
	color: #494949;
}

#footer_spacer a.btn_totop {
	margin: 0 10px 0 0;
	width: 117px;
	height: 36px;
	display: block;
	float: right;
	background: url(../images/btn_totop.png) no-repeat 0 0;
	border: none;
}

#footer_spacer a.btn_totop:hover {
	cursor: pointer;
	background: url(../images/btn_totop.png) no-repeat 0 -36px;
}

/* Pagination styles */
#pagination_block {
	width: 100%;
	height: 30px;
	clear: both;
	margin: 10px 0 0 0;
}

#pagination_block a {
	color: #000;
	text-decoration: none;
}

.pn_first, .pn_last, .pn_digit, .pn_current, .pn_prev, .pn_next {
	float: left;
	margin: 0 2px;
	padding: 3px 7px;
	border: 1px solid #CCC;
}

.pn_first, .pn_last, .pn_prev, .pn_next {
	border: none;
	background: none;
}

.pn_current {
	font-weight: bold;
	border: 1px solid #000;
	text-align: center;
	background: #FFF;
}


/* System errors */
.system_error {
border:				#999 1px solid;
background-color:	#fff;
padding:			20px 20px 12px 20px;
}

.system_error h1 {
font-weight:		normal;
font-size:			14px;
color:				#990000;
margin: 			0 0 4px 0;
}

#is_admin_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: url(../images/is_admin/bg_header_small.png) repeat-x;
	display: block;
	border-bottom: 1px solid #FFF;
	z-index: 999999;
}

#is_admin_box_logo {
	background: url(../images/is_admin/header_logo_small.png) no-repeat;
	height: 26px;
	width: 200px;
	display: block;
	float: left;
}

#is_admin_box_info {
	font-size: 83%;
	float: left;
	width: 400px;
	margin: 6px 0 0 0;
	color: #FFF;
}

/* Layout */
#logo {
	float: left;
}

#navBlock {
	z-index: 2;
	clear: both;
}


/* 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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* Start disciplines blocks */
div#disiplines {
	width: 980px;
	margin-left: 10px;
	padding-top: 25px;
}
div#disiplines div
{
	float: left;
	width: 232px;
	height: 174px;
	margin-right: 10px;
}
div#disiplines img {
	border: 1px solid #fff;
	margin-top: 30px;
}

div#disiplines div p {
	color: #fff;
	padding: 5px;
	padding-top: 0px;
	margin: 0px;
	margin-top: 10px;
	font-size: 12px;
	padding-left: 7px;
	line-height: 18px;
}
div#disiplines div.block1 {
	background: url('../images/promos.png') no-repeat;
	background-position:0 0;
}
div#disiplines div.block2 {
	background: url('../images/promos.png') no-repeat;
	background-position:-242px 0;
}
div#disiplines div.block3 {
	background: url('../images/promos.png') no-repeat;
	background-position:-484px 0;
}
div#disiplines div.block4 {
	background: url('../images/promos.png') no-repeat;
	background-position:-726px 0;
}
/* End disciplines blocks */
div#shadow {
	width: 980px;
	text-align: center;
	margin-bottom: 10px;
	height: 13px;
	background: url('../images/lineshadow.png') top center no-repeat;
	clear: both;
}
div#leftBlock
{
	width: 230px;
	background: url('../images/white30.png') repeat;
	margin-left: 10px;
	border: 1px solid #8d8d8d;
	min-height: 542px;
	float: left;
}
div#content {
	width: 452px;
	background: url('../images/white30.png') repeat;
	margin-left: 10px;
	border: 1px solid #8d8d8d;
	min-height: 522px;
	float: left;
	padding: 10px;
	font-family: Verdana, Lucida Grande, Arial, Sans-serif;
	line-height: 18px;
}
div#rightBlock {
	width: 210px;
	padding: 10px;
	background: url('../images/white30.png') repeat;
	margin-left: 10px;
	border: 1px solid #8d8d8d;
	min-height: 522px;
	float: left;
}
div#rightBlock img {
	border: 0;
}
a#druk
{
	color: #ee9d00 !important;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: #8d8d8d 1px solid;
}
a#print
{
	color: #3e8f00 !important;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: #8d8d8d 1px solid;
}
a#sign
{
	color: #0155b3 !important;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: #8d8d8d 1px solid;

}
a#sjop
{
	color: #e20039 !important;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: #8d8d8d 1px solid;
}
a#vestigingen {
	border-top: #8d8d8d 1px solid;
}
div#topcontent input {
	background: #909090;
	border: 0;
	width: 100px;
	height: 10px;
	text-size: 10px;

}
div#topcontent {
	width: 980px;
	color: #d1d1d1;
	text-align: right;
	text-transform: uppercase;
	margin-top: 15px;
	height: 20px;
	font-size: 10px;
}
div#content img {
	border: solid 1px #8d8d8d;
}
/* Rightblock */
div#rightBlock h2 {
	font-family: 'FedraSansStdBook';
	font-weight: normal;
}
div#rightBlock label {
	float: left;
	width: 15px;
}
div#rightBlock input {
	float: left;
}

a.btn_readmore, a.btn_back {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	padding: 3px 6px;
	background: url(../images/bg_switch.png) no-repeat -155px 0;
}

a.btn_readmore:hover, a.btn_back:hover {
	text-decoration: underline;
}

a.btn_readmore, a.btn_back, a.btn_morenews {
	float: right;
	display: block;
}

a.btn_readmore:hover, a.btn_back:hover, a.btn_morenews:hover {
	text-decoration: underline;
}

a.btn_morenews {
	margin: 0 0 20px 0;
}

div#topcontent input {
	color: #fff;
}
div#topcontent a {
	color: #ccc;
}
div#topcontent div#firstNav {
width: 160px; height: 20px; float: left; margin-left: 600px;
}
div#topcontent div#secondNav {
	float: left; height: 16px; padding-top: 4px;
}
a.selected {
	font-weight: bold;
}
div.formulier {
	background: #dedede;
	margin-bottom: 10px;
	display: block;
}
div.formulier p {
	padding-left: 10px;
}
div.formulier input {
	width: 120px;
}
div.formulier input[type=submit] {
	width: 70px;
}
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
div.bottombanner {
	width: 100%; height: 87px; margin-top: 10px;

}

div.bottombanner img {
	border: 0;
	padding-left: 10px;
}

