/*** colors begin

header bg, vlak bg
rgb(209, 210, 226)

footer bg
rgb(163, 165, 197)

darkblue
rgb(24, 30, 111)

darkblue 70%
rgb(93, 98, 154)

warmred
rgb(138,26,10)

orange
rgb(184,88,0)

orange 70%
rgb(206, 140, 79)

orange 30%
rgb(234, 205, 178)

colors end ***/

/***** reset css begin *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/***** reset css end   *****/


/***** basics begin   *****/

body
{
	text-align: center;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 21px;
	color: rgb(0,0,0);
}

em { font-style: italic; }

strong { font-weight: bold; }

h1
{
	font-style: italic;
	font-size: 36px;
	line-height: normal;
	font-weight: normal;
	height: 144px;
	background-color: transparent;
}


a { color: rgb(0,0,0); }

h1 a
{
	display: block;
	height: 144px;
	width: 500px;
}

h1 a span
{

	display: none;
}


h2
{
	font-size: 18px;
	color: rgb(138,26,10);
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

h3
{
	font-size: 18px;
	color: rgb(138,26,10);
	font-weight: normal;
	padding: 0 10px 10px 10px;
}

h4
{
	font-size: 15px;
	color: rgb(24,30,111);
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}


.alinea
{
	margin: 0 20px 20px 0;
}


#page
{
/*
    text-align: left;
	margin: 0 auto;
	width: 960px;
*/	background-color: rgb(255,255,255);}


#part01
{
	height: 217px;
	background-color: rgb(209, 210, 226);
	background-image: url('global/images/bg.gif');
	clear: both;
	background-repeat: repeat-x;
}

#part02
{
	background-color: rgb(255, 255, 255);
	clear: both;
}

#part03
{
/*
	background-color: rgb(206, 140, 79);
*/	clear: both;
	margin-top: 20px;
	border-top: 2px solid rgb(138,26,10);
	border-bottom: 1px solid rgb(138,26,10);
}

#header
{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	background-image: url('global/images/header.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 217px;
}

#title2
{
	margin-right: 340px;
	background-color: rgb(255,255,255);
	height: 40px;
	display: none;
}


#mainnav
{
	height: 72px;
}

#mainnav ul
{
/*
	background-color: blue;
*/	margin-left:320px;
}

#mainnav ul li
{
	float: left;
	margin: 40px 10px 0 0;
	font-size: 15px;
	font-weight: bold;
}

#mainnav ul li a
{
	text-decoration: none;
	color: rgb(93, 98, 154);
	font-weight: normal;
	display: block;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(138,26,10);
	padding: 0 10px;
}

#mainnav ul li.current
{
}

#mainnav ul li.current a
{
	padding-bottom: 10px;
	color: rgb(255,255,255);
	background-color: rgb(138, 26, 10);
}

#mainnav ul li a:hover
{
	color: rgb(138,26,10);
}
	
#mainnav ul li.current a:hover
{
	color: rgb(255,255,255);
}

/*
#header img
{
	float: left;
	margin-left: 18px;
	margin-top: 9px;
}
*/

#content
{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	/*
	background-color: yellow;
*/
	padding-top: 20px;
	padding-bottom: 180px;
	background-image: url('global/images/bg_content.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content img.ill { border: 1px solid rgb(102,102,153); }

#content01
{
	width: 640px;
	float: left;
	padding-top: 10px;
}

#content01 #col1
{
	width: 320px;
	float: left;
}

#content01 #col2
{
	width: 320px;
	float: left;
}

#content01 #col3
{
	width: 320px;
	float: left;
}

#content01 #col4
{
	width: 320px;
	float: left;
}

/*
#achtergronden #contentpart01,
#achtergronden #contentpart02
{
	background-color: rgb(234, 205, 178);
	margin-bottom: 20px;
	width: 620px;
}

#achtergronden #contentpart01 img,
#achtergronden #contentpart02 img
{
	margin: 0;
}

#achtergronden #col2,
#achtergronden #col4
{
	width: 300px;
}
*/

#content01 p
{
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content01 img
{
	margin-left: 10px;
/*
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 9px;
*/}

#content01 ul, #content01 ol
{
	margin-left: 18px;
	margin-right: 18px;
	padding-left: 24px;
}

#content01 ul li
{
	line-height: 18px;
	padding-bottom: 9px;
	list-style-type: disc;
}

#content01 ol li
{
	line-height: 18px;
	padding-bottom: 9px;
	list-style-type: decimal;
}



#content01 .kader
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgb(255, 255, 255);
	color: rgb(24, 30, 111);
	background-image: url('global/images/bg_alinea.gif');
	background-repeat: repeat-x;
	border: 1px solid rgb(138,26,10);
}

#content01 .kader a
{
	color: rgb(24, 30, 111);
}


#content01 .kader ul
{
	margin: 0 10px 0 0;
	padding: 10px;
/*
	background-color: rgb(234, 205, 178);
*/}

#content01 .kader ul li
{
	font-size: 13px;
/*
	font-weight: bold;
*/
    line-height: 18px;
	padding-bottom: 14px;
	list-style-type: none;
	background-image: url('global/images/zfpointer.png');
	background-repeat: no-repeat;
	padding-left: 16px;
}

#content02
{
	width: 320px;
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
}


#content02 h3
{
    margin: 0 0 9px 0;
}

#content02 ul
{
	margin: 40px 20px 20px 0;
	border-top: solid 1px rgb(138,26,10);
}

#content02 ul li
{
	font-size: 15px;
	/*
	font-weight: bold;
*/
	line-height: 15px;
	list-style-type: none;
	/*
	background-image: url('global/images/zfpointer.png');
	background-repeat: no-repeat;
*/
	padding-left: 16px;
	border-bottom: solid 1px rgb(138,26,10);
	padding: 7px 0 8px 0;
}


#content02 ul li a
{
	text-decoration: none;
	color: rgb(139,142,183);
}

#content02 ul li.current
{
/*
	background-image: url('global/images/zfpointer-current.png');
*/}

#content02 ul li.current a
{
	color: rgb(138,26,10);
}

#content02 ul li a:hover
{
	color: rgb(138,26,10);
/*
	border-bottom: solid 1px rgb(24,30,111);
*/}




#content02 ol li
{
	line-height: 14px;
	padding-bottom: 4px;
	list-style-type: none;
}

#content02 #slides
{
	font-style: italic;
	width: 320px;
	margin: 0 0 20px 0;
}

#content02 p
{
	margin-left: 10px;
	margin-right: 20px;
}

#content02 #slides p a
{
	color: rgb(24,30,111);
	text-decoration: none;
}

#content02 #slides p a:hover
{
	text-decoration: none;
	border-bottom: solid 1px rgb(24,30,111);
}

#content #content02 img
{
	margin-left: 10px;
}

.clearer { clear: both; }

#footer
{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: rgb(24, 30, 111);
}


#hometext { border: 1px solid rgb(102,102,153); padding: 6px;}



/*
a:link, a:visited, a:active { 	color: rgb(24,30,111); }

a:hover { 	color: rgb(24,30,111); }
*/
#recordslist, #recordslist2
{
	margin: 0;
    color: rgb(24,30,111);
	padding: 0;
/*
	width: 268px;
*/}


#recordslist table tr td
{
	color: rgb(24,30,111);
	padding: 0 9px 6px 0;
	line-height: 14px;
}

#recordslist2 table tr td
{
	color: rgb(24,30,111);
	padding: 6px 0;
	line-height: 16px;
	border-top: 1px solid rgb(102,102,153);
	font-size: 12px;
}

#recordslist2 table
{
    border-bottom: 1px solid rgb(102,102,153);
}


#recordslist2 table tr td a { text-decoration: none; }

#recordslist2 table tr td a:hover { text-decoration: underline; }

#recordslist2 h3
{
	font-size: 16px;
	color: rgb(24,30,111);
	line-height: 23px;
	font-weight: bold;
	margin: 0;
}

.current a { color: rgb(134,17,12); }

#content01 .quote
{
	background-image: url('global/images/ldquo.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 10px;
}

#content01 .quote p
{
	font-style: italic;
	font-size: 15px;
	color: rgb(24,30,111);
	background-image: url('global/images/rdquo.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 240px;
	padding-right: 20px;
	padding-left: 10px;
}

#content02 .quote
{
	background-image: url('global/images/ldquo.gif');
	background-repeat: no-repeat;
	background-position: 5px 0;
	padding: 5px 10px;
	background-color: transparent;
}

#content02 .quote p
{
	font-style: italic;
	font-size: 15px;
	color: rgb(24,30,111);
	background-image: url('global/images/rdquo.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 240px;
	padding-right: 20px;
	padding-left: 10px;
}

/***** basics end     *****/


/***** googlemap begin *****/
#map { background-color: rgb(229, 227, 223); }

/***** googlemap end   *****/


/***** sdcmsstyles begin *****/
#sdeditbar
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-bottom: solid rgb(0,0,0) 1px;
	padding: 3px 0;
	font-size: 10px;
	background-color: #CCCCCC;
}

#sdeditbar strong { font-weight: bold; }

.editbutton { background-color:#999999;border: solid black 1px;color:white;padding:0 2px 0 2px;font-size:9px;font-weight:bold;float:right; }
.editbutton a { color:white; font-size:9px; font-weight:bold; }
.editbutton a, .editbutton a:link, .editbutton a:active, .editbutton a:visited { color:white; font-size:10px; font-weight:bold; text-decoration: none; border:none;}

a.sdeditbutton
{
	background-color: #999999;
	text-decoration: none;
	border: solid black 1px;
	color: rgb(255,255,255);
	padding: 2px 3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	float: right;
	margin: 0 18px 0 0;
}

a.sdaddbutton
{
	background-color: #999999;
	text-decoration: none;
	border: solid black 1px;
	color: rgb(255,255,255);
	padding: 2px 3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
/*
	float: left;
*/	margin: 0 0 0 0;
}

/***** sdcmsstyles end *****/
