

body
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image: url(images/bg1b.gif);
	background-repeat: repeat-x;
	background-color: #7e9db1;
	margin: 20px;
	padding: 0;
	text-align: center;
}

h1
{
	font-size: 24px;
	color: #9ebdd1;
	font-weight: 700;
	margin: 0;
}
h4
{
	font-size: 11px;
	color: #9ebdd1;
	margin: 0;
	font-weight: 700;
}
h2
{
	font-size: 10px;
	color: #9ebdd1;
	margin: 0;
	font-weight: 700;
}

h3
{
	font-size: 16px;
	color: #369;
	font-weight: 700;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

p
{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.5em;
    margin-left: 40px;
}
/*p+p { margin-top: -10px; }*/

#container
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 900px;
	padding: 10px;
	height: auto;
	background-color: #FFF;
	text-align: left;
}

#banner
{
	width: 900px;
	height: 100px;
	margin-bottom: 10px;
}

#bannerLeft
{
	width: 270px;
	height: 100px;
	margin-right: 10px;
	background-image: url(images/leaf.gif);
	float: left;
}

#bannerRight
{
	width: 529px;
	height: 80px;
	background: url(images/bg1c.gif) repeat-x;
	float: left;
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 20px 0 0 10px;
}

#bannerRight2
{
	width: 609px;
	height: 80px;
	float: left;
	border: solid 0px #CCC;
}


#content
{
	background: url(images/bg1.gif) repeat-y;
	height: 1%;
}

#leftColumn
{
	float: left;
	background-color: #183a53;
}


.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav a
{
	display: block; /*	text-decoration: none;*/
	padding: 5px 10px 5px 10px;
	width: 234px; /*border-bottom: 1px dotted #333;*/
}
.nav a:hover
{
	background-color: #325c7c;
	color: #ffffff;
}
.nav a:active
{
	background-color: #325c7c;
}


#leftColumnBottom
{
	width: 250px;
	background: url(images/bg1c.gif) repeat-x;
	padding: 110px 10px 10px;
	color: #EAEAEA;
}

.rightColumn
{
	float: left;
	width: 589px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 0px black;
	color: #666;
}

#clear
{
	clear: both;
}

.date
{
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

#copyright
{
	padding-top: 10px;
	font: 10px Arial,Helvetica,sans-serif;
	color: #5f9cbe;
}

#copyright a
{
	text-decoration: none;
	color: #5f9cbe;
}

#copyright a:hover
{
	color: #fff;
}


a
{
	font-size: 12px;
	color: #9ebdd1;
	text-decoration: none;
}

a:hover
{
	color: #183a53;
}



.knop
{
	border: 1px solid #9ebdd1;
    font-size: 11px;
	    color: #9ebdd1;
	    text-decoration: none;
	    background-color: #183a53;
    width: 130px;
}

.cms_project_pager
{
	background-color: #2461BF;
	color: White;
}
.cms_project_pager a
{
	color: White;
}
.cms_project_pager span
{
	color: Yellow;
	font-weight:bold;
	text-decoration:underline;
}