/* -------------------------------------------- 
GLOBAL STYLING ELEMENTS 
-------------------------------------------- */

HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #fbfae8;
	background-image: url("images/back_body.jpg");
	background-repeat: repeat-x;
}

HTML { min-height: 100%; margin-bottom: 1px; } /* forceeer verticale scrollbar */
HTML {min-height:100.2%;}

BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5d5532;
	font-size: 10pt;
}                 

P {
margin: 10px 0px 5px 0px;
}

H1 {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: 0.01pc;
}

H2 {
	margin: 10px 0px -5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

H3 {
	margin: 10px 0px -5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
}

H6 {
	margin: 5px 0px -10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight : normal;
}

A:link, A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}
A:hover, A:active	  {
	text-decoration : underline;
}

LI {
	padding: 0px 0px 5px 0px;
}


/* ---------------------------------------------------- 
STRUCTURAL ELEMENTS 
------------------------------------------------------- */

DIV.positioner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 1px;
	overflow: visible;
}

DIV.container	{
	position : absolute;
	width : 970px;
	left : -485px;
	top: 10px;
}

DIV.topbar	{
	position: relative;
	width: 970px;
	height: 180px;
	background-image: url("images/back_topbar.png");
	background-repeat: no-repeat;
}

DIV.menubar	{
	position : absolute;
	top: 120px;
	left: 230px;
	width: 725px;
	height: 50px;
	background-image: url("images/back_menubar.gif");
	background-repeat: repeat-x;
	overflow: hidden;
}

DIV.main	{
	position: relative;
	width: 970px;
	height: auto;
 	background: transparent url('images/back_main.png') repeat-y scroll top left;
	overflow: hidden; /*make background visible */ 
}

DIV.spacer	{
	float: left;
	width: 10px;
	height: 450px;
}

DIV.leftbar	{
	float: left;
	width: 190px;
	background: transparent url('images/tab_leftbar.png') no-repeat scroll top left;
	padding: 60px 5px 0px 8px;
}

DIV.contenttitel	{
	float: left;
	width: 170px;
	padding: 50px 0px 0px 30px;
}

DIV.content	{
	float: left;
	width: 500px;
}

DIV.innertube {
	padding: 5px 30px 30px 0px;
	line-height: 120%;
}


DIV.footerbar{
	clear: both;
	width: 970px;
	height: 30px;
	background: transparent url('images/back_footer.png') no-repeat scroll top left;
}

/* -------------------------------------------------- 
FOOTER
----------------------------------------------------- */

DIV.footcredit {
	float: left;
	margin: 0px 0px 0px 30px; 
	font-size: 7pt;
}

A.credit:link, A.credit:visited {
	color: #660000;
	font-weight: normal;
}


DIV.foottxt {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #555555;
	padding: 1px 120px 0px 0px;
}

A.footlink:link, A.footlink:visited {
	color: #555555;
	font-weight: normal;
}

/* -------------------------------------------------- 
DIVERSE STYLES
----------------------------------------------------- */

DIV.koptitel	{
	position: absolute;
	top: 2px;
	right: 0;
}

DIV.bolfoto	{
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 100;
}

DIV.hoofdkop	{
	background-image: url("images/stip.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	left: 0px;
	right: 0px;
	height: 25px;
	padding-left: 25px;
	border-bottom: 1px solid #5d5532;
	margin: 10px 0px 10px -25px;
}

DIV.credit {
	position: absolute;
	bottom: 3px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}


/* -------------------------------------------------- 
NEWS STYLES FROMTPAGE
---------------------------------------------------- */

DIV.hpnews_kop  {
	text-align: center;
	margin-bottom: 20px;
	color: #FFFAF0;
}

.hpnews_kop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1pt;
	color: #FFFAF0;
}

P.hpnews_date {
	font-size: 8pt;
	color: #FF0033;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0px 0px 0px 0px;
}

P.hpnews_title {
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

A.hpnews_title:link , A.hpnews_title:active, A.hpnews_title:visited  {
	color: #FFFAF0;
}

P.hpnews_txt {
	font-size : 9pt;
	color: #FFFAF0;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}

.hpmeer {
	font-size : 7pt;
}


HR.dotted {
	border:none;
	border-top:dotted 1px #fff;
}

/* -------------------------------------------------- 
NEWS STYLES NEWSPAGE
---------------------------------------------------- */

DIV.newsback  {
	margin: 0px 0px 15px 0px;
}

P.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #790e11;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}

A.overzicht_title:link, A.overzicht_title:active, A.overzicht_title:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #790e11;
	font-weight: bold;
	text-decoration: none;
}

A.overzicht_title:hover  {
	text-decoration:underline;
}

P.newsdate {
	font-size : 8pt;
	color : #606060;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	font-style : italic;
}

P.newsauthor {
	font-weight: bold;
	font-size : 8pt;
	color : #404040;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: -2px 0px 0px 0px;
}

P.newstxt {
	margin: 0px 0px 10px 0px;
}

.meer a, .back a  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #909090;
}
.meer a:hover, .back a:hover  {
	color: #000;
}

a.archief	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
}

/* -------------------------------------------------- 
MENU  
----------------------------------------------------- */
    
DIV.animatedtabs {
	overflow: hidden;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; /*font of menu text*/
	font-size: 9pt;
	margin-top: 6px;
	letter-spacing: 0.02pc;
}

.animatedtabs ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 120px; /*offset of first tab relative to page left edge*/
	padding: 0px;
}

.animatedtabs li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.animatedtabs a {
	float: left;
	position: relative;
	top: 3px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(images/tab1_links.png) no-repeat left top;
	margin: 0px;
	margin-right: 0px; /* Spacing between each tab */
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	font-weight: normal;
}

.animatedtabs a span {
	float: left;
	position: relative;
	display: block;
	background: url(images/tab1_rechts.png) no-repeat right top;
	padding: 4px 17px 5px 7px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	color: #FFFFCC;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs .selected a {
	background-position: 0 -52px;
	top: 0px;
}

.animatedtabs .selected a span {
	background-position: 100% -52px;
	color: #5d5532;
	padding-bottom: 5px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}

.animatedtabs a:hover {
	background-position: 0% -26px;
	top: 0px;
	text-decoration: none;
}

.animatedtabs a:hover span {
	background-position: 100% -26px;
	color: #5d5532;
	padding-bottom: 5px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}

/*  ---------  tweede tabsectie ----------  */

DIV.animatedtabs2 {
	overflow: hidden;
	margin-top: 1px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; /*font of menu text*/
	font-size: 12px;
	font-weight: bold;
}

.animatedtabs2 ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 150px; /*offset of first tab relative to page left edge*/
	padding: 0px;
}

.animatedtabs2 li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.animatedtabs2 a {
	float: left;
	position: relative;
	top: 0px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(images/tab2.png) no-repeat left top;
	margin: 0px;
	margin-right: 0px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

.animatedtabs2 a span {
	float: left;
	position: relative;
	display: block;
	background: url(images/tab2.png) no-repeat right top;
	padding: 2px 20px 1px 8px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: normal;
	color: #FFFFCC;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs2 a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs2 .selected a {
	background-position: 0 -36px;
	top: 0px;
}

.animatedtabs2 .selected a span {
	background-position: 100% -36px;
	color: #5d5532;
	padding-bottom: 1px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}

.animatedtabs2 a:hover {
	background-position: 0% -18px;
	top: 0px;
	text-decoration: none;
}

.animatedtabs2 a:hover span {
	background-position: 100% -18px;
	padding-bottom: 1px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}



