/************************************************
 *
 * Stylesheet for http://www.hotti.ch/
 *
 * Colors shamelessly stolen from 
 * http://www.linuxbrit.co.uk/
 *
 ************************************************/

body
{
  color: #000;
  background-color: #bddfef;
}

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

#header {
  color: inherit;
  background-color: #9bd7ef;
}

#header img {
    display: none;
}


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

#menupanel {
  color: inherit;
  background-color: #9bd7ef;
}

table.menu {
  border: 1px solid #336699;
}

.menu td {
  color: inherit;
  background: #bddfef;
  border-bottom: 1px solid #9bd7ef;
  border-right:  1px solid #9bd7ef;
  border-left:   1px solid #9bd7ef;
}

.menu tr.title td {
  font-weight: bold;
  color: inherit;
  background: #66bbdd;
  border: 1px solid #9bd7ef;
}

.menu span, .menu tr.menuitem a:hover {
  color: inherit;
  background: #87d9ff;
}

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

#footer {
  border: 1px solid #336699;
  color: inherit;
  background-color: #9bd7ef;
}

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

a:link         { color: #336699; background: inherit; }
a:visited      { color: #336699; background: inherit; }
a:active       { color: #336699; background: inherit; }

.warning {
  border: 1px solid #336699;
  color: inherit;
  background-color: #9bd7ef;
}
