/* -------------------------------------------- 
GLOBAL ELEMENTS 
-------------------------------------------- */

@font-face {
    font-family: 'FuturaBold';
    src: url('fonts/futurabc-webfont.eot');
    src: url('fonts/futurabc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurabc-webfont.woff') format('woff'),
         url('fonts/futurabc-webfont.ttf') format('truetype'),
         url('fonts/futurabc-webfont.svg#FuturaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/futuramc-webfont.eot');
    src: url('fonts/futuramc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuramc-webfont.woff') format('woff'),
         url('fonts/futuramc-webfont.ttf') format('truetype'),
         url('fonts/futuramc-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

HTML {
	width: 100%;
	height: 100%;
	margin: 0px;
}

BODY {
	background-color: #0f1515;
	background-image: url(images/background.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

BODY { min-height: 100%; margin-bottom: 1px; } /* forceeer verticale scrollbar */

BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #f5f5f5;
	font-size: 10pt;
}                 

IMG	{
	color: Gray;
}

P {
	margin: 5px 0px 10px 0px;
	line-height: 140%;
}


H1 {
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #ededed;
	margin: 10px 0px 10px 0px;
}

H2 {
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #bcbc6d;
	margin: 10px 0px 5px 0px;
}

H3 {
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #bcbc6d;
	margin: 5px 0px 2px 0px;
}


H6 {
	margin: 5px 0px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight : normal;
}

.subline1 {
	font-family: 'FuturaBold', Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #36bf01;
}

.subline2 {
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #ededed;
}

h3.newstitle {
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #bcbc6d;
}

h3.newstitle a {
	text-decoration: none;
	color: #bcbc6d;
}

h3.newstitle a:hover {
	text-decoration: underline;
	color: #bcbc6d;
}



A:link, A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8fd972;
}
A:hover, A:active	  {
	text-decoration : underline;
}

UL {
	margin: 5px 0px 10px 5px;
}

LI {
	margin: 0px 0px 5px 0px;
}

HR	{
	border: 0px;
	height: 1px;
	color: #606060;
	background-color: #606060;
}


/* ---------------------------------------------------- 
STRUCTURAL ELEMENTS 
------------------------------------------------------- */

DIV.positioner {
	position: absolute;
	top: 0px;
	left: 50%;        
	width: 1px;
	overflow: visible;
}

DIV.container	{
	position : absolute;
	width : 950px;
	left : -476px;
	top : 0px;
}

DIV.topbar	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 310px;
}

DIV.menubar	{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 950px;
	margin-top: 1px;
	overflow: hidden;
}

DIV.main {
	overflow: hidden;
/*	background: transparent url(images/back_main.gif) repeat-y 0px 0;*/
	width: 950px;
	background-color: transparent;
	background-image: url(images/back_main.gif);
	background-repeat: repeat-y;
}

DIV.content	{
	float: left;
	top: 0px;
	width: 600px;
}

DIV.content	DIV.innertube {
	margin: 20px 20px 20px 40px;
}

DIV.sidebar{
	float: right;
	width: 335px;
}

DIV.sidebar DIV.innertube {
	margin: 10px 15px 20px 15px;
	min-height: 250px;
}

DIV.footerbar {
	clear: both;
	width: 950px;
	margin: 15px 0px 10px 0px;
	overflow: hidden;
}

/* -------------------------------------------------- 
DIVERSE STYLES
----------------------------------------------------- */

DIV.koptitel	{
	position: absolute;
	top: 60px;
	right: 300;
}

DIV.sublines	{
	position: absolute;
	top: 260px;
	left: 10;
	z-index: 10;
}

INPUT, TEXTAREA	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
	background-color:#f0f3f0;
	border: 1px solid #999;
}

INPUT.button	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
	background-color: #8fd972;
	border: 1px solid #000;
	cursor: pointer;
}

 /* -------------------------------------------------- 
FOOTERBAR STYLES
----------------------------------------------------- */

