/*
	Design by Free CSS Templates
	http : / / www . freecsstemplates . org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
  font-family: "trebuchet ms", sans-serif; 
	color: #333333;
	font-size: 10pt;
}
a
{
	color: #006600;
}
/* Outer */
#outer
{
}
/* Header */
#header
{
	height: 95px;
	background-image: url('images/a2.gif');
	background-position: bottom left;
	padding-left: 40px;
	padding-top: 45px;
}
#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}
#header h1
{
	text-transform: lowercase;
	font-size: 1.6em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
}
/* Menu */
#menu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
/* image customisation vanaf hier */
img.floatLeft { 
    float: left; 
    margin: 4px 1em 4px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 7px; 
}
/* image customisation tot hier */
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
/* aanpassing voor calendar of events vanaf hier */
#PrimaryContent_stretched li
{
	margin-bottom: 0.5em;
	padding-left: 0.5em;
  text-indent: -0.5em;
}
/* aanpassing voor calendar of events tot hier */
#content ol
{
	margin-bottom: 1.5em;
	padding-left: 2em;
}
/* rss ticker css vanaf hier */
.cnnclass
{
	padding: 5px;
/*	width: 25em; */
/*	height: 7em; */
/*	background-color: #F3F3F3; */
/*	border: 1px solid black; */
	background-color: #EAEFE0;
	border: double 1px #528A71;
	font-size: 85%;
	margin-bottom: 1em;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}
.cnnclass a
{
	text-decoration: none;
	color: #003300;
}
.rsstitle
{ 
	/*shared class for all title elements in an RSS feed*/
	font-size: 120%;
	font-weight: bold;
}
.rssdate
{ 
	/*shared class for all date elements in an RSS feed*/
	color: gray;
	font-size: 85%;
}
.rssdescription
{ 
	/*shared class for all description elements in an RSS feed*/
	color: gray;
	font-size: 85%;
}
/* rss ticker css tot hier */
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
.greenbox
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #EAEFE0;
	border: double 1px #528A71;
}
.greenbox_floatright
{
	float: right;
	width: 15em;
	padding: 1em;
	margin: 1px 0px 1px 1em;
	background-color: #EAEFE0;
	border: dotted 1px #528A71;
}
.greybox
{
	padding: 5px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border: double 1px #CCCCCC;
}
/* andere padding en margin settings */
.greybox_floatright
{
	float: right;
	width: 15em;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border: double 1px #CCCCCC;
}
.pinkbox
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FCF3F8;
	border: double 1px #A24484;
}
.pinkbox_floatright
{
	float: right;
	width: 15em;
	padding: 1em;
	margin: 1px 0px 1px 1em;
	background-color: #FCF3F8;
	border: dotted 1px #A24484;
}
.orangebox
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFEFC3;
	border: double 1px #CC7400;
}
.orangebox_floatright
{
	float: right;
	width: 15em;
	padding: 1em;
	margin: 1px 0px 1px 1em;
	background-color: #FFEFC3;
	border: dotted 1px #CC7400;
}
.yellowbox
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFF2AC;
	border: dotted 1px #FFD124;
}
.yellowbox_floatright
{
	float: right;
	width: 15em;
	padding: 1em;
	margin: 1px 0px 1px 1em;
	background-color: #FFF2AC;
	border: solid 1px #FFD124;
}
.warning {
	line-height: 1.8em;
	padding: 1px 1em 1em 1em;
	border: 1px solid #000000;
	background-color: #ff0000;
	color: #ffffff;
	}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	vertical-align: top;
	padding: 0.5em;
}
#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}
#content table tr.rowC
{
	background-color: #eee;
	color: inherit;
}
#content table tr.rowD
{
	background-color: #fff;
	color: inherit;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#primaryContentContainer_stretched
{
	float: left;
	margin-right: -230px;
	width: 100%;
}
#primaryContent
{
	margin: 0em 470px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent_stretched
{
	margin: 0em 240px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
	text-transform: lowercase;
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
}
#secondaryContent h3, #tertiaryContent h3
{
	background: url('images/a1.gif') no-repeat;
	width: 185px;
	height: 27px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	text-transform: lowercase;
	color: #5D5F53;
}
/* Secondary Content */
#secondaryContent
{
	float: left;
	width: 215px;
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 215px;
	padding-right: 1em;
}
/* image customisation vanaf hier */
a img 
{ 	border: 0
}
/* image customisation tot hier */
/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}
/* begin styles for RSS Feed 

.rss-box {
	 padding: 1em;
	 background-color: #EEE;
	 border: 1px solid silver;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

.rss-item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: black;
}

.rss-date {
	font-size: 7pt;
	color: red;
	}
	
	*/