/* CSS Document */

/* CSS Document */
@charset "utf-8";
/* General */
body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
	background-color:#FBBF12;
	color:#656666;
	padding:0px;
	margin:0px;
	background-image:url(../img/content_bck.gif);
	background-repeat:repeat-y;
	background-position:center;
	min-width:980px;
	/*min-width:1200px;*/
}
textarea, input{font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
	color:#666;
	}
h1 {
	font-size: 130%;
	margin-top: 7px;
	color: #FBBF12;
}
h2 {
	border-bottom: 1px solid #FBBF12;
	color: #FBBF12;
	font-size: 115%;
	margin-top: 15px;
	padding: 3px 0px 3px 3px;
}
h3 {
	color: #FBBF12;
	font-size: 110%;
	text-decoration: none;
	padding: 8px 0px 6px 0px;
}
h4 {
	font-size: 95%;
	color: #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px 0px 3px 3px;
}
h5 {
	font-size: 95%;
	font-weight: 600;
	color: #979797;
	margin: 0px;
	padding-left: 5px;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 3px 0px 3px 3px;
}
h6 {
	font-size: 90%;
	color: #979797;
	margin: 10px 10px 10px 0px;
	padding: 3px 0px 3px 3px;
}
/**/
hr {
	color: #006666;
}

/* Frequently used classes */

.print, .handheld {
	display: none;
}
.noprint, nohandheld {
	/* display: block;*/
}
.required {
	background-color: #FFFFFF;
	color: #FF3300;
}
.small, .small td {
	font-size: 95%;
}
table.styled {
	border: 1px solid #88A3AE;
	border-left: 0;
	border-bottom: 0;
}
	table.styled tr.theader td, table.styled td.theader {
		background-color: #CCD7DB;
		font-weight: 600;
	}
	table.styled tr td {
		background-color: #FFFFFF;
		border-bottom: 1px solid #C3D1D6;
		border-left: 1px solid #C3D1D6;
		padding: 2px;
	}
	table.styled tr.odd td, table.styled td.odd {
		background-color: #F5F5F5;
	}
	table.styled tr.odd2 td, table.styled td.odd2, table.styled tr.odd td.odd2 {
		background-color: #E5EAED;
	}
div.styled {
	border: 1px solid #88A3AE;
}
.attentionbox {
	padding: 3px;
	color: #000000;
	border: 1px solid #000000;
}
	.attentionbox .inltopictitle, .attentionbox .inltopiccontent {
		color: #cc0033;
	}
div.horizontaldivider {
	border-bottom: 1px solid #666666;
	margin: 10px 0px 10px 0px;
}
/*
input {
	border-bottom:1px solid #B02621;
	border-right:1px solid #B02621;
	border-left:1px solid #6C6D71;
	border-top:1px solid #6C6D71;
	}
*/
input.required, textarea.required {
	background-color:#E8E8E8;
	color: #6796A0;
}	
input.WrongInput, textarea.WrongInput {
    background-color:#E8E8E8;
	color: red;
}
/*form*/










