



#Box {
	width:1000px;
	height:800px;
}

#Links {
	float: left;
	width:345px;
	height:800px;

}

#koplinks {
	width:345px;
	height:252px;
	background-color:#fff;
}

#infobox {
	float: left;
	width: 345px;
	height:548px;
	background-color:#7787B0;
}

#info {
	float: left;
	margin: 15px 0px 0px 20px;
	color:#fff;
	float: left;
	width: 280px;
}

#middenrechts {
	float: left;
	width:655px;
	height:800px;
	background-color:#fff;
}

#midden{
	float: left;
	width:395px;
	background-color:yellow;
}

#middenboven{
	float: left;
	width:395px;
	height:225px;
	background-color:#fff;
}

#middenmid {
	float: left;
	width:395px;
	height:339px;
	background-color:#fff;
}

#rechts {
	float: left;
	width:260px;
	height:564px;
}


#NieuwsHeader {
	width: 260px;
	padding: 10px 0px 10px 0px;
	display: block;
}

#NieuwsBody {
	float: left;
	width:250px;
	height:520px;
	background-color:#fff;
}

#Nieuwslink {
	float: left;
	width:260px;
	height:25px;
	color:#ffffff;
	background-color:#123456;
}

#rechtsonder {
float:left;
	width:655px;
}

#fotodoos {
float:left;
	width:655px;
	height:161px;
	background-color:#fff;
}

#customMenu {
float:left;
	width:655px;
	height:75px;
	background-color:#fff;
	border-top: 1px solid #999;
}
body {
	font: normal 11px/18px Verdana, Arial, "sans serif";
	padding: 0px;
	margin: 0px auto;
	background: #001e3b;
}

p,td,li {
	font: normal 11px/18px Verdana, Arial, "sans serif";
}

a:link {
	color: #dc6d07;
	text-decoration: none;
}

a:visited {
	color: #dc6d07;
        text-decoration: none;
}

a:hover {
	color: #dc6d07;
	text-decoration: underline;
}

ul	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li a:link {
	color: #dc6d07;
	text-decoration: none;
}

li a:visited {
	color: #dc6d07;
        text-decoration: none;
}

li a:hover {
	color: #dc6d07;
	text-decoration: underline;
}

h1 {
	color: #dc6d07;
	font-size: 13px;
	padding-top: 10px;
}

h2 {
	color: #666;
	font-size: 12px;
}

h1 a:link {
	color: #000;
	text-decoration: none;
}

h2 a {
	color: #ed1d24;
	text-decoration: none;
}

h5 {
	color: #33445b;
	font-size: 8px;
	padding-top: 10px;
}
/* BUTTONS */
.buttonbar {
	display:block;
	float:left;
	clear:both;
	width: 100%;
}

tr.buttonbar {
	float: none;
	clear: none;
	display: table-row;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 4px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:9px;
    line-height:120%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:4px 6px 5px 5px; /* Links */
}
.buttonbar .buttons a, .buttonbar .buttons button {
    margin: 8px 4px 0 0;
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 0 -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
.gallery {
	float: left;
	text-align: center;
	width: 210px;
	padding: 1px;
	margin: 0px;
}

.gallery #vignette {
	float:left;
	width: 100%;
	height: 160px;
	border: 0px;
	margin: 2px;
	padding: 0px;
	text-align: center;
}

.gallery #vignette p {
	width: 100%;
	height: 160px;
	margin: 0px;
	padding: 0px;
	display:table-cell;
	vertical-align:middle;
}

.gallery #vignette img {
	vertical-align:middle;
}

.gallery .thumbnail {
	border: solid #dedede 1px;
	background-color:#f5f5f5;
	float: left;
	width: 64px;
	height: 64px;
	line-height:64px;
	margin: 2px;
	padding: 0px;
}

.gallery .thumbnail a:hover, .gallery .thumbnail p:hover {
	background-color: #dff4ff;
}

.gallery .thumbnail p, .gallery .thumbnail a {
	height: 64px;
	width: 64px;
	margin: 0px;
	padding: 0px;
	display:table-cell;
	vertical-align:middle;
}

.gallery .thumbnail img {
	vertical-align:middle;
}

.gallery #edit {
	width: 100%;
	float: left;
	border: 0px;
	text-align: center;
	padding:5px;
}

body {
	font: normal 11px/18px Verdana, Arial, "sans serif";
	padding: 0px;
	margin: 0px auto;
        /*voor centreren in IE*/
        text-align:center;
	background: #001e3b;
}


.path { 
	font-family: arial;
	color: #999; 
	font-size: 9px; 
	font-weight: normal;
}

