/*  ===============
	NATIVE HTML CSS 
	===============
*/
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
    font-size: 12px;
	background: #ffffff url(images/background_yellow3.jpg) top center fixed no-repeat;
}

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

input {
	border: 1px solid #e3e3e3;
}

input[type=checkbox], input[type=radio] {
	border: 0px;
}

/*  ===============
	GENERAL CLASSES 
	===============
*/
.quote {
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 15px;
	padding: 5px;
	width: 90%;	
}

.ruler {
	background: #000000 url(images/ruler_bg.gif) repeat-x;
	height: 2px;
}

.overlay {
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: #000;
	opacity: .7; filter: alpha(opacity=70);	
	color: #fff;
	font-size: 11px;
	padding: 3px 0px 3px 0px;	
}

.floatfix {
	clear: both;
}

span.arrow_title {
	font-size: 13px;
	font-weight: bold;
	color: #f43700;
}

/*  =========
	SPECIFICS 
	=========
*/


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

#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%;
	padding: 0px;
	min-height: 90%;
	overflow-y: hidden;
}

#container #middle {
	position: relative;
	height: 100%;
	width: 902px;
	margin: 0px auto 0px auto;
	background-color: white;
}

/* 	-------------------------------------
	--------------- HEADER --------------
	-------------------------------------
*/

#middle #header {
	position: relative;
	back-ground-color: black;
}

#header #breadcrumb_bar {
	width: 882px;
	height: 24px;
	color: #ffffff;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/hp_header_breadcrumb_bg2.gif) repeat-x;
}

#header #leaderboard_bar {
	width: 902px;
	height: 90px;
	background: url(images/hp_header_leaderboard_bg3.gif) no-repeat;
}

#header #leaderboard_bar #leaderboard {
	position: relative;
	left: 80px;
	width: 728px;
	text-align: right;
	background: url(images/hp_header_leaderboard_adv.gif) no-repeat;
	padding: 0px 0px 0px 10px;
}

#header #logo_bar {
	position: relative;
	width: 902px;
	height: 83px;
	background: url(images/hp_header_logo_bg.gif) no-repeat;
	margin: 0px;
}

#header #logo_bar #logo_zoeken {
	position: absolute;
	right: 12px;
	top: 11px;
	width: 326px;
	height: 52px;
	background: url(images/hp_header_logo_zoeken.gif) no-repeat;
}

#header #nav_bar {
	position: relative;
	width: 902px;
	height: 35px;
	background: url(images/hp_header_nav_bg.gif) repeat-x;
}

#header #nav_bar #nav_buttons {
	float: left;
}

#header #nav_bar #nav_buttons #nav_buttons_left {
	float: left;
	height: 33px;
	width: 3px;
	background: url(images/hp_header_nav_left.gif) no-repeat;
}

#header #nav_bar #nav_buttons .nav_button {
	float: left;
}

#header #nav_bar #nav_buttons .nav_button .nav_button_text{
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

#header #nav_bar #nav_buttons .nav_button .nav_button_text a{
	color: black;
	font-size: 12px;
	text-decoration: none;
}

#header #nav_bar #nav_buttons .nav_button .nav_button_text a:hover{
	color: #f43700;
}

#header #nav_bar #nav_buttons .nav_button .nav_button_text_selected{
	float: left;
	height: 25px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	background-color: #ffffff;
}

#header #nav_bar #nav_buttons .nav_button .nav_button_shade_right, #header #nav_bar #nav_buttons .nav_button .nav_button_shade_left{
	float: left;
	width: 5px;
	height: 33px;
	background: url(images/hp_header_nav_shade_right.gif) no-repeat;
}

#header #nav_bar #nav_buttons .nav_button .nav_button_shade_left{
	background: url(images/hp_header_nav_shade_left.gif) no-repeat;
}

#header #nav_bar #subnav_buttons {
	float: left;
	position: absolute;
	left: 0px;
	top: 33px;
	height: 24px;
}

#header #nav_bar #subnav_buttons #subnav_left, #header #nav_bar #subnav_buttons #subnav_right {
	float: left;
	width: 6px;
	height: 24px;
	background: url(images/hp_header_subnav_left.gif) no-repeat;
}

