body {
    background-color: #fff;
}

body.black {
    background-color: #000;
    color: #fff;
}

img {
    border: 0;
}

/* Navigation panel (appears left of content) */
#nav {
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    padding-top: 15px;
    padding-left: 15px;
    background-image: url('images/papyrus.gif');
    background-repeat:  repeat-y;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
    display: inline;
    padding: 0;
    margin: 0;
}

#nav img {
    width: 120px;
}

#nav img#coat {
    height: 166px;
}

#nav a img {
    height: 25px;
}

/* General style for page content */
#mainContent {
    margin-left: 170px;
    max-width: 50em;
}

/* deprecated, used only in forum */
#topTitle {
    text-align: center;
    font-size: 250%;
}

h1 {
    font-weight: normal;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 250%;
}

h2 {
    margin: 1em 0 0.2em 0;
    border-bottom: 1px solid #000;
}

#const {
    width: 367px;
    height: 22px;
    margin-bottom: 1em;
}

/* Picture gallery */
a.thumb {
    margin-left: 3px;
    margin-right: 3px;
}

img.thumb {
    width: 128px;
    height: 96px;
}

/* Inline buttons on page */
ul.buttons {
    text-align: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

ul.buttons li {
    margin-bottom: 10px;
}

/* Stuff on news page */
table.wappen {
    border: 0;
    padding: 0;
    margin: 6px 10px 6px 10px;
}

table.con {
    border: 0;
    padding: 0;
    margin: 6px 6px 6px 6px;
}

.con tr td {
    vertical-align: top;
}
