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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
			
			html, body {
			background:#867149;
			font-family : tahoma,arial,helvetica,sans-serif;
			font-size: 14px;
			color: #f5e7c7;
			text-decoration : none;
			margin: 0 auto;
			}
			td, {
			font-family : tahoma,arial,helvetica,sans-serif;
			font-size: 14px;
			color: #f5e7c7;
			}

			h1 {
			font-size: 20px;
			font-weight:bold;
			}
			
			h2 {
			font-size: 16px;
			font-weight:bold;
			}
			
			a {
			color:#f5e8c8;
			text-transform:uppercase;
			text-decoration:none;
			}
			
			#content a{
			color:#fff;	
			}
			#content a:hover {
			color:#bca66f;
			}
			
			#copyright a{
			font-size:12px;	
			}

			img { border: 0px;}
			
	    	.EBoxed { border: 1px solid #68604d;}
			
			/* Layout */	
			#wrapper {
			margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
			width: 850px;
			}
			
			#header {
			width: 850px;
			height: 315px;
			text-align:center;
			}
			
			#logo {
			width:840px;
			height:167px;
			text-align:center;
			}
			
			#menu {
			margin-top: 120px;
			margin-left:120px;
			}
			
			#menu ul {
			font-size:16px;
			
			}
			
			#menu ul li {
			display:inline;
			padding: 0 0 6px 10px;
			text-transform:uppercase;
			background-color:#f5eae4;
			}
			#menu ul li a{
			color:#38252b	;
			}
			#menu ul li a:hover{
			text-decoration:underline;
			}
			
			#hor-line{
			background: url("images/horizontal-line.gif");
			height:1px;
			width: 791px;
			}
			
			#ver-line{
			background: url("images/vertical-line.gif");
			height:396px;
			width: 2px;
			float:left;
			margin-top: -2px;
			}
			
			body.mceContentBody {
			padding: 7px 0 0 20px;
			}
			
			#content {
			width: 840px;
			min-height: 350px;
			height:auto;
			padding: 5px 0 0 15px;
			}
			#content a{
			text-transform:none;
			
			}
						
			#bottom {
			width: 840px;
			height: 40px;
			color: #4f4f4f;
			}
			
			#footer {
			padding-top:10px;
			width: 700px;
			position:relative;
			text-align:center;
			float: left;
			}
			
			#zs-logo {
			width: 50px;
			position:relative;
			right:25px;
			top: 0px;
			text-align:right;
			float: left;
			}
			
			#copyright {
			font-size:12px;
			text-align:center
			}
			
			#copyright a {
			color: #ffffff;
			}
			
			/* ##CSS HACK##
			Deze DIV geldt alleen voor IE 6.0*/
			* html #content {
			height: 600px;
			}
			
			/* ##CMS HACK##
			Deze DIV is aangemaakt om de foto's tijdelijk in te plaatsen bij klikken ervan */
			#content_holder {
			position: absolute;
			margin: -999999px;
			visibility: hidden;
			}

			#module_category {
			height:auto;
			background-image: url('images/menuback.png');
			_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 {
			color: #ffffff;
			font-weight:bold;
			}
			
			.module_postedby {
			font-style:italic;
			color: #ffffff;
			}
			
			/* GLOBAL MODULE */
			.global_module_itemtitle{
			font-weight:bold;
			}
			.global_module_by
			{
			color: #ffffff;
			font-weight: bold;
			}
			.global_module_message {
			width: 472px;
			_width: 491px;
			background: #22190f;
			font-size: 11px;
			font-weight: normal;
			padding: 6px 0 0 11px;
			border-left: 2px solid #402f1a;
			border-right: 2px solid #402f1a;
			border-bottom: 2px solid #402f1a;
			}
			
			.global_module_message a{
			color: #ffffff;
			}
			
			.global_module_header {
				width: 350px;
			}
			.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 {
				font-size: 12px;
				font-weight: bold;
			}

			.global_module_headerlink a {
			}
			/* END GLOBAL MODULE */
