/*   Gemaakt door: Garytje.nl	*/

 /* De standaard stijl van de pagina */
BODY			{
				color: #3F2200;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				scrollbar-face-color: #A47539;
				scrollbar-highlight-color: #3F2200;;
				scrollbar-shadow-color: #3F2200;;
				scrollbar-3dlight-color: #3F2200;;
				scrollbar-arrow-color:  #3F2200;;
				scrollbar-track-color: #A47539;
				scrollbar-darkshadow-color: #3F2200;;
				margin-top: 0;
				margin-bottom: 0;
				background: url('../img/back.jpg') repeat-x #AA7F49;
				}

.mainFrame		{
				text-align: left;
				width: 720px;
				}
.shadeLeft		{
				background: url('../img/shadel.gif') repeat-y;
				width: 4px;
				}
.shadeRight		{
				background: url('../img/shader.gif') repeat-y;
				width: 4px;
				}
.topFrame		{
				height: 100px;
				background: url('../img/topback.gif') repeat-y #E0A059;
				}
.logo			{
				margin: 15px;
				height: 70;
				width:670px;
				text-align: right;
				background: url('../img/hekalogo.gif') no-repeat;
				}
	.logo img	{
				height: 66px;
				margin-left: 10px;
				}
.subFrame		{
				height: 16px;
				background: url('../img/subtitle.gif') center repeat-x;
				}
.menuLeft		{
				width:175px;
				height: 420px;
				float:left;
				background: #E3D3C2;
				}
.menu			{
				width: 175px;
				margin-top: 30px;
				}
.menu a			{
				display: block;
				height: 30px;
				font-size: 12px;
				padding-top: 8px;
				padding-left: 20px;
				}
.menu a:link,.menu a:active,.menu a:visited {
				font-weight: normal;
				}
.menu a.selected:link,.menu a.selected:active,.menu a.selected:visited{
				background-color: #F4ECE3;
				color: #CF7417;
				font-weight: bold;
				}
.menu a.selected:hover{
				background-color: #F4ECE3;
				color: #CF7417;
				font-weight: bold;
				}
.menu a:hover	{
				display: block;
				font-weight: bold;
				background-color: #F4ECE3;
				color: #392004;
				}
.textFrame		{ 
				width:530px;
				height: 420px;
				background: url('../img/textback.jpg') bottom right no-repeat #F4ECE3;
				float:left;
				color: #3F2200;
				text-align: center;
				}
 .inhoud		{
				margin: 15px;
				width: 515px;
				text-align: justify;
				font-size: 11px;
				}
 .inhoud img	{ 
				margin: 10px 5px 0px 5px;
				cursor: pointer;
				}
.kopTitel		{
				width: 495px;
				text-align: right;
				padding-right: 35px;
				margin-bottom: 10px;
				margin-top: 10px;
				font-size: 15px;
				height: 28px;
				color:#CF7417;
				background: url('../img/title.gif') bottom right no-repeat;
				}
.subtitle		{
				height: 29px;
				width: 720px;
				text-align:center;
				background: url('../img/subtitle.gif') bottom repeat-x;
				}
.subtitle p		{
				margin-top: 6px;
				color: #AF7B45;
				}
.copyright		{
				width: 700px;
				margin-top: 3px;
				text-align:right;
				}
.copyright a:link,.copyright a:active,.copyright a:visited	{
				color: 663C11;
				font-weight: normal;
				}
/*  Alle items die de tabellen compleet maken. */

TABLE			{
				color: #3F2200;
				border: 0;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				vertical-align: top;
				}


/* Mouseovers voor links */					
A:link,A:active,A:visited { 
				color: #3F2200; 
				font-weight: bold; 
				text-decoration: none;
				}

A:hover			{ 
				text-decoration: none; 
				color: #000000; 
				}

IMG				{
				border: 0px;
				}
IMG.line		{
				border: 1px solid #3F2200;
				}


/* Invoervelden en attributen */
.txtInputLarge	{
				height: 18px;
				width: 270px;
				font-size: 10px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				border-top: 1px solid #3F2200;	
				border-right: 1px solid #3F2200;	
				border-bottom: 1px solid #3F2200;	
				border-left: 1px solid #3F2200;	
				text-align: left;
				background-color: #EFEFEF;
		 		color: #3F2200; 
				}
.txtArea		{
				height: 100px;
				width: 270px;
				font-size: 10px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				border-top: 1px solid #3F2200;	
				border-right: 1px solid #3F2200;	
				border-bottom: 1px solid #3F2200;	
				border-left: 1px solid #3F2200;	
				text-align: left;
				background-color: #EFEFEF;
		 		color: #3F2200; 
				overflow:auto;
				}
.frmSubmit		{
				height: 20;
				width: 65;
				font-weight: bold;
				font-size: 10px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				border-top: 1px solid #3F2200;	
				border-right: 1px solid #3F2200;	
				border-bottom: 1px solid #3F2200;	
				border-left: 1px solid #3F2200;	
				text-align: center;
				background-color: #CF7417;
				color: #FFFFFF; 
				}
/* Einde CSS */