/************************************************
 *
 * Stylesheet for http://www.hotti.ch/
 * Copyright (c) 2003 Daniel Hottinger
 *
 ************************************************/

body
{
  color: #0f0;
  background-color: #000;
}

table { /* hack, should not be */
  color: #0f0;
  background: inherit;
}

/**
 * green mail icon
 */

input, select { 
  color: inherit;
  background-color: transparent;
  border-color: #0d0;
}

select {
  color: #0f0;
}

/******************
 * Header
 ******************/

#header {
  color: inherit;
  background-color: #000;
}

#header img {
    display: none;
}

/******************
 * Menu
 ******************/

#menupanel {
  color: inherit;
  background-color: #000;
}

.menu td {
  color: #0c0;
  background: #040;
  border-bottom: 1px solid black;
  border-right:  none;
}

.menu tr.title td {
  font-weight: bold;
  color: #000;
  background: #0a0;
  border-bottom: 1px solid black;
  border-right: none;
}

.menu span, .menu tr.menuitem a:hover {
  color: #000;
  background: #080;
}

/******************
 * Footer
 ******************/

#footer {
  color: #0f0;
  background-color: #000;
  border: 1px solid #090;
}

/******************
 * Tags
 ******************/

a:link         { color: #0f0; background: inherit; }
a:visited      { color: #0c0; background: inherit; }
a:active       { color: #080; background: inherit; }

.warning {
  color: #000;
  background-color: #0c0;
}
