/* 
main styles  -----    only for general properties set all other styles in new stylesheets
eg.   submenu.css  etc.... 
*/

body	{
		margin: 0px;
		width: 100%;
		height: 100%;
		font-family: Georgia, Trebuchet MS;
		color: #5a3e2b;
		background-color: #5a3e2b;
		}
#bodytext
		{
		color: #5a3e2b;
		font-family: Trebuchet MS;
		font-size: 11px;
		}
div.bodytext
		{
		color: #5a3e2b;
		font-family: Georgia, Trebuchet MS;
		font-size: 11px;
		text-align:justify;
		padding-right: 20px;
		}
a.txtLink		{
		color: #464646;
		text-decoration: underline;
		}
		
a.txtLink:hover	{
		color: #CA2221;
		text-decoration: underline;
		}
/* 
setting all genreal 'container' tables and <td> to hold everything 
in place and give the correct heights and such
*/

table.main
		{
		width: 805px;
		height:100%;
		}
td.containerleft
		{
		width: 89px;
		vertical-align: top;
		background-image:url(../images/left_bg.gif);
		background-repeat: repeat-y;
		height: 100%;
		}
td.containerheader
		{
		width: 805px;
		height: 274px;
		vertical-align: top;
		/*background-color: #F6F8F9;*/
		background-color: #5a3e2b;
		padding-left: 0px;
		padding-right: 0px;
		}
td.containerfooter
		{
		width: 805px;
		height: 28px;
		vertical-align: bottom;
		/*background-color: #F6F8F9;*/
		background-color: #5a3e2b;
		padding-left: 0px;
		padding-right: 0px;
		}
td.containercontent
		{
		width: 805px;
		height: 100%;
		vertical-align: top;
		/*background-color: #F6F8F9;*/
		background-color: #f7f0d6;
		padding-left: 0px;
		padding-right: 0px;
		}
td.containermenu
		{
		width: 805px;
		height: 28px;
		vertical-align: top;
		/*background-color: #F6F8F9;*/
		background-color: #5a3e2b;
		}
table.mainmenu
		{
		padding-left: 0px;
		padding-right: 0px;
		}		
td.containerhome
		{
		width: 657px;
		vertical-align: top;
		/*background-color: #F6F8F9;*/
		background-color: #FFFFFF;
		height: 100%;
		}	
td.containerright
		{
		vertical-align: top;
		background-image:url(../images/right_bg.gif);
		background-repeat: repeat-y;
		height: 100%;
		}	
td.footerleft
		{
		height: 13px;
		width: 89px;
		background-image:url(../images/footer_left_bg.gif);
		}
td.footercenter
		{
		height: 13px;
		width: 667px;
		background-image:url(../images/footer_center_bg.gif);
		background-repeat: repeat-x;
		}	
td.footerright
		{
		height: 13px;
		background-image:url(../images/footer_right_bg.gif);
		background-color: #026079;
		}
/* 
homepage styles
*/
a.actielink
	{
	color: #CA2121;
	text-decoration: underline;
	}
a.actielink:hover
	{
	color: #000000;
	text-decoration: underline;
	}

/*box-styles hompage*/
td.box_mb{
	background-image: url(../images/border/boven.gif);
	background-repeat: repeat-x;
	}
td.box_mo{
	background-image: url(../images/border/onder.gif);
	background-repeat: repeat-x;
	}
td.box_lm{
	background-image: url(../images/border/links.gif);
	background-repeat: repeat-y;
	}
td.box_rm{
	background-image: url(../images/border/rechts.gif);
	background-repeat: repeat-y;
	background-position: top;
	}
/* 
overview
*/
table.overviewtext
		{
		color: #593d2a;
		font-family: Trebuchet MS;
		font-size: 11px;
		background-color: #f7efd3;
		}

td.overviewtext
		{
		vertical-align: top;
		padding-top: 5px;
		padding-left: 2px;
		padding-right: 12px;
		}
div.overviewtitle
		{
		color: #593d2a;
		font-family: Georgia, Trebuchet MS;
		font-size: 14px;
		font-weight: bold;
		}
div.overviewtitle a
		{
		color: #1F7489;
		font-family: Trebuchet MS;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		}
div.overviewtitle a:hover
		{
		color: #333333;
		font-family: Trebuchet MS;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		}
div.overviewtext
		{
		color: #593d2a;
		font-family: Trebuchet MS;
		font-size: 11px;
		background-color: #f7efd3;
		}
title { 
		color: #593d2a;
		font-family: Georgia, Trebuchet MS;
		font-size: 14px;
		font-weight: bold;
}
div.overviewtext a
		{
		color: #b0854a;
		font-family: Trebuchet MS;
		font-size: 11px;
		text-decoration: underline;
		}
div.overviewtext a:hover
		{
		color: #b0854a;
		font-family: Trebuchet MS;
		font-size: 11px;
		text-decoration: none;
		}
div.overviewtext a.txtLink		{
		color: #b0854a;
		text-decoration: underline;
		}
div.overviewtext a.txtLink:hover	{
		color: #b0854a;
		text-decoration: underline;
		}
td.naw
		{
		height: 100%;
		vertical-align: bottom;
		}
td.overviewcontent
		{
		width: 100%;
		vertical-align: top;
		padding-left: 2px;
		}
/* 
content
*/
div.subtitle
		{
		color: #CA2121;
		font-family: Helvetica, Arial;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		padding-bottom: 10px;
		}
div.bullet
		{
		color: #CA2121;
		font-family: Trebuchet MS;
		font-size: 14px;
		line-height: 1em;
		}
span.bullet
		{
		color: #CA2121;
		font-family: Trebuchet MS;
		font-size: 14px;
		line-height: 1em;
		}
td.content
		{
		width: 100%;
		vertical-align: top;
		padding-left: 2px;
		}
textarea
		{
		color: #464646;
		font-family: Trebuchet MS;
		font-size: 11px;
		}
input
		{
		color: #464646;
		font-family: Trebuchet MS;
		font-size: 11px;
		}
select
		{
		color: #464646;
		font-family: Trebuchet MS;
		font-size: 11px;
		}
td.input
		{
		color: #464646;
		font-family: Trebuchet MS;
		font-size: 11px;
		vertical-align:middle;
		padding-left: 10px;
		}
/*
images
*/
img.thumb
		{
			/*border: 1px Solid #D5D5D5;*/
		}

/*
Styles for forms and such
*/
input.checkbox
		{
		font-size: 5px;
		width: 12px;
		margin-left: 4px;
		margin-right: 4px;
		vertical-align: center;
		}
select	{
		font-size: 11px;
		width: 150px;
		}