#header #nav_bar #subnav_buttons #subnav_right {
	background: url(images/hp_header_subnav_right.gif) no-repeat;
}

#header #nav_bar #subnav_buttons #subnav_links {
	float: left;
	height: 19px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #ececee;
	font-weight: bold;
	color: #a3a3a3;
}

#header #nav_bar #subnav_buttons #subnav_links a {
	font-weight: bold;
	color: #a3a3a3;
	text-decoration: none;
	letter-spacing: 0.8px;
	font-size: 11px;
}

#header #nav_bar #subnav_buttons #subnav_links a:hover {
	color: #f43700;
}

#header #nav_bar #nav_login {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 32px;
	padding-right: 20px;
	background: url(images/hp_header_nav_login_bg.gif) repeat-x;
}

#header #nav_bar #nav_login #nav_login_left {
	float: left;
	height: 32px;
	width: 12px;
	background: url(images/hp_header_nav_login_left.gif) no-repeat;
}

#header #nav_bar #nav_login #nav_login_content {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	color: #FFFFFF;
	height: 32px;
}

#header #nav_bar #nav_login #nav_login_content a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#header #nav_bar #nav_login #nav_login_content form {
	display: inline;
	position: relative;
	top: -4px;
}

#header #nav_bar #nav_login #nav_login_content input {
	height: 16px;
	width: 100px;
	border: 1px solid #000000;
}

#header #nav_bar #nav_login #nav_login_content #nav_login_content_ok {
	position: relative;
	top: 0px;
	display: inline;
	background: url(images/hp_header_nav_login_ok.gif) no-repeat;
	border: 0px;
}

#login_box {
	position: absolute;
	border: 3px solid #e3e3e3;
	font-weight: bold;
	padding: 20px;	
	left: 65%;
	top: 80px;
	z-index: 50;
	background-color: #ffffff;
}

#login_box #login_box_close {
	position: absolute;
	bottom: 2px;
	right: 5px;	
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

/* 
----------------------------------------
--------------- CONTENT ----------------
----------------------------------------
*/
/* 	We use absolute positioning for left and right columns, because both will never interact with eachother,
	and need to stay at the exact same position according to eachother */
#middle #content {
	position: relative;
	top: 35px;
	width: 100%;
	background-color: white;
}

/* 
	--------------
	FULLPAGE 
	--------------
*/

#content #fullpage {
	position: relative;
	left: 15px;
	width: 870px;
	margin-bottom: 10px;
}

/* -- NABESTELLEN -- */
#fullpage .nabestellen_mag {
	float: left;
	position: relative;
	width: 135px;
	height: 210px;
	margin: 15px;
	font-size: 13px;
	font-weight: bold;
}

#fullpage .nabestellen_mag .soldout {
	position: absolute;
	width: 120px;
	height: 80px;
	top: 0px;
	left: 0px;
}

#fullpage .nabestellen_mag .soldout img{
	width: 120px;
	height: 80px;
	border: 0px;
	margin: 0px;
	z-index: 2;
}

#fullpage .nabestellen_mag a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#fullpage .nabestellen_mag img {
	width: 125px;
	height: 160px;
	border: 5px solid #e3e3e3;
	margin-bottom: 3px;
	z-index: 1;
}

/* 
	--------
	  LEFT 
	--------
*/
#content #left {
	float: left;
	position: relative;
	left: 15px;
	width: 535px;
	height: 100%;
}

/* -- GENERAL STUFF -- */
/* Gray box */
#left .gray_box {
	position: relative;
	background-color: #f2f2f2;
	padding: 15px;
	width: 505px;
}

/* Arrowed box */
#left .arrowed_top {
	position: relative;
	width: 513px;
	height: 24px;
	background: url(images/cx_comicblock_top.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 9px;	
}

#left .arrowed_top .meer {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
		
}

#left .arrowed_box {
	background-color: #d7d7d7;
	padding: 15px;
	width: 508px;
}

#left .arrowed_bottom {
	width: 538px;
	height: 33px;
	background: url(images/cx_comicblock_bottom.gif) no-repeat;
	margin-bottom: 15px;
}

