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

a,
a:visited {
  color: #294090;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #294090;
  text-decoration: underline;
}

div#whopper {
  width: auto;
  padding: 0 2em; 
}
#content {
  padding-bottom: 0px;
}

/* Tables */

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

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: #fdb515; color: #294090; }

/* Menu */

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

/* Header */

#header {
  border-bottom: 1px solid #fdb515;
  margin: 0 auto;
  height: 150px;
}
#header h1 {
  float: left;
  margin: 45px auto 0 auto;
  padding: 0;
}
#header h1 span { display: none; }
#header h1 a {
  display: block;
  width: 253px;
  height: 80px;
  background: url(http://trackdemo.riege.com/images/ate/atege.gif) no-repeat center center;
}
#header h2 {
  float: right;
  margin: 20px auto 0 auto;
  padding: 0;
}
#header h2 span { display: none; }
#header h2 a {
  display: block;
  width: 150px;
  height: 110px;
  background: url(http://trackdemo.riege.com/images/riege_logo.gif) no-repeat center center;
}

/* Footer */

#footer {
  position: relative;
  height: 30px;
  background: #fdb515;
  border-bottom: 20px solid #fff;
}
#footer p {
  float: left;
  padding: 3px 6px;
  margin: 0;
  color: #294090;
  font-size: 1em;
}
#footer p a {
  font-weight: normal;
}
#footer p.support {
  float: right;
}

