/***********************************************/
/* ZebraSite | Content Management Systeem      */
/* ZebraSite CSS 		                       */
/* Copyright http://www.zebrasite.nl           */
/* Created by: David Soes
/* Template name:                             				 			   */
/* Alle rechten voorbehouden 2004 - 2009       */
/***********************************************/

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

			html, body {				
			background: #242424;
			font-family: Trebuchet MS, arial;
			font-size: 13px;
			color: #000;
			margin: 0 0 0 0;
			text-align: center; /* Werkt alleen voor IE, Centereren van de Wrapper */
			}
		
	   		a {
		   	color: #036;
		    text-decoration: underline;
	    	}
	    
			a:hover 	{ color: #06F; text-decoration:underline; }
			
			#menu a	{ 
			color: #e4e4e4; 
			font-size: 16px; 
			font-family:  Trebuchet MS, verdana;
			}
			
	    	#menu a:hover 	{ color: #099;}
			#menu a:active 	{ color: #06f;}
			#ZebraSite a 			{	font: 10px Arial; color: #8d8c8c;text-decoration: none;	}
			#ZebraSite a:hover{	text-decoration:underline;	}
			#footer a {text-decoration:none;}
			
			img 			{ border: 0px; }
			.Eboxed		{	border: 1px;}
			
			h1 {
			color: #ff9848;
			font-size: 24px;
			font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			
			h2 {
			color: #ff9848
			font-size: 18px;
			font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
			}

			
/* Sifr styles ****************************/
			.sIFR-flash {
			visibility: visible !important;
			margin: 0;
			}
	
			.sIFR-replaced {
			visibility: visible !important;
			}

			span.sIFR-alternate {
			position: absolute;
			left: 0;
			top: 0;
			width: 0;
			height: 0;
			display: block;
			overflow: hidden;
			}

			.sIFR-hasFlash h1 {
			visibility: hidden;
			font-size: 36px;
			text-align: left;
			display: inline; 
			}
			
			.sIFR-hasFlash h2 {
			visibility: hidden;
			font-size: 24px;
			text-align: left;
			display: inline; 
			}
			
			.sIFR-hasFlash h3 {
			visibility: hidden;
			font-size: 20px;
			text-align: left;
			display: inline; 
			}
			
/*  Layout styles **********************/
									
			#wrapper {				
			width: 1002px;
			margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
			text-align: left;
			}
			
			#header {
			position:relative;
			width: 1000px;
			height: 197px;
			background: url("images/top.jpg") no-repeat;
			}
			
			#title {
			position:absolute;
			left: 190px;
			top: 25px;
			}
			
			#slogan {
			position:absolute;
			left: 190px;
			top: 65px;	
			}
			
			#menu {
			position:absolute;
			left: 145px;
			top: 118px;
			width: 671px;
			}

			#menu ul {list-style: disc;}
			
			#menu ul li {
				display: inline;
				padding: 0 8px 0 0;
			}
			
			#left {
				width: 167px;				
				height: 577px;
				background: url("images/left.jpg") no-repeat;
				float: left;
			}
			
			#right {
				width: 163px;
				height: 577px;
				background: url("images/right.jpg") no-repeat;
				float: right;
			}
			
			#contentbox {
			margin: 15px 5px 5px 15px;
			}
			
			#content { 
			width: 672px;
			height: 577px;
			background: #e7e9eb url("images/content.jpg") no-repeat;
			float: left;
			overflow: auto;				
			}
			
			/* ##CSS HACK##
			Deze DIV geldt alleen voor IE */
			* html #content {
				background-attachment: fixed;
			}
						
			#footer {
			height: 49px;
			position: relative;
			width:1000px;
			background: #ffffff url("images/footer.jpg") no-repeat;
			padding: 35px 0 0 0;
			clear: both;
			font-size:9px;
			color: #09C;
			}
			
			#ZebraSite-logo {
			position: absolute;
			top: 15px;
			left: 917px;
			}
			
			#ZebraSite {
			color:#8d8c8c;
			font: 10px Arial;
			padding: 34px 0 0 0;
			text-align:center;
			}

			/* ZebraSite editor. */
			body.mceContentBody {
			background: url("images/content.jpg") repeat;
			text-align: left;
			padding: 15px 0 0 15px ;
			}

			
		/* CMS HACK */
			#content_holder {
			position: absolute;
			margin: -999999px;
			visibility: hidden;
			}
			
			/* Einde Layout */	
			
			.form_robot{
			display:none;
			}
			
			#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: #ffffff;
			}
			
			.module_title {
			font-weight:bold;
			}
			
			.module_postedby {
			font-style:italic;
			color: #ffffff;
			}
			
			/* GLOBAL MODULE */
			.global_module_itemtitle{
			font-weight:bold;
			}
			.global_module_by
			{
			color: #b9ac55;
			font-weight: bold;
			}
			.global_module_message {
			width: 471px;
			background: #aadc33;
			font-size: 11px;
			font-weight: normal;
			padding: 6px 0 0 11px;
			border-left: 3px solid #8ab329;
			border-right: 3px solid #8ab329;
			border-bottom: 2px solid #8ab329;
			}
			
			.global_module_message a{
			color: #ffffff;
			}
			
			* html .global_module_message {
			width: 500px;
			}
			.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: #ffffff;
			}
			/* END GLOBAL MODULE */