/*----------------------- Reset styles -----------------------*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
img	{
	border: 0px;
}
div	{
	display: block;
}
fieldset	{
	border: 0px;
	display: inline;
}
/*----------------------- Structure styles -----------------------*/
body	{
	background-color: #ffffff;
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p	{
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
	font-size: 1.0em;
	color: #000000;
}
h1, .h1	{
	font-family: Verdana;
	font-size: 2.18em;
	padding: 12px 0px 15px 0px;
	font-weight: normal;
}
h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px;
}
ul	{
	padding-left: 15px;
	line-height: 1.3em;
	margin-left: 5px;
}
ol	{
	padding-left: 20px;
	margin-left: 10px;
}
a, a:link, a:visited, a:focus, a:active	{
	color: #008b45;
	font-size: 1.0em;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:focus, a:active	{
	color: #000000;
}
.bold, strong	{
	font-weight: bold;
}
p.manchet	{
	padding-bottom: 15px;
}
.not_there	{
	display: none;
}
#skip_link {
	left:-1000em;
	position:absolute;
}
#container	{
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000000;
}
#shadow	{
	float: left;
	width: 980px;
	background: url('/images/bg_shadow.gif') repeat-y;
	padding: 0px 4px 0px 4px;
}
#line_black	{
	width: 980px;
	height: 4px;
	overflow: hidden;
	background-color: #000000;	
}
#line_grey	{
	width: 980px;
	height: 1px;
	overflow: hidden;
	margin-top: 2px;
	background-color: #696969;
}

