/* GENERAL START */
body{
	padding: 0px;
	margin: 0px;
}

html ,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

table, p{
	padding: 0px;
	margin: 0px;
}

table td,
table th{
	vertical-align: top;
}

form, dl, dd, dt{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul, ol{
	margin-top: 0;
	margin-bottom: 0;
}

a, a:hover{
	color: #e1001a;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:focus{
	outline: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h1, h1 a, h1 a:hover,
h2, h2 a, h2 a:hover,
h3, h3 a, h3 a:hover,
h4, h4 a, h4 a:hover,
h5, h5 a, h5 a:hover,
h6, h6 a, h6 a:hover{
	color: #e1001a;
}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img{
	display: inline-block;
	border: 0px;
}

.hidden{
	display: none;
}

.clear{
	clear: both;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.page{
	width: 922px;
	margin: auto;
}
/* GENERAL END */
/* HEADER START */
.header{
	width: 922px;
	height: 97px;
	float: left;
}

.header .search{
	width: 169px;
	height: 22px;
	padding: 6px 0 0 9px;
	position: absolute;
	margin-left: 744px;
	background: transparent url(../images/header_search_bgr.gif) no-repeat 0 0;
}

.header .search fieldset{
	padding: 0;
	margin: 0;
	border: none;
}

.header .search legend{
	display: none;
}

.header .search ol,
.header .search li{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header .search label{
	line-height: 17px;
	display: block;
	float: left;
	color: #fff;
	padding-right: 4px;
}

.header .search .text{
	width: 90px;
	display: block;
	float: left;
	padding: 1px 5px;
	margin: 0;
	font-size: 0.833em;
	border: 0 solid transparent;
}

.header .search .submit{
	position: relative;
	bottom: 2px;
	left: 4px;
	padding: 0;
	margin: 0;
	border: 0 solid transparent;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	color: #fff;
	background: transparent none;
	cursor: pointer;
}

.header .branding{
	width: 184px;
	float: left;
	padding-top: 26px;
}

.header .nav_main,
.header .nav_main li,
.header .nav_main li a,
.header .nav_main li a:hover,
.header .links,
.header .links li,
.header .links li a,
.header .links li a:hover{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.header .links{
	float: right;
}

.header .nav_main,
.header .links{
	padding-top: 60px;
	line-height: 20px;
}

.header .nav_main li,
.header .links li{
	padding: 0 7px 0 10px;
	background: transparent url(../images/dot_grey.gif) no-repeat left center;
}

.header .nav_main li:first-child,
.header .links li:first-child{/*ie_fix*/
	background: transparent none;
	padding-left: 0;
}

.header .nav_main li a,
.header .nav_main li a:hover,
.header .links li a,
.header .links li a:hover{
	line-height: 15px;
	color: #000;
}

.header .nav_main li a:hover,
.header .links li a:hover{
	color: #e1001a;
}

.header .nav_main li.sel a,
.header .nav_main li.sel a:hover{
	color: #e1001a;
	text-decoration: underline;
}

.header .links li a.icon_rss,
.header .links li a:hover.icon_rss,
.footer .nav_right li a.icon_rss,
.footer .nav_right li a:hover.icon_rss{
	width: 13px;
	height: 15px;
	display: inline-block;
	background: transparent url(../images/icon_rss.gif) no-repeat center center;
}
/* HEADER END */
.panel{
	float: left;
	padding-bottom: 15px;
	font-size: 0.833em;
}

.panel .box{
	float: left;
	margin-bottom: 15px;
}

.panel .title{
	padding-left: 8px;
	background: transparent url(../images/title_bgr1_small.gif) no-repeat left 0.3em;
}
/* PANEL START */
/* PANEL LEFT START */
.panel_left,
.panel_left .box{
	width: 148px;
	font-size:12px;
}

.panel_left .box P{
	padding-bottom: 1em;
}
/* PANEL LEFT END */
/* PANEL RIGHT START */
.panel_right,
.panel_right .box{
	width: 178px;
}

.panel_right .box_news{
	width: 138px;
	padding: 12px 20px;
	background-color: #646567;
	
}

.panel_right .box_news .title{
	color: #fff;
	background: transparent url(../images/title_bgr2_small.gif) no-repeat left 0.3em;
}

.panel_right .box_news ul,
.panel_right .box_news ul li,
.panel_right .box_news ul li a,
.panel_right .box_news ul li a:hover{
	padding: 0;
	margin: 0;
	list-style: none;
}

.panel_right .box_news ul li{
	padding-top: 5px;
	margin-top: 8px;
	border-top: 1px solid #8a8b8d;
}

.panel_right .box_news ul li:first-child{/*ie_fix*/
	border-top: none;
	padding-top: 5px;
	margin-top: 0;
}

.panel_right .box_news ul li a,
.panel_right .box_news ul li a:hover{
	color: #fff;
	font-size:12px;
	text-decoration:none;
}

.panel_right .box_info{
	width: 178px;
	padding: 10px 0;
	color: #fff;
	background: #003684 url(../images/panel_box_bgr.gif) no-repeat left bottom;
}

.panel_right .box_info_wrap{
	width: 151px;
	padding-left: 12px;
	text-align: center;
}

.panel_right .box_info p{
	padding-bottom: 1em;
}

.panel_right .box_contact{
	width: 166px;
	padding: 0 12px 0 0;
}

.panel_right .box_contact .title{
	padding-left: 12px;
	font-size: 1.2em;
	background: transparent url(../images/title_bgr1_big.gif) no-repeat 0 0.3em;
}

.panel_right .box_contact p{
	padding-left: 12px;
	font-size:12px;
}
/* PANEL RIGHT END */
/* PANEL END */
/* CONTENT START */
.content{
	width: 524px;
	float: left;
	padding: 0 36px 22px 36px;
}

.content .main_panel,
.content .main_panel li{
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
}

.content .main_panel{
	width: 524px;
	height: 211px;
	padding-top: 3px;
	padding-bottom: 15px;
	background: transparent url(../images/main_img.jpg) no-repeat left top;
}

.content .main_panel li{
	padding-top: 12px;
}

.content .main_panel li a,
.content .main_panel li a:hover{
	width: 158px;
	height: 37px;
	display: block;
	line-height: 37px;
	font-size: 1.2em;
	color: #003684;
	text-align: center;
	text-decoration: none;
	background: transparent url(../images/pad.png) no-repeat 0 0;/*ie_fix*/
}

.content .main_panel li a:hover,
.content .main_panel li.sel a,
.content .main_panel li.sel a:hover{
	color: #fff;
	background-position: 0 -37px;
}

.content .main_panel li .arrow{
	display: none;
}

.content .main_panel li.sel .arrow{
	position: absolute;
	margin:  10px 0 0 -22px;/*ie_fix*/
	width: 18px;
	height: 19px;
	display: block;
	background: transparent url(../images/arrow.gif) no-repeat 0 0;
}

.content p{
	padding-bottom: 1em;
}

.content ul{
	padding: 0;
	margin-left: 1em;/*ie_fix*/
    /*list-style-image: url("../images/bullet_3.gif")*/
}

.content ol{
	padding: 6px;
	margin-left: 1em;/*ie_fix*/
}

ul.pijltje{
    list-style-image: url("../images/bullet_3.gif")
}

.content ul li{
	padding: 0;
	margin: 0;
}

.content .title{
	padding-left: 12px;
	padding-bottom: 1em;
	background: transparent url(../images/title_bgr1_big.gif) no-repeat 0 0.3em;
}

.content .title .subtitle{
	font-size: 0.833em;
	color: #003684;
}

.content .half{
	width: 46%;
	float: left;
}

.content .half_right{
	float: right;
}
/* CONTENT END */
/* FOOTER START */
.footer{
	width: 878px;
	float: left;
	padding: 5px 22px;
	background-color: #003684;
	font-size: 1em;
}

.footer,
.footer a,
.footer a:hover{
	color: #fff;
}

.footer .nav,
.footer .nav li,
.footer .nav li a,
.footer .nav li a:hover{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.footer .nav_right{
	float: right;
}

.footer .nav li{
	padding: 0 5px 0 7px;
	background: transparent url(../images/dot_white.gif) no-repeat left center;
}

.footer .nav li:first-child{/*ie_fix*/
	background: transparent none;
	padding-left: 0;
}

.footer .nav li a,
.footer .nav li a:hover{
	color: #fff;
}

.footer .nav li.sel a,
.footer .nav li.sel a:hover{

}

.footer .nav li a:hover,
.footer .nav li.sel a:hover{
	text-decoration: underline;
}
/* FOOTER END */
/* SUBPAGES START */
/* homepage */
.homepage{
	width: 922px;
	float: left;
	padding-bottom: 40px;
}

.homepage .content{
	width: 700px;
	float: left;
	padding: 0 44px 40px 0;
}

.homepage .content .main_panel{
	width: 700px;
	background-image: url(../images/main_img_hp.jpg);
}

.homepage .hp_box p{
	padding-bottom: 1em;
}

.homepage .hp_box .title{
	padding-left: 12px;
	padding-bottom: 0.2em;
	background: transparent url(../images/title_bgr1_big.gif) no-repeat 0 0.3em;
}

.homepage .hp_box_grey{
	width: 460px;
	float: left;
	padding: 0 30px;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	background-color: #646567;
	font-size:15px;
}

.homepage .hp_box_grey .title{
	color: #fff;
	background-image: url(../images/title_bgr2_big.gif);
}

.homepage .hp_box_grey,
.homepage .hp_box_grey a,
.homepage .hp_box_grey a:hover{
	color: #fff;
}

.homepage .hp_box_trans{
	width: 360px;
	float: right;
}
/* about */
.icon_partner{
	display: block;
	margin-bottom: 5px;
}
/* contact */
.contact_address{
	float: left;
	padding-right: 50px;
}

.contact_form .row{
	width: 100%;
	float: left;
	padding: 2px 0 3px 0;
}

.contact_form label{
	width: 110px;
	line-height: 17px;
	display: block;
	float: left;
	/*font-size: 0.833em;*/
}

.contact_form .text,
.contact_form .textarea,
.contact_form .submit{
	display: block;
	float: left;
	padding: 2px 6px;
	/*font-size: 0.833em;*/
	color: #fff;
	border: 0 solid transparent;
	background-color: #646567;
}

.contact_form .text,
.contact_form .textarea{
	width: 335px;
}

.contact_form .submit{
	cursor: pointer;
}
/* SUBPAGES END */

#accordion{
	position: absolute;
	margin-left: -184px;
	width: 133px;
	padding: 10px 12px;
	font-size: 1em;
	background-color: #003684;
}

#accordion,
#accordion a,
#accordion a:hover{
	color: #fff;
	text-decoration: none;
}

#accordion h3{
	padding: 4px 0 4px 12px;
	background: transparent url(../images/bullet_1.gif) no-repeat 0 0.8em;
}

#accordion h3.ui-state-active{
	background-image: url(../images/bullet_1_active.gif);
}

#accordion h3:focus{
	outline: none;
}

#accordion .ui-accordion-content{
	padding-left: 12px;
	overflow: hidden;
}

#accordion .ui-accordion-content ul,
#accordion .ui-accordion-content li{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

#accordion .ui-accordion-content ul{
}

#accordion .ui-accordion-content li{
	padding: 1px 0 1px 10px;
	background: transparent url(../images/bullet_2.gif) no-repeat 0 0.5em;
}

#accordion .ui-accordion-content li a:hover{
	text-decoration: underline;
}