
/* Spezifische Definitionen Herder-Institut */

body { background-color: #f0f6fc; }

/* Links */
a:link, a:visited {	color: #7d93a7; }

/* Formular */
button, .button { background-color: #7d93a7; }
button:hover, .button:hover { border-color: #7d93a7; }
.input_text:hover, .input_text_hover, .input_select:hover, .input_select_hover, .input_ta:hover, .input_ta_hover, .input_text:active, .input_text_active, .input_select:active, .input_select_active, .input_ta:active, .input_ta_active { border-color: #7d93a7; }
.block_info { background-color: #dae7f3; }

/* Kopf
--------------------------------------------------------------------------------------------------------------------------------------------*/
/* Block Navi Service + Suche */
#navi_service_suche { background-color: #b2d2ef; }
/* Navigation */
#navi li a { background-color: #b2d2ef; }
#navi li a.aktiv, #navi li a:hover, #navi li a:focus, #navi li a:active, #navi li ul, #navi li ul li a { background-color: #7d93a7; }

/* Hauptbereich
--------------------------------------------------------------------------------------------------------------------------------------------*/
#hauptbereich { border-top: 1px solid #7d93a7; }
#inhalt {
	border-right: 1px solid #b6c4d1;
	border-bottom: 1px solid #7d93a7;
	border-left: 1px solid #7d93a7;
	background-color: #fff;
}
/* Artikel
--------------------------------------------------------------------------------------------------------------------------------------------*/
#breadcrumb { border-bottom: 1px solid #7d93a7; }
#kurztext {	border: 1px dotted #7d93a7; }
/* Tabelle */
/* table tr:hover { background-color: #eae9b7; }
table.tbl_1 th { background-color: #b2d2ef; } */
.zeile_highlight { background-color: #dae7f3; }
hr {
	color: #b6c4d1;
	background-color: #b6c4d1;
}

/* Fuss
--------------------------------------------------------------------------------------------------------------------------------------------*/
#fuss { background-color: #b2d2ef; }

