html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
    font-size: 12px;
	background: #fff;
}

body {
	background: url(images/background.jpg) no-repeat fixed center top;
}

a {
	color: #cc0000;
	text-decoration: none;	
}

input, textarea {
	border: 1px solid #9f9f9f;	
}

h2 { font-size: 18px; margin: 12px 0px 12px 0px; }	

h3 { font-size: 15px; }

form { margin: 0px; }

.ruler {
	height: 2px;
	width: 525px;
	background: url(images/ruler.gif) no-repeat;
	margin: 0px 0px 20px 0px;	
}

.pager {
	background: url(images/pager.gif) no-repeat;
	width: 180px;
	height: 18px;
	padding-top: 3px;
	color: white;
	font-weight: bold;	
}

.ad {
	position: relative;	
	margin-top: 5px;
}

.quote {
	background-color: #eee;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 15px;
	padding: 5px;
	width: 90%;	
}

.error {
	border: 1px solid red;	
	padding: 10px;
}

img.advertentie {
	position: absolute;
	top: -8px;	
	left: 3px;
}

img.advertentie2 {
    position: absolute;
    top: -8px;    
    left: 8px;
}

.floatfix { clear: both; }

/* ------- SPLASH --------- */
#splash {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;	
	z-index: 999000;	
}

#splash #bg {
	background: black;
	height: 100%;
	width: 100%;
}

#splash .ad {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -200px;
}

#splash a {
	color: white;
	font-size: 20px;
	font-weight: bold;	
}

/* ------- CONTAINER --------- */
#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 0px;
}

#container #middle {
	margin: 0px auto 0px auto;
	width: 1020px;
    background: #ffffff;
    /*border: #000000 1px solid;*/
}

/* --- HEADER --- */
#header {
	position: relative;
	background: url(images/header_bg_grey.gif) no-repeat;
	width: 1020px;
	height: 158px;
}

#header #leaderboard {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 728px;
	height: 90px;
	background-color: white;	
}

#header #buttons {
	position: absolute;
	bottom: 25px;
	left: 20px;
	width: 750px;	
}

#header #buttons #button-list {
	background:url(images/knoppen.gif) no-repeat;
	width: 750px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#header #buttons #button-list span {
	display: none;
}

#header #buttons #button-list li, #header #buttons #button-list a {
	height: 25px;
	width: 120px;
	display: block;
}

#header #buttons #button-list li {
	float:left;
	list-style:none;
	display:inline;
	margin-right: 5px;	
}

#header #buttons #button-list a.selected_0 { background:url(images/knoppen.gif) 0px -25px no-repeat; }
#header #buttons #button-list a.selected_1 { background:url(images/knoppen.gif) -125px -25px no-repeat; }
#header #buttons #button-list a.selected_2 { background:url(images/knoppen.gif) -250px -25px no-repeat; }
#header #buttons #button-list a.selected_3 { background:url(images/knoppen.gif) -375px -25px no-repeat; }
#header #buttons #button-list a.selected_4 { background:url(images/knoppen.gif) -500px -25px no-repeat; }
#header #buttons #button-list a.selected_5 { background:url(images/knoppen.gif) -625px -25px no-repeat; }

#header #d100 {
    position: absolute;
    bottom: 25px;
    left: 770px;
    width: 80px;
    height: 25px;
}

#header #d100 img {
    border: 0;
}

#header #login, #header #login a {
	color: #fff;
	font-weight: bold;	
}

#header #login a {
	text-decoration: underline;	
}

#header #login {
	position: absolute;
	bottom: 25px;
	right: 15px;
    text-align: right;
}

/* --- CONTENT --- */
#content {
	position: relative;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	width: 1005px;
	background-color: white;
	clear: both;
}

/* -- LEFT -- */
#left {
	float: left;
	position: relative;
	width: 525px;
	margin: 0px;
}

#left .top {
	width: 510px;
	height: 25px;
	padding: 5px 0px 0px 15px;
	color: white;
	background: url(images/top.gif) no-repeat;	
	font-size: 16px;
}

#left .box {
	padding: 5px 10px 10px 10px;
	width: 505px;
	color: white;
	background: url(images/box_bg.gif) no-repeat;	
}

#left .box ul {
    margin-bottom: -1px;
}

#left .fiche {
    background: url(images/fiche_bg2.jpg) no-repeat;
}

#left .item {
	width: 525px;
	margin-bottom: 15px;
	font-family: Verdana;
}

/* NEWS */
#left .item.news a.title {
	font-size: 18px;
}

#left .item.news .subtitle {
	line-height: 2em;
	color: #9f9f9f;
}

#left .item.news .subtitle a {
	color: #9f9f9f;
	text-decoration: underline;	
}

#left .item.news img.thumb {
	float: left;
	margin: 7px 10px 3px 0px;
	border: 1px solid #9f9f9f;
}

#left .item.news p {
	margin: -8px 0px 25px 0px;
	line-height: 12.25pt;	
}

#left .item.news p img {
	border: 1px solid #9f9f9f;
}

#left .item.news .news_footer {
	margin: 10px 0px 0px 0px;
	position: relative;
	width: 525px;
	font-weight: bold;	
}

#left .item.news .news_footer div {
	position: absolute;
	right: 0px;
	top: -4px;	
}

#left .item.news .news_footer div a {
	color: black;
	text-decoration: underline;
}

#left .item.news .news_footer div .addthis{
	position: relative;
	top: 4px;	
	border: 0px;
}

/* DOCK */
#dock {
	margin: 0px 0px 10px;
	padding-left: 10px;
	position: relative;
	width: 525px;
	height: 60px;
}

