/* DATEI: formate.css */

/* Font-Family */
p,
h1, h2, h3, h4, h5,
ul, ol, li, td, th,
b,  i,  em,
div, nobr, address, blockquote,
strong, select, option,
body, textarea
       { font-family:Arial,Helvetica; font-style:normal }

/* Font-Style */
em     { font-style:italic  }
strong { font-weight:bold   }
th     { font-weight:normal }

/* Text-Align */
h1, h2, h3, h4, h5, .error { text-align:center }

/* Groessen definieren */
h1 { font-size:24pt; font-weight:bold }
h2 { font-size:18pt; font-weight:bold }
h3 { font-size:14pt; font-weight:bold }
h4 { font-size:12pt; font-weight:bold }
h5 { font-size:10pt; font-weight:bold }

p  { font-size:10pt }

input    { font-size:10pt }
select   { font-size:10pt }
option   { font-size:10pt }
textarea { font-size:10pt }
td, th   { font-size:10pt }
body     { font-size:10pt }

.address   { font-size:12pt }
.tinyline  { font-size:6pt  }
.shorttext { font-size:12pt }
.longtext  { font-size:10pt }

/* Hintergrundfarbe */
body,head { background-color:#FFFFFF; }

/* Farbe der Buttons */
input { buttonface:#335533 }

/* Textfarbe */
p, h1 { color:#000000 }

/* ------------------------------------------------------ */
/* allgemein Textfarbe fuer AGRO Schriftzug */

.agro  { color:#00A050 }
.error { color:#808080 }
.help  { color:#0000FF }

/* ------------------------------------------------------ */
/* Farbe fuer Tabellenzeilen */
.line1 { background-color:#F0F0F0 }
.line2 { background-color:#FFFFFF }
.buttonback { background-color:#DDF0EA }
.greyback { background-color:#F2F2F2 }
.labelback { background-color:#DDF0FF }
.fieldback { background-color:#DDF0EA }


/* ------------------------------------------------------ */
/* Textfarbe fuer Links */
a:link    { color:#00A050; }
a:visited { color:#00A050; }
a:active  { color:#00A050; }



