
/* Spezifische Definitionen Herder-Institut */

body { background-color: #fff; }

/* Links */
a:link, a:visited {	color: #929200; }

/* Formular */
button, .button { background-color: #cbcb00; }
button:hover, .button:hover { border-color: #cbcb00; }
.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: #cbcb00; }
.block_info { background-color: #efefb2; }

/* Kopf
--------------------------------------------------------------------------------------------------------------------------------------------*/
/* Block Navi Service + Suche */
#navi_service_suche { background-color: #efefb2; }
/* Navigation */
#navi li a { background-color: #efefb2; }
#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: #cbcb00; }

/* Hauptbereich
--------------------------------------------------------------------------------------------------------------------------------------------*/
#hauptbereich { border-top: 1px solid #cbcb00; }
#inhalt {
	border-right: 1px solid #e5e57f;
	border-bottom: 1px solid #cbcb00;
	border-left: 1px solid #cbcb00;
	background-color: #fff;
}
/* Artikel
--------------------------------------------------------------------------------------------------------------------------------------------*/
#breadcrumb { border-bottom: 1px solid #cbcb00; }
#kurztext {	border: 1px dotted #cbcb00; }
/* Tabelle */
/* table tr:hover { background-color: #ddd; }
table.tbl_1 th { background-color: #efefb2; } */
.zeile_highlight { background-color: #eee; }
table.tblZebra caption, table.tblZebra th, table.tblZebra td { border: 1px solid #aaa; }
hr {
	color: #dada5c;
	background-color: #dada5c;
}

/* Fuss
--------------------------------------------------------------------------------------------------------------------------------------------*/
#fuss { background-color: #efefb2; }

