/* CSS-Datei für Jazz in Dübendorf Suche
   suche.css
   050220, 050221, 050301
*/

/* Allgemeines: Body, div, ... */

body {background-color: #E7E7E7; font-family: Verdana, Tahoma, "SUSE Sans", Arial, Helvetica, sans-serif; font-size: 9pt;}
hr {margin: 8mm 0 5mm 0;}
div > table {margin-top: 20px;}
div#musiker, div#band {margin-left: 5mm;}
div.detail {padding: 10px; background: gray; color: gold; font-size: 12pt; font-weight: bold; border: 1px solid black; width: auto;}
div.detail1 {padding: 7px; background: gainsboro; color: olive; font-size: 11pt; font-weight: bold; border: 1px groove; width: auto;}
.fett {font-weight: bold;}
.fett0 {font-weight: bold; font-size: larger;}

/* Tabellen - Layouts */
table {border-collapse: collapse; border: 1px solid black;}
table.ohne {border-collapse: collapse; border: none;}
tr.bg0 {background: silver;}
tr.bg1 {background: lavender;}
td.style0 {padding: 5px 10px 5px 20px; border: 1px solid gray;}
td.style1 {padding: 10px; border: 1px solid gray; text-align: center; background-color: white;}
td.musiker {background: black; color: white; font-weight: bold; text-align: right; padding: 3px;}
td.musiker1 {padding-left: 5mm; border-bottom: 1px solid black;}
td.padding_4px {padding: 4px;}

/* Formular - Layouts */

input {background: ghostwhite; font-size: 12pt; font-family: Courier;}
select {background: ghostwhite; font-size: 12pt;}
select.knopf {background: #E7E7E7; font-family: "SUSE Sans", Arial, Helvetica, Tahoma, Verdana, sans-serif;}

/* Link - Layouts */

a:link {font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif; text-decoration: underline; color: blue;}
a:visited {font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif; text-decoration: underline; color: blue;}
a:hover {font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif; text-decoration: underline; color: red;}
a:active {font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif; text-decoration: underline; color: red;}

/* Hervorhebungen */
/* Suchbegriff */
.suchbegriff {font-weight: bold; font-variant: small-caps; color: crimson; font-size: 14pt;}