body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 100.01%;
    margin: 0;
    padding: 0;
    background: #181d26 url(/media/pchlogo_links.png) no-repeat 0% 0%;
}

#main_column {
    background: #181d26 url(/media/pchlogo_rechts.png) no-repeat 740px 0%;
    width: 870px;
    min-height: 588px;
    height: auto;
    position: absolute;
    left: 60px;
    top: 0;
    margin: 0;
    padding: 0;
}

#content {
    margin: 0;
    padding: 10px;
    background: #f2de79;
    width: 720px;
    min-height: 500px;
}

#content h1 {
    margin: 0;
    padding: 3px 3px 3px 0;
    color: #8c3420;
}

#content h2 {
    margin: 0;
    padding: 3px 3px 3px 0;
    color: #181d26;
}

#content a {
    text-decoration: underline;
    color: #181d26;
    background: transparent;
    padding: 1px;
}

#content a:hover {
    text-decoration: none;
    background: #181d26;
    color: white;
}

#navig {
    margin: 0;
    padding: 0 10px 10px 10px;
    background: #a65d33;
    width: 720px;
}

#navig h1 {
    color: white;
    font-weight: bold;
    font-size: 3em;
    letter-spacing: 5px;
    word-spacing: 10px;
    margin: 0;
    padding: 0;
}

#navig ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#navig li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
}

#navig a {
    text-decoration: none;
    color: #181d26;
    background: transparent;
    padding: 4px;
}

#navig a:hover {
    background: #181d26;
    color: white;
}

#navig h1 a {
    text-decoration: none;
    color: white;
    padding: 0;
    margin: 0;
}

#navig h1 a:hover {
    color: #181d26;
    background: transparent;
}

#meta {
    margin: 0px;
    padding: 0 10px;
    background: #8c3420;
    position: relative;
    height: 2em;
    width: 720px;
    font-size: .8em;
}

#meta #geaendert {
    position: absolute;
    left: 0px;
    bottom: -16px;
    padding: 10px;
    color: white;
}

#meta #top {
    position: absolute;
    right: 0px;
    bottom: -16px;
    padding: 10px;
}

#meta #top a {
    text-decoration: none;
    color: white;
    background: transparent;
}

#meta #top a:hover {
    color: white;
    background: #181d26;
}

table {
    border-collapse: collapse;
}

th {
    background: #cacaca;
    text-align: left;
    font-weight: bold;
    padding: 4px;
    border-top: 1px solid #181d26;
    border-bottom: 1px solid #181d26;
}

td {
    padding: 4px;
}

tr.even {
    color: black;
    background: #fefefe;
}

tr.odd {
    color: black;
    background: #ededed;
}

tr.blickfang {
    color: black;
    background: #cacaca;
    border-top: 1px solid #181d26;
    border-bottom: 1px solid #181d26;    
}

td.nowrap {
    white-space: nowrap;
}