/***********************************************/
/* ZebraSite | Content Management Systeem      */
/* ZebraSite CSS bestand                       */
/* Template name: Modern Red                   */
/* Creator: David Soes 						   */
/* Bezoek http://www.zebrasite.nl              */
/*                              			   */
/* Alle rechten voorbehouden 2004 - 2009       */
/***********************************************/

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

			html, body {				
			background: url(images/background.gif) #FFF;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #464646;
			margin: 10px 0 0 0;
			text-align: center; /* Werkt alleen voor IE, Centereren van de Wrapper */
			}
		
	    	a {	
			color: #900;
			text-decoration:none;
			}
			
			a:hover {			}
			
			h1 { font-size: 15px;}
			h2 { font-size: 14px;}
			h3 { font-size: 13px;}
			h4 { font-size: 11px;}
			img{ border: 0px;}
			
			#header h1 { color: #fff; font-size:20px;}
			#header h2 { color: #ec3733; font-size: 12px;}
			
			/* Layout */		
			#wrapper {
			background:#FFF;
			width: 700px;
			height: auto ;
			margin: 0 auto; /* Werkt alleen voor FireFox, Centereren van de Wrapper */
			text-align: left;
			border: #333 1px solid;
			}
			
			#header {
			width: 700px;
			height: 123px;
			background: #fff url("images/top.jpg") no-repeat;
			position:relative;
			}
			
			#header2 {
			background: #FFF;
			height:1px;
			width:700px;
			}
						
			#header3{
			background: #333;
			height:18px;
			width:700px;
			}
			
			#title {
			position: absolute;
			top: 60px;
			left: 15px;
			}
			
			#slogan {
			position: absolute;
			top: 100px;
			left: 25px;	
			}
			
			#menu {
			padding: 15px 0 0 0 ;
			background: #FFF;
			width: 135px;
			float:left;
			}

			#items ul li {
			padding: 3px 0 0 0;
			list-style-type:none;
			}
			
			#items a 		{color: #777; font-size:10px; font-weight:bold;}
			#items a:hover 	{color: #000;}
			
			body.mceContentBody {
			background-color:#FFF;
			background-image:none;
			padding: 10px 15px 5px 15px;
			text-align:left;
			}
			
			#content_bg {
			background: #FFF url('images/content-bg.jpg');
			background-repeat:repeat-y;
			padding: 5px 15px 5px 0px;
			width: 550px;
			height:auto;
			min-height: 400px;
			float:right;
			}
			
			#content {
			width: 540px;
			padding: 0 0 0 10px;		
			}
			
			#content a {
			border-bottom: 1px dotted;
			}
			
			#content a:hover {
			border-bottom: 1px solid;
			}
			
			#content .EBoxed {
			border: #ec3733 1px dotted ;
			}

			#content_bottom {
			background:#CCC url("images/content-bottom.jpg") no-repeat;
			width: 700px;
			height:18px;
			float:left;
			}
			
			#footer {
			background:#CCC;
			font-size:10px;
			color: #000;
			height: 20px;
			width: 700px;
			padding: 10px 0 0 0;
			text-align:center;
			clear:both;
			}
			
			#footer a { color: #666666;}
			
			#footer2 {
			background:#fff url("images/top.jpg") no-repeat;
			height: 10px;
			width: 700px;
			clear:both;
			}
			
			/* ##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: 450px;
			height: 23px;
			background-image: url('images/menuback.gif');
			background-repeat:no-repeat;
			color: #fff;
			font-weight:bold;
			padding-top:5px;
			}
			
			#module_category a{
			color: #ccc;
			}
			
			.module_title {
			color: #000;
			font-weight:bold;
			}
			
			.module_postedby {
			font-style:italic;
			color: #000;
			}
			
			/* GLOBAL MODULE */
			.global_module_itemtitle{
			font-weight:bold;
			}
			.global_module_by
			{
			color: #000;
			font-weight: bold;
			}
			.global_module_message {
			width: 435px;
			background: #dfdfdf;
			font-size: 11px;
			font-weight: normal;
			padding: 6px 0 0 11px;
			border-left: 2px solid #ac3231;
			border-right: 2px solid #ac3231;
			border-bottom: 2px solid #ac3231;
			}
			
			.global_module_message a{
			color: #000;
			}
			
			* 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 */