#dock img.dock_img {
	position: relative;
	bottom: 0px;
	width: 44px;
	border: 0px;
	z-index: 2;	
}

#dock .dock_entry {
	float: left;
	margin-right: 1px;
}

#dock .dock_entry .dock_entry_text {
	display: none;
}

#twitter, .twitter {
	position: relative;
	top: 0px;
	left: 10px;
	width: 440px;
	padding: 15px 30px 10px 50px;
	height: 60px;
	margin: 0px;
	color: white;
	font-size: 16px;	
	background: url(images/twitter_bg.gif) no-repeat;
	z-index: 0;	
	line-height: 0.9em;
}

#twitter img, .twitter img {
	margin: -20px 10px 0px 0px;
	width: 80px;	
}

#twitter a, .twitter a {
	color: white;
	font-size: 11px;
	text-decoration: underline;	
}

.twitter_comment {
	float: right;
	width: 360px;
	padding: 5px;
	margin: 0px 15px 2px 0px;
	background-color: #eee;
}

/* OVERVIEW */
.overview {
	position: relative;
	width: 525px;
	margin-bottom: 10px;
	padding-bottom: 35px;
}

.long {
	height: auto;
	padding-bottom: 50px;	
}

.overview h2 {
	position: absolute;
	top: 0px;
	left: 14px;	
	color: #000;
}

.overview .meer {
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: bold;
}

.overview .entry {
	position: relative;
	top: 48px;
	left: 14px;
	float: left;
	margin: 0px 9px 4px 0px;
	width: 160px;
	height: 140px;
	cursor: pointer;	
	background: url(images/overview_entry.gif) no-repeat;
}

.overview .entry img {
	width: 140px;
	height: 78px;
	margin: 12px 12px 13px 11px;	
	border: 0px;
}

.overview .entry a {
	color: #333;
	font-weight: bold;	
}

/* LISTING */
.listing {
	width: 100%;	
}

.listing th {
	font-size: 14px;
	text-align: left;	
}

.listing tr.selected {
	background: #eee;	
}

.listing tr:hover {
	background-color: #ccc;
	cursor: pointer;	
}

.listing td {
	padding: 3px 5px 3px 0px;	
}

/* FICHE */
.fiche a{
	text-decoration: underline;
	color: #fff;	
}

.fiche td {
	vertical-align: top;	
}

.fiche img.packshot {
	height: 150px;	
	border: 1px solid white;
}

.bottom {
	background: url(images/fiche_bottom.gif) no-repeat;
	width: 525px;
	height: 8px;	
}

/* COMMENTS */
#left .comment {
	margin: 0px 0px 25px 0px;
}

#left .comment .top {
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: url(images/comment_top.gif) no-repeat;
}

#left .comment .top a {
	color: white;
	text-decoration: underline;
}

#left .comment .body img {
	width: 60px;
	border: 1px solid #9f9f9f;
}

#left .comment .body .comment-body {
    width: 445px;
}

#left .magazine_entry {
	float: left;
	position: relative;
	width: 101px;
	height: 117px;
	background: url(images/magazine_bg.png) no-repeat;
}

#left .magazine_entry .tag {
	position: absolute;
	bottom: 7px;
	right: 5px;
	width: 42px;
	height: 23px;
	padding: 3px 0px 0px 0px;	
	background: url(images/magazine_entry_tag.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	z-index: 2;
}

/* -- RIGHT -- */
#right {
	float: right;
	position: relative;
	top: 0px;
	width: 465px;
	margin: 0px;
}

.aboactie {
	position: relative;
	width: 460px;
	height: 339px;
	background: url(images/box_abo.gif) repeat-y;
	cursor: pointer;	
}

.aboactie .title {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 270px;
	font-size: 16px;
	color: #fff;
}

.aboactie img.visual {
	width: 420px;
	height: 220px;
	margin: 80px 20px 40px 20px;	
}

.aboactie img.abo_nu {
	position: absolute;
	bottom: 8px;
	right: 20px;
	width: 125px;
	border: 0px;	
}

/* - LEFT_BAR - */
#right #left_bar {
	float: left;
	position: relative;
	width: 300px;
}

/* BOXES */
#left_bar .box {
	width: 300px;	
}

#left_bar .box .top {
	padding-top: 10px;
	padding-left: 10px;
	width: 290px;
	height: 29px;	
	font-size: 15px;
	font-weight: bold;
	color: white;
	background: url(images/box_top.gif) no-repeat;
}

#left_bar .box ul {
	margin: 10px 10px 10px 25px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(logos/chief_c_rood.jpg);
}

/* CHIEF TV */
#left_bar #chieftv .top {
	background: url(images/box_top_chieftv.gif) no-repeat;
}

#left_bar #chieftv .body {
	margin-top: 2px;
	height: 114px;
}

#left_bar #chieftv #sbox {
	position: relative;	
}

/* QUOTE */
#left_bar #quote {
	position: relative;
	width: 240px;
	height: 130px;
	background: url(images/quote_bg.gif) no-repeat;	
	display: table-cell; 
	vertical-align: middle;
	padding: 30px 25px 30px 65px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#imu {
	width: 300px;
	height: 250px;
	background-color: white;
}

/* - RIGHT_BAR - */
#right #right_bar {
	float: right;
	width: 160px;
}

#skyscrapper {
	width: 160px;
	height: 600px;
	background-color: white;
    margin-bottom: 10px;	
}

/* --- FOOTER --- */
#footer {
	margin: 40px auto 0px auto;
	padding-top: 20px;
	width: 990px;
	
	background: url(images/footer_bg_grey.gif) no-repeat;
	font-weight: bold;
	text-align: center;
	color: white; 
}

#footer a {
	color: #fff;
}