/* -------------------------------------------- 
GLOBAL STYLING ELEMENTS 
-------------------------------------------- */

HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000000;
/* background-image: url(images/background_xxxxx.jpg); background staat in HTML*/
}

HTML { min-height: 100%; margin-bottom: 1px; } /* forceeer verticale scrollbar */

BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c8c8c8;
	font-size: 10pt;
}                 

P {
margin: 5px 0px 10px 0px;
}

H1 {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color : #ebf5b7;
	font-weight : bold;
	letter-spacing : 1pt;
}

H2 {
	margin: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #bcbc6d;
}

H3 {
	margin: 5px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color: #c9c9c9;
}


H6 {
	margin: 5px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight : normal;
}

A:link, A:visited {
	text-decoration : none;
	font-weight : bold;
	color: #bcbc6d;
}
A:hover, A:active	  {
	text-decoration : underline;
}

.footer2 a {
	font-weight: normal;
}


UL {
	margin: 5px 0px 10px 5px;
}

LI {
	margin: 0px 0px 5px 0px;
}

STRONG  {
color : #FFFFFF;
}

/* ---------------------------------------------------- 
STRUCTURAL ELEMENTS 
------------------------------------------------------- */

DIV.positioner {
	position: absolute;
	top: 0px;
	left: 50%;        
	width: 1px;
	overflow: visible;
}

DIV.container	{
	position : absolute;
	width : 950px;
	left : -475px;
	top : 0px;
}

DIV.topbar_home	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 238px;
}

DIV.topbar_vervolg	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 130px;
}

DIV.menubar	{
	position: relative;
	left: 0px;
	width: 950px;
	height: 28px;
	margin-top: 1px;
	overflow: hidden;
}

DIV.content	{
	float: left;
	left: 0px;
	width: 650;
	margin-top: 10px;
	background-color: #151515;
	background-image: url("images/back_content.png");
	background-repeat: repeat;
	min-height: 415px;
}

DIV.innertubeA {
	margin: 15px 20px 20px 50px;
}


DIV.contentB	{
	float: left;
	left: 0px;
	width: 650;
	margin-top: 10px;
}

DIV.innertubeB {
	margin: 0px 0px 20px 0px;
	background-color: #151515;
	background-image: url("images/back_content.png");
	background-repeat: repeat;
	min-height: 440px;
}

DIV.sidebar{
	float: right;
	margin-top: 90px;
	width: 275px;
	background-color: #4f0202;
	background-image: url("images/back_sidebar.png");
	background-repeat: repeat-x;
	padding: 0px;
}

DIV.sidebar DIV.innertube {
	margin: 15px 10px 20px 10px;
}

DIV.footerbar{
	position: relative;
	clear: both;
	width: 950px;
	height: 60px;
	background-image: url("images/back_footer.jpg");
	margin-bottom: 20px;
}

/* -------------------------------------------------- 
DIVERSE STYLES
----------------------------------------------------- */

DIV.koptitel	{
	position: absolute;
	top: 60px;
	right: 300;
}

DIV.tagline	{
	position: absolute;
	top: 110px;
	left: 20;
}

DIV.flags {
	position: absolute;
	top: 7px;
	right: 3px;
	width: 70px;
	text-align: right;
}

/* set images in div flags */
A.normal img {filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;}
A:hover.normal img  {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}

 
/* -------------------------------------------------- 
MENU  
----------------------------------------------------- */

TD.normal, TD.normal A	{
	height: 28px;
	padding: 0px 4px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #707337;
	text-decoration: none;
}

TD.hover, TD.hover A {
	height: 28px;
	padding: 0px 4px 0px 4px;
	background-image: url("images/back_menu-over.jpg");
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #a9af41;
	text-decoration: none;
}

TD.active, TD.active A {
	height: 28px;
	padding: 0px 4px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #33351e;
	text-decoration: none;
	background-color: #adad82;
}
   
 /* -------------------------------------------------- 
FOOTERBAR STYLES
----------------------------------------------------- */

DIV.footer1 {
	position: absolute;
	top: 28px;
	left: 35px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #B3B02C;
}

DIV.footer2 {
	position: absolute;
	top: 28px;
	right: 40px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #a3a373;
	text-align: right;
}

/* -------------------------------------------------- 
NEWS STYLES NEWSPAGES
---------------------------------------------------- */

P.hpnews_date {
	font-size : 75%;
	color : #8b8b62;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	margin: 0px 0px 0px 0px;
}

P.hpnews_title {
	font-size: 110%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

A.hpnews_title:link, A.hpnews_title:active, A.hpnews_title:visited  {
	color: #B3B02C;
}

P.hpnews_txt {
	font-size : 100%;
	color : #8b8b62;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
}

A.meer, A.back  {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight: bold;
	color: #B3B02C;
}

DIV.news_back  {
	margin: -5px 0px 15px 0px;
}

P.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #bcbc6d;
	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: 15pt;
	color: #bcbc6d;
	font-weight: normal;
	text-decoration: none;
}
A.overzicht_title:hover  {
	text-decoration:underline;
	color: #bcbc6d;
}

P.news_date {
	font-size : 80%;
	color : #606060;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	font-style : italic;
}

P.news_author {
	font-weight: bold;
	font-size : 80%;
	color : #404040;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: -2px 0px 0px 0px;
}

P.news_txt {
	margin: 0px 0px 10px 0px;
}

A.meer, A.back  {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	font-weight: bold;
}


/* -------------------------------------------------- 
CUSTOM CATALOGUS STYLES 
---------------------------------------------------- */
    
DIV.animatedtabs {
overflow: hidden;
height: 28px;
font-family: Arial, Helvetica, sans-serif; /*font of menu text*/
font-size: 14px; 
}

.animatedtabs ul {
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li {
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a {
float: left;
position: relative;
top: 6px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab_links.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span {
float: left;
position: relative;
display: block;
background: url(images/tab_rechts.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs .selected a {
background-position: 0 -35px;
top: 0;
}

.animatedtabs .selected a span {
background-position: 100% -35px;
color: #d1d178;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover {
background-position: 0% -35px;
top: 0;
text-decoration: none;
}

.animatedtabs a:hover span {
background-position: 100% -35px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


/* ZOEKEN  */
DIV.zoeken {
	float: right;
	height: 21px;
	background-color: #480202;
	border: 1px solid #707337;
	padding: 2px 4px 0px 4px;
	margin-right: 1px;
	text-align: center;
}

.zoekterm, .zoekterm INPUT {
	font-size: 8pt;
	color: 000;
	background-color: #adad82;
}

.zoekknop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 000;
	background-color: #808080;
	height: 18px;
} 




TH.cathead	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #480202;
	padding: 3px 2px 3px 8px;
	text-align: left;
	border-top: 1px solid #707337;
	border-bottom: 1px solid #707337;
}

TD.catitem	{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 3px;
	border-bottom: 1px solid #202020;
	vertical-align: top;
}

DIV.tititem {
	cursor: pointer;
	margin: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

DIV.toelicht {
/* 	cursor: pointer; */
	width: 240px;
	display: none;
	padding: 5px;
	margin: 8px 2px 2px 4px;
	border: 1px solid #DCDCDC;
	background-color: #adad82;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

UL.toelicht {
	margin: 5px 0px 3px 0px;
}

LI.toelicht {
	margin: 0px 0px 2px -15px;
}
