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

a,
a:visited {
  color: #010066;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #000099;
  text-decoration: underline;
}

#content {
  padding-bottom: 50px;
}

/* Tables */

table {
  width: 700px;
  border: 0px none;
}
th {
  border: 0px none;
  background: #ccc;
  border-bottom: 2px solid #fff;
}
td {
  border: 0px none;
  border-bottom: 2px solid #fff;
}

table#ovwTable {
  width: 95%;
}

/* Sorting */

th.headerSortUp {
  background-image: url(http://trackdemo.riege.com/images/sort_asc_black.gif);
}
th.headerSortDown {
  background-image: url(http://trackdemo.riege.com/images/sort_desc_black.gif);
}

/* Zebra & Sorting */

tr.over td { background-color: #e5e5e5; }
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: #4e7cb3;
  margin: 0 auto;
  height: 101px;
}
#header h1 {
  position: relative;
  top: 25px;
  left: 14px;
  float: left;
  margin: 0;
  padding: 0;
}
#header h1 span { display: none; }
#header h1 a {
  display: block;
  width: 142px;
  height: 51px;
  background: url(http://trackdemo.riege.com/images/dac/dachser.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: 101px;
  background: #4e7cb3;
}
#footer p {
  padding: 0 5px;
  margin: 0;
  font-size: 1.1em;
  color: #fff;
}
#footer p a {
  line-height: 20px;
  height: 20px;
  padding: 0 3px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
#footer p a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer p.copyright {
  float: right;
}
#footer p.contact {
  float: left;
}
