/*------------------------------------------------------------------------------------
 * Bink Bouw Website Screen Presentation Layer
 * Author:	REYEZ!
 * Created:	10-7-2009
 * Notes:	{notities, bugs, etc.}
-------------------------------------------------------------------------------------*/

/* ################################################################################# */
/*                                                                                   */
/*                                		BODY	                                     */
/*                                                                                   */
/* ################################################################################# */


/*------------------------------------------------------------------------------------
 * 
 * Alleen gebruiken wanneer de footer van de website altijd 
 * tegen de onderkant van de browser aan moet staan of onderaan de content

html, body {
	height: 			100%;
}

html {
	font-size: 			100%;
	overflow-y:			scroll;
}

-------------------------------------------------------------------------------------*/

html, body {
	height: 			100%;
	margin:				0;
}

html {
	font-size: 			100%;
	overflow-y:			scroll;
}

body {
	background:			#070707;
	color: 				#FFF;
	font-family:		Verdana;
	font-size: 			62.5%; /* standaard font grootte is nu 10px, dus 1.2em = 12px */
	line-height: 		140%;
}

/* ################################################################################# */
/*                                                                                   */
/*                                VLAKVERDELING                                      */
/*                                                                                   */
/* ################################################################################# */

#wrapper {
	clear:				both;
	min-height: 		100%;
	height: 			auto !important;
	height: 			100%;
	margin: 			0 auto -130px auto; /* the bottom margin is the negative value of the footer's height */
	width:				995px;
}

#headerfoto {
	height:				185px;
}

#footer {
	margin:				0 auto;
	text-align:			left;
	width:				995px;
}

#footer img{
	margin-top:			30px;
}


/*------------------------------------------------------------------------------------
 * 
 * Alleen gebruiken wanneer de footer van de website altijd 
 * tegen de onderkant van de browser aan moet staan of onderaan de content

#wrapper {
	min-height: 		100%;
	height: 			auto !important;
	height: 			100%;
	margin: 			0 auto -30px auto; /* the bottom margin is the negative value of the footer's height *//*
	width:				960px;
}

#footer, #footerclearer {
	background:			#00FF00;
	height: 			30px; /* .footerclearer must be the same height as .footer *//*
	margin:				0 auto;
	width:				960px;
}

-------------------------------------------------------------------------------------*/

/* ################################################################################# */
/*                                                                                   */
/*                                   DEFAULT                                         */
/*                                                                                   */
/* ################################################################################# */

/*------------------------------------------------------------------------------------
 * 
 * Gebruik font-size alleen bij html tags en niet bij classes en id's,
 * dit mag slechts bij uitzondering.
 *
 * Deze eigenschap zal altijd blijven ondanks verdere classes
 * 		!important
 * IE 6 and below
 *     	* html {}
 * IE 7 and below
 *     	*:first-child+html {} * html {}
 * IE 7 only
 *     	*:first-child+html {}
 * IE 7 and modern browsers only
 *     	html>body {}
 * Modern browsers only (not IE 7)
 *     	html>/**body {}
 /*
 * Recent Opera versions 9 and below
 *     html:first-child {}
 *
-------------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
	font-family: 		Verdana, sans-serif !important;
	margin: 			0;
	padding: 			0;
	letter-spacing: 	0;
	border-bottom: 		0 !important;
}

button, input, option, select, textarea {
	font-family: 		Verdana;
	letter-spacing: 	0;
	margin: 			0;
	padding: 			0;
}

a {
	color:	#1e76c9;
	text-decoration: underline;
}

a:active {
	color:	#1e76c9;
	text-decoration: underline;
}

a:hover {
	color:	#1e76c9;
	text-decoration: underline;
}

a:visited {
	color:	#1e76c9;
	text-decoration: none;
}




/* Custom tags */



p, ul, table, button, input, select, textarea {
	font-size:			1.2em;
}


h1 {
	color:				#FFF;
	font-size:			1.4em;
	font-weight:		bold;
	margin:				1em 0 1.5em 0;
}

h2 {
	color:				#1e76c9;
	font-size:			1.5em;
	font-weight:		bold;
	margin:				0 0 0.5em 0;
}

h4 {
	color:				#FFFF;
	font-size:			1.4em;
	font-weight:		normal;
	text-decoration:	underline;
	margin:				0 0 0.5em 0;
}