/* Archive table */
#left .archive {
	padding: 10px;
	margin-top: 10px;
	width: 515px;	
}

#left .archive_table {
	font-size: 12px;
	width: 100%;
	padding: 0px;
}

#left .archive_table a {
	color: black;
}

#left .archive_table th {
	font-weight: bold;
	border-bottom: 1px solid black;
	text-align: left;
}

#left .archive_table td {
	padding: 3px;	
}

#left .archive_table .archive_table_row_odd {
	background-color: #ededef; 		
}

#left .archive_table .archive_table_row:hover, #left .archive_table .archive_table_row_odd:hover {
	background-color: white;	
}

/* --- SBOX --- */
#left #sbox {
	float: left;
	position: relative;
	left: -2px;
	height: 145px;
	width: 541px;
	margin-bottom: 20px;
}

#left #sbox #sbox_prev, #left #sbox #sbox_next, #left #sbox #sbox_body {
	float: left;
	height: 145px;
	width: 28px;
	background: url(images/hp_content_sbox_prev2.gif) no-repeat;
}

#left #sbox #sbox_next {
	background: url(images/hp_content_sbox_next2.gif) no-repeat;
}

#left #sbox #sbox_body {
	width: 485px;
	background: url(images/hp_content_sbox_body2.gif) no-repeat;
}

#slider {
	position: relative;
	top: 15px;
	left: 2px;
}

#slider #box{
	position: absolute;
}

#slider #box .sbox_entry {
	display: block;
	float: left;
	border: 1px solid #bebebe;
	width: 157px;
	height: 118px;
	margin-right: 2px;
}
#slider #box .sbox_entry .sbox_entry_title {
	position: absolute;
	bottom: 0px;
	width: 147px;
	height: 15px;
	padding: 5px;
	padding-top: 2px;
	font-weight: bolder;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
	filter: alpha(opacity=70); -moz-opacity:.70; opacity:.70; -khtml-opacity: .70;
}

#slider #box .sbox_entry img{
	width: 157px;
	height: 118px;
}

#slider .mask{
	position: relative;
	width: 483px;
	height: 118px;
	overflow: hidden;
}

/* --- NEWSITEMS --- */
#left .newsitem {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#left .newsitem .nieuwsitem_title {
	font-size: 16pt; 
	color: #000000;
}

#left .newsitem .nieuwsitem_subtitle {
	font-size: 11px;
	color: #757974;
}

#left .newsitem .nieuwsitem_subtitle a {
	color: #757974;	
	text-decoration: underline;
}

#left .newsitem p {
	line-height: 12.25pt;
	margin: 0px;
	margin-top: 10px;
}

#left .newsitem .newsitem_body {
	line-height: 12.25pt; 
	margin-top: 9px;
}

#left .newsitem .dash {
	position: relative;
	top: -2px;
	font-size: 8px;
	color: #000000;
}

#left .newsitem  img {
	margin: 0px 9px 0px 0px;	
}

#left .newsitem  img.blog_thumb {
	border: 5px solid #d8d8d8;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	float: left;
}

#left .newsitem  img.addthis {
	position: relative;
	top: 4px;	
}

#left .newsruler {
	float: left;
	width: 535px;
	height: 1px;
	border-top: 1px dotted #a2a2a2;
	margin-bottom: 10px;
}

/* --- OVERVIEW --- */
.overview_button {
	position: relative;
	float: left;
	width: 150px;
	height: 125px;	
	margin: 0px 10px 10px 0px;
	color: #757974;
}

.overview_button.screens {	
	margin: 0px 10px 0px 0px;
}

.overview_button a {
	color: #757974;
}

.overview_button img.thumb {
	border: 5px solid #acacac;
	width: 140px;
	height: 78px;
	margin-bottom: 2px;	
}

.overview_button img.thumb.screen_thumb {
	width: 140px;
	height: 78px;	
}

.overview_button img.speel_af, .overview_button img.bekijk_gallerij{
	position: absolute;
	width: 90px;
	top: 15px;
	left: 30px;
	border: 0px;
}

/* *********** CLEANUP UNTIL HERE ************* */
/* --- MAGAZINE --- */
h3.magazine {
	color: #f43700;
}

