/*
// History
// Date                Reason        Version
// june 23 1997        Creation        Concept / J. Eskes
// 21.02.2008		   Vakkennis
//
//
*/
/* Default color settings */
body, html    {
	background-color: #ebebeb;
    font-size: 90%;
    font-family: Verdana, Georgia, "Trebuchet MS", Verdana, Tahoma, Geneva, Arial, Helvetica, Palatino, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Bepaal eerst de standaard stijlen */
img { border: 0; }
img.flag { border: 1px solid #D4BA99; }
H1 { font-size: 1.4em; color: #e31937;}
H2 { font-size: 1em; color: #e31937;}
H3 { font-size: 1em; color: #e31937;}
H4 { font-size: 1em;}
H5 { font-size: 0.8em;}
H6 { font-size: 0.6em;}
a { color: #e31937; }
H3,H4,H5,H6 { color: black; /*#B85858;*/ }
P,DT,DL,DD   {
	font-size: 0.9em;
    font-family: Verdana, Georgia, "Trebuchet MS", Verdana, Tahoma, Geneva, Arial, Helvetica, Palatino, sans-serif;
	color: Black;
}


/* divs */

/* divs voor de positionering / layout */
/* ie 5.x hack to center: */
.iehackwrap { text-align: center; }

div#header_balk,
div#header_balk_iframe {
	background-image: url(/design/header_bg.jpg);
	background-repeat: repeat-x;
	height: 260px;
}
div#header_balk_iframe {
	background-position: bottom;
	height: 30px;
}
div#header_content,
div#header_content_iframe {
	width: 960px;
	height: 260px;
	overflow: hidden;
	text-align: center;
	margin-left: auto; /* firefox-oplossing */
	margin-right: auto;
	position: relative; /* IE oplossing */
}
div#header_content_iframe {
	height: 260px;
}
div#header_logo {
	background-image: url(/design/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 250px;
	height: 110px;
	left: 0;
	top: 0;
}
div#header_foto {
	background-image: url(/design/header_foto.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 714px;
	height: 160px;
	left: 248px;
	top: -202px;
	z-index: 15;
}
div#header_quote {
	background-image: url(/design/quote_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 284px;
	height: 177px;
	top: -134px;
	left: 0px;
	z-index: 10;
}

div#header_quote div.citaat {
	margin: 15px;
	margin-left: 28px;
	margin-right: 60px;
	font-style: italic;
	line-height: 1.5em;
}
div#header_quote div.citaatFrom {
	margin-left: 28px;
	margin-right: 50px;
	font-size: 0.8em;
}

#wrapper {
	background-color: #ebebeb;
	width: 960px;
	margin-left: auto; /* center */
	margin-right: auto;
	border: 0;
	border-top: 0;
	position: relative;
	text-align: left;
	z-index: 2;
}

div#left {
	margin-top: 50px;
	width: 251px;
	overflow: hidden;
	height: 556px;
	z-index: 5;
	float: left;
}
div#right {
	background-image: url(/design/centre_bg.jpg);
	background-repeat: repeat-x;
	width: 699px;
	height: 556px;
	z-index: 5;
	float: left;
	padding: 5px;
}

div#menu_header,
div#menu_header_iframe {
	position: absolute;
	top: 230px;
	left: 290px;
	text-align: left;
	font-size: 1.0em;
}
div#menu_header_iframe {
	top: 0px;
}
div.menuActueel,
div.menu {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	height: 35px;
	padding-top: 5px;
	float: left;
}
div.menu {
	background-color: transparent;
}
div.menu a.header {
	color: #ebebeb;
	text-decoration: none;
}
div.menuActueel a.header {
	text-decoration: none;
	color: #221f73;
}
div.submenuHome {
	display: none;
}
div.submenuActueel,
div.submenu {
	font-size: 0.9em;
	float: left;
	height: 33px;
	width: 251px;
	background: #ebebeb url(/design/menu_active_bg.jpg) no-repeat top left;
	padding-top: 11px;
	padding-left: 30px;
	overflow: hidden;
	color: #e31937;
}
div.submenu {
	background: #ebebeb url(/design/menu_bg.jpg) no-repeat top left;
}

