* {
	/*  border: solid 1px red; */
}

body
{
	font-family: Arial;
	background-color: #ECECEC;
	font-size: 10px;
	/* background: url(bg_pattern_1.jpg) repeat; */
}

h1 
{
	font-family: Blackadder ITC;
	font-size: 24px;
	color: #04461a;
	font-weight: bold;
}

h3 
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}


.wrapper { width: 100%; overflow: hidden;}
.side-column { float: left; width: 202px; height: 571px; background: url(images/left-column.jpg); border-right: solid 29px #04461a; }
.main-column { float: left; width: 793px; }

div#header
{
	background-color: #000000;
	height: 197px;
}

.header-top 
{
	font-size: 14px;
	padding-bottom: 0px;
	vertical-align: text-top;
	background-color: #000000;
}

.page_header 
{
	font-size: 11pt;
	font-weight: bold;
}

div#text-placeholder 
{
	width: 773px;
	/* width: 776px; */
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	height: 537px;
	/* height: 571px; */
	float: left;
	font-size: 12px;
	background-color: #FFFFFF;
	overflow-y: auto;
}

	div#text-placeholder A		  { color: #04461a; text-decoration: none; }        /* links */
	div#text-placeholder A:link    { color: #04461a; text-decoration: none; }       /* unvisited links */
	div#text-placeholder A:visited { color: #04461a; text-decoration: none; }	    /* visited links   */
	div#text-placeholder A:hover   { color: #04461a; text-decoration: underline; }	/* user hovers     */
	div#text-placeholder A:active  { color: #04461a; text-decoration: none; }	    /* active links    */

div#content
{
	width: 1024px;
	height: 571px;
	padding-top: 0px;
	/* background: url(top.png) no-repeat; */
	background-color: #ECECEC;
	margin: 0px auto 0;
}


div#main_content
{
	width: 1024px;
	height: 571px;	
	/* background: url(main_bg.png) repeat-y; */
	background-color: #ECECEC;
	padding-top: 0px;
	font-size: 14px;

}

div#footer_content
{
	padding-top: 7px;
	padding-bottom: 5px;
	border-top: solid 0px #990000;	
	text-align: center;
	background-color: #ECECEC;
}

.footer-text
{
	font-size: 10pt;
	color: #ffffff;
}

/*
** Navigatie
*/ 

#navigation-bar ul 
{
	list-style-type: none;
	margin-top: 0px;
	margin-left: -10px;
	float: left;
}

#navigation-bar ul li 
{
	padding-top: 0px;
	padding-bottom: 0px;	
	text-align: center;
	margin-left: 10px;
	float: left;
}

.navigation 
{
	font-family: Blackadder ITC;
	font-size: 22px;
	color: #FFFFFF;
	height: 25px; 
	width: 797px;
	background-color: #04461a;
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
}

/*
** Links
*/
A		  { color: #FFFFFF; text-decoration: none; }    /* links */
A:link    { color: #FFFFFF; text-decoration: none; }    /* unvisited links */
A:visited { color: #FFFFFF; text-decoration: none; }	/* visited links   */
A:hover   { color: #FFFFFF; text-decoration: none; }	/* user hovers     */
A:active  { color: #FFFFFF; text-decoration: none; }	/* active links    */