p {
	line-height:		1.6em;
	margin:				0 0 1.5em 0;
}

table {
	border:				0;
	margin:				0 0 1.5em 0;
}

td {
	padding-top:		3px;
	vertical-align:		top;
	line-height:		1.6em;
}

td td {
	font-size:			0.9em;
}

td h2 {
	color:				#1e76c9;
	font-size:			1.2em;
	font-weight:		bold;
	margin:				0 0 0.5em 0;
}
	
button, input, select, textarea {
	border:				1px solid #999999;
	color:				#666;
	font-size:			1em;
	padding:			1px;
}

input.radio, input.check {
	width:				20px;
	border:				0;
}

input.aantal {
	width:				35px;
}

.button {
	border:				0;
	height:				25px;
	padding:			0;
	width:				150px;
}

ul li {
	list-style:			none;
	list-style-image:	none;
	padding:			0;
	margin:				0;
}
label {
	font-size:			1.2em;
}

/* ################################################################################# */
/*                                                                                   */
/*                                 HEADER				                             */
/*                                                                                   */
/* ################################################################################# */

#header {
	position: relative;
    height: 255px;
    background-image: url(../images/maxies/top.jpg);
    background-repeat: no-repeat;
	width:				995px;
}

#header a {
    width:108px;
    height:150px;
    display:block;
}

#header img {
	border:0px;
}

.top_blok_studie {
	position:absolute;

	left:26px;
	top:42px;
	height:150px;

	background-image: url(../images/maxies/hit-studieboeken.jpg);
	background-repeat: no-repeat;
}

.top_blok_algemeen {
	position:absolute;
	left:165px;
	top:89px;
    height:150px;

	background-image: url(../images/maxies/hit-algemeneboeken.jpg);
	background-repeat: no-repeat;
}

.top_blok_kantoor {
	position:absolute;
	left:304px;
	top:67px;
    height:150px;
    
	background-image: url(../images/maxies/hit-ksartikelen.jpg);
	background-repeat: no-repeat;
}

.top_blok_boekenlijst {
	position:absolute;
	left:443px;
	top:81px;
    height:150px;

	background-image: url(../images/maxies/hit-boekenlijsten.jpg);
	background-repeat: no-repeat;
}

.top_blok_reisboeken {
	position:absolute;
	left:582px;
	top:60px;
    height:150px;

	background-image: url(../images/maxies/hit-reisboeken.jpg);
	background-repeat: no-repeat;
}

.top_blok_overige {
	position:absolute;
	left:721px;
	top:43px;
    height:150px;

	background-image: url(../images/maxies/hit-overige.jpg);
	background-repeat: no-repeat;
}

.top_blok_eduroute {
	position:absolute;
	left:860px;
	top:54px;
    height:150px;

	background-image: url(../images/maxies/hit-eduroute.jpg);
	background-repeat: no-repeat;
}

* html a:hover {visibility:visible;}

.top_blok_studie a:hover img{visibility:hidden;}
.top_blok_algemeen a:hover img{visibility:hidden;}
.top_blok_kantoor a:hover img{visibility:hidden;}
.top_blok_boekenlijst a:hover img{visibility:hidden;}
.top_blok_reisboeken a:hover img{visibility:hidden;}
.top_blok_overige a:hover img{visibility:hidden;}
.top_blok_eduroute a:hover img{visibility:hidden;}


/* ################################################################################# */
/*                                                                                   */
/*                                 NAVIGATIE			                             */
/*                                                                                   */
/* ################################################################################# */

#topmenu {
	text-align:			right;
	height:				22px;
	padding:			8px 0 0px 0;	
	*padding:			12px 0 4px 0;
	width:				995px;
}

#breadcrumbs {
	float:				left;
}

ul.top li {
	display:			inline;
	font-size:			1.1em;
	padding:			10px 0 0 15px;
}

ul.top li a {
	color:				#FFF;
	text-decoration:	none;
}

#nav {
	padding:			5px 0 15px 0;
	height:				20px;
}

#nav ul li {
	background:			url(../images/maxies/seperator.jpg) right top no-repeat;
	display:			inline;
	font-size:			1.2em;
	padding:			0 1em;
}

#nav ul li a {
	color:				#FFF;
	text-decoration:	none;
}