#top_con	{
	width: 956px;
	height: 98px;
	overflow: hidden;
	padding: 6px 12px 0px 12px;
}
#logo	{
	padding-top: 20px;
	padding-left: 12px;
	float: left;
	overflow: hidden;
	height: 72px;
}
#toolbox	{
	float: right;
	text-align: right;
	width: 650px;
}
#search	{
	float: right;
	display:none;
}
#search .input_txt	{
	height: 16px;
}
#content_con	{
	float: left;
	clear: both;
	width: 956px;
	font-size: 1.1em;
	padding: 35px 12px 0px 12px;
}
#left_col	{
	float: left;
	width: 213px;
	overflow: hidden;
}
#right_col	{
	float: left;
	width: 213px;
	overflow: hidden;
}
.content, .content_wide	{
	float: left;
	width: 510px;
	padding: 0px 10px 20px 10px;
	overflow: hidden;
}
.content_wide	{
	width: 721px;
}
.content_wrapper	{
	width: 100%;
	float: left;
	clear: both;
}
.with_line	{
	background: url('/images/bg_box_line.gif') repeat-x bottom;
	padding-bottom: 10px;
}
#frontpage_box_con	{
	width: 510px;
}
#frontpage_box_con h2	{
	color: #008b45;
	font-size: 1.0em;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 10px;
}
#frontpage_box_con h2 a,
#frontpage_box_con h2 a:link,
#frontpage_box_con h2 a:visited,
#frontpage_box_con h2 a:focus,
#frontpage_box_con h2 a:active	{
	font-size: 1.1em;
}
#frontpage_box_1, #frontpage_box_2, #frontpage_box_3	{
	width: 160px;
	float: left;
	padding: 0px 7px 0px 0px;
	overflow: hidden;
}
#frontpage_box_2, #frontpage_box_3	{
	background: url('/images/bg_box_line_vert.gif') repeat-y left;
	padding: 0px 7px 0px 8px;
}
#frontpage_box_3	{
	padding: 0px 0px 0px 8px;
}
.cleanfilter	{
	float: right;
	text-align: right;
}
.flexpanel	{
	width: 100%;
	padding-top: 15px;
	float: left;
	clear: both;
}
.divided	{
	width: 510px;
	float: left;
	clear: both;
	background-color: #008b45;
}
.divided_img	{
	float: left;
	width: 243px;
}
.divided_text	{
	float: left;
	width: 241px;
	padding: 15px 10px 15px 15px;
	color: #ffffff;
}
.divided_text p	{
	color: #ffffff;
}
.divided_text h2	{
	color: #ffffff;
	font-size: 1.9em;
	font-weight: normal;
	font-family: verdana;
	padding-bottom: 0px;
}
.divided_text a:link,
.divided_text a:visited,
.divided_text a:focus,
.divided_text a:active	{
	color: #ffffff;
	font-weight: normal;
}
/*----------------------- Box styles -----------------------*/
.box, .last_box	{
	width: 213px;
	float: left;
	clear: both;
	margin-bottom: 11px;
	border-bottom: solid 1px #c8c8c9;
	background: url('/images/bg_shortcut.jpg') no-repeat top left;
}
.last_box	{
	margin-bottom: 15px;
}
.box_content	{
	margin: 0px 10px 0px 10px;
	padding: 10px 1px 10px 1px;
	border-top: solid 2px #008b45;
	color: #666666;
}
.box_content p	{
	color: #666666;
}
.box_content a:link,
.box_content a:visited	{
	font-weight: normal;
}
.box_content ul, .box_content li	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.box_news_item	{
	border-bottom: solid 1px #909090;
	margin-bottom: 10px;
}
.box_news_item_last	{
	border-bottom: none;
	margin-bottom: 10px;
}
.box h2, #right_col .box h2	{
	width: 187px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 5px 5px;
	color: #000000;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;
}
.box_content h2	{
	color: #008b45;
	font-size: 1.0em;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box_content h3	{
	color: #000000;
	font-weight: bold;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box_content ul	{
	padding-bottom: 10px;
}
.box_content h2 a,
.box_content h2 a:link,
.box_content h2 a:visited,
.box_content h2 a:focus,
.box_content h2 a:active	{
	font-size: 1.1em;
}
/*----------------------- Shortcut styles -----------------------*/
.box_shortcut	{
	width: 213px;
	float: left;
	clear: both;
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: solid 1px #c8c8c9;
	background: url('/images/bg_shortcut.jpg') no-repeat top left;
}
.box_shortcut_open	{
	width: 213px;
	float: left;
	clear: both;
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: solid 1px #c8c8c9;
	background: url('/images/bg_shortcut.jpg') no-repeat top left;
}
a.shortcut_top,
a:link.shortcut_top,
a:active.shortcut_top,
a:focus.shortcut_top,
a:visited.shortcut_top	{
	width: 198px;
	height: 23px;
	padding: 4px 11px 0px 2px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	color: #000000;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}
.shortcut_icon	{
	float: left;
	padding-top: 0px;
}
.shortcut_headline 	{
	padding-left: 11px;
	float: left;
	padding-top: 3px;
}
.shortcut_arrow	{
	float: right;
	display: block;
	width: 11px;
	height: 20px;
	background: url('/images/arrow_shortcut_closed_ls.gif') no-repeat center;
}
.active .shortcut_top .shortcut_arrow	{
	background: url('/images/arrow_shortcut_open_ls.gif') no-repeat center;
}
#right_col .last_shortcut	{
	margin-bottom: 20px;
}
.shortcut_content	{
	float: left;
	/*margin: 3px 10px 0px 10px;*/
	padding: 10px 10px 10px 12px;
	width: 190px;
	background: url('/images/bg_box_line_vert_green.gif') no-repeat top center;
	color: #666666;
}
.shortcut_content p	{
	padding-bottom: 15px;
	color: #666666;
}
.shortcut_content ul	{
	margin-left: 0px;
	padding-left: 0px;
}
.shortcut_content li	{
	background: url('/images/gfx_ulli.gif') no-repeat left 2px;
	list-style:none;
	padding-bottom: 9px;
	margin-left: 0px;
	padding-left: 12px;
}
.shortcut_content li a:link,
.shortcut_content li a:visited,
.shortcut_content li a:focus,
.shortcut_content li a:active	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana;
}
/*----------------------- TopMenu styles -----------------------*/
#top_menu	{
	float: right;
}
#top_menu ul	{
	padding: 0px;
	padding-top: 5px;
	text-align: right;
	float: right;
	margin-left: 0px;
}
#top_menu ul li	{
	display: inline;
	padding-right: 8px;
	padding-left: 2px;

	list-style: none;
	float: left;
	background: url('/images/gfx_top_menu_spacer.gif') no-repeat right;
}
#top_menu ul li	a,
#top_menu ul li	a:link,
#top_menu ul li	a:visited,
#top_menu ul li	a:focus,
#top_menu ul li	a:active	{
	color: #000000;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-family: Trebuchet MS;
}
#top_menu ul li	a:hover,
#top_menu ul li	a:focus,
#top_menu ul li	a:active	{
	text-decoration: underline;
}
#top_menu ul li.last_item	{
	background: none;
	border: 0px;
}
/*----------------------- AreaMenu styles -----------------------*/
#area_menu	{
	float: right;
	clear: both;
	width: 956px;
	text-align: right;
	padding: 0px 8px 0px 0px;
	height: 28px;
	overflow: hidden;
}
#area_menu ul	{
	float: right;
	text-align: right;
	padding: 0px;
	margin-left: 0px;
}
#area_menu ul li	{
	display: inline;
	list-style: none;
	float: left;
}
#area_menu ul li span.area_menu_left	{
	display: block;
	float: left;
	width: 9px;
	height: 28px;
	background: url('/images/gfx_area_menu_left.gif') no-repeat left top;
}
#area_menu ul li span.area_menu_right	{
	display: block;
	float: left;
	width: 9px;
	height: 28px;
	background: url('/images/gfx_area_menu_right.gif') no-repeat right top;
}
#area_menu ul li a,
#area_menu ul li a:link,
#area_menu ul li a:visited,
#area_menu ul li a:focus,
#area_menu ul li a:active	{
	color: #3c3c3c;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: tahoma;
	font-weight: normal;
	float: left;
	display: block;
	background: url('/images/gfx_area_menu_middle.gif') repeat-x left top;
	padding: 11px 15px 5px 15px;
}
#area_menu ul li a:hover,
#area_menu ul li a:focus,
#area_menu ul li a:active	{
	color: #ffffff;
	background: url('/images/gfx_area_menu_hover.gif') repeat-x left top;
}
/*----------------------- MainMenu styles -----------------------*/
#main_menu	{
	clear: both;
	width: 980px;
	height: 33px;
	background: url('/images/bg_main_menu.gif')  repeat-x;
}
#main_menu ul	{
	text-align: left;
	padding: 0px;
	margin-left: 0px;
}
#main_menu ul li	{

	height: 33px;
	display: block;
	float: left;
	list-style: none;
}
#main_menu ul li a,

