BODY {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #E0DCDD;
	color : #2A3B5B;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-height: 0px;
	margin-width: 0px;
	scrollbar-arrow-color: #66727C; /* Pijltje */
	scrollbar-darkshadow-color: #f4f4f4; /* Schaduw rechts scrollbalk en Pijlblokken */
	scrollbar-base-color: #f4f4f4; /* Scrollbalk en Pijlblokken */
	scrollbar-highlight-color: #f4f4f4; /* Schaduw links scrollbalk en Pijlblokken */
	scrollbar-shadow-color: #CCCCCC; /* Rand rechts scrollbalk en Pijlblokken */
	scrollbar-track-color: #f4f4f4; /* Scroll pad */
	scrollbar-3dlight-color: #CCCCCC; /* Rand linkss scrollbalk en Pijlblokken */
}
TD {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A3B5B;
	text-decoration:none;
	text-align:left;
}
/* --------------------------------------LINKS------------------------------------------- */
/* Tekst*/
a:link,a:active,a:visited {
	color: #5C7FBF; 
	text-decoration:none;
}
a:hover {
	color: #3770D9;
	text-decoration:none;
}
/* Menu 1 */
.menu1,a.menu1:link,a.menu1:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeced;
	text-decoration: none;
	font-size: 110%;
	text-transform:uppercase;
	font-weight:bold;
}
a.menu1:hover {
    color: #495057;
    text-decoration: none;
}
.menu1S,a.menu1S:link,a.menu1S:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 110%;
	text-transform:uppercase;
	font-weight:bold;
}
a.menu1S:hover {
    color: #495057;
    text-decoration: none;
}
/* Menu 2 */
.menu2,a.menu2:link,a.menu2:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #efedee;
	text-decoration: none;
	font-size: 100%;
}
a.menu2:hover {
    color: #495057;
    text-decoration: none
}
/* Menu Geselecteerd */
.menu2S,a.menu2S:link,a.menu2S:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	font-weight:bold;
}
a.menu2S:hover{
    color: #495057;
    text-decoration: none
}
/* Menu Pijl */
.menu3,a.menu3:link,a.menu3:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #a90432;
	text-decoration: none;
	font-size: 130%;
	text-transform:uppercase;
	letter-spacing:6px;
}
#menu {
margin-top: 2px;
margin-left: 6px;
margin-right: 6px;
margin-bottom:2px;
line-height:18px;
text-align:left;
}
#menu_fotoboek {
margin-top: 2px;
margin-left: 16px;
margin-right: 16px;
margin-bottom:2px;
text-align:left;
}
.site{
background-color:#EFEDEE;
}
#content {
margin-top: 16px;
margin-left: 16px;
margin-right: 16px;
margin-bottom:16px;
text-align:left;
}
#scroll{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
height:560px;
width:530px;
overflow-x: hidden; overflow-y: scroll;
}
#scroll_foto{
margin-top:0px;
margin-left:0px;
margin-right:-20px;
margin-bottom:0px;
height:510px;
width:500px;
overflow-x: hidden; overflow-y: scroll;
}
.balkje {
	font-family: Arial, Helvetica, sans-serif;
	color: #BCE396;
	text-decoration: none;
	font-size: 80%;
	margin-left: 4px;
	margin-right: 0px;
}
h1 {
	font-size: 130%;
	margin-bottom: 11px;	
}

h2 {
	font-size: 120%;
	margin: 0px;
}

h3 {
	font-size: 110%;
	margin: 0px;
}
.pijl {
color: #e0dcdd;
font-size: 9px;
font-weight:bold;
margin-left:6px;
margin-top: 6px;
}

/* -----------------------------------------FORMULIEREN--------------------------------------------- */
/* In tag input type : class="cmd" onblur="this.className='cmd'" onfocus="this.className='txt'" */
/* Tekst en achtergrondkleur invulveld  */
.txt {
	font-family: arial;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#E51C59; /* kleur veld actief */
	color:#000000; /* kleur tekst actief */
	background-color:transparent;
}
.cmd {
	font-family: arial;
	font-size:11px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#C3C92C; /* kleur veld inactief, ook button */
	color:#666666; /* kleur tekst inactief, ook button */
	background-color:#FFFFFF;
}
.selectbox {
	font-family: arial;
	font-size:11px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#C3C92C; /* kleur veld inactief, ook button */
	color:#666666; /* kleur tekst inactief, ook button */
	background-color:#FFFFFF;
}
.button
{
	font-family:verdana, arial;
	font-size:11px;
	color:black;
	background-color:#E4F8A5;
	border: 1px solid #4F586A;
}
.kleur1a {
background-color:#865969;
height:60px;
width:20px;
}
.kleur1b {
background-color:#766863;
height:60px;
width:280px;
}
.kleur1aO {
background-color:#a90432;
height:60px;
width:20px;
overflow: hidden;
}
.kleur1bO {
background-color:#c92c58;
height:60px;
width:280px;
}
.kleur2a {
background-color:#409088;
height:60px;
width:20px;
}
.kleur2b {
background-color:#4c807e;
height:60px;
width:280px;
}
.kleur2aO {
background-color:#029294;
height:60px;
width:20px;
}
.kleur2bO {
background-color:#05bdbf;
height:60px;
width:280px;
}
.kleur3a {
background-color:#918249;
height:60px;
width:20px;
}
.kleur3b {
background-color:#7b7a55;
height:60px;
width:280px;
}
.kleur3aO {
background-color:#c57f05;
height:60px;
width:20px;
}
.kleur3bO {
background-color:#e79507;
height:60px;
width:280px;
}
.kleur4a {
background-color:#388364;
height:60px;
width:20px;
}
.kleur4b {
background-color:#4c7b6c;
height:60px;
width:280px;
}
.kleur4aO {
background-color:#09753e;
height:60px;
width:20px;
}
.kleur4bO{
background-color:#02984c;
height:60px;
width:280px;
}
.kleur5a {
background-color:#497695;
height:60px;
width:20px;
}
.kleur5b {
background-color:#537581;
height:60px;
width:280px;
}
.kleur5aO {
background-color:#215b9d;
height:60px;
width:20px;
}
.kleur5bO {
background-color:#2c76c9;
height:60px;
width:280px;
}
.kleur6a {
background-color:#89954f;
height:60px;
width:20px;
}
.kleur6b {
background-color:#75825b;
height:60px;
width:280px;
}
.kleur6aO {
background-color:#959a20;
height:60px;
width:20px;
}
.kleur6bO {
background-color:#c3c92c;
height:60px;
width:280px;
}
.kleur7a {
background-color:#7e6d94;
height:60px;
width:20px;
}
.kleur7b {
background-color:#727075;
height:60px;
width:280px;
}
.kleur7aO {
background-color:#893e99;
height:60px;
width:20px;
}
.kleur7bO {
background-color:#b45fc6;
height:60px;
width:280px;
}
.tabel1 {
	background-color : #FFFFFF;
}
.tabel2 {
	border: 1px solid #CCCCCC;
}
.tabel3 {
	border: 1px solid #FFFFFF;
}
.tabel4 {
	border: 1px solid #DB1386;
}
.tabellijnen {
	background-color : #99A9C6;
}
.tabellijnenkleur {
	background-color : #f4f4f4;
    width: 11%;
}
.bullit {
	font-size: 10px;
	font-weight: bold;
	color: C11A80;
}