#nav ul li.last {
	background:			none;
}

/* ################################################################################# */
/*                                                                                   */
/*                                 LOGIN				                             */
/*                                                                                   */
/* ################################################################################# */


/* ################################################################################# */
/*                                                                                   */
/*                                 CONTENT				                             */
/*                                                                                   */
/* ################################################################################# */

#content-left, #content-right {
	float:				left;
}

#content-left {
	width:				750px;
}

#content-right {
	text-align:			right;
	width:				245px;
}

#maxies {
	background-color:	#070707;
	padding-bottom:		36px;
}

.product {
	background-image: url(../images/maxies/maxkader_1-1_haarlijn.jpg);
	background-repeat: no-repeat;
	width: 222px;
	height: 138px;
    font-size: 11px; 
	padding-bottom: 36px;
/*    padding-right:36px; */
    float:right;
	text-align:	left;
	display:block;
	cursor: pointer;
}

.product_2 {
	background-image: url(/images/maxies/maxkader_1-1_haarlijn.jpg);
	background-repeat: no-repeat;
	width: 222px;
	height: 138px;
    padding-bottom: 36px;
    font-size: 11px; 
    float:left;
}

.product img, .product_2 img {

	padding-top:6px;
	padding-right:6px;
	float:right;
	
	height:124px;
	width:90px;
	border:0;
}

.product ul, .product_2 ul {

	padding-left:8px;
	margin:0;
	
	position:relative;
	top:7px;
	float:left;
}

.product li, .product_2 li {
	padding-bottom:4px;
    width:115px;
}

.product li a, .product_2 li a {
	text-decoration:none;
	color:#FFFFFF;
}

.product .top_li, .product_2 .top_li {
	padding-bottom:4px;
    width:115px;
}

.table_zoeklijst .productrij td
 {
	padding: 10px 0;
}

.content_titel {
	background-image: url(../images/maxies/maxkader_tekst-hoek_haarlijnLB.jpg);
	background-repeat: no-repeat;
	
    width:738px;
    height:34px;
    float:left;
    padding-left:8px;  
    float:left;
}

.content_titel h1 {
    font-weight:bold;
	
}

.content_tekst {
    padding: 8px 36px 30px 8px;
    width: 738px;
 /*   padding-left:8px; */
    float:left;
    
}

.content_tekst_breedt {
    padding: 8px 36px 30px 8px;
    width: 996px;
    float:left;
}

.content_bottom {
    height:34px;
    width: 738px;
	background-image: url(../images/maxies/maxkader_tekst-hoek_haarlijnRO.jpg);
	background-repeat: no-repeat;
    background-position:right;
    float:left;
    
}

.content_bottom_breedt {
    height:34px;
    width: 996px;
	background-image: url(../images/maxies/maxkader_tekst-hoek_haarlijnRO.jpg);
	background-repeat: no-repeat;
    background-position:right;
    float:left;
    
}


/* ################################################################################# */
/*                                                                                   */
/*                                 WINKELWAGEN			                             */
/*                                                                                   */
/* ################################################################################# */

.table_maxies {
  /*  width:628px; */
 /*   width:722px; */
    width:100%;
    margin:0;
    padding:0;
}

.table_maxies th {
    background-image: url(../images/maxies/zoekresultaten-balk.jpg);
    background-repeat:repeat-x;
    height:27px;
	padding: 5px;
	text-align:	left;
}

