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

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

			html, body {				
				background: #000;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #FFF;
				margin: 0px;
				text-align: center;
				/* SCROLLBAR */
				scrollbar-arrow-color: #FFF;
				scrollbar-track-color: #000;
				scrollbar-face-color: #000;
				scrollbar-highlight-color: #ccc;
				scrollbar-3dlight-color: #ccc;
				scrollbar-shadow-color: #baa712;
				scrollbar-darkshadow-color: #baa712;
			}
		
	    a {
	        color: #fff;
	        text-decoration: none;
	        font-weight: bold;
	    }
		
	    a:hover {
	        color: darkred;
	    }
	    
			a:active {
				color: darkred;
			}
			
			img {
				border: 0px;
			}
			
			/* Layout */		
			#wrapper {				
				width: 974px;
				margin: 0 auto;
				text-align: left;
			}
			
			#header {
				width: 954;
				height: 134px;
				background: url("http://webservice.holland-safari.nl/skins/custom/bloid/images/top.jpg") no-repeat;
			}
			
			#menu ul {
				position: absolute;
				list-style: none;
				margin: 110px 11px 0 240px;
				text-transform:uppercase;
			}
			#menu ul li {
				display: inline;
				padding: 0 22px 0 0;
			}
			
			#left {
				float: left;
				width: 270px;				
				height: 478px;
				background: url("http://webservice.holland-safari.nl/skins/custom/bloid/images/left.jpg") no-repeat;
			}
			
			#right {
				float: right;
				width: 235px;
				height: 478px;
				background: url("http://webservice.holland-safari.nl/skins/custom/bloid/images/right.jpg") no-repeat;
			}
			
			/* Van toepassing bij nieuwe editor. */
			body.mceContentBody {
				background: url("images/main.jpg") repeat;
				background-attachment: fixed;
				text-align:left;
			}
			
			#content { 
				margin-left: 10px;
				background-image : url("images/main.jpg");
				background-repeat:no-repeat;
				background-attachment:fixed;
				background-position: center;
/*				background-position: 435px 136px; */
				float: left;
				width: 459px;
				height: 478px;
				overflow: auto;				
			}
			* html #content {
				
			}
::-webkit-scrollbar { width: 8px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #fff;}
::-webkit-scrollbar-track-piece { background-color: #000;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #baa712; }
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}

			
			/* Deze div is voor javascript */
			 #content_holder {
                position: absolute;
                margin: -999999px;
                visibility: hidden;
             }

			#footer {
				padding: 13px 0 0 0 ;
				font-size:9px;
				color: darkred;
				height: 60px;
				text-align: center;
				clear: both;
			}

			/* Einde Layout */	
			
			/* GLOBAL MODULE */
			.global_module_separator{
			background-color:#000000;
			}
			.global_module_itemtitle{
				font-weight:bold;
			}
			.global_module_by
			{
				color: fff;
				font-weight: bold;
			}
			.global_module_message {
				float: left;
				width: 350px;
				background: #333333;
				color: white;
				font-size: 11px;
				font-weight: normal;
			}
			.global_module_header {
				width: 350px;
				background-color: #fff;
			}
			.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: #fff;
				color: darkred;
				font-size: 12px;
				font-weight: bold;
			}

			.global_module_headerlink a {
				color: darkred;
			}
			/* END GLOBAL MODULE */
			/* Custom module*/