h3.magazine img {
	position: relative;
	top: 6px;
}

#left #magazine #magazine_cover {
	position: relative;
	width: 538px;
	height: 622px;
	background: url(images/magazine_dezemaand_bg.gif) no-repeat;
	margin-bottom: 20px;
}

#left #magazine #magazine_cover img {
	border: 0px;	
}

#left #magazine #magazine_cover img.cover{
	position: relative;
	left: 37px;
	top: 13px;
	width: 464px;
	height: 596px;
}

#left #magazine #magazine_cover .next {
	position: absolute;
	top: 45%;
	left: -6px;
}

#left #magazine #magazine_cover .prev {
	position: absolute;
	top: 45%;
	right: -6px;
}

#left #magazine #magazine_demo, #left #magazine #magazine_ookdezemaand {
	background-color: #f2f2f2;
	padding: 15px;
	width: 505px;
	font-size: 10px;
}

#left #magazine #magazine_demo #magazine_demo_cover {
	float: left;
}

#left #magazine #magazine_demo #magazine_demo_cover img {
	width: 150px;
	height: 150px;
	border: 7px solid #e3e3e3;
}

/* --- RELEASES --- */
#left #release_box {
	position: relative;
}

#release_box #release_row_header {
	font-weight: bold;
}

#release_box #release_row_header  a{
	color: black;
	text-decoration: none;
}
#release_box #release_row_header  a:hover{
	color: #f43700;
}

#release_box .release_title, #release_box .release_genre, #release_box .release_date {
	font-size: 11px;
	padding: 5px;
	padding-left: 0px;
}

#release_box .release_title img {
	top: 2px;
}

#release_box .release_date {
	text-align: right;
}

#release_box .release_row_even {
	background-color: #ededef;
}

#release_box .release_row_odd a, #release_box .release_row_even a {
	color: black;
}

#release_box .release_row_odd:hover, #release_box .release_row_even:hover {
	background-color: white;
}

#release_box .release_filter {
	position: relative;
	background-color: white;
	width: 475px;
	height: 20px;
	margin-bottom: 15px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* --- COMICS --- */
#left #comics_box {
	position: relative;
}

#comics_box #comics_box_body {
	width: 490px;
	background-color: #d7d7d7;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#comics_box #comics_box_body img {
	width: 490px;
}

#comics_box #comics_box_left {
	position: absolute;
	top: 45%;
	left: -5px;
}

#comics_box #comics_box_right {
	position: absolute;
	top: 45%;
	right: -8px;
}

#comics_box #comics_box_left img, #comics_box #comics_box_right img {
	border: 0px;
}

#comics_box .addthis {
	position: relative;
	top: 8px;
	left: 24px;
}

#archive_title img{
	position: relative;
	top: 3px;
}

/* --- COMMENTS --- */
#comments {
	width: 535px;
}

#commments #comment_title img{
	position: relative;
	top: 5px;
}

#comments .comment {
	margin-top: 10px;
}

#comments .comment .comment_top {
	width: 525px;
	height: 23px;
	background: url(images/comments_comment_top.gif) no-repeat;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

#comments .comment .comment_body {
	width: 535px;	
}

#comments .comment .comment_body_avatar {
	float: left;
	width: 70px;
	height: 70px;
	padding: 5px;
}

#comments .comment .comment_body_avatar img {
	border: 3px solid #e8e8e8;
	width: 70px;
}

#comments .comment .comment_body_text {
	float: left;
	padding: 5px;
	width: 440px;
}

#comments .comment .comment_body_links {
	padding: 5px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
}

#comments #comment_form_box {
	position: relative;
	height: 205px;
	width: 507px;
	border: 4px solid #cfcfcf;
	background: url(images/comments_comment_bg_spie.gif) repeat-x;
	margin-top: 10px;
	padding: 10px;
}

#comments #comment_form_box textarea{
	border: 2px solid #cfcfcf;
	font-family: arial;
	font-size: 11px;
}

#comments #comment_form_box a#plaats_commentaar {
	font-size: 11px;
	font-weight: bold;
	float: right;	
}

#zoeken {
    font-size: 10px;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 15px;
}

.zoek_radio {
	position: relative;
	top: 3px;    
}

