* {
	margin: 0;
	padding: 0;
}

body {
	background: #7587b6 url("../../gfx/bg.gif") repeat-x;
}

div, td, th, p, div, textarea, select, input {
	color: #000;
	font: 12px arial, helvetica, sans-serif;
	line-height: 17px;
}

a {
	color: #e57228;
	text-decoration: underline;
}

img {
	border: 0;
	behavior: url("include/htc/pngbehavior.htc");
}

img.content_image {
	padding: 1px;
	border: 1px solid #9b9b9b;
}

h1 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

h1.large {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 14px;
}

h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

h2.large {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 14px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #9b9b9b;
}

/**
 *
 * Editor content
 *
 */

.editor_content table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.editor_content td {
	padding: 5px;
	background: #fff;
}

/**
 * Fanshop
 */

div#products td {
	padding: 2px;
}

td.shadow {
	background: #FFF;
	border: solid 1px #959697;
}

/* 
 * Button Shop
 */
div#button_shop {
	position: absolute;
	background: url("../../gfx/buttonshop.png") no-repeat 0% 100%;
	behavior: url('include/htc/png_behaviour.htc');
	height: 35px;
	width: 100px;
	top: 85px;
	left: 750px;
	cursor: pointer;
	z-index: 500;
}

div#button_shop:hover {
	background: url("../../gfx/buttonshop.png") no-repeat 0% 0%;
}

/**
 *
 * Structure and global style
 *
 */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 856px;
}

div#container {
	float: left;
	width: 100%;
	background: url("../../gfx/bg_main.gif") repeat-y;
	padding: 0 0 0 3px;
}

div#header {
	background: url("../../gfx/header.jpg") no-repeat;
	width: 850px;
	height: 125px;
}

div#main {
	float: left;
	margin: 152px 0 0 14px;
	padding-bottom: 35px;
	width: 822px;
}

div#footer {
	clear: both;
	float: left;
	width: 850px;
	height: 20px;
	margin-top: -21px;
	margin-left: 3px;
	background: url("../../gfx/bg_footer.gif") repeat-x;
	border-bottom: 1px solid #000;
}

div.spacer {
	clear: both;
}

div.hrlike {
	clear: both;
	border-top: 1px solid #9b9b9b;
	height: 13px;
	margin-top: 13px;
}

small {
	color: #363636;
}

/**
 *
 * Content
 *
 */
 
div.content div.head {
	background: #004a99 url("../../gfx/bg_title.gif") no-repeat;
	height: 24px;
}

div.content div.head div.left {
	float: left;
	color: #fff;
	padding: 3px 0 0 10px;
	font-weight: bold;
}

div.content div.head div.right {
	float: right;
	color: #fff;
	padding: 3px 10px 0 0;
	background: #004a99 url("../../gfx/bg_title_r.gif") no-repeat top right;
}

div.content div.value {
	background: #ededed url("../../gfx/bg_content.gif") repeat-x;
	margin-top: 5px;
	padding: 14px;
}

.content ul, .content2 ul {
	margin-left: 20px;
	padding-bottom: 10px;
}

.content p, .content2 p {
	margin-bottom: 10px;
}

div.content2 div.head {
	background: #e67829 url("../../gfx/bg_title2.gif") no-repeat;
	height: 24px;
}

div.content2 div.head div.left {
	float: left;
	color: #fff;
	padding: 3px 0 0 10px;
	font-weight: bold;
}

div.content2 div.head div.right {
	float: right;
	color: #fff;
	padding: 3px 10px 0 0;
	background: #e67829 url("../../gfx/bg_title_r2.gif") no-repeat top right;
}

div.content2 div.value {
	background: #ededed url("../../gfx/bg_content.gif") repeat-x;
	margin-top: 5px;
	padding: 14px;
}

/**
 *
 * Menu
 *
 */

div#menubar_head {
	position: absolute;
	left: 3px;
	top: 125px;
	width: 850px;
	height: 22px;
	background: url("../../gfx/bg_menu_head.gif") repeat-x;
	border-bottom: 1px solid #002955;
	z-index: 2;
}

