*, html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    margin-left: 13em;
    width: 35em;

    font: 0.9em/100.1% georgia,times,serif;
    line-height: 1.5em;
    color: #242424;
}

#header {
    background: url('pic/logo.png') no-repeat #ffffff;
    width: 56em;
    height: 120px;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #cccccc;
}

#header h1 {
    text-indent: -9999px;
}

#floater {
    float: right;
    width: 19em;
    margin: 0 -21em 0 1.5em;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #cccccc;
}

#floater a,
#floater a:link,
#floater a:active,
#floater a:visited {
    color: #B64926;
    text-decoration: none;
}

#floater a:hover {
    text-decoration: underline;
}

#floater img {
  margin: 10px 10px 0 0;
}

#content h2 {
    font-size: 1.3em;
    margin: 1.5em 0 0 0;
}

#content a,
#content a:visited,
#content a:active,
#content a:link, 
#footer a,
#footer a:visited,
#footer a:active,
#footer a:link {
    display: block;
    color: #B64926;
    text-decoration: none;
    margin: 0 0 0.6em 0;
}

#content a:hover,
#footer a:hover {
    text-decoration: underline;
}

#content p,
#floater p {
    margin: 1.5em 0 1.5em 0;
    line-height: 1.8em;
}

#content .nomargin {
    margin: 1.5em 0 -1em 0; 
}

#content strong {
    font-size: 1.2em;
}

#content ul {
    list-style: inside disc;
    width: 35em;
    margin: 1.5em 0 1.5em 0;
}

#content li {
    padding: 0.2em 0.5em;
    margin: 0.1em 0;
    background: #d4d4d4;
}

#content li.odd {
    background: #ebebeb;
}

#content li a,
#content li a:visited,
#content li a:active,
#content li a:link {
    display: inline;
    color: #B64926;
    text-decoration: none;
    font-size: 1.2em;
}

#content li a:hover {
    text-decoration: underline;
}

#content table {
    border: none;
    margin: 1.5em 0 1.5em -13em;
    width: 48em;
    border-spacing: 0.2em;
    padding: 0;
}

#content td.over {
    background: #ebebeb;
    width: 12.3em;
    padding: 0 0.3em 0 0;
    text-align: right;
    font-weight: bold;
}

#content td.headline {
    background: #d4d4d4;
    padding: 3px;
    text-align: center;
}

#content td.headline a {
    margin: 0;
}

#content td.image {
    background: #d4d4d4;
    padding: 10px 3px 0 3px;
    text-align: center;
}

#content td.image img {
    border: 1px solid #7f7f7f;
    margin: 0 0 10px 0;
}

#content .video {
  margin: 0 0 10px 0;
}

#content td.columns {
    padding: 3px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #7f7f7f;
}

#content td.yes,
#content td.no {
    padding: 3px;
    text-align: center;
}

#content td.no {
    background: #D1512F;
}

#content td.yes {
    background: #5FB787;
}

#content td.yes a:link,
#content td.yes a:visited,
#content td.yes a:active,
#content td.no a:link,
#content td.no a:visited,
#content td.no a:active {
  margin: 0em;
  color: black;
}

#content td.imprint {
    background: #ebebeb;
    padding: 0.2em;
}

#content td.imprint a {
    display: inline;  
}

#footer {
    padding: 0 0 3em 0;
    text-align: right;
}
