html {
	min-height: 100%;
	padding: 0;	
	color: #c7c7c7;
	background: #0f0f0f url("images/body_bg.png") bottom repeat-x;
	font: 8pt "Verdana", Sans-Serif;
}

body {
	min-height: 100%;
	background: url("images/bg.png") repeat-x;
	margin: 0;
	outline: none;
    _outline: none;
	padding: 42px 0 0 0;
}
div#container {
	position: relative;
	width: 917px;
	background: url("images/container_bg.png") repeat-y;
	margin: 0 auto;
}
#skyscraper {
	position: absolute;
	top: 0;
	right: -145px;
}
/* Link opmaak */
a {
	color: #c7c7c7;
	text-decoration: none;
}
a:hover {
	color: #c7c7c7;
	text-decoration: underline;
}
/* /Link opmaak */

/* Invisible */
.invisible {display: none;}
/* /Invisible */
.clear {clear: both;}
/* Images */
img {border: 0; position: relative;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
/* /Alinea  */

/* Header  */
div#top {
	width: 891px;
	height: 21px;
	color: #808080;
	background: url("images/top_bg.png") no-repeat;
	padding: 7px 20px 0 6px;
	font-family: "Arial", Sans-Serif;
}
div#top a {color: #808080;}
div#top .blauw {color: #167cb2;font-weight: normal;}
div#top .blauw a {color: #167cb2;font-weight: normal;}
div#top img {
	border: 1px solid #000;
	vertical-align: top;
}
div#top span, div#top img {
	float: left;
	margin: 0 2px;
}
div#top span.datum {padding: 0 0 0 20px;}
div#top span.user {
	float: right;
	margin: 0 5px;
}
div#header {
	width: 916px;
	height: 91px;
	background: url("images/header_bg.png") no-repeat;
	padding: 0 1px 0 0;
}
h1 {margin: 0;}
div#header #car {
	float: right;
	width: 340px;
	height: 28px;
	color: #fff;
	background: url("images/car.png") no-repeat;
	margin: 12px 0 0 0;
	padding: 48px 0 0 0;
	font-weight: bold;
	text-align: center;
}
/* /Header */

/* Menu  */
ul#menu {
	width: 915px;
	height: 43px;
	background: url("images/menu_bg.png") repeat-x;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	list-style: none;
}
ul#menu li {float: left;}
ul#menu li a {
	float: left;
	display: block;
	height: 43px;
	color: #808080;
	background: url("images/li_bg.png") right top no-repeat;
	cursor: pointer;
}
ul#menu li a span {
	float: left;
	display: block;
	height: 27px;
	padding: 16px 17px 0 15px;
}
ul#menu li a:hover, ul#menu li.active a {
	color: #434343;
	background: url("images/hover_bg.png") left top no-repeat;
	text-decoration: underline;
}
ul#menu li a:hover span, ul#menu li.active a span {background: url("images/hover_bg2.png") right top no-repeat;}
/* /Menu */

/* Left */
div#left {
	float: left;
	width: 238px;
	color: #7f7f7f;
	background: url("images/nav_bg.png") no-repeat;
	padding: 8px 0 0 0;
}
div#left span {
	display: block;
	padding: 0 0 9px 13px;
}
div#left h2 {
	width: 218px;
	height: 20px;
	background: url("images/head_bg.png") repeat-x;
	margin: 0;
	padding: 4px 5px 0 13px;
	border: 1px solid #353535;
	font-size: 8pt;
}
div#left h2 span {
	float: left;
	padding: 0;
}
div#left h2 img {float: right;}
div#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
div#left ul li a{
	display: block;
	width: 226px; /* IE6 Fix */
	margin: 0;
	padding: 5px 0 4px 6px;
	border-bottom: 1px solid #212121;
}
div#left ul li a:hover, div#left ul li.active a {
	width: 225px; /* IE6 Fix */
	padding: 4px 0 4px 7px;
	color: #acacac;
	background: #292929;
	border: 1px solid #353535;
	text-decoration: none;
}
/* /Left  */

