/* Start of CMSMS style sheet 'geert' */
/*
CSS-file for Bloemenstad vzw.
http://www.bloemenstad.be
Developed by Geert De Kerf
*/
* /*Set's border, padding and margin to 0 for all values*/

body
{
	right:auto;
	
	margin: 10px 15px 0 15px;
	padding: 0 0 0 0;
	
	font-size: 1em;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	
	color: #000080;
	background-color:#FFFFFF;
}
#breadcrumbs
{
	padding:0em 1.5em 0em 1.5em;
	color:#666666;
	font-size:0.8em;
}

	#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active
	{
		color:#666666;
		background-color:#FFFFFF;
		text-decoration:none;
	}
	
	#breadcrumbs a:hover
	{
		color:#000000;
		background-color:#FFFFFF;
		text-decoration:none;
	}

body, html {
	color: #000; 
	font-family:Verdana, Arial, Tahoma, sans-serif;
        font-size: 12pt;
	background-color: #ffffff; 
	text-align: center;  /***Centers the design in old IE versions ***/
	height: 100%;
}

body {
	font-size: 75%;
}
p {padding: 7px 0 7px 0;
}
grootte8{
       font-size: 8pt;
}
a {  
	color: #000099;
}
a:hover{
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
}
a:visited{
	color: #522868;	
}

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h1 a, #header h2{
	color: #fff;
}


<style type="text/css">
.clear { clear: both; }
#mainContainer {
	width: 1000px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 100%;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background-image: url('Opmaak/Bloem_boven.png');
            	height: 144px;
	text-align: right; 

}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 165px;  
}
* html .outer {
	padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
	width: 100%; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large(initial 560px) ***/
	padding-bottom: 30px;
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 730px;
	margin-left: -158px; /*** Same length as .outer padding-left but with negative value ***/
	height: 100%;
}
* html .float-wrap {
	/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	width: 462px;
	background-image: url('Opmaak/Bloem_midden.png');
	background-repeat: no-repeat
}
* html #content {
	position: relative;  /*** IE needs this  ***/
}
.contentWrap{
	padding: 1px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-left: 50px;
	padding-bottom: 2px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	background-image: url('Opmaak/Bloem_links.png');
	float: left;
	height: 400px;
	width: 258px;
	padding: 5px;
        text-align: left;
}
* html #left {
	position: relative;  /*** IE needs this  ***/
}
#left ul {
	list-style: none;
	padding-bottom: 4px;
	position: relative;
}
#left li {
	text-align: left;
	padding-bottom: 2px;
}
#navigatie{
        position: relative;
        top: 80px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	float: right; 
	width: 160px;
	padding: 5px;
}
* html #right {
	position: relative;  /*** IE needs this  ***/
	margin-right: -120px; /*** IE gets this margin. ***/
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
	width: 580px;	
	height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -30px; /*** -30px By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: center;
	background-color: #522868;
	clear: both;
}
/* End of 'geert' */

/* Start of CMSMS style sheet 'NavigatieGeert' */
/* Er is nog:
   ul#primary_nav
   li.menuactive
   li.menuparent
   a.menuactive
   a.menuparent
*/

#left div.blok
{
	
	background-color:#7B52AD; /*OPGELET: geen websafe color*/
	
	margin: 0em 0em 1em 0em;
	padding:0em 0em 0em 0em;
	
	width:12em;
}
	
	#left div.titel h3
	{
		background-image:url(../images/hoekjes/left-top.png);
		background-repeat:no-repeat;
		/*background-color:#FFFFFF;*/
				
		text-align:center;
		color:#FFFFFF;
		font-weight:bold;
		font-size:0.9em;
		
		margin: 0em 0em 0em 0em;
		padding: 0.3em 0em 0em 0em;
	}
	
	#left div.titel
	{
		min-height:24px;
		height:1.3em;
		background-image:url(../images/hoekjes/right-top.png);
		background-position:top right;
		background-repeat:no-repeat;
		margin: 0em 0em 0em 0em;
		padding:0em 0em 0em 0em;
	}
	
	#left div.content
	{
		padding: 0em 0em 0em 0em;
		margin: 0.4em 0em 0em 0em;
		
		width:12em;

		background-color:#FFFFCB;
		color:#000080;
	}
	
	#left div#menuwrapper
	{
		padding: 0.7em 0.2em 0.8em 0.5em;
		margin: 0em 0em 0em 0em;
	}
	
		#left p
		{
			padding: 0em 0em 0em 0em;
			margin: 0em 0em 0.7em 0em;
			font-size:0.9em;
		}

		#left ul
		{
			margin: 0em 0em 0em 1em;
			padding: 0em 0em 0em 0em;
		}
		
		#left ul li
		{
			list-style-image:url(../images/item.gif);
			font-size:0.9em;
		}
		
		#left img
		{
			border-style:none;
			border-width:0;
			
			padding: 0em 0em 0em 0em;
			margin: 0em 0em 0em 0em;
		}

		#left dfn
		{
			display:none;
		}
