/* CSS Stil für die Webseiten von
 *    http://www.freiburg-reisen.de
 * Autor: Dr. Jürgen Vollmer, Karlsruhe,
 *         <Juergen.Vollmer@informatik-vollmer.de>
 * 2007(C) Copyright: Dr. Jürgen Vollmer
 * $Id: main.css,v 1.9 2007/12/23 17:49:31 vollmer Exp $
 */

/* Farben: siehe http://www.colorschemer.com/online.html */
body {
  background-color: #008621;
  color           : white;
}
body a:link    {color:white;   text-decoration:none; }
body a:visited {color:white;   text-decoration:none; }
body a:focus   {color:white;   text-decoration:none; }
body a:hover   {color:#639C63; text-decoration:none; }
body a:active  {color:white;   text-decoration:none; }

div#menu, div#menu ul {
  background: #008621;
}

div#menu a:hover,
div#menu li:hover,
div#menu li.sfhover {
  background: #80ff80;
  color:      #008621;
}

div#menu a {
  color: white;
}

/******************************************************************************
 * Kontakt-Seite
 *****************************************************************************/
th.legal,
td.legal {
  text-align: left;
  background:#00bf30;
}

th.contact,
td.contact {
  text-align: right;
  width:      40%;
  background: #80ff80;
  color:      #008621;
}

td.contact a:link {
  color:      #008621;
}
td.contact a:hover {
  color:      white;
}

td.contact table {
  margin-left: auto;
/*  border:      solid yellow 1px;*/
}

table.contact {
  width:   95%;
}

/******************************************************************************
 * Ticker, siehe ../scripts/ticker.js
 *****************************************************************************/
.ticker {
 font-size:     large;
 border-style:  none;
 margin-top:    10px;
 margin-bottom: 10px;
 background:    #008621;
 color:         white;
}

img.ticker {
 border-style: solid;
 border-width: 1px;
}