#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:focus,
#main_menu ul li a:active,
#main_menu ul li a:hover	{
	color: #ffffff;
	font-family: Trebuchet MS, Verdana;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 20px 4px 20px;
/*	margin: 0px 0px 0px 5px;*/
}
#main_menu ul li a:hover,
#main_menu ul li a:focus,
#main_menu ul li a:active	{
	background: url('/images/bg_main_menu_active.gif') repeat-x;
}
#main_menu ul li a.main_menu_active,
#main_menu ul li a:link.main_menu_active,
#main_menu ul li a:visited.main_menu_active,
#main_menu ul li a:focus.main_menu_active,
#main_menu ul li a:active.main_menu_active,
#main_menu ul li a:hover.main_menu_active
	{
	background: url('/images/bg_main_menu_active.gif') repeat-x;
}
/*----------------------- Legend styles -----------------------*/
.legend_start	{
	float: left;
	display: block;
}
#legend	{
	float: left;
	width: 960px;
	height: 21px;
	padding: 10px 0px 0px 20px;
	color: #ffffff;
	font-size: 0.9em;
	background-color: #008b45;
}
#legend ul	{
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
}
#legend ul li	{
	float: left;
	background: url('/images/gfx_ls_legend_spacer.gif') no-repeat left;
	padding-right: 10px;
	padding-left: 8px;
	list-style: none;
	display: block;
}
#legend .first_item	{
	background: none;
}
#legend a,
#legend a:link,
#legend a:visited,
#legend a:focus,
#legend a:active	{
	color: #ffffff;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
	float: left;
}
#legend a:hover,
#legend a:focus,
#legend a:active	{
	text-decoration: underline;
}
/*----------------------- SubMenu styles -----------------------*/
#VerticalNavigation	{
	float: left;
	padding-bottom: 35px;
}
#VerticalNavigation	h2	{
	color: #008b45;
	font-family: Trebuchet MS, Verdana;
	font-size: 1.18em;
	display: block;
	padding: 8px 11px 3px 11px;
	border-bottom: solid 1px #bbceca;
	width: 193px;
}
#VerticalNavigation ul	{
	width: 202px;
	padding: 0px 0px 0px 11px;
	margin-left: 0px;
}
#VerticalNavigation ul li ul	{
	background: url('/images/bg_submenu_line.gif') no-repeat;
	background-position: 14px top;
}
#VerticalNavigation ul li	{
	padding-right: 12px;
	list-style: none;
	display: block;
	width: 201px;
	background: url('/images/bg_submenu_line.gif') no-repeat;
	background-position: 14px bottom;
}
#VerticalNavigation ul li a,
#VerticalNavigation ul li a:link,
#VerticalNavigation ul li a:visited,
#VerticalNavigation ul li a:focus,
#VerticalNavigation ul li a:active	{
	color: #4c5559;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	background: url('/images/arrow_submenu_closed_ls.gif') no-repeat left;
	padding: 5px 0px 6px 13px;
	width: 190px;
	display: block;
}
#VerticalNavigation ul li a:hover,
#VerticalNavigation ul li a:focus,
#VerticalNavigation ul li a:active	{
	text-decoration: underline;
}
#VerticalNavigation ul li a.VerticalNavigationItems_clicked {
	background: url('/images/arrow_submenu_open_ls.gif') no-repeat left;
}