/* Content */
div#content {
	float: right;
	width: 679px;
}
ul#status {
	width: 668px;
	height: 29px;
	background: url("images/status_bg.png") repeat-x;
	margin: 0 0 18px 0;
	padding: 0 0 0 10px;
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	list-style: none;
}
ul#status li {
	height: 22px;
	width: 70px;
	margin: 0;
}
ul#status li.gezondheid {background: url("images/gezondheid.png") 0 6px no-repeat;width: 100px;}
ul#status li.berichten{background: url("images/berichten.png") no-repeat; float: right;}
ul#status li.lokatie {background: url("images/lokatie.png") left no-repeat;width: 100px;}
ul#status li.crew {width: 175px;}
ul#status li.energy {width: 100px;background: url("images/icoon_bliksem.gif") left no-repeat;}
ul#status li.cash {background: url("images/euro.png") 0 5px no-repeat; padding: 7px 0 0 22px; float: left;}
ul#status li.gezondheid img{
	border: 1px solid #D3D3D3;
	vertical-align: top;
	margin: 0 3px;
}
div#content h2 {
	width: 642px;
	height: 19px;
	background: url("images/head_bg.png") repeat-x;
	margin: 0 0 0 13px;
	padding: 5px 0 0 9px;
	font-size: 8pt;
	border: 1px solid #333333;
	clear: left;
}
div#content h2.top {
	width: 308px;	
	margin: 0;
	border: 0;
	border-bottom: 1px solid #303030;
}
div#content div.box, div#top_l, div#top_r {
	margin: 0 0 13px 13px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
}
div#top_l, div#top_r {
	float: left;
	width: 317px;
	min-height: 161px;
	margin-right: 2px;
	background: #121212;
	border: 1px solid #303030;
	clear: none;
}
div#top_l p {padding: 7px 12px;}
div#top_l img {vertical-align: middle;}
div#top_l {background: #121212 url("images/vip.png") bottom no-repeat;}
div#top_r ul{
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
div#top_r ul li {
	color: #383838;
	padding: 5px 0 6px 14px;
	border-bottom: 1px solid #1A1A1A;
}
div#top_r ul li a {color: #383838;}
div#top_r ul li.last {border: 0;}
div#top_r ul li b, div#top_r ul li a b{
	color: #c7c7c7;
	font-weight: normal;
}
div#top_l ul{
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
div#top_l ul li {
	color: #383838;
	padding: 5px 0 6px 14px;
	border-bottom: 1px solid #1A1A1A;
}
div#top_l ul li a {color: #383838;}
div#top_l ul li.last {border: 0;}
div#top_l ul li b, div#top_l ul li a b{
	color: #c7c7c7;
	font-weight: normal;
}
div#content div.box {
	width: 643px;
	background: #121212 url("images/box_bg.png") bottom left no-repeat;
	padding: 4px;
	text-align: justify;
}
div#content div.box img {
	float: left;
	border: 2px solid #191919;
	margin: 0 25px 0 0;
}
div#content h3 {
	color: #1b71a0;
	margin: 0;
	padding: 0;
	font-size: 13pt;
}
div#content h3 a {
	color: #1b71a0;
	margin: 0;
	padding: 0;
	font-size: 13pt;
}
div#content span.meer {
	display: block;
	color: #606060;
	margin: 12px 10px 10px 0;
	text-align: right;
	clear: left;
}	
div#content span.meer a {color: #606060;}
/* /Content  */

/* Footer */
div#footer {
	width: 917px;
	height: 46px;
	color: #636363;
	background: url("images/footer_bg.png") no-repeat;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 7pt;
	text-align: center;
	clear: both;
	overflow: hidden;
}
div#footer b {color: #1b71a0;}
/* /Footer  */
textarea {
	width: 100%;
	color: #5F5F5F;
	border: 1px solid #C0C0C0;
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
	padding: 2px;
}
.input {
	padding: 2px;
	border: 1px solid #5D5D5D;
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
	color: #5F5F5F;
}
input {
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
}
.tcell {
  background-color: #121212;
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.tsub {
  font-size: 8pt;
  background: url("images/head_bg.png") repeat-x;
  font-weight: bold;
  height: 19px;
}
.tsub2 {
  font-size: 8pt;
  background: url("images/head_bg.png") repeat;
  font-weight: bold;
  height: 80px;
}

.msgbox {
  display: block;
  border: solid black 3px;
  width: 150px;
  height:75px;
  z-index: 500;
  position: fixed;
  top:50px;
  left: 50%;
  text-align: center;
  vertical-align: middle;
  color: black; 
  font-size: 20px;
}
