/*
*	darkblue background-color
*	- main-menu bar (.menu)
*	- headline to country links 
*	- main level on sitemap 
*
*/
.menu,
div#content div.navigation div.healthcare h6,
.sitemap h3 a {
	background-color:#013378;
}

/*
*	lightblue background-color
*	- select country box
*	- teaser boxes in content overview page
*	- gallery in casedatabase detail
*	- table: highlighted cell
*	- lightbox: header, teaser
*	- recent cases
*	- accordion
*	- form background
*	- search pager
*
*/
div#content div.navigation div.healthcare,
div#content div.body div.wide.verteilseite .inner .teaser,
div#content div.body div.case_study div.gallery,
#table_templates .t1,
div#content div.body div.wide div.case_results.large,
div#content div.body div.accordion,
.form-default fieldset div, .form-default dl {
	background-color:#f2f6f9;
}
#content .searchPager,
#content .searchPaging,
#lightbox .l_head, #lightbox .img-row .img-item strong, #lightbox .img-item .zoombtn, #lightbox .panel_selection .selection_box a.min_link, #lightbox .panel_detail .switch_panel {
	background-color:#f2f6f9 !important;
}

/*
*	middle blue border-color
*	- selectbox in tools column
*	- selectbox in navigation column
*	- selectbox in casedatabase search
*	- tools column > search input field
*	- table design
*	- download folder / services, download material
*	- accordion
*	- form fields
*
*/
div#content div.tools div.box p select, 
div#content div.navigation div.healthcare p select,
div#content div.body div.wide div.contenttop_wide div.inner .select_holder select,
div#content div.tools div.simpleSearchModule input#q,
#table_templates TABLE TD, #table_templates TABLE,
DIV#content DIV.body DIV.paragraph .downloadfolder .item .item_footer,
div#content div.body div.accordion div.item, div#content div.body div.accordion,
div#content div#grid div.patch hr, div.paragraph hr {
	border-color:#335e93 !important;
}
input,
#search-form input, #frmSelectArea select, .form-default input, .form-default select, .form-default textarea, .form-default dl {
	border-color:#335e93;
}

/*
*	middle blue font-color
*	- more links
*
*/
a.more, a.more:visited {
	color:#335e93 !important;
}

/*
*	middle blue font-color
*	- general anchor tags	
*	- tools column > link list
*	- more links on overview page
*	- content: link list
*	- content: faq list
*	- (not sure whether user)
*	- tools column > search module
*	- downlaodfolder anchor in head
*	- text-link in gallery
*	- case database > search results > more link
*	- case database > search link
*	- content > right column > link list
*	- gallery headline
*	- table: highlighted cell
*	- accordion header
*	- form buttons with arrow icon
*	- links in content column
*	- links in sitemap
*	- links in lightbox minimize 
*	- links in search pager 
*
*/
a,
div#content div.tools ul.pageBox li a,
div#content div.body div.wide.verteilseite .inner .teaser a.teaser_more, div#content div.body div.wide.verteilseite .inner .teaser a.teaser_more:visited,
div#content div.body div.paragraph ul.links li a, 
div#content div.body ol.faq li ul.links li a,
DIV.patch.image_teaser div.bottom a,
DIV#content DIV.tools DIV.simpleSearchModule span.description A, DIV#content DIV.tools DIV.simpleSearchModule A,
DIV#content DIV.body DIV.paragraph .downloadfolder .head a:visited,
div#content div.body div.case_study div.gallery a.txtlink,
div#content div.body div.case_results div.teaser a.more,
div#content div.body div.wide div.contenttop_wide div.inner .select_holder .arrow_btn,
div#content div.body div.textAdditionals ul li a,
div#content div.body div.case_study div.gallery h4,
#table_templates .t1,
div#content div.body div.accordion h4,
.form-default .form-btn button.icon_btn,
div#content div.body div.text p a, div#content div.body div.wide p a, div#content div.body div.paragraph table a {
	color:#335e93;
}

.sitemap a,
#lightbox .panel_selection .selection_box a.min_link, #lightbox .panel_detail .switch_panel a,
#content .searchPager ul li span {
	color:#335e93 !important;
}

.sitemap h3 a {
	color:#FFFFFF !important;
}	

/*
*	middle blue background color
*	- form button
*
*/
.form-default .form-btn button {
	background-color:#335e93;
}

/*
*	light blue border-color (not the same as the lightblue background)
*	- lightbox: header, container
*
*/
#lightbox .l_head, #lightbox .l_inner , #lightbox .panel_selection .selection_box, #lightbox .panel_detail .imagedetails, #lightbox .panel_detail .switch_panel {
	border-color:#879FBF !important;
}

/*
*	middle blue font-color (not the same as link color)
*	- lightbox
*
*/
#lightbox .l_head h3, #lightbox .l_head .l_buttons a, #lightbox .img-row .img-item strong, #lightbox .img-item .zoombtn a.detaillink {
	color:#003478 !important;
}


/*
*	Right content column us a jpg
*
*/
div#content div.body, div#content div.body div.wide div.case_body {
	background-image:url(/html/images/main/bg_content_body2.jpg);
}

/*
*	Border color for sitemap
*
*/
.sitemap a {
	border-color:#879FBF;
}


