
/* Scrollbar */
  html { overflow-y: scroll;} 
  
/* Überschriften */
 .headline
 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  letter-spacing:0.2em;
 }

/* Normaler Text */
 .txt
 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#0000;
  text-decoration:none;
  letter-spacing:0.1em;
 }

/* Standartverlinkung */
   a:link    { text-decoration:none; font-size:16pt; color:#FFFFFF; }
   a:visited { text-decoration:none; font-size:16pt; color:#FFFFFF; }
   a:hover   { text-decoration:none; font-size:16pt; color:#000000; }
   a:active  { text-decoration:none; font-size:16pt; color:#FFFFFF; }
   a:focus   { text-decoration:none; font-size:16pt; color:#FFFFFF; }

/* Verlinkung im Text */
   .small:link    { text-decoration:none; font-size:16pt; color:#0497b6; }
   .small:visited { text-decoration:none; font-size:16pt; color:#0497b6; }
   .small:hover   { text-decoration:none; font-size:16pt; color:#000000; }
   .small:active  { text-decoration:none; font-size:16pt; color:#0497b6; }
   .small:focus   { text-decoration:none; font-size:16pt; color:#0497b6; }

/* Eingabefelder */

 .input
 {
  font-family: Arial;
  font-size:12pt;
  border: none;
  border-bottom: 1px solid #1a9ccb;
  height:26px;
  background: #e7e7e7;
 }

/* Buttons (submit) */
 .btn
 {
  font-family: Arial;
  font-size: 12pt;
  height:30px;
 }

