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

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

			html, body, table {				
			background: #000000;
			font-family: Verdana;
			font-size: 16px;
			color: #dedede;
			margin: 0px;
			text-align: center; /* Werkt alleen voor IE, Centereren van de Wrapper */
			}
		
	   	a         { color: #ffffff; text-decoration: underline; }
			a:hover 	{ color: #cccccc; text-decoration:underline; }
		
			#ZebraSite a 			{	font: 10px Arial; color: #8d8c8c;text-decoration: none;	}
			#ZebraSite a:hover{	text-decoration:underline;	}
			
			img 			{ border: 0px; }
			.Eboxed		{	border: 0px;}
			
			h1 {
			color: #dedede;
			font-size: 18px;
			font-family:  Times new Roman;
			}
			
			h2 {
			color: #cccccc;
			font-size: 16px;
			font-family: Times new Roman;
			}		
			
/*  Layout styles **********************/	
			
			#wrapper {				
			width: 900px;
			margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
			text-align: center;
			}
			
			#header {
			width: 900px;
			height: 130px;
			}
						
			#content {
			padding: 20px 0 0 0;
			float: left;
			width: 900px;
			height: auto;				
			}
	
			#footer {
			float:left;
			font-size:9pt;
			color: #8d8c8c;
			padding: 50px;
			width: 900px;
			clear: both;
			}

			
			#ZebraSite {
			float: right;
			width: 250px;
			text-align: right;
			color:#8d8c8c;
			font: 10px Arial;
			padding: 0px 35px 0 0;
			}


			
		/* 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 */