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

@font-face {
    font-family: orrheader;
    src: url(/fonts/DroidSans-Bold.ttf);
}

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

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

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

a.nounderline {
    text-decoration: none;
}

span.clickable_text a {
    color: #000;
    text-decoration: none;
}

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

h2 {
    font-size: 110%;
    font-family: orrheader;
}

h3 {
    font-size: 90%;
    letter-spacing: 0.1em;
    font-family: orrheader;
}

h4 {
    font-size: 85%;
    letter-spacing: 0.1em;
    font-family: orrheader;
}

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;
    padding-bottom: 1em;
}

#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: 30px;
    margin-left: auto;
    margin-top: 0;
}

#sidebar_left {
    position: absolute;
    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: 900px;
}

#sidebar_right {
    position: absolute;
    width: 16em; min-width: 220px;
    min-height: 900px;
    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;
}

#sidebar_right h3 {
    margin: 1em 0;
    padding: 0;
}

#sidebar_right h4 {
      margin-top: 1.5em;
}

#sidebar_left a, #sidebar_right a {
    text-decoration: none;
    border: 0;
}

#sidebar_left div.sponsorlogo, #sidebar_right div.sponsorlogo {
      max-height: 85px;
      padding: 0 5%;
      text-align: center;
      margin-left: auto; margin-right: auto;
}

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

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

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

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

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

ul.navigation li a.inline, ul.navigation-last li a.inline {
    display: inline;
}

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

ul.navigation ul, ul.navigation-last 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, em.news_date {
    color: #888;
}

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

div.paypal {
    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;
}

.attn {
    background-color: #b2ffb2;
    border: #006600 1px solid;
    padding: 1em;
}

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%;
    margin-left: auto; margin-right: auto;
    margin-bottom: 1em;
}

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

.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;
}

table#hotels tr {
}

table#hotels tr td {
    vertical-align: top;
    padding-bottom: 1.2em;
}

form#ticket fieldset {
    width: 26em;
    text-align: center;
    margin: auto;
    padding: 2em;
}

form#ticket label {
    width: 12em;
}

form#ticket input[type="text"] {
    width: 12em;
}
