/* DATEI: formate.css */

/* Font-Family */
p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,em,strong,select,option,body,textarea
     { font-family:Arial,Helvetica;font-style:normal }

/* Font-Style */

/* Groessen definieren */
h1 { font-size:18pt;font-weight:bold }
h2 { font-size:16pt;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 }
em { font-style:italic }
i { font-style:italic}
strong { font-weight:bold }
td { font-size:10pt }
body { font-size:10pt }

/* Hintergrundfarbe */
 body,head { background-color:#FFFFF5; }

/* Hintergrundbild */

/* body { background-image:url(background.gif);}*/

/* Farbe der Buttons */
input {buttonface:#335533 }

/* Textfarbe */
p,h1 { color:#000000 }


/* ------------------------------------------------------ */
/* Textfarbe fuer Links */
/*a:link { color:#00A050; }*/
/*a:visited { color:#00A050; }*/
/*a:active { color:#00A050; }*/