ul#menu {
	margin-left: 4px;
	height: 22px;
	border-left: 1px solid #e1e1e1;
}

#menu a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

#menu a:hover { color: #fff; }
#menu a.selected { color: #fff; }

#menu li {
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 22px;
	list-style-type: none;
	float: left;
	border-left: 1px solid #313c55;
	border-right: 1px solid #e1e1e1;
}

#menu li.close {
	border-right: 0px;
}

#menu li:hover, #menu li.selected {
	background: url("../../gfx/bg_menu_head_selected.gif") repeat-x;
	cursor: pointer;
}

#menu li.close:hover {
	background: none;
	cursor: default;
}

/**
 *
 * Menu sub
 *
 */

div#menubar_sub {
	position: absolute;
	left: 3px;
	top: 148px;
	width: 850px;
	height: 22px;
	background: url("../../gfx/bg_menu_sub.gif") repeat-x;
	border-bottom: 1px solid #b63d00;
	z-index: 1;
}

ul.submenu {
	position: absolute;
	top: 23px;
	height: 22px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #313c55;
}

.submenu a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.submenu a:hover { color: #000; }
.submenu a.selected { color: #000; }

.submenu li {
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 22px;
	list-style-type: none;
	position: relative;
	float: left;
	border-left: 0px;
	border-right: 1px solid #000;
}

.submenu li:hover, .submenu li.selected {
	background: url("../../gfx/bg_menu_sub_selected.gif") repeat-x;
	cursor: pointer;
}

/**
 *
 * Menu subsub
 *
 */

div.subsubmenu {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
	background: #f47200;
	border: 1px solid #ff7700;
}

.subsubmenu div.arrow {
	position: absolute;
	left: 10px;
	top: -7px;
	width: 13px;
	height: 7px;
	background: url("../../gfx/subsubmenu_arrow.gif") no-repeat;
}

.subsubmenu div.value {
	padding: 10px 0 10px 0;
}

.subsubmenu td {
	border-right: 1px solid #5e2c00;
	padding: 0 20px 0 20px;
}

/**
 *
 * Menu tab
 *
 */
 
ul.tabmenu {
	position: relative;
	width: 100%;
	height: 24px;
}

.tabmenu a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

.tabmenu a:hover { color: #fff; }
.tabmenu a.selected { color: #fff; }

.tabmenu li {
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	list-style-type: none;
	line-height: 23px;
	float: left;
}

.tabmenu li:hover, .tabmenu li.selected {
	background: #1f64ae;
	cursor: pointer;
}

.tabmenu li.no_item {
	padding-left: 0px;
	padding-right: 0px;	
}

.tabmenu li.no_item:hover {
	background: none;
	cursor: default;
}

/**
 *
 * Sponsor
 *
 */
 
div#sponsor {
	position: absolute;
	width: 850px;
	overflow: hidden;
	left: 3px;
	top: 180px;
}

#sponsor div.left {
	float: left;
	margin-left: 40px;
}

#sponsor div.right {
	float: right;
	margin-right: 42px;
}
 
#sponsor img {
	border: 1px solid #cbcccc;
	padding: 1px;
	margin: 0 0 0 14px;
}

span#sponsor_images {
	position: relative;
	white-space: nowrap;
	padding-right: 14px;
}

/**
 *
 * Overview
 *
 */

table.overview {
	width: 100%;
}

.overview th, .overview td {
	text-align: left;
	padding: 3px 5px 3px 10px;
	border-bottom: 1px solid #9b9b9b;
}

/**
 *
 * Form
 *
 */

.input_field, .input_select {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
}

input, select, textarea {
	color: #000;
}

.button {
	color: #000;
	padding: 0 5px 0 5px;
} 

/* Edited: Niels Marsman Adena.nl @ 25-03-2008 */
div#welcome_message {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
	div#welcome_overlay {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		background: #000;
		opacity: 0.5;
		filter: alpha(opacity=50);
		z-index: 998;
	}
	div#welcome_bar {
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -300px;
		width: 600px;
		z-index: 999;
		background: #ededed;
		border: 2px solid #555;
	}