.table_maxies td {
    background-image: url(../images/maxies/stippellijn_3px.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    height:27px;
}

.table_maxies td a {
	color:	#1e76c9;
	text-decoration: underline;
}

.table_maxies .rightalign {
    text-align:right;
}

.centeralign {
    text-align:center;
}



/* ################################################################################# */
/*                                                                                   */
/*                                 TREFWOORDENLIJST		                             */
/*                                                                                   */
/* ################################################################################# */

.accordion2 {
	width: 680px;
}
.accordion2 .slidecontent {
	display:none;
}
.accordion2 h3 {
	font-size:			1.5em;
	color:	#1E76C9;
	padding: 7px 15px;
	margin: 0;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color:	#1F1F1F;
	color:				#FFF;
}
.accordion2 h3.active {
	background-color:	#1F1F1F;
	color:				#FFF;
}
.accordion2 div.slidediv {
	margin: 0;
	border-top:			1px dotted #666;
	border-bottom:		1px dotted #666;
	padding: 10px 15px;
}

.slidecontent a {
	display:			block;
	font-size:			1.2em;
}

.slidecontent a:hover {
	color:	#1E76C9;
}



/* ################################################################################# */
/*                                                                                   */
/*                                 BOEKENLIJST			                             */
/*                                                                                   */
/* ################################################################################# */

span.yellow {
	display:			block;
	color:				#e5ab46;
	font-weight:		bold;
	margin:				0 0 15px 0;
	font-size:			1em;
}

span.blue a {
	display:			block;
	color:				#1e76c9;
	font-weight:		bold;
	font-size:			1em;
	text-decoration:	none;
}

.textbox_standaard {
    border:1px;
    border-color:#FFFFFF;
    border-style:solid;
    background-color:#070707;
    color:#FFFFFF;
    height:16px;
	padding: 2px;
}

.btn_92px, a.btn_92px {
    padding:2px;   
    border:0;
    background:url(../images/maxies/unhit_solo-92pix.jpg);
    background-repeat:no-repeat;
    width:92px;
    height:22px;
      
    color:#FFFFFF;
    text-decoration: none; 
    text-align:center;
	font-weight: bold;
	cursor: pointer;
}

.btn_92px:hover {  
    border:0;
    background:url(../images/maxies/hit_solo-92pix.jpg); 
    background-repeat:no-repeat;
    color:#FFFFFF;
    text-decoration: none; 
}

.btn_50px, a.btn_50px {
    padding-top:2px;   
    border:0;
    background:url(../images/maxies/unhit_solo-50pix.jpg);
    background-repeat:no-repeat;
    width:60px;
    height:22px;
      
    color:#FFFFFF;
    text-decoration: none; 
    text-align:center;
	font-weight: bold;
	cursor: pointer;
}

.btn_50px:hover {
    padding-top:2px;   
    border:0;
    background:url(../images/maxies/hit_solo-50pix.jpg); 
    background-repeat:no-repeat;
    color:#FFFFFF;
    text-decoration: none; 
}

input.homesearch {
	background:	none;
	color:		#FFF;
	border:		1px solid #FFF;
	margin:		2px 10px 0 20px;	
	width:		150px;
}

ul.boekenlijst li {
	line-height:		1.7em;
}

ul.boekenlijst li a {
	display:			block;
	font-weight:		bold;
	text-decoration:	none;
	width:				400px;
}

ul.boekenlijst li a:hover {
	color:				#e5ab46;
	text-decoration:	none;
}

ul.handleiding {
	margin:				20px 0 0 0;
}

ul.handleiding li a,
ul.handleiding li a:hover,
ul.handleiding li a:visited {
	color:				#1e76c9;
	font-weight:		bold;
	text-decoration:	none;
}

.table_boekenlijst {
    width:988px;
    margin:0;
    padding:0;
}


.table_zoeklijst {
    width:720px;
    margin:0;
    padding:0;
}

.table_boekenlijst th, .table_zoeklijst th {
    background-image: url(../images/maxies/zoekresultaten-balk.jpg);
    background-repeat:repeat-x;
    height:27px;
	padding: 5px 0 0 0;
	text-align:	left;
}

.table_boekenlijst td, .table_zoeklijst td {
    background-image: url(../images/maxies/stippellijn_3px.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    height:27px;
	padding: 3px 0;
}

.table_boekenlijst td a, .table_zoeklijst td a {
    color:#FFFFFF;
}

.table_boekenlijst .rightalign {
    text-align:right;
}

.table_boekenlijst .paddingleft {
   /* padding-left:6px; */
}

.btn_122px, a.btn_122px {
    padding:0 0 2px 0;
    background:url(../images/maxies/unhit_solo-122pix.jpg);
    background-repeat:no-repeat;
    width:122px;
    height:22px;      
    border:0;
    color: #FFFFFF;  
    text-decoration: none; 
    text-align:center;
	font-weight: bold;
	cursor: pointer;
}

.btn_122px:hover {    
    background:url(../images/maxies/hit_solo-122pix.jpg); 
    background-repeat:no-repeat;
    color:#FFFFFF;
    text-decoration: none; 
}

.btn_350px, a.btn_350px {
    padding:0 0 2px 0;
    background:url(../images/maxies/unhit_solo-350pix.jpg);
    background-repeat:no-repeat;
    width:122px;
    height:22px;      
    border:0;
    color: #FFFFFF;  
    text-decoration: none; 
    text-align:center;
	font-weight: bold;
	cursor: pointer;
}

.btn_350px:hover {    
    background:url(../images/maxies/hit_solo-350pix.jpg); 
    background-repeat:no-repeat;
    color:#FFFFFF;
    text-decoration: none; 
}



/* ################################################################################# */
/*                                                                                   */
/*                                 SCHOLENBOOM			                             */
/*                                                                                   */
/* ################################################################################# */

#scholenboom ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px; }
	
#scholenboom .plus {
	list-style-image: url(_Library/images/wertergroep/icons/folder_closed_plus.gif); } 
	
#scholenboom .minus {
	list-style-image: url(_Library/images/wertergroep/icons/folder_minus.gif); }  
	
