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

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

			html, body {				
				background: #bfc1ce url("images/background.gif");
				font-family: Comic Sans MS;
				font-size: 12px;
				color: #62449b;
				margin: 25px 0 0 0;
				text-align: center; /* Werkt alleen voor IE, Centereren van de Wrapper */
				 
 				scrollbar-face-color        : #c8c8d4;
				scrollbar-highlight-color   : #dbe3f6; /* #5C3655; */
				scrollbar-3dlight-color     : #acc2f3;
				scrollbar-darkshadow-color  : #d0defe;
				scrollbar-shadow-color      : #45404C;
				scrollbar-arrow-color       : #efeef4;/* 45404c*/
				scrollbar-track-color       : #ebe9f1;
			}
			
			h1{
			font-family: Comic Sans MS;
			font-size: 16px;
			color: #62449b;
			font-weight:bold;
			}
					
	    	a {
	        color: #62449b;
	        text-decoration: none;
	        font-weight: bold;
	    	}
		
	    	a:hover { color: d285ac;   }
			
			img { border: 0px; }
			
			/* Layout */		
			#wrapper {				
			width: 952px;
			margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
			text-align: left;
			border:1px solid #e0e3e5;
			}
			
			#header {
			width: 950;
			height: 152px;
			background: url("images/top.jpg") no-repeat;
			}
			
			#left {
			width: 259px;			
			height: 443px;
			background: url("images/left.jpg") no-repeat;
			float: left;										
			}
			
			#menu {
			padding: 3px 11px 0px 1px;
			}
			
			#menu ul {
			list-style: none;
			display:inline;
			}
			
			#menu ul li {
			padding: 1px 0px 0 0px;
			}
			
			#menu a { color : #62449b;  }
			#menu a:hover { color: d285ac; }
			
			#button img{
			padding: 3px 0 0 0;
			}
			
			#right {
			width: 143px;
			height: 443px;
			background: url("images/right.jpg") no-repeat;
			float: right;
			}
			
			body.mceContentBody {
			text-align:center;
			background: url("images/content.jpg") no-repeat;
			background-attachment: fixed;
			}
			
			#content_bg {
			background-image: url('images/content.jpg');
			float:left;
			}
			
			#content {
			text-align:center;
			padding:0;
			margin:0;
            overflow: auto;
			width: 548px;
            height: 443px;
            }
			
			/* ##CSS HACK##
			Deze DIV geldt alleen voor IE 6.0*/
			* html #content_bg {
				background-attachment: fixed;
				background-position: 0px 0px;
			}
			
			/* ##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;
			}
			
			#footer {
				height: 50px;
				text-align:center;
				clear: both;
				font-size:10px;
				color: #ffffff;
			}
			#footer a { color:#ff0000 }
			

			/* Einde Layout */	
			
			/* GLOBAL MODULE */
			.global_module_separator{
			background-color: #FFF;
			}
			.global_module_itemtitle{
				font-weight:bold;
			}
			.global_module_by
			{
				font-weight: bold;
			}
			.global_module_message {
				float: left;
				width: 350px;
				font-size: 11px;
				font-weight: normal;
			}
			.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{
				font-size:10px;
			}
			.global_module_headertitle {
				background-color: #ffffff;
				font-size: 12px;
				font-weight: bold;
			}

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