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

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


			html, body {
			background-color: #832735;
			background-image: url('images/background.gif');
			background-repeat: no-repeat;
			background-attachment: fixed;
			font-family : Arial;
			font-size: 12px;
			color: #000000;
			text-decoration : none;
			margin: 0 0 0 0;
			text-align: left;
			}

			h1 {
			font-size: 15px;
			font-weight:bold;
			}
			
			h2 {
			font-size: 13px;
			font-weight:bold;
			}
			
			A:LINK {
	   		font: bold 12px;
			font-family : Arial;
			text-decoration : none;
			color : #000000;
			}
			
			A:VISITED {
			font: bold 12px;
			font-family :Arial;
			text-decoration : none;
			color : #000000;
			}
			
			A:ACTIVE {
			font: bold 12px;
			font-family : Arial;
			text-decoration : none;
			color : #000000;
			}
 
			A:HOVER {
			font: bold 12px;
		    font-family : Arial;
			text-decoration : underline;
			color : #000000;  
			}
			
			img {
			border: 0px;
			}
			
			TABLE {
			font: normal 12px;
     		font-family : Arial;
  			text-decoration : none;
  			color : #000000;
			}
			
			td img {
			display: block;
			}
			
	    	.EBoxed {
			border: 1px solid #f5c650;
    		}
			
			/* Layout */		
			#wrapper {
			width: 980px;
			text-align: left;
			}
			
			#header_left{
			width: 245px;
			height:242px;
			float: left;
			}
			
			#header {
			width: 700px;
			height: 242px;
			float:left;
			border: 2px solid #000000;
			border-bottom: 0px solid;
			}
			
			#menu_left {
			width:223px;
			height:56px;
			float:left;
			}
			
			#menu {
			background:url("images/menu_bg.gif") no-repeat;
			width: 753px;
			height:56px;
			float:left;
			}
			
			#buttons {
			padding: 3px 0 0 12px;
			}
			
			body.mceContentBody {
			background-color: #832735;
			background: url("images/content_bg.gif") ;
			}
			
			#content_left {
			width:245px;
			height:56px;
			float:left;
			}
			
			#content_bg {
			background: url("images/content_bg.gif") ;
			background-repeat: no-repeat;
			background-attachment: fixed;
			}
			
			#content {
			background: url("images/content_bg.gif") ;
			width: 700px;
			min-height: 559px;
			height:auto; 
			float: left;
			border: 2px solid #000000;
			border-top: 0px solid;
			border-bottom: 0px solid;
			}
			
			#container {
			padding: 10px 0 5px 10px;
			}
			
			#footer_left {
			width: 245px;
			height: 18px;
			float: left;
			}
						
			#footer {
			width: 700px;
			height: 18px;
			background: url("images/footer.gif") no-repeat;
			float:left;
			border: 2px solid #000000;
			border-top: 0px solid;
			border-bottom: 1px solid #000000;
			}
			
			#navigation_left {
			width: 210px;
			height: 15px;
			float:left;
			}
			
			#navigation {
			width: 700px;
			height: 15px;
			float: left;
			margin: 5px 0 0 0 ;
			text-align:center;
			}
			
			#navigation ul {
			list-style: none;
			}
			
			#navigation ul li {
			display: inline;
			padding: 0 8px 0 0;
			}
			
			#copyright_left {
			width: 400px;
			height:10px;
			float:left;
			}
			
			#copyright {
			font-size:9px;
			color: #f5c650;
			width:400px;
			height:10px;
			margin: 0 auto;
			float:left;
			text-align:center;
			margin: 10px 0 0 0;
			}
			
			#copyright a {
			color: #ffffff;
			font-size:9px;
			}
			
			#checkstat {
			float: left;
			text-align: left;
			padding:0 0 0 55px;
			}
			
			/* ##CSS HACK##
			Deze DIV geldt alleen voor IE 6.0*/
			* html #content {
			width: 704px;
			height: 559px;
			}
			
			* html #footer {
			width: 704px;
			}
			
			/* ##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;
			}

			/* Einde Layout */	
			
			/* GLOBAL MODULE */
			.global_module_separator{
			background-color:#000000;
			}
			.global_module_itemtitle{
				font-weight:bold;
			}
			.global_module_by
			{
				color: #ffffff;
				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: #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 */
			/* Custom module*/