td, p {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;	
}
/*
	**********
	* HEADER *
	**********
*/
/*
	HOMEPAGE LOGO
*/
div.logo {
	background-color:#FFFFFF;
	background-image:url(../img/homepage_logo1.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:57px;
}

div.logosec {
	background-image:url(../img/homepage_logo2.gif);
	background-repeat:no-repeat;
	height:44px;
}
/*
	FRAMESET LOGO
*/
div.flogo {
	background-color:#FFFFFF;
	background-image:url(../img/frameset_logo1.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:10px;
}

div.flogosec {
	background-image:url(../img/frameset_logo2.gif);
	background-repeat:no-repeat;
	height:44px;
}
/*
	MENU
*/
div.spacingMenuRight{
	margin-right:50px;
}
div.menu {
	padding:0px;
	background-image:url(../img/menu_bck.gif);
	background-repeat:repeat-x;
	height:44px;
}
td.leftzone{
	background-image:url(../img/menu_left.gif);
}
td.rightzone{
	background-image:url(../img/menu_right.gif);
}
td.leftzone, td.rightzone{
	background-repeat:no-repeat;
	width:56px;
	height:44px;
}
td.centerzone, td.centerzone a, td.centerzone a:hover{
	font-family:Tahoma, Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	padding:15px 8px 16px 8px;
}
td.centerzone, td.centerzone a{
	color:#2f2e28;
	background-color:#FFC907;
}
td.centerzone a:hover{
	color:#FFFFFF;
	background-color:#656666;
}

/*
	HEADER
*/
div.headerHomepage{
	background-image:url(../img/homepage_header.jpg);
	height:195px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#656666;
}
div.headerFrameset{
	background-image:url(../img/frameset_header.jpg);
	height:49px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#656666;
}
div.content{
	width:970px;
	text-align:left;
	padding: 5px;
	/*
	width:970px;
	text-align:right;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:20px;
	color:#f3ac1c;*/
}
div.headerHomepage div div.content{
	padding: 167px 5px 5px 5px;
}
div.headerFrameset div div.content{
	padding: 21px 5px 5px 5px;
}
div.titel{ 
	color:#f3ac1c;	
	padding-top: 20px;
	font-size:18px;
	
}

/*
	CONTENT
*/
div.mycontent{
	width:970px;
	text-align:left;
	padding: 5px;
}
/*link*/
a {
	color:#656666;
	text-decoration:none;
}
a:hover {
	
	text-decoration: underline;
}
a img {
	border: 0;
	}
a.subnav, a.subnav2 {
	text-decoration:none;
	color:#FBBF12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	padding:2px;
}
a.subnav:hover, a.subnav2 { 
	color:#656666; 
	background-color:#FBBF12;} 
a.pagnav, a.pagnav2 {
	text-decoration:none;
	color:#656666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
	padding:2px;
}
a.pagnav:hover, a.pagnav2 { 
	color:#ffffff; 
	background-color:#656666;} 	
 
/*agenda en nieuws*/
td.newsitemTitel {
	border-bottom: 1px dashed #999999;
	color: #F5AC1C;
	font-size: 14px;
	margin-top: 10px;
	padding: 3px 0px 3px 3px;
	font-weight:bold;
}
td.newsitemTitel a{	
	color: #F5AC1C;	
}
td.newsitemDate {
	/*border-bottom: 1px solid #FFFFFF;*/
	/*border-bottom:1px dashed #999999;*/
	background-color: #656666;
	color: #ffffff;
	margin-top: 15px;
	padding: 3px 3px 3px 3px;	
	text-align: center;
}
td.newsitem {
	padding: 6px 10px 18px 12px;
}
td.homepageNewsitemTitel, td.homepageNewsitemTitel a{
	/*background-color:#F5AC1C;*/
	color: #656666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:700;
	padding: 0px 5px 3px 0px;
	text-decoration: none;
	/*text-transform: capitalize;*/
	font-size:16px;
}
td.homepageNewsitemTitel a:hover{
	/*text-decoration:none;
	font-size:14px;*/
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
	font-size:13px;
}
td.homepageNewsitemTitel2, td.homepageNewsitemTitel2 a{
	background-color:#F5AC1C;
	color: #fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:700;
	padding: 0px 5px 3px 5px;
	text-decoration: none;
	/*text-transform: capitalize;*/
	font-size:13px;
}
td.homepageNewsitemTitel2 a:hover{
	/*text-decoration:none;
	font-size:14px;*/
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
	font-size:13px;
}

td.homepageNewsitemContent{
	padding:5px;
}
td.homepageNewsitemDate {
	color: #000000;
	font-size: 80%;
	padding: 0px 12px 0px 14px;	
}


td.agenda_1{
	/*background-color:#424c4e;*/
	background-color:#f4f9fa;
	color:#424c4e;
	font-weight:700;
}
	
td.agenda_2, td.agenda_2 a{
	
	background-color:#f4f9fa;
	color:#000000;
	text-decoration:none;	
}
td.agenda_2 a:hover{
	text-decoration:underline;	
}
td.agenda_2b{
	padding-left:3px;
	background-color:#FEF6E3;
	/*font-weight:600;*/
}

td.agenda_3{
	background-color: #666666;
	color:#FFFFFF;
	font-weight:600;
}

