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

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

			html, body {				
				background: #8cc73f;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000;
				margin: 0px;
				text-align: center; 
				/* SCROLLBAR */ 
        		scrollbar-face-color        : #71a033;
				scrollbar-highlight-color   : #a0d260;
				scrollbar-shadow-color      : #4f7220;
				scrollbar-3dlight-color     : #8cc73f;
				scrollbar-darkshadow-color  : #8cc73f;
				scrollbar-track-color       : #a3e44e;
				scrollbar-arrow-color       : #000000;
			}
		
	    a {
	        color: #8cc73f;
	        text-decoration: none;
	        font-weight: bold;
	    }
		
	    a:hover { color: 482f92; text-decoration:underline;}
	    
		#menu a { font-size:10px;}
		#menu a:hover { color: #999 ;}
			
		img .EBoxed { border: 1px solid #8cc73f; }
		img { border:0px;}
		
		h1 { font-size: 15px; color:#8cc73f }
		h2 { font-size: 13px; }
		
			/* Layout */		
			#wrapper {				
				width: 900px;
				margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
				text-align: left;
			}
			
			#header {
				width: 900;
				height: 199px;
				background: url("images/top.jpg") no-repeat;
			}
			
			#menu ul {
				list-style: none;
				
			}
			#menu ul li {
				padding: 3px 0 0 0;
			}
			
			#left {
				padding: 70px 0 0 32px;
				width: 163px;	/* 197 */			
				height: 320px;
				background: url("images/left.gif") no-repeat;
				float: left;
			}
			
			#right {
				width: 141px;
				height: 390px;
				background: url("images/right.gif") no-repeat;
				float: right;
			}
			
			
			body.mceContentBody { background: #FFF ; text-align:left; }
			
			#content {
				padding: 15px 0 0 5px;
				width: 559px;
				height: 375px;
				background: #FFF;
				float: left;
				overflow: auto;				
			}
			
			/* ##CSS HACK##
			Deze DIV geldt alleen voor IE */
			* html #content {
				height:390px;
				width: 564px;
			}
			
			* html #left {
				height: 390px;
				width: 195px;	
			}
			
			#footer {
				font-size:9px;
				color: #482f92;
				height: 40px;
				background: url("images/footer.gif") no-repeat;
				padding: 130px 0 0 290px;
				clear:both;
			}
			
			#footer a {
			color:#FF0000;
			}

			/* Einde Layout */	
			
			#module_category {
			width: 500px;
			height: 23px;
			background-image: url('images/menuback.gif');
			background-repeat:no-repeat;
			color: #555555;
			font-weight:bold;
			padding-top:5px;
			}
			
			
			
			#module_category a{ color: #FFF; }
			
			.module_title {
			font-weight:bold;
			}
			
			.module_postedby {
			font-style:italic;
			color: #b9ac55;
			}
			
			/* GLOBAL MODULE */
			.global_module_itemtitle{
			font-weight:bold;
			}
			.global_module_by
			{
			color: #b9ac55;
			font-weight: bold;
			}
			.global_module_message {
			width: 471px;
			background: #aef54e;
			font-size: 11px;
			font-weight: normal;
			padding: 6px 0 0 11px;
			border-left: 3px solid #84bc38;
			border-right: 3px solid #84bc38;
			border-bottom: 2px solid #84bc38;
			}
			
			* html .global_module_message {
			width: 488px;
			}
			
			
			.global_module_message a{
			color: #FFF ;
			}
			
			.global_module_header {
				width: 350px;
				background-color: #ffffff;
			}
			.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: #ffffff;
				color: #b20107;
				font-size: 12px;
				font-weight: bold;
			}

			.global_module_headerlink a {
				color: #b20107;
			}
			/* END GLOBAL MODULE */