/* DATEI: gfformate.css */

body { background-color:#505050; }

td,th,a {
  font-family:Verdana,Arial,sans-serif;
  font-size:11px;
  color:#F5D6C1
}

h1 { font-size:15px; color:#E76005 }
h2 { font-size:12px; }
h3 { font-size:14px; }
h4 { font-size:11pt; }

a:link    { text-decoration:underline; color:#E9A272 }
a:visited { text-decoration:underline; color:#E9A272 }
a:hover   { text-decoration:underline; color:#E98746 }

.linie { background:#E98746 }

input, textarea {
  border-width:1px;
  border-style:solid;
  border-color:#505050;
}