a.subheader {
	height: 33px;
	text-decoration: none;
	color: #221f73;
}
div.submenuActueel a.subheader {
	color: #e31937;
}
/*
a.subheader:link, a.subheader:visited {
}
a.subheader:hover {
}
	KS Profiel

*/
#inner { margin: 0; width:960px; }

#content, #contentPrint {
	width: 699px;
}

/* instellingen frontpage */
div.berichtFront {
	padding: 1em;
	float: left;
	overflow: hidden;
}

/* instellingen voor de overzichtpagina's artikelen */
div.bericht { 
}
div.berichtAfscheiding {
	clear: both;
	height: 2em;
}
/* instellingen voor de nieuwsartikelen */
#article,#articlePrint {
	width: 699px;
}
#articlePrint { float: left; }
DIV.articleFull {
	width: 699px;
    color: #0B447B;
    font-size: 0.9em;
    text-align: left;
	line-height: 1.5em;
}
div#articlePrint div.articleFull {
	width: 694px;
	padding: 5px;
	margin-top: 30px;
}
DIV.articleFull a {
	color: #e31937;
	font-weight: bold;
}
DIV.articleBottom {
	clear: both;
	padding: 0;
    color: #221f73;
    font-size: 1em;
    text-align: justify;
	margin-top: 20px;
}
DIV.articleBottom img {
    border: 0;
    margin-top: 7px;
    margin-bottom: 7px;
}
DIV#tekst {
	float: left;
	width: 473px;
	padding-right: 10px;
	margin-top: 44px;
}

DIV#afbeeldingen {
	float: left;
	width: 216px;
}
DIV#contact {
	padding-right: 10px;
	margin-top: 44px;
}
DIV#afbeeldingen img {
	padding-bottom: 8px;
}

DIV.special {
    border: solid 5px #72C4E1;
    padding: 5px;
    background-color: #FEF6AE;
}

div.imgOverzicht {
}
div.imgOverzicht img {
	border: 1px solid #F38141;
}
img.ikoon { float:left;}
hr.article { width:100%; height: 1px; color: #d4ba99;}
a.leesverder { display: inline; font-size: 0.8em; }



/* management system */
table.contentlist {
	width: 100%;
}

TD {
	font-size: 1em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}
TD.header,TH.header        {
    font-size: 1em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: White;
    background-color : Gray;
}
TD.fieldName {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	height: 3em;
	vertical-align: bottom;
}

A.mainRight {
	color: white;
}
TD.mainRight,TD.mainRightTop {
    color: White;
	text-align: right;
	width: 100px;
}
TD.mainRightTop {
	vertical-align: top;
}
TD.mainTop,TD.mainBottom {
	color: White;
}
TD.mainLeft,TD.mainLeftTop {
	color: White;
	text-align: left;
	width: 100px;
}
TD.mainLeftTop: {
	vertical-align: top;
	text-indent: 10px;
}
TD.header,TH.header {
    font-size: 1em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    background-color : Gray;
    color: White;
}
TD.fieldName {
	text-align: left;
	text-decoration: none;
}
/* mFP: mainFrontPage */
/* mFPT: mainFrontPageTop */
A.mFP:LINK,A.mFP:VISITED,A.mFP:HOVER,A.mFP:ACTIVE,A.mFPT:LINK,A.mFPT:VISITED,A.mFPT:HOVER,A.mFPT:ACTIVE {
	background-image: url("/afb/bg.gif");
	color: White;
	font-size: small;
	text-decoration: none;
	letter-spacing: 2pt;
}

A.mFP:HOVER,A.mFPT:HOVER {
	text-decoration: underline;
}

.small {
	text-transform: none;
	font-size: 0.9em;
}

.notCurrentField {
	border: solid 11px black;
    background-color: Silver;
}

.currentField {
	border: solid 11px black;
    background-color: #ebebeb;
}

.fieldBorder {
	border: solid 1px black;
	background-color: white;
}

.regButton {
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}

.comment { font-size: 0.8em; }
.clear { clear: both; }
