/*  zusaetzliches Styles fuer grosse Schrift */

@import "avrsstyles.css"

h1 {
  font-family:Arial,Helvetica,sans-serif;
  font-size:48px;
}

h1.white {
  font-size:48px;
}

h1.intern  {
  font-size:48px;
}


h1.termine {
  font-size:48px;
}

h2 {
  font-size:32px;
}

h2.white {
  font-size:32px;
}

h3 {
  font-size:26px;
}

h4 {
  font-size:20px;
}

p {
  font-size:18px;
}

p.white {
  font-size:18px;
}

p.smallwhite {
  font-size:14px;
}

p.klein {
  font-size:14px;
}

p.gross {
  font-size:26px;
}

p.gross b {
  font-size:24px;
}

span.navh  {  /* Uerschriften Navigationsleiste */
  font-size:18px;
}

span.nav  {   /* Menuepunkte Navigationsleiste */
  font-size:18px;
}

span.login  {   /* Login-Menuepunkt in Navigationsleiste */
  font-size:16px;
}

span.h1  {
  font-size:48px;
}

span.normal {
   font-size:18px;
}

span.rubrik  {  /* Termine */
   font-size:18px;
}

span.initiale { /* Erster Buchstabe eines Absatzes */
  font-size:28px;
  line-height:18px;
}

span.klein {
   font-size:14px;
}

span.winzigweiss {
   font-size:12px;
}

span.winzig {
   font-size:12px;
}

span.gross {
   font-size:18px;
}

span.sehrgross {
   font-size:22px;
}

span.impressum {
   font-size:18px;
}

span.impressumwhite {
   font-size:18px;
}

span.update {
   font-size:18px;
}

span.updatewhite {
   font-size:18px;
}

span.copyright {
   font-size:18px;
}

span.copyrightwhite {
   font-size:18px;
}

/* Links  */
a:link    { color:#2F2FFF; text-decoration:none; }
a:visited { color:#FF2222; text-decoration:none; }
a:hover   { color:#00F0F0; text-decoration:underline; }
a:active  { color:#00F0FF; text-decoration:none; }
a         { text-decoration:none; }


/* Standardwerte */
ul,ol,div,dir,td,th,blockquote,i {
   font-size:18px;
}

small {
   font-size:16px;
}

sub,sup {
   font-size:14px;
}

b {
   font-size:18px;
}

address {
   font-size:16px;
}