/* End of 'NavigatieGeert' */

/* Start of CMSMS style sheet 'ShortcutsGeert' */
#shortcuts div.blok
{
	background-image:url(../images/paarsGeert.png);
	background-color:#7de14a; /*OPGELET: geen websafe color*/
	
	margin: 0em 0em 1em 0em;
	padding:0em 0em 0em 0em;
	
	width:12em;
}
	
	#shortcuts div.titel h3
	{
		background-image:url(../images/hoekjes/left-topGeert.png);
		background-repeat:no-repeat;
		/*background-color:#FFFFFF;*/
				
		text-align:center;
		color:#FFFFFF;
		font-weight:bold;
		font-size:0.9em;
		
		margin: 0em 0em 0em 0em;
		padding: 0.3em 0em 0em 0em;
	}
	
	#shortcuts div.titel
	{
		min-height:24px;
		height:1.3em;
		background-image:url(../images/hoekjes/right-topGeert.png);
		background-position:top right;
		background-repeat:no-repeat;
		margin: 0em 0em 0em 0em;
		padding:0em 0em 0em 0em;
	}
	
	#shortcuts div.content
	{
		padding: 0em 0em 0em 0em;
		margin: 0.4em 0em 0em 0em;
		
		width:12em;

		background-color:#72E500;
		color:#000080;
	}
	
	#shortcuts div.container
	{
		padding: 0.7em 0.2em 0.8em 0.5em;
		margin: 0em 0em 0em 0em;
	}
	
		#shortcuts p
		{
			padding: 0em 0em 0em 0em;
			margin: 0em 0em 0.7em 0em;
			font-size:0.9em;
		}
		
		
		#shortcuts ul
		{
			margin: 0em 0em 0em 1em;
			padding: 0em 0em 0em 0em;
		}
		
		#shortcuts ul li
		{
			list-style-image:url(../images/item.gif);
			font-size:0.9em;
		}
		
		#shortcuts img
		{
			border-style:none;
			border-width:0;
			
			padding: 0em 0em 0em 0em;
			margin: 0em 0em 0em 0em;
		}
/* End of 'ShortcutsGeert' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 0px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

/* Start of CMSMS style sheet 'Links' */
/*interne links*/
/***************/

a.intern:link /* unvisited link */
{
	color: #9900FF;
} 
    
a.intern:visited /* visited link */
{
	text-decoration:none;
	border-width:0em 0em 0.1em 0em;
	border-style:dashed;
	color: #9900FF;
} 
 
a.intern:hover  /* mouse over link */
{
	color: #800000;
}  

a.intern:active /* selected link */
{
	text-decoration:none;
	border-width:0em 0em 0.1em 0em;
	border-style:dashed;
	color: #800000;
}  

/*externe links (buiten www.bloemenstad.be)*/
/*******************************************/

a.extern:link /* unvisited link */
{
	color: #9900FF;
} 
    
a.extern:visited /* visited link */
{
	text-decoration:none;
	border-width:0em 0em 0.1em 0em;
	border-style:dashed;
	color: #9900FF;
} 
 
a.extern:hover  /* mouse over link */
{
	color: #800000;
}  

a.extern:active/* selected link */
{
	text-decoration:none;
	border-width:0em 0em 0.1em 0em;
	border-style:dashed;
	color: #800000;
}   

/*mail links*/
/************/

a.mail:link /* unvisited link */
{
	color: #9900FF;
} 
    
a.mail:visited /* visited link */
{
	text-decoration:none;
	border-width:0em 0em 0.1em 0em;
	border-style:dashed;
	color: #9900FF;
} 
 
a.mail:hover  /* mouse over link */
{
	color: #800000;
}  

a.mail:active /* selected link */
{
	text-decoration:none;
	border-width:0em 0em 0.1em 0em;
	border-style:dashed;
	color: #800000;
}
/* End of 'Links' */

/* Start of CMSMS style sheet 'Overige' */
.center
{
	text-align:center;
}

.hidden
{
	visibility:hidden;
	height:0px;
	width:0px;
	display:none;
}

.floatRight
{
	float:right;
	margin: 1em 0em 1em 1em;
}

.floatLeft
{
	float:left;
	margin: 1em 1em 1em 0em;
}

.small
{
	font-size:75%;
}
/* End of 'Overige' */

