
@import url(menuitems.css?1);
@import url(pages.css?4);

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	height: 100%;
	}
body, td, th {
	font: 76% Verdana, sans-serif;
	}
td, th {
	font-weight: bold;
	}
div#left {
	height: 100%;
	width: 155px;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	border-right: 3px solid #69f;
	}

div#right {
	padding-left: 160px;
	height: 100%;
	}

ul#menu {
	margin: 0;
	padding: 0;
	width: 150px;
	overflow: hidden;
	}

ul#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#menu li a {
	display: block;
	height: 40px;
	text-indent: -8192px;
	background: top left no-repeat #000;
	color: #fff;
	}

h1#logo {
	background: url(logo-bg.png) top center no-repeat #000;
	height: 89px;
	margin: 8px 0 0;
	padding: 0;
	}
h1#logo a {
	display: block;
	height: 89px;
	text-indent: -8192px;
	background: url(en/logo-fg.png) center top no-repeat transparent;
	}


span.emboss {
    color: #000;
    margin: -1px 0 0 -1px;
    position: absolute;
    }
a:hover span.emboss {
    color: #777;
    }

hr {
	display: none;
	}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#modal {
    z-index: 98;
    opacity: .5;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    }
.bigimg {
    z-index: 99;
    position: absolute;
    visibility: hidden;
    border: 1px solid #fff;
    }

ul#submenu {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	}
ul#submenu li {
	float: left;
	}
a.plink {
    display: block;
    text-indent: -8192px;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 19px;
    height: 22px;
    }

a.plink#page1 {
    background-image: url(numbers/1.png);
    }
a.plink#page1:hover, a.selected#page1 {
    background-image: url(numbers/1-hi.png);
    }
a.plink#page2 {
    background-image: url(numbers/2.png);
    }
a.plink#page2:hover, a.selected#page2 {
    background-image: url(numbers/2-hi.png);
    }
a.plink#page3 {
    background-image: url(numbers/3.png);
    }
a.plink#page3:hover, a.selected#page3 {
    background-image: url(numbers/3-hi.png);
    }
a.plink#page4 {
    background-image: url(numbers/4.png);
    }
a.plink#page4:hover, a.selected#page4 {
    background-image: url(numbers/4-hi.png);
    }
a.plink#page5 {
    background-image: url(numbers/5.png);
    }
a.plink#page5:hover, a.selected#page5 {
    background-image: url(numbers/5-hi.png);
    }

ul#languages {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0 4px;
	list-style: none;
	}
ul#languages li {
	float: left;
	margin: 4px;
	}
ul#languages a {
	display: block;
	width: 24px;
	height: 16px;
	text-indent: -8192px;
	background-position: center center;
	background-repeat: no-repeat;
	}
ul#languages a.nl {
	background-image: url(nl/flag.png);
	}
ul#languages a.en {
	background-image: url(en/flag.png);
	}

#marquee, #marquee a {
	height: 28px;
	}
#marquee {
	background: #000;
	z-index: 99;
	position: absolute;
	left: 158px;
	right: 0;
	}
#marquee a {
	background: url(marquee.png) right center repeat-x;
	text-indent: -8192px;
	width: 613px;
	display: block;
	}
#marquee.pimped {
	background: url(marquee.png) right center repeat-x #000;
	}
#marquee.pimped a {
	width: auto;
	background: transparent;
	}
