body {
  background-color: white;
  margin: 0; padding: 0;
  color: #000;
  font-family: sans-serif;
  font-size: 100.01%;
}

a, a:link {
  color: #8c0010;
}

a:visited {
/* color: FIXME */
}

a:hover, a:active {
  color: #8c0010;
  background: #efefef;
}

em {
  font-weight: bold;
  font-style: normal;
}

h1 {
  font-size: 130%;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 110%;
}

a img {
  border: 0;
}

th {
  text-align: left;
}

address {
  font-style: normal;
  margin-bottom: 1em;
}

code {
    display: block; padding: 10px;
    border-width: 1px; border-style: solid;
    border-color: #999999; background-color: #efefef;
}

li.inner {
  list-style: none;
}

#header {
  background-color: #efefef;
  text-align: center;
  border-bottom: 1px #a40000 solid;
  letter-spacing: 0.05em;
}

#header p {
  margin: 0 0;
  padding: 0.5em;
}

#header p span {
  white-space: nowrap;
}

#logoimg {
  width: 135px;
  height: 128px;
  text-align: center;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  margin-top: 0;
}

#leftcontent {
  width: 15em;
  margin: 1em;
  left: 0px;
  padding: 20px 0;
  background: white;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  border: #a40000 1px solid;
  min-height: 800px;
  position: absolute;
}

#rightcontent {
  position: absolute;
  width: 16em;
  min-height: 800px;
  min-width: 210px;
  right: 0px;
  margin: 1em;
  padding: 20px 0;
  background: white;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  border: #a40000 1px solid;
  text-align: center;
}

#rightcontent h3, #rightcontent div {
  margin: 1em 0;
  padding: 0;
}

#rightcontent a {
  text-decoration: none;
  border: 0;
}

#leftcontent a {
  text-decoration: none;
  border: 0;
}

ul.navigation {
  list-style-type: none;
  margin: 10px 0 20px 0px;
  font-weight: bold;
  border-top: solid #a40000 1px;
  border-bottom: solid #a40000 1px;
}

ul.navigation li {
  line-height: 1.3em;
  background: #white;
  margin-left: -40px;
}

ul.navigation li a {
  display: block;
  padding-left: 14px;
}

ul.navigation li a:hover, ul.navigation li a:active {
  background:  #efefef;
  color: #8c0010;
}

ul.navigation li a.inline {
  display: inline;
}

ul.navigation li a.r {
  padding-left: 3px;
}

ul.navigation ul {
  list-style-type: none;
  margin: 0 0 10px -30px;
}

div.identica-header, div.identica-post {
  margin: 10px 10px 10px 10px;
  font-size: 70%;
}

div.identica-post p.heading {
  color: #ccc;
}

div.identica-post a {
  overflow: scroll;
}

div.mediapartner {
  margin-top: 2em;
  text-align: center;
}

#centercontent {
  background: white;
  color: #000;
  margin: 0em 17em 0em 16em;
  padding: 20px;
  max-width: 46em;
}

#centercontent li {
  margin-left: 20px;
}

a[href="#oben"] {
    display: block;
    margin-top: 10px; margin-bottom: 50px;
}

.success {
    border: #006600 1px solid;
    background-color: #b2ffb2;
    color: #006600;
    padding: 1em; width: 50%;
}

.error {
    border: #660000 1px solid;
    background-color: #ffb2b2;
    color: #660000;
    padding: 1em; width: 50%;
}

.footer {
  height: 30px;
  text-align: center;
  clear: both;
  padding: 10px;
  font-size: 90%;
}

.dn {
  display: none;
}

.sponsorrand {
  display: table;
  background-color: white;
  padding: 5px;
  margin: 5px;
  float:left;
  width: 220px;
  text-align:center;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  border-style: solid; border-color: #efefef; border-width: 1px;
}
.sponsorrand a {
  height: 85px;
  display: table-cell;
  vertical-align: middle;
}

.sponsorrand a:hover{
  background-color: white;
}
