@charset "UTF-8";

/* color definitions - for copy&paste
 * don't use any other colors
----------------------------------------

	.white			{ color: #ffffff; }
	.black			{ color: #000000; }
   
	.grey-light		{ color: #F6F7F7; }
	.grey-medium	{ color: #ECEDED; }
	.grey-dark		{ color: #706D66; }
	.grey-back		{ color: #EDEFF2; }

	.blue			{ color: #6CADE5; }	
	
----------------------------------------
*/


/* special rules - don't delete anything beyond this point! */
.debug { background: yellow url("../img/debug.gif") repeat !important; }
.debugbox { width: 300px !important; height: 250px; text-align: left; border: none; margin: 0px; padding: 0px; font: bold 24px sans-serif; }
*:first-child+html #right_content { margin-top: 93px; }

@media handheld
{
	/* for mobile devices you can hide certain elements */
	.hidemobile { display: none !important; }
}


