BODY
{
font-family: Verdana;
/* line-height: 2em; */
line-height: 1.5em;
font-size: 11px;
}

H1
{
font-size: 1.3em;
text-transform: uppercase;
font-weight: bold;
}

H2
{
font-size: 1.1em;
text-transform: uppercase;
font-weight: bold;
}

H2.bar
{
background-color: #007DB4;
color: #FFFFFF;
padding: 2px;
padding-left: 4px;
margin-top: 1.5em;
}

H3
{
font-size: 1em;
text-transform: uppercase;
font-weight: bold;
}

HR
{
margin-bottom: 1.5em;
}

A
{
text-decoration: none;
color: #007DB4;
}

A:hover
{
text-decoration: underline;
color: #007DB4;
}

.header
{
background-color: #007DB4;
height: 90px;
}

DIV.footer
{
margin-top: 3px;
clear: both;
}

DIV.footer .bar
{
background-color: #007DB4;
height: 10px;
}

.footer UL
{
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}

.footer UL LI
{
display: inline;
padding: 0 10px;
margin: 3px 0;
border-right: 1px solid #F47521;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
}

.footer UL LI.last
{
border: 0;
}

.footer UL LI A
{
text-transform: uppercase;
color: #000;
}

.column-left, .column-right
{
background-color: #FDE3D3;
font-size: 95%;
}

.column-left .box, .column-right .box
{
padding: 1.2em;
padding-bottom: 0;
margin: 1.2em 0;
}


.column-right .inner
{
background-image: url(../gfx/blokken.gif);
background-repeat: no-repeat;
background-position: bottom center;
}

.column-left .inner
{
border-left: 10px solid #F47521;
padding-top: 1px;
}

.column-right .inner
{
border-right: 10px solid #F47521;
padding-bottom: 1px;
padding-top: 1px;
}

.logo
{
margin-top: 15px;
margin-left: 15px;
}

.slogan
{
margin-top: 36px;
}

.menu UL
{
list-style-type: none;
padding: 3px 0;
margin-bottom: 2px;
text-align: center;
}

.menu UL LI
{
display: inline;

position: relative;
z-index: 3;

padding: 0 10px;
border-left: 1px solid #F47521;
background-color: #FFFFFF;

font-weight: bold;
}

.menu UL LI.first
{
border: 0;
}

.menu UL LI A:hover
{
background-color: #CCE5F0;
}

.menu UL.level-2
{
border: 1px solid #F47521;
background-color: #FFF;
display: block;
margin: 0;
z-index: 4;
}

.menu UL.level-2 LI
{
display: block;
float: none;
text-align: left;

border: 0;
border-bottom: 1px solid #FDE3D3;
padding: 0;
padding-bottom: 3px;
padding-top: 3px;
margin: 0px 10px;

font-weight: normal;
}

.menu UL.level-2 LI.last
{
border: 0;
}

.menu A
{
text-transform: uppercase;
color: #000;
}

.content UL LI
{
list-style-image: url(../gfx/list_bullet_odd.gif);
}

.content > .box, .box-border
{
border: 1px solid #007DB4;
}


.content UL LI.even
{
list-style-image: url(../gfx/list_bullet_even.gif);
}

.categorie-list
{
list-style-type: none;
margin-left: 0;
margin-right: 0;
}

.categorie-list LI
{
border-top: 1px solid #007DB4;
padding: 0.2em;
}

.categorie-list LI.last
{
border-bottom: 1px solid #007DB4;
}

.image-align-left
{
float: left;
margin-right: 7px; 
margin-bottom: 7px;
margin-top: 7px;
}


.image-align-right
{
float: right;
margin-left: 7px; 
margin-bottom: 7px;
margin-top: 7px;
}

UL.attachments
{
list-style-type: none;
list-style-image: none;
}

UL.attachments LI
{
list-style-image: none;
}

UL.attachments LI.even
{
list-style-image: none;
}

.uitgelicht
{
background-color: #CCE5F0;
}

.uitgelicht H1
{
color: #007DB3;
font-weight: bold;
font-size: 150%;
}

.uitgelicht H2
{
color: #007DB3;
font-weight: bold;
font-size: 120%;
}

.categorie-list A
{
color: #000000;
}

/* forms*/
FORM
{
display: inline;
margin: 0;
padding: 0;
}

UL.form 
{
margin: 0;
padding: 0;
}

UL.form LI
{
list-style-image: none !important;
list-style-type: none;
margin: 7px 0;
padding: 0;
}

SPAN.required
{
color: #CC0000;
}

/** De zoek table **/
TABLE.search
{
margin-left: auto;
margin-right: auto;
width: auto;
}

TABLE.search td
{
line-height: 0px;
padding: 3px;
}

INPUT.search
{
height: 18px;
border: 1px solid #007DB4;
margin: 0;
}

TABLE.search.large INPUT.search
{
	width: 400px;
}

