/*

Speciale CMS klassen, voornamelijk voor alinea types

!! ALTIJD INLCUDEN !!

*/
.cms_3kolommen{
    width: 100%;
}

.cms_3kolommen div{
    width: 30%;
    float: left;
    text-align:justify;
}

.cms_3kolommen_last_row{
    padding-right:0px;
}

.cms_3kolommen_row{
    padding-right:20px;
}

.cms_2kolommen{
    width: 100%;
    clear : both;
}

.cms_2kolommen div{
    width: 49%;
    float: left;
}

.cms_afbeeldingrechts{
    padding: 0px 0px 10px 10px;
    float : right;
}

.cms_afbeeldinglinks{
    padding: 0px 10px 10px 0px;
    float : left;
}

.cms_afbeelding{
    padding: 0;
    margin : 0;
    float : left;
}

.cms_cleaner{
    height : 0px;
    width : 100%;
    float : left;
    display:inline;
}

.devider {
  background-color: #006987;
  width: 100%;
}

.paragraph {
  width: 100%;
  float:left;
  clear: both;
}

/*

einde CMS klassen

*/

/*
---------------------------------------------------------------------------------
ALGEMEEN
---------------------------------------------------------------------------------
*/
BODY {
	font-size: 11px;
	font-family: verdana,arial, helvetica, sans-serif;
    margin: 0px;
	color: #505050;
	background: #ffffff url(/site_files/img/bg_bar.jpg) 0px 36px repeat-x;
}
A {
	color: #4a4a4a;
}
A:hover {
	color: #006987;
}
IMG {
	border : 0px;
}
UL {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px
}
INPUT {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
TEXTAREA {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
SELECT {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
P {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 3px;
}
FORM {
	display: inline;
}

/*
---------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------
*/

.devider {
	display: none;
}

#header {
    background: url(/site_files/img/bg_img.jpg) no-repeat;
	width: 971px;
	height: 85px;
}

.cleaner {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 0px;
	border-bottom-style: none;
}

/*
---------------------------------------------------------------------------------
MAINMENU
---------------------------------------------------------------------------------
*/






 /*
---------------------------------------------------------------------------------
TABMENU
---------------------------------------------------------------------------------
*/
#tabmenu {
    height:20px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#tabmenu div {
    height:20px;
    display: block;
    float: left;
}

#tabmenu div.menu_btn_left {
    width:5px;
    background: url(/site_files/img/menu_btn_left.jpg) top left no-repeat;
}

#tabmenu div.menu_btn_center {
    padding: 0px 5px 0px 5px;
    background: url(/site_files/img/menu_btn_center.jpg) top left repeat-x;
}

#tabmenu div.menu_btn_right
{
    width:5px;
    background: #fff url(/site_files/img/menu_btn_right.jpg) top left no-repeat;
    padding-right:1px;
}

#tabmenu ul {
     list-style: none;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin:0px;
	float:left;
}

#tabmenu div{
    cursor:pointer;
}

#tabmenu div.active a{
	color: #fff;
}

#tabmenu div.active .menu_btn_left {
    width:5px;
    background: url(/site_files/img/menu_btn_left_active.jpg) top left no-repeat;
}

#tabmenu div.active .menu_btn_center {
    padding: 0px 5px 0px 5px;
    background: url(/site_files/img/menu_btn_center_active.jpg) top left repeat-x;
}

#tabmenu div.active .menu_btn_right
{
    width:5px;
    background: #fff url(/site_files/img/menu_btn_right_active.jpg) top left no-repeat;
    padding-right:1px;
}


/*
---------------------------------------------------------------------------------
HEADERs
---------------------------------------------------------------------------------
*/

.breadcrumb {
    float: left;
    width: 450px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 17px 0px;
	padding-top: 0px;
	color: #70777f;
}

.breadcrumb a {
	text-decoration: none;
	color: #70777f;
}

.breadcrumb img {
	padding: 0px 6px 3px 6px;
	vertical-align: bottom;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: #000;
}

/*
---------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------
*/

#siteContainer {
	margin: auto;
	margin-top: 5px;
	width: 971px;
	/*overflow: hidden;*/
}

#contentcontainer{
    margin-left: 11px;
    margin-top: 15px;
    width: 920px;
    float: left;
}

#innerContent{
    background: #fff url(/site_files/img/bg_content.jpg) top left repeat-x;
    width:920px;
}

#leftcontent {
	float: left;
	width: 202px;
}
#centercontent {
	float: left;
	width: 516px;
}
#rightcontent {
	float: left;
	width: 202px;
}

.blok{
    float:left;
    background-color: #fff;
    color: #737373;
}

.blok a {
    color: #737373;
}

.blok_titel {
    width:192px;
    background-color: #183C78;
    padding-left:10px;
    height:40px;
}

.blok_tekst {
    width:182px;
    padding: 10px;
    background:#fff;
    line-height: 18px;
    color: #737373;
}

.blokSearch{
    width:180;
    height:25px;
    margin-top:4px;
    margin-bottom:4px;
    border:1px solid #0f1f7a;
}

.inputSearch{
    float:left;
    width:130px;
    height:19px;
    border:0px solid;
    text-indent:10px;
    font-weight:bold;
    color:#a9b2b6;
    padding-top: 4px;
}
.buttonLink{
    float:right;
    width:35px;
    height:23px;
    border:1px solid #0f1f7a;
    color:#fff;
    font-weight:bolder;
    background-color: #0f1f7a;
    text-align:center;
    cursor:pointer;
}

.centerHomeblok_sides{
    float: left;
    width: 1px;
    height: 400px;
    background: #fff url(/site_files/img/center_block_sides.jpg) top left repeat-x;
}

.centerHomeblok{
    padding: 10px;
    float: left;
    width: 494px;
    min-height:380px;
    height: auto !important;
    height: 380px;
    background:#fff;
    border-top: 1px solid #5d646c;
    line-height: 18px;
}


#centerBlockDevider{
    float:left;
    height: 10px;
    width: 480px;
    background: #fff url(/site_files/img/center_block_devider.jpg) top left repeat-x;
}

.centerBlokImage{
    width: 100px;
    float:left;
}

.centerBlokTekst{
    float:left;
    width: 380px;
}

.news_item {
    clear:both;
    color: #737373;
}

.news_item a {
    font-weight: bold;
    color: #737373;
}


/*
---------------------------------------------------------------------------------
TITELS (icm sifr)
---------------------------------------------------------------------------------
*/
.blok_titel h3 {
    height:20px;
    padding:6px 0px 0px 0px;
    margin:0px;
    color:#fff;
    font-size: 20px;
	font-family: verdana,arial, helvetica, sans-serif;
	font-weight:normal;
}

h2.abc_letter {
    height:24px;
    font-size: 18px;
	font-family: verdana,arial, helvetica, sans-serif;
	font-weight:normal;
	color: #737373;
	margin:0px;
	clear:both;
	margin-bottom:10px;
}

#tabmenu a {
    color: #a9abae;
	font:  1.1em "Verdana", Arial, sans-serif;
	text-decoration: none;
	line-height:20px;
	cursor:pointer;
}

#tabmenu a:hover {
	color: #a9abae;
}

#tabmenu a:visited {
	color: #a9abae;
}


/*
---------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------
*/
#footerContainer{
    height: 18px;
    background: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    border-top: #bababa 1px solid;
    color:#000000;
}