.path a, .path a:active,  .path a:visited {color: #000; text-decoration: none;}
.path a:hover {color: #ed1d24; }

.fmanknop {color:#000; background-color:#FFE67D; border: 0px; font-family: Verdana, Tahoma; font-weight: bold; font-size: 10px;}
.fmanknop_disabled {color:#fff; background-color:#cccccc; border: 0px; font-family: Verdana, Tahoma; font-weight: bold; font-size: 10px;}

.tree { font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ed1d24; line-height: 18px; text-decoration: none;}
a.tree:link { color: #ed1d24; text-decoration: none;}
a.tree:active { color: #ed1d24; text-decoration: none;}
a.tree:hover { color: #ed1d24; text-decoration: underline;}
a.tree:visited { color: #666; text-decoration: none;}

.dirname { font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ed1d24; line-height: 18px; text-decoration: none;}
a.dirname:link { color: #ed1d24; text-decoration: none;}
a.dirname:active { color: #ed1d24; text-decoration: none;}
a.dirname:hover { color: #ed1d24; text-decoration: none;}
a.dirname:visited { color: #ed1d24; text-decoration: none;}

.dtree {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;color: #666;white-space: nowrap;}
.dtree img {border: 0px;vertical-align: middle;}
.dtree a {color: #ed1d24;text-decoration: none;}
.dtree a.node, .dtree a.nodeSel {white-space: nowrap;padding: 1px 2px 1px 2px;}
.dtree a.node:hover, .dtree a.nodeSel:hover{color: #dc6d07;text-decoration: underline;}
.dtree a.nodeSel{background-color: #c0d2ec;}
.dtree .clip {overflow: hidden;}

.star { color: blue; font-size:10px;}

#scroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

#container {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
	/*voor centreren in IE*/
        text-align: left;
	height:auto; 
	background-color: #ffffff;
}

#header {
	width: 1000px;
	height: 170px;
}

/*-----MENU-----*/

.menuitem { color: #325696; background-color: #fff; height:18px; line-height: 18px;}
.menuitemHover { color: #fff; background-color: #325696; font-weight:bold; height:18px; line-height: 18px; }

.menuitem_Hor { color: #325696; background-color: #adc3fd; font-size:11px; height:18px; line-height: 18px;}
.menuitemHover_Hor { color: #325696; background-color: #adc3fd; font-weight:bold; height:18px; line-height: 18px; }


#menubar {
	width: 150px;
	background-color: #ffffff;
        text-align: right;
	float: left;
}

.menu, .menu p, .menu li {
	height: 19px;
	padding: 2px 0px 0px 5px;
	color: #dc6d07;
	font: bold 12px Verdana, "sans serif";
}

.menu a:link, .menu a:visited {
	color: #dc6d07;
	text-decoration: none;
}

.menu a:hover {
	color: #dc6d07;
	text-decoration: none;
}

.menu_hover, .menu_hover p, .menu_hover li {
	height: 19px;
	padding: 2px 0px 0px 5px;
	background-color: #adc3fd; 
	color: #dc6d07; 
	font: bold 12px Verdana, "sans serif";
}
.menu_hover a:link, .menu_hover a:visited, .menu_hover a:active {color: #dc6d07;text-decoration: none;}
.menu_hover a:hover {color: #dc6d07; text-decoration: none;}


.menu_sub, .menu_sub p, .menu_sub li {
	height: 19px;
	padding: 2px 0px 0px 5px;
	color: #325696;
	font: bold 11px Verdana, "sans serif";
}

.menu_sub li {
	padding-left: 16px;
	background-image: url(img/mb.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	list-style-type: none;
}

.menu_sub a:link, .menu_sub a:visited {
	color: #325696;
	text-decoration: none;
}

.menu_sub a:hover {
	color: #325696;
	text-decoration: none;
}

.menu_sub_hover, .menu_sub_hover p, .menu_sub_hover li {
	height: 19px;
	padding: 2px 0px 0px 5px;
	background-color: #adc3fd; 
	color: #325696; 
	font: bold 11px Verdana, "sans serif";
}

.menu_sub_hover li {
	padding-left: 16px;
	background-image: url(img/mbhover.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	list-style-type: none;
}

.menu_sub_hover a:link, .menu_sub_hover a:visited, .menu_sub_hover a:active {color: #325696;text-decoration: none;}
.menu_sub_hover a:hover {color: #325696; text-decoration: none;}

.splitter {
	color: #b6d8e5;
}




#menubar2 {
	height: 19px;
	background-color: #fff;
	padding-top: 2px;
        text-align: right;
        padding: 2px 0px 0px 0px;
}

.menu2 {
	height: 19px;
	color: #000;
	font: normal 12px Arial, "sans serif";
}


.menu2 a:link {
	color: #000;
	text-decoration: none;
}

.menu2 a:visited {
	color: #000;
	text-decoration: none;
}

.menu2 a:hover {
	color: #fff;
	text-decoration: none;
}

.menu2_hover {	height: 19px;
 background-color: #325696; color: #fff; font-weight:bold;
	font: normal 12px Arial, "sans serif";}
.menu2_hover a:link, .menu2_hover a:visited, .menu2_hover a:active {color: #ffffff;text-decoration: none; font-weight:bold;}
.menu2_hover a:hover {color: #fff; text-decoration: none; font-weight:bold;}




#search {
	width: 150px;
}

/*-----AGENDA-----*/

#agendaContainer {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	float: left;
        background-color: #f7f7f7;
}

#agendaHeadingContainer {
	width: 980px;
	padding: 0px;
	float: left;
        display: block;
}

#agendaTitleContainer {
	width: 900px;
	padding: 10px 0px 5px 20px;
	float: left;
	background-color: #f7f7f7;
}

#agendaTitle {
	font: bold 11px/18px Verdana, Arial, "sans serif";
	color: #ed1d24;
}

#agendaTitle a:link {
	color: #ed1d24;
	text-decoration: none;
}

#agendaTitle a:visited {
	color: #ed1d24;
	text-decoration: none;
}

#agendaTitle a:hover {
	text-decoration: underline;
}

#agendaLink {
        width: 86px;
        float: right;
        
}

#agenda	{
	width: 980px;
	padding: 0px 0px 10px 20px;
	margin: 0px;
	float: left;
}

#agendaItem {
	width: 145px;
	padding: 0px 5px 0px 10px;
	border-left: solid 1px #999;
	float: left;
}

#agendaCategories {
	width: 145px;
	padding: 0px 2px 0px 10px;
	font-weight: bold;
	float: left;
}

#agendaCategories a:link {
	color: #ed1d24;
	text-decoration: none;
}

#agendaCategories a:visited {
	color: #ed1d24;
	text-decoration: none;
}

#agendaCategories a:hover {
	color: #dc6d07;
	text-decoration: underline;
}

#agendaDate {
	width: 145px;
}



#agendaText {
	color: #000;
}

#agendaLinkContainer {
	width: 810px;
	padding: 0px 0px 0px 0px;
	float: left;
        text-align: right;
}

.imgBack {
        margin: 0px 5px 0px 0px;
        border: 0px;
}

.imgForward {
        margin: 0px 0px 0px 5px;
        border: 0px;
}

/*-----MAINCONTENTCONTAINER-----*/

#maincontentContainer {
	width: 850px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	float: left;
}

#maincontentContainerFW {
	width: 850px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	float: left;
	text-align:center;
}


/*-----MAINCONTENT-----*/

#maincontent {
	padding: 10px 60px 0px 40px;
	float: left;
        background: #fff;
        margin: 0px;
}

#maincontent2 {
	padding: 10px 0px 0px 10px;
	width: 470px;
	min-height: 400px;
}

#maincontentFW {
	width: 810px;
	min-height: 500px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align:left;
}

#LinkedPages {
        border-top: solid 1px #999;
	margin: 20px 0px 10px 0px;
	position: bottom;
}