#scholenboom .list {
	list-style-image: url(../images/maxies/folder_closed.png); } 
	
#scholenboom li {
	margin: 1px 0 0 0;
	padding: 0 0 0 3px;
	list-style-image: url(../images/maxies/folder.png); } 

#scholenboom a {
	margin: 0 0 0 10px; }

#scholenboom li ul {
	margin:		8px 0 0 27px;
}

span.titel {
	font-weight:	bold;
	font-size:		1.3em;
}

/* ################################################################################# */
/*                                                                                   */
/*                                 INLOGGEN				                             */
/*                                                                                   */
/* ################################################################################# */

#content_inloggen {
    margin-left:0; 
    width: 330px;
    float: left;
}

#inlog_lijntje {
    padding:0;
    margin:0;

    width: 1px;
    height: 200px;
	background-image: url(../images/maxies/3delenin2.jpg);
	background-repeat:repeat-y;
    float:left;
}

#content_wachtwoordvergeten {
    margin-left:8px;

    width: 352px;
    height:300px;
    float:left;
}

.table_maxies_50 {
    width:300px;
    padding:0;
    margin:0;
}

.table_maxies_50 td {
    padding-bottom:16px;
}

.table_maxies_50 input {
    border:1px;
    border-color:#FFFFFF;
    border-style:solid;
    background-color:#070707;
    color:#FFFFFF;
    height:17px;  
    width:150px;
}

.table_maxies_50 .titel {
     color:#1e76c9;
     font-weight:bold;
     padding-bottom:0px;
}           

.table_maxies_50 .button_td {
    text-align:right;
}

.table_maxies_50 .button_maxies {
    height:24px;
    background-color:#2f2f2f;
    border:1px;
    border-color:#FFFFFF;
    border-style:solid;
    text-align:center;
    vertical-align:middle;     
}

.btn_142px, a.btn_142px {
    padding-top:2px;   
    border:0;
    background:url(../images/maxies/unhit_solo-142pix.jpg);
    background-repeat:no-repeat;
    width:142px;
    height:22px;   
    
    color: #FFFFFF;  
    text-decoration: none; 
    text-align:center;
}

.btn_142px:hover {
    padding-top:2px;   
    border:0;
    background:url(../images/maxies/hit_solo-142pix.jpg); 
    background-repeat:no-repeat;
	cursor:		pointer;
    color:#FFFFFF;
    text-decoration: none; 
}

.btn_202px, a.btn_202px {
    padding:2px;
    border: 0;
    background:url(../images/maxies/unhit_solo-202pix.jpg);
    background-repeat:no-repeat;
    width:202px;
    height:22px; 
    cursor: pointer;
    color: #FFFFFF;  
	margin: 25px 0 0 0;
    text-decoration: none; 
    text-align:center;
}

.btn_202px:hover {
    padding-top:2px;   
    border:0;
    background:url(../images/maxies/hit_solo-202pix.jpg); 
    background-repeat:no-repeat;
    color:#FFFFFF;
    text-decoration: none; 
}

.btn_182px, a.btn_182px {  
    padding-top:3px;   
	padding-left:15px;
	font-size:			1.2em;
    border:0;
    background:url(../images/maxies/unhit_solo-182pix.jpg);
    background-repeat:no-repeat;
    width:182px;
    height:22px;  
    cursor:pointer;
    color: #FFFFFF;  
    text-decoration: none; 
    text-align:left;
}

