/*
 * Project: DCC-Liste
 * Copyright 2002-2004 Valentin Funk <valentin.funk@computerfabrik.de>
 *
 * $Id: style.css 51 2008-02-26 02:27:31Z funk $
 */

body {
  background-color: #FFFFFF;
  color: #000000;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;

  padding: 20px;
  /*  border: gray 0px solid;*/
  margin: 0px;
}
p, li, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.legend {
  text-align: center;
}

/*
 * Tabellen
 */
table.matrix {
  border-collapse: collapse;
  /*  border: 1px #AAAAAA solid;*/
}
td, th {
  vertical-align: top;
  padding: 2px;
}
table.matrix td {
  border: 1px #AAAAAA solid;
  text-align: center;
}

.free {
  background-color: green;
  color: white;
}
.used {
  background-color: yellow;
}
.occupied {
  background-color: red;
  color: white;
}
.disabled {
  background-color: #BBBBBB;
}


/*
 * Heading line.
 */
div.heading {
  background-color: white;
  color: #999999;

  margin-bottom: 10px;

  font-size: 17px;
  font-weight: 700;
}

div.subheading {
  background-color: white;
  color: #000000;
  margin-top: 20px;  
  margin-bottom: 10px;  
  font-weight: 700;
}

div.impress {
  margin-top: 20px;
  border-top: 1px #000000 dashed;
}

/*
 * Links.
 */
a {
  font-weight:800;
}
a:link {
    color:#7896FF;
    color:#6699FF;
    background-color:#FFFFF5;
    text-decoration:none;
 }
a:visited {
  /*    color:#0044CC;*/
    color:#7896FF;
    background-color:#FFFFF5;
    text-decoration:none;
 }
a:active {
    color:#000099;
    /*    background-color:#E6F0FF;*/
    text-decoration:none;
 }
a:hover {
    color:#B91F37;
    text-decoration:none;
 }

/*
 * General
 */
strong {
  font-weight:700;
}

.bold {
  font-weight:700;
}

.left {
  text-align:left;
}
