body
{
  background-color: #F1EFEF;
  font-family: verdana;
  font-size: 8pt;
}

td.banner {
  background-image: url('/images/banner.png'); 
  background-repeat: none;
  width: 774px; 
  height: 156px;
  text-align: right;
  vertical-align: top;
  padding-right: 20px;
}

td.record {
text-align: center;
border-right-style: solid;
border-right-color: #dcdcdc;
}

td.recordsum {
text-align: center;
font-weight: bold;
border-top-style: solid;
border-top-color: #ebebeb;
}

td.bc {
font-weight: bold;
}

caption {
font-weight: bold;
font-size: 10pt;
}

.links a {
  color: black;
  text-decoration: none;
  padding-left: 10px;
}

.content a, .banner a {
  color: #800000;
  text-decoration: none;
}

.nav a:hover {
  text-decoration: underline;
}

.main {
  width: 774px;
  background-image: url('/images/page_bg.png');
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  empty-cells: show;
}

td.content {
  vertical-align: top;
  padding-left: 20px;
  width: 604px;
}

table.team {
text-align: center;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-style: solid;
border-color: #CCCCCC;
background-color: #EFEFEF;
}

table.meister {
border-bottom-style: solid;
border-right-style: solid;
border-left-style: solid;
border-color: #CCCCCC;
margin-left: auto;
margin-right: auto;
}

.nav {
  vertical-align: top;
  width: 170px;
}

.nav img {
  margin: 1px 0px 1px 0px;
}

.content_item {
  width:559px;
  background-color: #E3E2E3;
  margin: 10px;
}

.content_item .title {
  background-color: #F5F5F5;
  height: 20px;
  font-weight: bold;
}

.content_item .text {
  background-color: #F9F9F9;
  padding: 5px;
}
.content_item .bottom {
  background-color: #F5F5F5;
  height: 20px;
  text-align: right;
}

h2.title {
  font-size: 8pt;
  margin-left: 10px;
}

.node {
  width:559px;
  background-color: #E3E2E3;
  margin: 10px;
  padding: 1px;
}

.node .content {
  background-color: #F9F9F9;
  padding: 5px;
}

.node h2.title {
  background-color: #F5F5F5;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  margin-bottom: 1px;
}

.node .links {
  background-color: #F5F5F5;
  margin: 0px;
  text-align: right;
  padding: 2px;
  margin-top: 1px;
}

div.codeblock {
  padding: 5px;
  border: 1px solid #CCC;
  background-color: #EEE;
}

p {
text-align: justify;
}