﻿/*
  New Style:

  Yellowish
  #FFFFCC (old: #FFFFCC)
  #99CC00
  #FFFFCC
  #FFFF99

  Purplish
  #660099
  #330066
  #FFCCFF
  #CC99FF

  Redish
  #FF0000
  #CC0000 (old: #CC0000)
  #FFCCCC
  #FF9999

  Greenish
  #00CC33
  #009900
  #CCFFCC
  #99FF99
*/

body
{
  font-family: Arial,Helvetica,Sans-Serif;
  background-color: #FFFFCC;
}

h1, h2, h3, h4, h5, h6
{
  color: #CC0000;
}

.header
{
  height: 40px;
  background-color: #CC0000;
  padding: 5px;
}

.menu
{
  float: left;
  width: 130px;
  padding:10px;
  border-style: solid;
  border-width: 1px;
  border-color: #CC0000;
}

.main
{
  float: left;
  width: 70%;
  padding-left: 20px;
}

.copy
{
  clear: left;
  height: 30px;
  padding-top: 30px;
}

.highlight
{
  color: #CC0000;
}

.pager
{
  text-align: center;
  border-style:solid;
  border-color: #CC0000;
  border-width: 1px;
  background-color: White;
  padding: 2px;
}

.hrhighlight
{
  border-style: solid;
  border-width: 1px;
  border-color: #CC0000;
  height: 1px;
}

.small
{
  font-size: small;
}

/* noch nicht besuchte Ziele */
a:link
{ 
  color: #CC0000; /*#660099;*/
  text-decoration: underline;
}
   
/* besuchte Ziele */
a:visited
{ 
  color: #330066;
  text-decoration: underline;
}

/* Angeklickte Verweise - Fokus??? */
a:active
{ 
  color: #FF0000; /*#CC99FF;*/
  text-decoration: underline;
}

/* Verweise bei "MouseOver" */
a:hover
{ 
  color: #FF0000; /*#CC99FF;*/
  text-decoration: underline;
}

/* Verweise, die Fokus erhalten */
a:focus
{ 
  color: #FF0000; /*#CC99FF;*/
  text-decoration: underline;
}