#zoek_box {
    position: absolute;
    bottom: 5px;
    width: 200px;
}

#zoek_submit {
	position: absolute;
    bottom: 4px;
    right: 15px;
}

/* POLLARCHIVE */
#pollarchive_overview .title {
    color: #f43700;
    padding-left: 10px;
}

#pollarchive_overview .item {
    margin-left: 20px;
    padding: 5px;
}

#pollarchive_overview .item a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

#pollarchive_item .title {
    color: #f43700;
    padding-left: 10px;
}

#pollarchive_item .subbox {
    position: relative;
    left: 10px;
    width: 284px;
    color: #333333;
}

#pollarchive_item .subbox_top {
    height: 10px;
    background: url(images/hp_content_box_subbox_top.gif) no-repeat;
}

#pollarchive_item .subbox_body {
    background: white;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
}

#pollarchive_item subbox_bottom {
    height: 9px;
    background: url(images/hp_content_box_subbox_bottom.gif) no-repeat;
}

#pollarchive_item #poll_answers .poll_answer .poll_answer_bar {
    float: left;
    width: 0%;
    height: 10px;
    background-color: #f43700;
}

#pollarchive_item #poll_answers .poll_answer .poll_answer_bar_bg {
    float: left;
    width: 87%;
    height: 10px;
    background-color: #f2f2f2;
    margin-right: 10px;
}

#pollarchive_item #poll_answers .poll_answer .poll_answer_perc {
    float: left;
    font-size: 10px;
}

/* 
	---------
	RIGHT 
	---------
*/

/* --- PLAYER --- */
#content #right {
	float: right;
	position: relative;
	top: 0px;
	right: 15px;
	width: 319px;
	height: 100%;
}

#right #player {
	margin-bottom: 10px;
}

#right #player #player_top {
	width: 294px;
	height: 25px;
	padding-left: 25px;
	padding-top: 8px;
	background: url(images/hp_content_player_top.gif) no-repeat;
	color: #757974;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.3px;
}

#right #player #player_body {
	width: 319px;
}

#right #player #player_playlist {
	display: none;
	width: 318px;
	height: 0px;
	overflow: hidden;
	background-color: #d7d7d7;	
}

#right #player #player_playlist .entry {
	float: left;
	width: 95px;
	height: 53px;
	margin: 5px 0px 5px 4px;
	border: 3px solid #acacac;	
	background: gray;
	cursor: pointer;
}

#right #player #player_playlist .entry img {
	width: 95px;
	height: 53px;
}

#right #player #player_bottom {
	position: relative;
	width: 319px;
	height: 25px;
	background: url(images/hp_content_player_bottom.gif) no-repeat;
}

#right #player #player_bottom .button {
	cursor: pointer;
	position: absolute;
	top: 5px;
}

#right #player #player_bottom .button.playlist {
	left: 5px;
}

#right #player #player_bottom .button.meervideos {
	right: 5px;
	border: 0px;
}

/* --- IMU --- */
#right #imu {
	width: 299px;
	height: 265px;
	background: #f2f2f2;
	text-align: center;
	padding: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

/* --- BOXES --- */

/* Default */
#right .box {
	margin-bottom: 10px;
	color: #333333;
}

#right .box .box_top_black {
	width: 281px;
	height: 25px;
	background: url(images/hp_content_box_black_top.gif) no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}

#right .box .box_body {
	position: relative;
	width: 306px;
	padding: 5px;
	background: #ededef;
}

#right .box .box_body #poll_title {
	color: #f43700;
	padding-left: 10px;
}

#right .box .box_bottom {
	width: 316px;
	height: 8px;
	background: url(images/hp_content_box_bottom.gif) no-repeat;
}

#right .box .box_ruler {
	width: 316px;
	height: 2px;
	background: url(images/hp_content_box_ruler.gif) no-repeat;
}

#right .box .subbox {
	position: relative;
	left: 10px;
	width: 284px;
	color: #333333;
}

#right .box .subbox .subbox_top {
	height: 10px;
	background: url(images/hp_content_box_subbox_top.gif) no-repeat;
}