/*NEWSTRACKER*/

#newsTracker {
	padding: 20px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	float: right;
	border-left: 1px solid #666666;
	background-color: #F7F7F7;

}

#newsTracker2 {
	width: 250px;
}

#newsCategoriesContainer {
	width: 250px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: visible;
        display: inline;
}

#newsContainer {
	width: 250px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
}

#newsTitleContainer {
	width: 220px;
	padding: 0px 0px 20px 0px;
	background: transparent url(img/news_title.gif) top left no-repeat;
	display: block;
}

#logoContainer	{
	width: 55px;
	float: left;
	padding: 0px 0px 0px 10px;
}


#newsCategories {
	width: 220px;
	padding: 0px 0px 0px 10px;
	float: left;
	border-left: solid 1px #999;
}

#newsCategoriesText {
	font-weight: bold;
	width: 180px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#newsCategories a:link {
	color: #ed1d24;
	text-decoration: none;
}

#newsCategories a:hover {
	color: #dc6d07;
	text-decoration: underline;
}

#newsItem {
	width: 240px;
	float: left;
	padding: 10px 0px 10px 10px;
	border-bottom: solid 1px #999;
}

#newsDate {
	font-size: 10px;
	color: #000;
}

#newsTitle {
	font: bold 11px/14px Arial, Verdana, "sans serif";
	color: #dc6d07;
	padding-bottom: 10px;
}

#newsText {
	color: #000;
	font: normal 11px/14px Verdana, Arial, sans-serif;
	padding: 0px 10px 0px 0px;

}

#newsFotobox {
	width: 100px;
	float: left;
	margin: 0px 10px 0px 10px;
}

/*-----FORM-----*/

input, textarea   {
        border: 1px solid #ed1d24;
}

.Button {
       background: #ffffff;
       color: #bb121f;
       font: bold 11px/18px Arial, Verdana, "sans serif";
       cursor: pointer;
}

.Button a:hover {
       background: #fff;
       color: #bb121f;
       font: bold 11px/18px Arial, Verdana, "sans serif";
       cursor: pointer;
       border: 1px solid #bb121f;
}

.RedStar {
       font-weight:bold;
       color: #bb121f;
}

/*-----FOOTER-----*/

#Footer {
	width: 1000px;
	height: 40px;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	clear: both;
	color: #000;
	background-color: #f7f7f7;
}

#Footer a:link {
	color: #ed1d24;
}














