html { height: 100%; }
body { min-height: 101%; }

div,p,th,td,fieldset { font-family: Titillium Web,Helvetica,Arial,sans-serif; }

div,p,th,td { font-size: 13.5px; }

body,tr { background-color: #f1f1f1; }
tr.header { background-color: #eee; }

a:link,a:visited { text-decoration: none; color: blue; }
a:active,a:hover { text-decoration: underline; color: blue; }

#Suchen { margin-top: 2em; }
#results { margin-top: 1em; }

table { border-collapse: collapse; }
th, td { padding: 0.2em 0.5em; text-align: left; vertical-align: top; }
th { border-bottom: 2px solid #000;}
td { border-bottom: 1px solid #ccc;  }
tbody tr:hover, tfoot tr:hover { background-color: #fce4a2; }

.code  { width: 150px }
.name  { width: 375px }
.preis { width: 100px; text-align: center; }

input.loading { background: Window url('indicator.gif') right center no-repeat; }

/* Formulare */

fieldset { margin: 0 0 1em 0; padding: 0.5em 1em; border: 1px solid black; }
legend { font-size: 14px; background-color: black; color: white; margin: 0 0 0 1em; padding: 0.1em 0.5em; }
label { cursor: pointer; }
