body {
  color: #4c5252;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a,
a:visited {
  color: #00519e;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  background: #00519e;
  text-decoration: none;
}

/* Tables */

table {
  width: 700px;
  border: 0px none;
}
th {
  border: 0px none;
  background: #4c5252;
  color: #fff;
  border-bottom: 1px solid #fff;
}
td {
  border: 0px none;
  border-bottom: 1px solid #fff;
}

table#ovwTable {
  width: 95%;
}

/* Sorting */

th.headerSortUp {
  color: #fff;
  background-image: url(http://trackdemo.riege.com/images/sort_asc_white.gif);
}
th.headerSortDown {
  color: #fff;
  background-image: url(http://trackdemo.riege.com/images/sort_desc_white.gif);
}

/* Zebra & Sorting */

tr.over td { background-color: #e8eaec; }
tr.even { background-color: #fff; }
tr.odd { background-color: #fff; }


/* Menu */

#content ul.menu li a,
#content ul.menu li a:visited {
  border: 1px solid #010066;
}
#content ul.menu li a:hover {
  background: #010066;
  border-color: #010066;
  color: #fff;
}

/* Header */

#header {
  background: #4c5252;
  margin: 0 auto;
  height: 132px;
}
#header h1 {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin: 0;
  padding: 0;
}
#header h1 span { display: none; }
#header h1 a {
  display: block;
  width: 277px;
  height: 132px;
  background: #fff url(http://trackdemo.riege.com/images/gei/geis.gif) no-repeat center center;
}
#header ul {
  position: relative;
  right: 10px;
  top: 60px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
#header ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  float: left;
}
#header ul li a {
  padding: 4px 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
#header ul li a:hover {
  text-decoration: underline;
}

/* Footer */

#footer {
  height: 30px;
  background: #e8eaec;
  border-top: 1px solid #dadcde;
}
#footer p {
  padding: 0 5px;
  margin: 0;
  font-size: 1.1em;
  color: #fff;
}
#footer p a {
  line-height: 30px;
  height: 30px;
  padding: 0 3px;
  font-weight: normal;
}
#footer p.copyright {
  float: right;
}
#footer p.contact {
  float: left;
}