#VerticalNavigation ul li ul li	{
	list-style: none;
	padding-right: 0px;
	display: block;
	width: 192px;
	background: url('/images/bg_submenu_line.gif') no-repeat;
	background-position: 3px bottom;
}
#VerticalNavigation ul li ul li a,
#VerticalNavigation ul li ul li a:link,
#VerticalNavigation ul li ul li a:visited,
#VerticalNavigation ul li ul li a:focus,
#VerticalNavigation ul li ul li a:active	{
	color: #008b45;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	background: none;
	padding: 5px 0px 6px 13px;
	width: 185px;
	display: block;
}
#VerticalNavigation ul li ul li a:hover,
#VerticalNavigation ul li ul li a:focus,
#VerticalNavigation ul li ul li a:active	{
	text-decoration: underline;
}

/*----------------------- BankList styles -----------------------*/
.bank	{
	float: left;
	clear: both;
	padding: 10px 10px 10px 10px;
	width: 490px;
}
.activebank	{
	padding: 8px 10px 10px 10px;
	border: solid 1px #b9c7c2;
	width: 488px;
}
.maindepartment	{
	font-weight: bold;
}
.bank h3	{
	font-size: 1.3em;
}
/*----------------------- Department styles -----------------------*/
#dep_list	{
	width: 100%;
}
.dep_list_item	{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	background: transparent url('/images/bg_box_line.gif') repeat-x center bottom;
	margin-bottom: 15px;
}
.dep_list_item h3	{
	color: #008b45;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}
.dep_info_adr h3,
.dep_info_hours h3	{
	color: #000000;
	font-size: 1.0em;
	padding: 0px;	
}
.dep_list_item_link	{
	float: left;
	clear: both;
} 
#dep_info	{
	width: 100%;
	/*width: 393px;*/
	float: left;
	padding-bottom: 25px;
}
.dep_info_adr	{
	float: left;
/*	padding-right: 50px;*/
	width: 173px;
}
.dep_info_hours	{
	float: left;
}
#emp_list	{
	clear: both;
}
.emp_vcard	{
	float:left;
	width:224px;
	border:1px solid #bbceca;
	margin:0px 5px 5px 0px;
	padding:5px;
	height: 94px;
	overflow: hidden;
}
.dep_info p, .emp_vcard p {
	margin:0px;
}
ul.dep_list li	{
	clear: both;
	padding-bottom: 20px;
	float: left;
	border-bottom: solid 1px #008B45;
	margin-bottom: 10px;
	width: 100%;
}
ul.dep_list li.last_item	{
	border: 0px;
}
.emp_vcard img {
	float:right;
}
/* Department v2 */
#emp_list.v2	{
	width: 660px;
}
.emp_vcard_left,
.emp_vcard_right	{
	width: 315px;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	height: 128px;
}
.emp_vcard_left	{
	float: left;	
}
.emp_vcard_left img	{
	float: left;
	padding-right: 15px;
	width: 100px;
}
.emp_vcard_right	{
	float: right;
	text-align: right;
}
.emp_vcard_right img	{
	float: right;
	padding-left: 15px;
	width: 100px;
}

