#banner {
  margin: auto;
  width: 1200px;
  background-position: center top;
  background-repeat: repeat-x;
  text-align: center;
  height: 280px;
  background-image: url(../img/banner.png);
}
body {
  margin: 0;
  padding: 0;
  background: #1d71a1;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 76%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
}
a {
  font-weight: bold;
  color: #fefcfd;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #808080;
  text-decoration: underline;
}
#container {
  margin: auto;
  padding: 0;
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: black;
  width: 1200px;
  text-align: left;
  clear: both;
  font-size: 0.9em;
  opacity: 1;
}
#leftside {
  padding: 5px;
  background-color: transparent;
  float: left;
  width: 180px;
}
#content {
  border: 0px solid #fefcfd;
  margin: 0px auto auto;
  padding: 10px;
  background-color: transparent;
  background-image: 
  background-repeat: repeat-x;
  background-position: center top;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  min-height: 1200px;
  width: 1000px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  min-width: 740px;
  font-size: 120%;
}
#fussballde {
  border: 1px solid #999999;
  margin: 0px auto auto;
  padding: 10px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  background-color: white;
  min-height: 1100px;
  min-width: 740px;
  width: 740px;
  font-size: 120%;
}
#rightside {
  padding: 5px;
  float: right;
  background-color: transparent;
  width: 180px;
}
#leftside h1, #rightside h1 {
  margin: 0 0 12px;
  color: #505050;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: -1px;
}
#leftside p, #rightside p {
  margin: 0 0 16px 10px;
  font-size: 0.9em;
  line-height: 1.4em;
}
.linklist {
  margin: 0 0 16px 10px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.linklist li {
  margin-bottom: 0.7em;
}
.nav {
  border: 1px solid #b0b0b0;
  padding: 5px 4px 4px 10px;
  background-position: left center;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  display: block;
  position: relative;
  width: 140px;
  background-color: #e8e9ea;
  background-repeat: no-repeat;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  color: #606060;
  margin-top: 8px;
  text-transform: uppercase;
}
.nav:hover, .active {
  border: 1px solid #909090;
  background: #f8f9fa none repeat scroll 0% 50%;
  color: #303030;
  text-decoration: none;
}
.sub {
  margin: 3px 0 2px 10px;
  padding: 4px 2px 2px 8px;
  font-size: 0.8em;
  letter-spacing: 1px;
  width: 125px;
}
.sub2 {
  margin: 3px 0 2px 20px;
  padding: 4px 2px 2px 8px;
  font-size: 0.8em;
  letter-spacing: 1px;
  width: 140px;
}
.sub3 {
  margin: 3px 0 2px 30px;
  padding: 4px 2px 2px 8px;
  font-size: 0.8em;
  letter-spacing: 1px;
  width: 125px;
}
#content h1, #content h2, #contentalt h1, #contentalt h2 {
  margin: 0 0 15px;
  padding: 0;
  background-color: inherit;
  color: #fefcfd;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: Verdana;
}
#content h4, #contentalt h4 {
  margin: 0 0 10px;
  padding: 0;
  background-color: inherit;
  color: #F9FAFB;
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: OCR A Extended;
}
#content h2, #contentalt h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
#content img, #contentalt img {
  border: 1px solid #fefcfd;
  margin: 5px 15px 6px;
  padding: 5px;
  float: center;
}
#footer {
  color: #f9fafc;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
#footer a {
  color: #d0d0d0;
  font-weight: bold;
  background-color: transparent;
}
.thumbnail {
  border: 1px solid #b0b0b0;
  margin: 0 0 10px 10px;
  padding: 5px;
  background: #fafbfc none repeat scroll 0% 50%;
}
.clearingdiv {
  clear: both;
  height: 30px;
  width: 1px;
}
.hide {
  display: none;
}
.intro {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: -1px;
}
.small {
  font-size: 0.8em;
}
.large {
  font-size: 1.4em;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
