body {
    background: #82abd5;
    color: #000000;
    font-size: .8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0 auto;
}

a:link {
    color: #333399;
    text-decoration: none;
}

a:visited {
    color: #333399;
    text-decoration: none;
}

a:hover {
    color: #5b80b2;
    text-decoration: underline;
}

.space {
    background: #82abd5;
    border: 1px solid #333;
    padding: 0 10px;
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
    float: none;
    max-width: 1200px;
}

#header {
    background: #82abd5 url(/images/jr-blau/logo_7_1.jpg) left  no-repeat; /*logo_7_1.jpg | logo_christmas_2013.gif*/
    color: #dddddd;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 20px 0 0;
    letter-spacing: 5px;
    font-style: italic;
    height: 131px;
}

#menu {
    background: #e1e6ec;
    border: 1px solid #000000;
    font-size: 100%;
    font-weight: bold;
    float: none;
    display: block;
    padding: 0 10px;
    margin: 0 auto;
    border-top: 0px solid #002a64;
    border-bottom: 1px solid #000;
    line-height: 10px;
    max-width: 1200px;
    text-align: center;
}

#menu a:link {
    color: #000;
    text-decoration: none;
    float: none;
    margin: 4px 15px 0 15px;
    padding-bottom: 2px;
}

#menu a:visited {
    color: #000;
    text-decoration: none;
    float: none;
    margin: 4px 15px 0 15px;
    padding-bottom: 2px;
}

#menu a:hover {
    color: #0099cc;
    text-decoration: none;
    border-bottom: 0px solid #fff;
    padding-bottom: 2px;
}

.defaultTable {
    background: #000000;
}

.defaultTr {
    background: #9fbffb url(/images/jr-blau/defaulttr.png) repeat-x;
    color: #eeeeee;
    font-weight: bold;
}

.catTr {
    background: #fdfefe url(/images/jr-blau/cattr.png) repeat-x;
    color: #000;
    font-weight: bold;
}

.catTr a:link {
    color: #000;
    text-decoration: underline;
}

.catTr a:visited {
    color: #000;
    text-decoration: underline;
}

.catTr a:hover {
    color: #000;
    text-decoration: none;
}

.catOne {
    background: #e4e4e4;
}

.catTwo {
    background: #e4e4e4;
}

div.bbcode, div.attachment {
    background: #fff;
    border: 1px solid #878787;
    font-size: 1em;
    margin: 10px 20px;
    padding: 0;
    overflow: auto;
}

div.bbcode div.title, div.attachment div.title {
    background: #cccccc;
    border: 0px solid #000000;
    font-weight: bold;
    padding: 5px;
    border-bottom: 0px dashed #ccc;
}

div.bbcode div.message, div.bbcode pre, div.attachment p {
    border: 0px solid #000;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

div.bbcode pre {
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 850px;
}


div.boardnav {
    background: #e3e3e3;
    border: 0px dashed #9e9e9e;
    font-weight: bold;
    margin: 0;
    padding: 3px;
    float: left;
    width: 99%;
}

div.message a {
    color: #0000FF;
    border-bottom: 0px dashed #333;
}

td h3 {
    margin: 5px 0;
}

div.message a:hover {
    color: #FF0000;
    text-decoration: none;
    border-bottom: 0px solid #F00;
}

div.bbcode td {
    vertical-align: top;
}

div.bbcode .numbers {
    color: #333;
    padding: 0 3px;
    border-right: 1px solid #ccc;
    font-weight: bold;
    text-align: right;
    overflow: visible;
    width: 25px;
}

div.boardnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
}

div.boardnav ul li {
    float: left;
    margin: 0;
    padding-left: 15px;
    background: url(/images/jr-blau/boardnav.gif) no-repeat;
    background-position: 3px 4px;
}

div.boardnav ul li span {
    font-weight: normal;
}

#menu ul {
    padding: 0;
    padding-top: 5px;
    margin: 0;
    list-style: none;
    float: none;
    width: 100%;
}

#menu li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

#header h1 {
    margin: 0;
    padding: 0;
}

div.options {
    padding: 5px;
}

div.options div.right {
    float: right;
    padding: 5px;
    font-size: .9em;
    font-weight: bold;
}

ul.pagenav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.pagenav li {
    float: left;
    padding: 1px 2px 1px 2px;
    margin: 0 2px 0 2px;
    border: 1px solid #878787;
    background-color: #f5f5f5;
}

ul.pagenav li.active {
    background-color: #f5f5f5;
}

ul.pagenav li:first-child {
    background-color: #ccc;
}

p.boardline {
    padding: 0;
    margin: 10px 0 0 2px;
}

table {
    clear: both;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    behavior: url(/cache/client/iepngfix.htc);
    border: none;
}

hr {
    border: none;
    background: #000000;
    height: 1px;
    margin: 15px 0 5px 0;
}

.codebutton {
    cursor: pointer;
}

form {
    display: inline;
}

.navTr {
    background-color: #e4e4e4;
    color: #000000;
}

.fontSmall {
    font-size: .9em;
    font-weight: normal;
}

.fontvSmall {
    font-size: .7em;
    font-weight: normal;
}

.fontFault {
    color: #b30000;
    font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.attachment {
    background: #e4e4e4;
    float: left;
    overflow: hidden;
    margin: 20px auto 10px auto;
}

em.time {
    color: #666666;
}

td.errorMsgs {
    background: #878787;
}

td.errorMsgs p, td.errorMsgs strong {
    display: block;
    text-align: center;
}

div.submit {
    padding-top: 5px;
    text-align: center;
}

div#rules {
    margin: 10px 0;
    border: 1px solid #878787;
    background-color: #f5f5f5;
}

div#rules h5 {
    padding: 5px;
    margin: 0;
    background-color: #ccc;
    border-bottom: 1px dashed #878787;
}

div#rules p {
    padding: 5px;
    margin: 0;
}

div#archive {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

div#footer {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#extra {
    text-align: center;
}

#extra a {
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.fontSmallHeise {
    font-size: .9em;
    font-weight: normal;
}

.fontSmallHeise a {
    color: #000000;
}

.ac {
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
}

.ac em1 {
    color: #ff0000;
    font-style: italic;
    letter-spacing: 0;
}

.ac em2 {
    color: #000080;
    font-variant: small-caps;
    font-weight: bold;
}

.ac em3 {
    font-size: .6em;
}
