@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 960px;
	background: #FFFFFF url(../images/container_spacer.jpg) left top repeat-y;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	height: 282px;
	background: url(../images/header_spacer.jpg) left top repeat-x;
	
} 
#header_home {
	height: 282px;
	background: url(../images/header_home.jpg) left top no-repeat;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header_logo {
	padding-top: 29px;
	padding-left: 19px;
}
#header_searchfield {
	padding-top: 38px;
	padding-right: 35px;
}
#searchfield {
	margin: 0;
	padding: 3px;
	font-size: 10px;
	color: #333333;
	border: 0;
	background: none;
	text-align:left;
}
#searchbutton {
	margin: 0;
	padding: 3px;
	font-size: 9px;
	color: #0065a6;
	border: 0;
	background: none;
}
#searchbutton:hover {
	margin: 0;
	padding: 3px;
	font-size: 9px;
	color: #f18e00;
	border: 0;
	background: none;
	cursor: pointer;
}
#nav_bar {
	height: 28px;
	background: #666666 url(../images/navbar_spacer.jpg) left top repeat-x;
}
#navigatie {
	padding-left: 115px;
	height: 28px;
	background: url(../images/navbar_left.jpg) left top no-repeat;
}
#subnav_bar {
	height: 21px;
	background: #f18e01 ;
}
#subnavigatie {
	padding-left: 130px;
	height: 21px;
	background: url(../images/subnavbar_left.jpg) left top no-repeat;
}

#horizontal_nav {
	margin: 0;
	padding: 0;
	
}

#horizontal_nav li {
	
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#horizontal_subnav {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#horizontal_subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#horizontal_subnav li a {
	position: relative;
	top: 2px;
	padding-left: 10px;
	padding-right:10px;
	text-transform:lowercase;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#horizontal_subnav li a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}



#horizontal_subnav li #current {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}



#leftbar {
	float: left;
	width: 211px;
	background: url(../images/leftbar_bg.jpg) left top no-repeat;
	padding: 33px 21px 15px 21px;
}
#leftbar p {
	font-size: 12px;
	color: #4c4d4f;
}
#leftbar h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	color: #58585a;
	font-weight: bold;
}
#leftnav li {
	margin-top: 0;
	padding-top: 0;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 75px;
}

#leftnav li a {
	font-size: 10px;
	font-style: italic;
	color: #231f20;
	text-decoration: none;
}

#leftnav li a:hover {
	font-size: 10px;
	font-style: italic;
	color: #f78f1e;
	text-decoration: none;
}

#rightbar {
	float: right;
	width: 213px;
	background: url(../images/page_spacer.jpg) left top repeat-x;
	padding: 50px 33px 15px 36px;
}
#rightbar p {
	font-size: 10px;
	color: #4c4d4f;
	line-height: 18px;
}
#rightbar h1 {	
	margin-top: 0;
	padding-top: 0;
	font-size: 14px;
	color: #f78f1e;
	font-weight: bold;
}

#rightbar h2 {	
	font-size: 12px;
	color: #58585a;
	font-weight: bold;
}

#rightbar h3 {	
	font-size: 11px;
	color: #58585a;
	font-weight: bold;
}

#rightbar a {
	color:#F18E00;
	text-decoration:none;
}

#page { 
	margin: 0 282px 0 253px;
	padding: 50px 30px;
	background: url(../images/page_spacer.jpg) left top repeat-x;
} 
#page h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 14px;
	color: #58585a;
	font-weight: bold;
	width:360px;
}
#page h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	color: #58585a;
	font-weight: bold;
	width:390px;
}
#page p {
	font-size: 12px;
	color: #4c4d4f;
	line-height: 22px;
	width:390px;
}

#page a {
	color:#F18E00;
	text-decoration:none;
}

#footer { 
	height: 90px;
	background: #FFFFFF url(../images/footer_spacer.jpg) left top repeat-x;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer_logo {
	padding-left: 30px;
	background: #FFF;
}
#footer_slogan {
	
	padding-right: 30px;
	font-size: 24px;
	color: #707172;
	font-weight: bold;
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}