﻿html, body, td { 
  font-family: Verdana, sans-serif; 
  font-size: 13px;
}
body {
  background-color: #393939;
  color: #E0E0E0;
}

h1 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
}
h2 {
  font-size: 13px;
  font-weight: bold;
}
a {
  color: #FFEA63;
  text-decoration: none;
}
a img { border: 1px solid #393939; }
a:hover img { border: 1px solid #404040; }
a:hover {
  text-decoration: underline;
}
span.arrow {
  color: #BBAA55;
  font-size: 19px;
  line-height: 0.5em;
  position: relative;
  font-weight: bold;
  top: 0.1em;
}
#lblBildInfo {
    font-weight: bold;
}
table { border-collapse: collapse; }
table#grdGruppen td {
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
    padding-top: 2px;
    padding-bottom: 2px;
}
table#tblBildStart 
{
    margin-left: auto;
    margin-right: auto;
}
table#tblBildStart td {
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
    padding: 20px;
}
table#tblBildStart tr.oben td {
    border-top: none;
}
table#grdBild td 
{
    text-align: center;
    vertical-align: top;
}
table#grdBild td.bildzelle { width: 110px; }
tr.pager td table td { padding-left: 0.5em; padding-right: 0.5em; }
tr.pager td table { margin-left: auto; margin-right: auto; }