DIV.footer1 {
	width: 950px;
	background-color: #505050;
	background-image: url(images/back_footer.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #d0d0d0;
	padding: 3px 0px 4px 150px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.footer1 A:link, .footer1 A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #d0d0d0;
}
.footer1 A:hover, .footer1 A:active	  {
	text-decoration : underline;
	color: #ededed;
}


DIV.footer2 {
	margin-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
}

.footer2 A:link, .footer2 A:visited {
	text-decoration: none;
	color: #505050;
}
.footer2 A:hover, .footer2 A:active	  {
	color: #ededed;
	text-decoration : underline;
}


/* -------------------------------------------------- 
NEWS STYLES NEWSPAGES
---------------------------------------------------- */

P.hpnews_date {
	font-size : 80%;
	color : #8fd972;
	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: #a2ec2c;
}

P.hpnews_txt {
	font-size: 100%;
	color: #dedede;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	line-height: 110%;
}

A.hpmeer {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
}

DIV.newsback  {
	margin: -5px 0px 15px 0px;
}

P.newsdate {
	font-size : 80%;
	color : #c0c0c0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	font-style : italic;
}

P.newsauthor {
	font-weight: bold;
	font-size : 80%;
	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: 70%;
	color: #909090;
}
.meer a:hover, .back a:hover  {
	color: #ededed;
}

a.archief	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 150%;
}


/* -------------------------------------------------- 
MENU STYLES
----------------------------------------------------- */
    
DIV.animatedtabs {
	overflow: hidden;
	width: 650px;
	font-family: 'FuturaBold', Arial, Helvetica, sans-serif; /*font of menu text*/
	font-size: 11pt;
	letter-spacing: 1px;
}

.animatedtabs ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px; /*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: 0px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(images/tab1.jpg) no-repeat left top;
	margin: 0px;
	margin-right: 1px; /*Spacing between each tab*/
	padding: 0px;
	text-decoration: none;
}

.animatedtabs a span {
	float: left;
	position: relative;
	display: block;
	background: url(images/tab1.jpg) no-repeat right top;
	padding: 10px 10px 10px 10px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: #909090;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs .selected a {
	background-position: 0 -80px;
	top: 0px;
}

.animatedtabs .selected a span {
	background-position: 100% -80px;
	color: #303030;
	padding-bottom: 10px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}

.animatedtabs a:hover {
	background-position: 0% -40px;
	top: 0px;
	text-decoration: none;
}

.animatedtabs a:hover span {
	background-position: 100% -40px;
	color: #cccccc;
	padding-bottom: 10px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}

/*  ---------  tweede tabsectie ----------  */

DIV.animatedtabs2 {
	overflow: hidden;
	margin-top: 59px;
	width: 650px;
	font-family: 'FuturaBold', Arial, Helvetica, sans-serif; /*font of menu text*/
	font-size: 11pt;
	font-weight: bold;
}

.animatedtabs2 ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px; /*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: 3px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(images/tab2-links.jpg) no-repeat left top;
	margin: 0px;
	margin-right: -1px; /*Spacing between each tab*/
	padding: 0 0 0 8px;
	text-decoration: none;
}

.animatedtabs2 a span {
	float: left;
	position: relative;
	display: block;
	background: url(images/tab2-rechts.jpg) no-repeat right top;
	padding: 5px 25px 5px 6px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: #303030;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs2 a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs2 .selected a {
	background-position: 0 -32px;
	top: 0px;
}

.animatedtabs2 .selected a span {
	background-position: 100% -32px;
	color: #202020;
	padding-bottom: 5px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}

.animatedtabs2 a:hover {
	background-position: 0% -32px;
	top: 0px;
	text-decoration: none;
}

.animatedtabs2 a:hover span {
	background-position: 100% -32px;
	padding-bottom: 5px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0px;
}





