/* DATEI:formate.css */
/* alles soll etwas einfacher werden  */



/* Einstellungen für: allgemein */
body { background-color:#CCDDDD; }
hr   { color:#0070C0; }
body, textarea {
  scrollbar-base-color:#FF0000;
  scrollbar-3dlight-color:#7AABE3;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#003080;
  scrollbar-face-color:#0070C0;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#7AABE3;
  scrollbar-track-color:#BBDD33;}



/* Einstellungen für: Überschriften */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,verdana,arial,helvetica,sans-serif; color:#000000}

h1 {font-weight:bold; font-style:italic; font-size:25pt;}
h2 {font-weight:bold; font-style:italic; font-size:20pt;}


/* Einstellungen für: LINKS */
a:link    { font-weight:normal; color:#0070C0; text-decoration:underline }
a:visited { font-weight:normal; color:#0070C0; text-decoration:underline }
a:hover   { font-weight:normal; color:#0070C0; text-decoration:underline }
a:active  { font-weight:normal; color:#0070C0; text-decoration:underline }
a:focus   { font-weight:normal; color:#0070C0; text-decoration:underline }