/***********************************************/
/* ZebraSite | Content Management Systeem      */
/* ZebraSite CSS bestand                       */
/* Template name: Business Blue(Suijkerbuijk)  */
/* Creator: David Soes 						   */
/* Bezoek http://www.zebrasite.nl              */
/*                              			   */
/* Alle rechten voorbehouden 2004 - 2008       */
/***********************************************/

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

			html, body {				
			background:  #c0c0c0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #464646;
			margin: 0px;
			text-align: center; /* Werkt alleen voor IE, Centereren van de Wrapper */
			}
		
	    	a {	
			color: #6bc1e9;
			text-decoration:none;
			}
			
			a:hover {
			
			}
			
			h1 { font-size: 15px;}
			h2 { font-size: 14px;}
			h3 { font-size: 13px;}

			img {
			border: 0px;
			}
			
			img.clickhand {
			cursor: pointer;
			}
			
			/* Layout */		
			#wrapper {				
			width: 900px;
			margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
			text-align: left;
			}
			
			#header {
			width: 900px;
			height: 201px;
			background: #163452 url("images/top.jpg") no-repeat;
			}
			
			#logo {
			width: 425px;
			height: 93px;
			padding: 55px 0 0 240px;
			float:left;
			}
			
			#company_image {
			width: 235;
			height: 99px;
			padding: 51px 0 0 84px;
			float:left;
			}
			
			* html #company_image {
			padding: 51px 0 0 90px;
			}
			
			#menu {
			width: 900px;
			height: 49px;
			background:#CCC url("images/menu.jpg") no-repeat;
			}
			
			#items {
			padding: 13px 0 0 15px;
			height: auto;
			list-style-image: url(images/user_simple_item.gif);
			}
			
			#items ul {
			position: absolute;
			}
			
			#items ul li {
			display: inline;
			padding: 0 12px 0 0;
			}
			
			#items a 		{color: #469dc5;}
			#items a:hover 	{color: #000000;}
			
			.list-item {
			vertical-align: middle;
			padding: 0 4px 0 0 ;
			}
			
			body.mceContentBody {
			padding: 5px 15px 5px 15px;
			background-image: url('images/content.jpg');
			text-align:left;
			}
			
			#content_top {
			background:#CCC url("images/content-top.jpg") no-repeat;
			width: 900px;
			height:20px;
			float:left;
			}
			
			#content_bg { 
			background-image: url('images/content.jpg');
			background-repeat: repeat-y;
			width: 900px;
			min-height: 400px;
			height: auto;
			float:left;
			}
			/* ##CSS HACK##
			Deze DIV geldt alleen voor IE 6.0*/
			* html #content_bg {
			height:100%;
			height: 400px;
			}
			
			#content {
			padding: 5px 15px 5px 15px;
			}
			
			#content a {
			border-bottom: 1px dotted;
			}
			
			#content a:hover {
			border-bottom: 1px solid;
			}
			
			#content .EBoxed {
			border: #6bc1e9 1px dotted ;
			}

			#content_bottom {
			background:#CCC url("images/content-bottom.jpg") no-repeat;
			width: 900px;
			height:18px;
			float:left;
			}
			
			#footer {
			background:#CCC url("images/footer.jpg") no-repeat;
			font-size:10px;
			color: #b4b4b4;
			height: 54px;
			width: 900px;
			float:left;
			padding: 10px 0 0 0;
			text-align:center;
			}
			
			#footer a { color: #666666;}
			
			/* ##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 */
				
			#module_category {
			width: 600px;
			height: 23px;
			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;
			}
			
			/* GLOBAL MODULE */
			.global_module_itemtitle{
			font-weight:bold;
			}
			.global_module_by
			{
			color: #ffffff;
			font-weight: bold;
			}
			.global_module_message {
			float: left;
			width: 585px;
			background: #abd8fe;
			font-size: 11px;
			font-weight: normal;
			padding: 6px 0 0 11px;
			border-left: 2px solid #6eade2;
			border-right: 2px solid #6eade2;
			border-bottom: 2px solid #6eade2;
			}
			
			* html .global_module_message {
			width: 600px;
			}
			
			.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*/
			
			/* PNG FIX if IE 6.0 or Lower */