.btn_182px:hover, a.btn_182px:hover {  
    border:0;
    cursor:pointer;
    background:url(../images/maxies/hit_solo-182pix.jpg); 
    background-repeat:no-repeat;
    color:#FFFFFF;
    text-decoration: none; 
}



/* ################################################################################# */
/*                                                                                   */
/*                          PRODUCTOVERZICHT				                         */
/*                                                                                   */
/* ################################################################################# */

#product_detail_links {
    width:251px;
    height:288px;
    float:left;
    padding-left:8px;

	background-repeat: no-repeat;
	
	margin-bottom:36px;  
}


#product_detail_links h1 {
    margin-top:8px;
    font-size:12px;
    font-weight:bold;
}


#productdetail_lijntje {
    padding:0;
    margin:0;

    width: 1px;
    height: 244px;
	background-image: url(../images/maxies/3delenin2.jpg);
	background-repeat:repeat-y;
    float:left;
}

#product_detail_rechts {
    width:400px;
    float:left;
    
    margin:8px 0 0 40px;
    
	background-repeat: no-repeat;
 
    background-position:right bottom;
    margin-bottom:20px;    
}

#producten_gerelateerd {
    width:738px;
    float:left;
}

#text_gerelateerd {
    padding-left:8px;
    margin-bottom:4px;
    font-weight:bold;
    color:#1e76c9;
}

.table_maxies_proddetail {
    width:206px;
    padding:0;
    margin:30px 0 0 0;
}

.table_maxies_proddetail .button_maxies {
    height:22px;
    background-color:#2f2f2f;
    border:1px;
    border-color:#FFFFFF;
    border-style:solid;
    text-align:center;
    vertical-align:middle; 
    color:#FFFFFF;
}

.table_maxies_proddetail .align_right {
    text-align:right;
    height:22px;
}

.btn_winkelwagen, a.btn_winkelwagen {
    padding-top:0px;
    padding-bottom:4px;
    padding-left:15px;   
    border:0;
    background:url(../images/maxies/unhit_winkel-92pix.jpg);
    background-repeat:no-repeat;
    width:92px;
    height:22px;     
     
    color: #FFFFFF;  
    text-decoration: none; 
    text-align:center;
	cursor:pointer;
}

.btn_winkelwagen:hover {
    padding-bottom:4px;   
    border:0;
    background:url(../images/maxies/hit_winkel-92pix.jpg); 
    background-repeat:no-repeat;
    color:#FFFFFF;
    text-decoration: none; 
}

.form_label {
	width:			200px;
}


/* ################################################################################# */
/*                                                                                   */
/*                                 BLOKJES                                           */
/*                                                                                   */
/* ################################################################################# */
#blokje_15_1 {
        background-image: url(../images/maxies/maxkader_anderhalf-1_haarlijn.jpg);
        background-repeat: no-repeat;    
    background-position: left top; 

    width: 351px;
        height: 174px;

    float:left;
}

#blokje_15_1_inhoud {
    position:relative;
    left:8px;
    top:8px;

    width: 335px;
        height: 122px;
}

#blokje_ruimte_1 {
    width:36px;
    height:174px;
    
    float:left;
}

#blokje_15_1_inhoud h2 {
        margin: 0 0 0px 0;
}

#blokje_15_1_inhoud p {
        line-height:   17px;
        margin: 5px 0 0px 0;
}


/* ################################################################################# */
/*                                                                                   */
/*                       TOEVOEGEN IN BLOKJE ‘BOEKENLIJST’                           */
/*                                                                                   */
/* ################################################################################# */




/* ################################################################################# */
/*                                                                                   */
/*                                 OVERIGE				                             */
/*                                                                                   */
/* ################################################################################# */


/* ################################################################################# */
/*                                                                                   */
/*                                 OVERIGE				                             */
/*                                                                                   */
/* ################################################################################# */
.error_melding {
	color:			#dc504f;
}

/* ################################################################################# */
/*                                                                                   */
/*                                 OVERIGE				                             */
/*                                                                                   */
/* ################################################################################# */
td table.table_maxies td {
	font-size:		0.9em;
}

