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

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

			html, body {
			background: #1D2817 url('images/bg1.jpg');
			background-repeat: no-repeat;
			background-attachment:fixed;
			background-position: bottom center;
			margin: 13px 0 0 0;
			font-family: Arial;
			font-size: 12px;
			color: #003300;		
			text-align: center; /* Werkt alleen voor IE, Centereren van de Wrapper */
			}
			
			table {
			color: #003300;	
			}
			
	   	a {
	   	color: #990000;
	    text-decoration: none;
	    font-weight: bold;
	    }
	    
			a:hover 	{ color: #990000; text-decoration:underline; }
			
			.menu ul {
			position: absolute;
		 /*	top:148px; */
			list-style: none;
			margin: -8px;
			}
			.menu ul li {
			display: inline;
			padding: 0 25px 0 0;
			}
			
			.menu a	{ 
			color: #990000; 
			font-size: 13px; 
			font-family: Arial;
			}
			
	    .menu a:hover 	{ color: #990000; }
			.menu a:active 	{ color: #990000; }
			.ZebraSite a 			{	 color: #ee3a75;text-decoration: none;	}
			.ZebraSite a:hover{	text-decoration:underline;	}
			
			img 			{ border: 0px solid #000000; }
			.EBoxed		{	border: 1px solid #000000; }
			
			.no-border img {
			border: 0px solid #000000;
			}
			
			h1 {
			font-family: Arial;
			font-size: 16px;
			font-weight: bold;
			}
			
			h2 {
			font-family: Arial;
			font-size: 14px;
			font-weight: bold;
			}		
			
			
/*  Layout styles **********************/
						
		
			#copyright {
			
			padding: 40px 0 0 270px;
			float: left;
			}
			
			.ZebraSite {
			float: right;
			width: 400px;
			text-align: right;
			color: #ffffff;
			font: 10px Arial;
			padding: 10px 35px 0 0;
			}
			
			#teller {
			margin: -55px 0 0 250px ;
			float: left;
			}
			
			#content {
			width: 750px;
			}

			/* ZebraSite editor. */
			body.mceContentBody {
			background: #e0e8d9;
			text-align: left;
			padding: 15px 0 0 15px ;
			}

			
		/* CMS HACK */
			#content_holder {
			position: absolute;
			margin: -999999px;
			visibility: hidden;
			}
			
			/* 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: #b9ac55;
			}
			
			.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: #fbf1a7;
			font-size: 11px;
			font-weight: normal;
			padding: 6px 0 0 11px;
			border-left: 3px solid #d2bc1c;
			border-right: 3px solid #d2bc1c;
			border-bottom: 2px solid #d2bc1c;
			}
			
			.global_module_message a{
			color: #b9ac55;
			}
			
			* 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: #b20107;
			}
			/* END GLOBAL MODULE */
