/*
// History
// Date                Reason        Version
// june 23 1997        Creation        Concept / J. Eskes
// 25.04.2006		KS Profiel
//
Kleurnummers algemeen:
F38141 (oranje)
0B447B (blauw)
FFEC00 (geel)
D4BA99 (border om vlaggen)

Linkerbalk kleurnummers:
Achtergrond kleurcode: #0B447B 
//
*/
/* Default color settings */
body, html    {
	background-image: url(/afb/ksprofiel-bg.jpg);
    font-size: 90%;
    font-family: Verdana, Georgia, "Trebuchet MS", Verdana, Tahoma, Geneva, Arial, Helvetica, Palatino, sans-serif;
	background-color: #FFF;
    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; font-color: #F38141;}
H2 { font-size: 1.4em; font-color: #F38141;}
H3 { font-size: 1em; font-color: #F38141;}
H4 { font-size: 1em;}
H5 { font-size: 0.8em;}
H6 { font-size: 0.6em;}
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; }

#wrapper {
	background-color: #fff;
	width: 796px;
	margin-left: auto; /* center */
	margin-right: auto;
	border: 1px solid Black;
	border-top: 0;
	position: relative;
	text-align: left;
}

* html #wrapper {
	width: 798px; /* border left + right 1 px each */
	w\idth: 796px;
}

#header_balk {
    background-color: #000;
	width: 796px;
	height: 25px;
	text-align: right;
}
#header {
    width: 796px;
    height: 109px;
    /*background-image: url(/afb/logo.jpg);*/
    /*background-repeat: no-repeat;*/
	overflow:hidden;
}

a.header, span.header {
	padding-left: 18px;
	background-image: url(/afb/ksprofiellinker.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}
span.header {
	color: #000;
}
a.header:link, a.header:visited {
	color: #EEE3D6;
}
a.header:hover {
	color: #FFF;
}

#start {
	background: url(/afb/ksprofiel.jpg) no-repeat;
	height: 434px;
	width: 796px;
}
span#partner {
	display: block;
	height: 21px;
	overflow: hidden;
	font-size: 10px;
	margin-top: 7px;
}
span#partner img {
	margin-top: 3px;
	margin-right: 2px;
}
#startheader {
	background: #000 url(/afb/spacer.gif) repeat;
	width: 796px;
	height: 21px;
}
div#startcontent {
	position: absolute;
	top: 250px;
	left: 455px;
	width: 323px; /* 341 - .. margin-right */
	text-align:right;
}
div#startcontent h1 { color: #fff; }
div#startcontent h2 { color: #fff; }
div#startcontent p { color: #3ef8d0; }
div#startcontent a { color: #3ef8d0; }

#inner { margin: 0; width:796px; }

#content, #contentPrint {
	width: 796px;
}
#content {
    background-color: #FFF;
	background: url(/afb/backgroundleft.jpg) repeat-y;
}

#contentbg {
	background-image: url(/afb/ksprofielleft_02.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#contentLeft {
    float: left;
    width: 238px;
    overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	z-index:9;
}
#contentLeft p {
	color: white;
}

#contentLeftTop {
	background-image: url(/afb/ksprofielleft_01.jpg);
	background-position: top left;	
	background-repeat: no-repeat;
	height: 220px;
	width: 238px;
	text-align:right;
	font-size: 0.8em;
	color: white;
}

/* instellingen frontpage */
div.firsthalf {
	width: 558px;
}
div.firsthalf > h2 {
	color: #0B447B;
}
div.secondhalf {
	clear: both;
	width: 100%;
}
div.berichtFront {
	padding: 1em;
	width: 27%;
	float: left;
	overflow: hidden;
}
div.berichtRegel {
	padding: 1em;
	width: 454px;
	clear: both;
	overflow: hidden;
}

/* instellingen voor de overzichtpagina's artikelen */
div.bericht { 
}
div.berichtAfscheiding {
	clear: both;
	height: 2em;
}
/* instellingen voor de nieuwsartikelen */
#article,#articlePrint {
	width: 558px;
	float:right;
}
#articlePrint { float: left; }
DIV.articleTop {
	height: 22px;
    background-image: url(/afb/hoekje.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 558px;
}
DIV.articleFull {
    background-image: url(/afb/ksprofiel-background.jpg);
    background-repeat: no-repeat;
	background-position: top left;
    color: #0B447B;
    font-size: 0.9em;
    padding: 3em 32px 2em 20px; /* links / rechts verdubbelen */
	width: 506px;
    text-align: left;
	line-height: 1.5em;
	overflow:hidden;
}
div#articlePrint div.articleFull {
	width: 796px;
}
DIV.articleFull a {
	color: #f38141;
	font-weight: bold;
}
DIV.articleBottom {
	padding: 0;
    color: #0B447B;
    font-size: 1em;
    text-align: justify;
}
DIV.articleFull img, DIV.articleBottom img {
    border: 0;
    margin-top: 7px;
    margin-bottom: 7px;
}
DIV.special {
    border: solid 5px #72C4E1;
    padding: 5px;
    background-color: #FEF6AE;
}

div.imgOverzicht {
	float: left;
	margin-right: 5px;
}
div.imgOverzicht img {
	border: 1px solid #F38141;
	margin-top: 4px;
}
div.imgSamenvatting img, div.imgKern img, div.imgInleiding img {
	border: 1px solid #F38141;
	display: inline;
}

div.imgSamenvatting img, div.imgKern img {
	float: left;
	margin-right: 5px;
}
div.imgInleiding img {
	float: right;
	margin-left: 5px;
}

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;
}
a:link,a:hove,a:active,a:visited {
	color: #000;
}
/* 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 1 black;
    background-color: Silver;
}

.currentField {
	border: solid 1 black;
    background-color: #FFFFCC;
}

.fieldBorder {
	border: solid 1 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; }