#right .box .subbox .subbox_body {
	background: white;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#right .box .subbox .subbox_bottom {
	height: 9px;
	background: url(images/hp_content_box_subbox_bottom.gif) no-repeat;
}

/* Release lijst */
#right .box #release_list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

#right .box #release_list a {
	color: #000;
}

#right .box #release_list tr.release_selected {
	background: #ededef;
}

#right .box #release_list td.release_icon {
	width: 25px;
	text-align: center;
}

#right .box #release_list td.release_title {
	width: 170px;
	border-right: 2px solid #ededef;
	text-align: left;
}

#right .box #release_list td.release_date {
	width: 50px;
	text-align: right;
	padding-right: 5px;
}

/* Deze maand */
#right .box #dezemaand_top {
	width: 316px;
	height: 32px;
	font-size: 11pt;
	background: url(images/hp_content_dezemaand_top.gif) no-repeat;

}

#right .box #dezemaand_body {
	position: relative;
	width: 316px;
	height: 217px;
	background: url(images/hp_content_dezemaand_body_bg.gif) repeat-x;
}

#right .box #dezemaand_body #dezemaand_mag{
	position: relative;
	top: 15px;
	left: 20px;
	height: 190px;
	width: 150px;
}

#right .box #dezemaand_body #dezemaand_naast{
	position: absolute;
	top: 50px;
	left: 170px;
	height: 116px;
	width: 110px;
	padding-left: 20px;
	padding-top: 15px;
	background: url(images/hp_content_dezemaand_body_naast2.gif) no-repeat;
}

.box .dezemaand_button{
	width: 84px;
	height: 20px;
	padding-top: 3px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: url(images/hp_content_dezemaand_button.gif) no-repeat;
	cursor: pointer;
}

#right .box #dezemaand_bottom {
	width: 316px;
	height: 9px;
	background: url(images/hp_content_dezemaand_bottom.gif) no-repeat;
}

/* Poll */
#right #poll_box {}

#poll_box .poll_answer_bar {
	float: left;
	width: 0%;
	height: 10px;
	background-color: #f43700;
}

#poll_box .poll_answer_bar_bg {
	float: left;
	width: 87%;
	height: 10px;
	background-color: #f2f2f2;
	margin-right: 10px;
}

#poll_box .poll_answer_perc {
	float: left;
	font-size: 10px;
}

/* highlights */
#right #highlights img {
	width: 150px;
	height: 90px;
	margin-left: 5px;
	margin-right: 5px;
	border: 0px;
}

#right #highlights .highlight {
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 145px;
	height: 90px;	
}

/* Gamefiche */
#right #gamefiche #gamefiche_score {
	width: 62px;
	height: 44px;
	background: url(images/gamefiche_score.gif);
	margin: 5px 0px 5px 10px;
	font-size: 40px;
	padding-top: 25px;
	text-align: center;	
	font-weight: bold;
	float: left;
}

#right #gamefiche a {
	color: black;	
}

/* 
	-------------------------------------
	-------------- FOOTER ---------------
	-------------------------------------
*/
#sitemap {
	width: 892px;
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
	border-top: 4px solid #e3e3e3;
	color: #a8a8a8;	
	font-size: 11px;
}

#sitemap a {
	color: #a8a8a8;
}

#sitemap table {
	margin-top: 5px;	
}

#sitemap table td {
	width: 135px;
	border-right: 1px dotted #a2a2a2;
	padding-left: 10px;
	vertical-align: top;
}

#footer {
	position: relative;
	margin-top: 10px;
	margin-bottom: 35px;
	height: 37px;
	background: #ffffff url(images/hp_footer_bg.gif) repeat-x;	
}

#footer #footer_overlay {
	position: absolute;
	bottom: 9px;
	left: 6px;
	height: 17px;
	width: 890px;
	text-align: center;
	color: #ffffff;
	background-color: #a8a8a8;
	padding: 1px 0px 0px 0px;
	font-size: 11px;
}

#footer a {
	color: #fff;
	text-decoration: underline;	
}

/* 
	--------------------------------------------
	---------------- SKYSCRAPER ----------------
	--------------------------------------------
*/
#container #skyscraper {
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: 460px;
	width: 160px;
	height: 600px;
}

