/* ---------------------------------------------------------------------------------------------------------------------- */
/* Vandenhoeck & Ruprecht - mood_blau.css                                                                                 */
/* Farbvariante "Blau"                                                                                                    */
/* Wirth & Horn Informationssysteme GmbH                                                                                  */
/* ---------------------------------------------------------------------------------------------------------------------- */

/* Allgemeines */

body {
	background: url("../_images/mood_blau/hintergrund_verlauf.png") repeat-x left top #E5E5E5;
}

body.background_login {
	background: url("../_images/mood_blau/hintergrund_verlauf_2.png") repeat-x left top #E5E5E5;
}

/* Header */


#navigation {
	background-color: #d6dde7;
}

#header_container {
	background: transparent url("../_images/mood_blau/hintergrund_header.png") repeat-x left top;
	color: #2D3949;
}

#meta_header {
	background: transparent url("../_images/mood_blau/hintergrund_meta_header.png") repeat-x left top;
}

#header_navi,
#header_navi a {
	color: #EAEAEA;
}

/* Overlays */

#header_abo_overlay,
#header_konto_overlay {
	background-color: #455972;
}

#header_abo_overlay a,
#header_konto_overlay a {
	color: #C4D2E1;
}

#header_abo_overlay_arrow,
#header_konto_overlay_arrow {
	background: transparent url("/_images/mood_blau/overlay_pfeil_oben.png") no-repeat left top;
}

/* Quicksearch */

#header_suche_button input {
	background: transparent url("../_images/mood_blau/button_schnellsuche.png") no-repeat left top;
}

#header_suche_link a {
	background: transparent url("../_images/mood_blau/pfeil_erweiterte_suche.png") no-repeat left center;
	padding-left: 15px;
	font-size: 11px;
	color: #C7D5E3;
}

/* Navigation */

#navigation .navigation_ebene_1 > li:hover > a,
#navigation .navigation_ebene_1 > li > a.navigation_link_aktiv {
	color: #D7DDE7;
	background: transparent url("../_images/mood_blau/hintergrund_navi_hover.png") no-repeat left top;
}

#navigation .navigation_ebene_2 {
	background: transparent url("../_images/mood_blau/hintergrund_subnavi.png") repeat-x left top;
}

#navigation .navigation_ebene_2 > li > a {
	background: transparent url("../_images/mood_blau/hintergrund_subnavi_inaktiv.png") no-repeat left center;
}

#navigation .navigation_ebene_2 > li:hover > a,
#navigation .navigation_ebene_2 > li > a.navigation_link_aktiv {
	color: #44556B;
	background: transparent url("../_images/mood_blau/hintergrund_subnavi_aktiv.png") no-repeat left center;
}

#navigation_fachbereiche_top {
	background: transparent url("../_images/mood_blau/hintergrund_navigation_fachbereiche_top.png") no-repeat 110px top;
}

#navigation .navigation_ebene_3 {
	background: transparent url("../_images/mood_blau/hintergrund_navigation_fachbereiche_main.png") repeat-x left top;
}

#navigation .navigation_ebene_3 a {
	background: transparent url("../_images/mood_blau/pfeil_navigation_fachbereiche.png") no-repeat left 5px;
	padding-left: 20px;
}

/* Typeahead */
#ajax_results {
	background: transparent url("/_images/mood_blau/hintergrund_typeahead.png") repeat left top;
}

/* Typeahead Überschrift */
#ajax_results .typeahead_content .typeahead_ueberschrift,
#ajax_results .typeahead_content .typeahead_ueberschrift a {
	color:#BECCDB;
}

/* Typeahead Anzahl */
#ajax_results .typeahead_content .typeahead_ueberschrift .typeahead_anzahl {
	color: #9EACBC;
}

/* Typeahead Alle Link */
#ajax_results .typeahead_content .typeahead_alle_link {
	color: #FFFFFF;
	background: transparent url("/_images/mood_blau/pfeil_typeahead.png") no-repeat left 5px;
}

/* Typeahead Treffer Link */
#ajax_results .typeahead_content .typeahead_produkt_link {
	color: #C3C3C3;
}

/* Typeahead Treffer Link Hover/Aktiv */
#ajax_results .typeahead_content .typeahead_produkt_link.ajaxfocus,
#ajax_results .typeahead_content .typeahead_produkt_link:hover {
	color:#000000;
	background-color:#C8D6E4;
}