/*----------------------- News styles -----------------------*/
ul.news_list	{
	padding: 0px;
	margin: 0px;
}
.news_list_item	{
	float: left;
	clear: both;
	width: 510px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: transparent url('/images/bg_box_line.gif') repeat-x center bottom;
	list-style: none;
}
.news_list_paging a, .news_list_paging .bold	{
	padding-right: 3px;
}
/*----------------------- google maps styles -----------------------*/
#right_col .gmnoprint span, #right_col .gmnoprint a	{
	float: right;
	display: block;
}
#right_col .gmnoprint img	{
	float: left;
	display: block;
	width: 150px;
}
#left_col .gmnoprint span, #left_col .gmnoprint a	{
	float: right;
	display: block;
}
#left_col .gmnoprint img	{
	float: left;
	display: block;
	width: 150px;
}
/*----------------------- Sitemap styles -----------------------*/
.flexpanel ul ul {
    list-style: none;    
    padding-left: 10px;
}
.flexpanel ul li {
    padding: 0px;
    margin: 0px;
}
.flexpanel ul{
    border-left: 0px;
    list-style: none;
    padding-left: 0px;
    
}
.flexpanel ul{
    padding-bottom: 15px;
}
.flexpanel ul ul ul{
    padding-bottom: 0px;
}
.flexpanel ul.depth2 ul a:link,
.flexpanel ul.depth2 ul a:visited,
.flexpanel ul.depth3 ul a:link,
.flexpanel ul.depth3 ul a:visited,
.flexpanel ul.depth4 ul a:link,
.flexpanel ul.depth4 ul a:visited,
.flexpanel ul.depth5 ul a:link,
.flexpanel ul.depth5 ul a:visited,
.flexpanel ul.depth6 ul a:link,
.flexpanel ul.depth6 ul a:visited,
.flexpanel ul.depth7 ul a:link,
.flexpanel ul.depth7 ul a:visited,
.flexpanel ul.depth8 ul a:link,
.flexpanel ul.depth8 ul a:visited,
.flexpanel ul.depth9 ul a:link,
.flexpanel ul.depth9 ul a:visited{
    color:#000000;
    text-decoration: none;
}
/*----------------------- Ankiro styles -----------------------*/
.ankiro	{
	width: 100%;
}
.searchResultSearchTerm	{
	float: left;
	padding-bottom: 10px;
    clear: both;
}
.searchPresentationSwitch, .PresentationMode, .NoSearchResults    {
    float: left;
    clear: both;
	padding-bottom: 15px;
}
.searchResultCategoryGroupPanel	{
	float: left;
	padding-bottom: 5px;
	clear: both;
}
.searchResultCategoryGroupTitle	{
	font-size: 1.4em;
	font-weight: bold;
}
.searchResultCategoryGroupResultCount	{
	float: left;
	clear: both;
	width: 350px;
}
.ankiro ul    {
    float: left;
	clear: both;
	width: 500px;
    padding-bottom: 15px;
    background:transparent url(/images/bg_box_line.gif) repeat-x scroll center bottom;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ankiro ul li	{
    list-style: none;
    float: left;
    clear: bot;
    padding-bottom: 5px;
}
.searchResultCategoryGroupResultLinkToCategory    {
    float: left;
	width: 160px;
	text-align: right;
}
.groupResultHeader	{
	width: 510px;
}
.searchResultHeader1    {
    clear: both;
	float: left;
	width: 380px;
}
.searchResultHeader2    {
	float: left;
	width: 130px;
	text-align: right;
}
.searchResultNavigation    {
    padding: 10px 0px 10px 0px;
	float: left;
	clear: both;
	width: 100%;
	text-align:center;
}
.searchPageIndex    {
    padding-right: 2px;
	padding-left: 2px;
}
.searchPageIndexSelected a:link,
.searchPageIndexSelected a:visited	{
	text-decoration: none;
	color: #4c5559;
}
/*----------------------- webbank styles -----------------------*/
#webbank_right_col	{
	text-align: left;
	padding-top: 10px;
}
#webbank_right_col #right_col	{
	width: 175px;
}
#webbank_right_col #right_col .box {
	width: 175px;
	background: url(/images/bg_shortcut_webbank.jpg) no-repeat top left;
}
#webbank_right_col #right_col .box img {
	width: 175px;
}
#webbank_right_col #right_col .box .head h2 {
	width: 155px;
	background: none;
}
#logonWebUser	{
	padding-right: 0px;
}
