/* DATEI: tritonus.css */

/* Schrifttypen */

h1,h2,h3,h4, .cpy,
  { font-family:Arial,sans-serif; }

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
  { font-family:Arial,sans-serif; }



/* Schriftgrössen */

h1
  { font-size:24px; font-weight:normal;}

h2
  { font-size:32px; font-weight:normal;}

h3
  { font-size:14px; font-weight:normal;}

.big, .title, p.cit
  { font-size:18px }

.normal,
p,ul,ol,li,div,th,address,blockquote,td
  { font-size:12px; }

.small,

  { font-size:11px }

.cpy
  { font-size:10px }




/* Abstände */

body
  { margin-left:30px; }

h1
  { margin-top:3px; margin-bottom:18px; }

.title,
h2 
  { margin-top:18px; margin-bottom:18px; }

h3
  { margin-top:0px; margin-bottom:18px; }

li
  { margin-top:3px; }

.cpy
  { margin-top:0px; }


/* Farben */

body
  { background-color:#E8E8E8; }

a:link
  { color:#0000FF; text-decoration:none; }

a:visited
  { color:#800080; text-decoration:none; }

a:hover
  { text-decoration:underline; }
  
a:active
  { text-decoration:none; }





/* Weiteres */
  
.nowrap,
  { white-space:nowrap; }
  
.name
  { text-align:right; margin-top:0px; }
  
.cit,
  { margin-bottom:0px; }
