
/* style.css.php - Simon
 * Autor: Jurgen Cito
 * History: 2005-12-08
 */

body
{
  background-color: #FCEFAD;
  padding-left:0px;
  margin:0px;
}

body, p, div, font, td
{
  font-family: arial;
  font-size: 13px;
  color: #FDFDC0;
}

a
{
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #D32E12;
}

a:hover
{
  text-decoration: underline;
}

table#centertable {  width: 100%; height: 100%; }
table#centertable td { vertical-align: middle; text-align: center; }

table#main
{
  width: 950px;
  height: 600px;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

table#main td { vertical-align: top; }

td#left
{
  width: 311px;
  border: none;
}

td#right
{
  width: 639px;
  padding-top: 21px;
  padding-right: 19px;
  padding-bottom: 21px;
}

div#content
{
  /* gecko */  height: 556px;
  width: 619px;

  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

td#counterarea
{
  width: 147px;
  height: 122px;
  background-image: url(images/counterarea.jpg);

  color: #D32E12;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
}

td#counterarea a { color: #D32E12; font-weight: normal; font-size: 11px; }

b#counter { font-size: 18px; }

div#logo
{
  width: 311px;
  height: 243px;
}

div#buttonarea
{
  width: 311px;
  height: 235px;
  text-align: left;

  background-image: url(images/buttonarea.jpg);
  background-repeat: no-repeat;
}

div#buttonarea div
{
  margin-left: 117px;
}

div#buttonarea div#buttons
{
  padding-top: 20px;
}

div#buttons a { padding-left: 4px; font-size: 16px; }

div.button { margin-top: 0px; margin-bottom: 5px; }

