/***********************************************/
/* ZebraSite | Content Management Systeem      */
/* ZebraSite CSS bestand                       */
/* Bezoek http://www.zebrasite.nl              */
/*                              			   */
/* Alle rechten voorbehouden 2004 - 2008       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

			html, body {				
				background: #fbf7e7 url("images/bg.gif"); 
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000;
				margin: 15px 0 0 0;
				text-align: center; /* Werkt alleen voor IE, Centereren van de Wrapper */
				
				scrollbar-face-color        : #ece5c9;
				scrollbar-arrow-color       : #4d2a11;
				scrollbar-track-color       : #e7e1bd;
				scrollbar-highlight-color   : #fffce8;
				scrollbar-3dlight-color     : #f4ecbc;
				scrollbar-darkshadow-color  : #ddd19f;
				scrollbar-shadow-color      : #e8ddb1;
			}
			
			td {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000;
			}
		
	    a {
	        color: #f47d36;
	        text-decoration: underline;
	        font-weight: bold;
	    }
		
	    a:hover {
	        color: #5f3e0a;
	    }
	    
			a:active {
				color: #201550;
			}
			
		h1 {
		font-family: Trebuchet MS;
		font-size: 15px;
		color: #000;
		font-weight: hold;
		}
		
		h2 {
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #4f331d;
		font-style:italic;
		font-weight: hold;
		}
		
		h3 {
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #000;
		font-weight: hold;
		}
		h4 {
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #000;
		font-style:italic;
		font-weight: hold;
		}
			img {
				border: 0px;
			}
			
			/* Layout */		

			#wrapper {
				width: 799px; 
				margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
				text-align: center;
			}
			
			#header {
				width: 799px;
				height: 218px;
				background: url("images/top.jpg") no-repeat;
			}
			
			#left {
				width: 176px;				
				height: 449px;
				background: url("images/left.jpg") no-repeat;
				float: left;
			}
			
			#menu {
			padding: 35px 0 0 0;
			}
			
			#zebrapromo {
			padding: 148px 0 0 0 ;
			}
			
			#right {
				width: 11px;
				height: 449px;
				background: url("images/right.jpg") no-repeat;
				background-color:f7f1d7;
				float: right;
			}
			
			
			body.mceContentBody {
			background: url("images/content.jpg") no-repeat;
			}
			
			#content {
				width: 612px;
				height: 449px;
				background: #e9e3c3 url("images/content.jpg") no-repeat;
				float: left;
				overflow: auto;				
			}
			
			/* ##CSS HACK##
			Deze DIV geldt alleen voor IE */
			* html #content {
				background-attachment: fixed;
				padding: 5px 15px 0 0; 
			}
			
			#content_holder {
				position: absolute;
				margin: -999999px;
				visibility: hidden;
			}
			
			#footer {
				background: url("images/footer.jpg") no-repeat;
				height: 29px;
				padding: 35px 0 0 0;
				text-align: center;
				clear: both;
				font-size:9px;
			}

			/* Einde Layout */	
			
			/* GLOBAL MODULE */
			.global_module_separator{
			background-color:#000000;
			}
			.global_module_itemtitle{
				font-weight:bold;
			}
			.global_module_by
			{
				color: fff;
				font-weight: bold;
			}
			.global_module_message {
				float: left;
				width: 350px;
				background: #333333;
				color: white;
				font-size: 11px;
				font-weight: normal;
			}
			.global_module_header {
				width: 350px;
				background-color: #fff;
			}
			.global_module_headerby{
				float: left;
				color: black;
				font-weight: bold;
				padding: 0 5px 0 0;
			}
			.global_module_headersite{
				float : left;
				color: black;
				font-weight: bold;
				padding: 0 5px 0 0;
			}
			.global_module_headeron{
				float : left;
				color: black;
				font-size: 10px;
				font-weight: bold;
				padding: 0 5px 0 0;
			}
			.global_module_headerontext{
				color:#666666;
				font-size:10px;
			}
			.global_module_headertitle {
				background-color: #fff;
				color: darkred;
				font-size: 12px;
				font-weight: bold;
			}

			.global_module_headerlink a {
				color: darkred;
			}
			/* END GLOBAL MODULE */
			/* Custom module*/