/* Datei: geocaching.css */

/* Funktion: Format fuer Geocaching-Seiten unter lindware.de */

/* Seite */
body { background-color:black }

/* allgemeiner Font */
p
  {font-family:Courier,serif; font-size:10pt; color:#71b8fe; text-align:justify; margin-right:5pt; margin-left:10pt}
center
  {font-family:Courier,serif; font-size:10pt; color:#71b8fe; text-align:center; margin-right:5pt; margin-left:10pt}

/* Ueberschriften */
h1 {font-family:Courier,serif; color:#71b8fe; font-size:24pt; font-weight: bold}

/* spezielle Ueberschriften */
h2 {font-family:Courier,serif; color:#71b8fe; font-size:12pt; font-weight: bold; margin-bottom: 0px}

/* klein */
h4 {font-size:8pt; font-family:Arial; font-weight:normal; text-align:left}

/* hervorheben oder so */
em {font-size:10pt; font-family:Arial; font-style:normal; text-align:left; margin-left:20pt}
#kurs {font-style:italic}

/* links */
a:link { font-family:Courier,serif; font-size:10pt; color:#71b8fe; text-decoration:none; }
a:visited { font-family:Courier,serif; font-size:10pt; color:#71b8fe; text-decoration:none; }
a:hover { font-family:Courier,serif; font-size:10pt; color:#71b8fe; text-decoration:underline; }
a:active { font-family:Courier,serif; font-size:10pt; color:#71b8fe; text-decoration:none; }

/* generelles Layout */
