@charset "UTF-8";
/*
@font-face {
	font-family: "Bliss-Regular";
	src: url(../fonts/BLISS-RE.OTF);
}
@font-face {
	font-family: "Bliss-Bold";
	src: url(../fonts/BLISS-BO.OTF);
	font-weight: 700;
}
@font-face {
	font-family: "Bliss-Italic";
	src: url(../fonts/BLISS-IT.OTF);
}
*/
/*
#00000A = black (100%)
#E50000 = red (100%)
*/
* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-width: 0px;
	border-style: none;
	color: #FFFFFF;
}

/* id = #, class = . */

body {
	background-color: #000007; /* #00000A */
	overflow: hidden;
	text-align: center;
}

p, pi, td, .p, .pi {
	font-size: 10pt;
	line-height: 14pt;
}
pi {
	display: inline;
	color: #00FF00;
}
b, h1, h2, .h2, h3, h1 a {
	font-weight: bold;
	text-align: center;
}
i, h2, .h2, i2, i3, h1 i1 {
	color: #E50000;
	font-weight: 700; /* 700 = bold */
}
/* koninginnedag/voetbal/etc... (oranje) 
b, h1, h2, .h2, h3, i, i1, h2, .h2, i2, i3 {
	color: #FF6600;
}
*/
h1, h1 a {
	color: #999999;
	font-size: 18pt;
	line-height: 21pt;
}
h2, .h2, i2 {
	font-size: 12pt;
	line-height: 16pt;
}
h3, i3 {
	font-size: 10pt;
	line-height: 14pt;
}
a:link { 
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
#lng ul {
	list-style-type: none;
}
#lng ul li {
	margin-right: 6px;
	display: inline;
}
/*ul, li {
	text-align: left;
	font-size: 8pt;
	line-height: 11pt;
}
ul {
	margin-top: 3px; 
	margin-bottom: 3px; 
	margin-left: 0px; 
}
li {
	margin-bottom: 3px;
}
*/
.table2 {
	border-bottom: 1px solid #E50000; 
	border-left: 1px solid #E50000;	
}
.td2 {
	border-top: 1px solid #E50000; 
	border-right: 1px solid #E50000;
	padding: 3px; /* top right bottom left */
}
td ul {
	padding: 0px 0px 0px 18px; /* top right bottom left */
}
td {
	vertical-align: center;
	text-align: center;
}
#main2 td {
	vertical-align: top;
	text-align: left;
}
.xl {
	text-align: left;
}
.xc {
	text-align: center;
}
.xr {
	text-align: right;
}
.logo {
	text-align: center;
	vertical-align: middle;
}
td img { /* voorwaarden */
    margin-left: auto;
    margin-right: auto;
}
li img { /* erkenning */
	margin: 0;
	display: inline;
}
.red {
	color: #E50000;
}
span.left {
	position: absolute;
	text-align: left;
	left: 0;
}
span.right {
	position: absolute;
	text-align: right;
	right: 0;
}

/* Cascading Style Sheet, ©2008, TenL, Amsterdam, The Netherlands */
#container, #flash, #flashow {
	background-color: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	/*	top: 0px; bottom: 0px;*/
	width: 960px;
	height: 570px;
	margin-left: -480px; /* half of width */
	margin-top: -285px; /* half of height */
	overflow: hidden;
}
#container {
}
#flash {
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
#flashow {
	display: block;
}
#header {
	position: absolute;
	width: 960px; /* IE6 fix */
	top: 0px;
	height: 120px;
	right: 0px;
	left: 0px;
	background-color: transparent;
	overflow: visible;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/sterling180.gif");
}
#lng {
	position: absolute;
	top: 24px;
	left: 96px;
	height: 12px;
	background-color: transparent;
	overflow: visible;
	text-align: left;
}
#main, #main2, #main3, #getflash {
	width: 770px; /* IE6 fix */
	width: 578px; /* IE6 fix */
	height: 398px; /* IE6 fix */
	position: absolute;
	top: 120px;
	right: 96px;
	right: 192px;
	bottom: 40px;
	left: 96px;
	left: 192px;
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	text-align: left;
}
#main2, #getflash { /* home, contact */
	text-align: center;
}
#main3 { /* erkenning / i.v.m. afwijking Internet Explorer */
	overflow-y: scroll;
}
#footer {
	position: absolute;
	right: 96px;
	bottom: 24px;
	left: 96px;
	background-color: transparent;
	overflow-x: visible;
	overflow-y: visible;
	text-align: center;
	vertical-align: bottom;
}
#logo {
	position: absolute;
	top: 24px;
	height: 96px;
	left: 0px;
	right: 0px;
	width: 192px;
	background-color: transparent;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
	background-image: url("../images/sterling180.gif");
}
#noscript {
	background-color: green;
	position: absolute;
	right: 96px;
	bottom: 60px;
	left: 96px;
	overflow-x: visible;
	overflow-y: visible;
	text-align: center;
	vertical-align: bottom;
}

