
/* ERWEITERTE SUCHE (search_advanced) */

/* Header */
table.search-header tr th {
 background-color: #77797C;
 border-top: 1px solid white;
}

/* Footer */

table.search-footer tr th {
 background-color: #77797C;
 border-bottom: 1px solid white;
}

/* Content */

table.search {
	background-color: #77797c;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

table.search tr th,
table.search tr th table tr th {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: left;
}

table.search tr th table.inner tr td {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: normal;
	vertical-align: top;
}

table.search tr th table.inner tr td div {
 padding: 4px 4px 0px 0px;
 float: left;
}

/* Formularfelder */

table.search tr th input,
table.search tr th select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 165px;
	height: 16px;
	color: #5A5B5E;
	border: 1px solid #5A5B5E;
}

table.search tr th input.checkbox {
 width: 14px;
 border: none;
 margin: 0;
}

table.search tr td input.eingabe {
	width: 47px;
}

/* Footer rechte Spalte mit Highlighting */

/*
table.search-footer-right {
 height: 32px;
}
*/

table.search-footer-right tr td div {
 height: 23px;
 padding: 8px 0px 0px 41px;
}

table.search-footer-right tr td div a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 color: white;
}

table.search-footer-right tr.search td {
 background-image: url(../i/b/suche_starten.gif);
 background-repeat: no-repeat;
}

table.search-footer-right tr.search td.act {
 background-image: url(../i/b/suche_starten_hover.gif);
 background-repeat: no-repeat;
 cursor: pointer;
}

table.search-footer-right tr.reset td {
 background-image: url(../i/b/suche_reset.gif);
 background-repeat: no-repeat;
}

table.search-footer-right tr.reset td.act {
 background-image: url(../i/b/suche_reset_hover.gif);
 background-repeat: no-repeat;
 cursor: pointer;
}

/* ERWEITERTE SUCHE: JS-SUCH-MELDUNGS-BOX */

div.search-msg-show {
 visibility: visible;
 display: block;
}

div.search-msg-hide {
 visibility: hidden;
 display: none;
}
