/* html + body */
html, body {
    background-color: #c9c9c9;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000000;
}
body {
    padding: 10px 1px 10px 1px;
}
/* inline global */
a:link {
    text-decoration: underline;
    color: #00f;
}
a:visited {
    text-decoration: underline;
    color: #339;
}
a:hover {
    text-decoration: none;
    color: #00f;
}
a:active {
    text-decoration: none;
    color: #339;
}
a:focus {
    text-decoration: none;
    color: #00f;
}
strong {
    color: #422;
}
.start hr {
    color: #ff4500;
}
img {
    border: none;
}
.video {
    width: 425px;
    height: 350px;
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}
/* content container */
#header {
    margin: auto;
    padding: 0;
    width: 970px;
    height: 80px;
    background-image: url(/forum/images/hint-ob-forum.png);
}
#content {
    margin: 0 auto;
    padding: 1px 25px 1px 15px;
    width: 930px;
    background: url(/bilder/hint-mit.png) repeat-y;
    text-align: center;
}
.innen {
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px #003366;
    background-color: #f9ffff;
    text-align: left;
}
.innen &amp;
gt;
:first-child, .innen &amp;
gt;
:first-child &amp;
gt;
:first-child {
    margin-top: 0;
}
.innen &amp;
gt;
:last-child, .innen &amp;
gt;
:last-child &amp;
gt;
:last-child {
    margin-bottom: 0;
}
.message {
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px #77c;
    background-color: #f9ffff;
    text-align: center;
}
.infobox {
    height: 100px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #77c;
    background-color: #fff;
    font-size: 85%;
}
div&amp;
gt;
.infobox {
    /* except IE 6 */
    max-height: 100px;
    height: auto;
}
/* headings + paragraphs */
h1 {
    margin-top: 0;
    font-size: 100%;
    letter-spacing: 0.2em;
    color: #ff4500;
}
.start h1 {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 130%;
    color: #ff4500;
}
h2 {
    margin-top: 0;
    font-size: 95%;
    letter-spacing: 0.3em;
    color: #666;
}
h3 {
    font-size: 90%;
    color: #666;
}
p {
    font-size: 90%;
}
/* lists */
ol {
    margin-top: 0;
}
ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}
li {
    margin-bottom: 15px;
    font-size: 90%;
}
.sitemap ul {
    font-weight: bold;
    color: #666;
}
.sitemap ul li ul {
    padding-top: 5px;
}
.sitemap li ul li {
    display: inline;
    line-height: 180%;
    padding-right: 15px;
    font-weight: normal;
}
/* tables */
table {
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px #003366;
    text-align: left;
}
td, th {
    padding: 5px;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    background-color: #f9ffff;
    font-size: 90%;
}
th {
    font-size: 80%;
    color: #003366;
}
caption {
    margin: 0;
    padding: 5px;
    border: solid 1px #003366;
    border-bottom: none;
    background-color: #003366;
    font-size: 95%;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #ffffff;
}
.col-forum {
    width: 18%;
}
.col-user {
    width: 18%;
}
.col-status {
    width: 18%;
    text-align: center;
}
.col-zahl {
    width: 7%;
    text-align: center;
}
.col-datum {
    width: 15%;
    text-align: right;
}
/* forms */
form {
    margin: 0;
}
.form, form .innen {
    margin: 0 auto 20px;
    width: 507px;
}
input, textarea {
    padding: 2px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    border-color: #999 #77c #77c #999;
    font-family: Verdana, sans-serif;
    font-size: 95%;
}
textarea {
    width: 500px;
}
input {
    max-width: 500px;
}
.readonly {
    border-width: 1px 0 0 1px;
    background-color: #fcffff;
}
.radio {
    border: none;
}
.checkbox {
    border: none;
}
.submitgroup {
    margin-top: 10px;
    width: 100%;
    font-size: 90%;
}
.submit {
    float: right;
    margin-left: 10px;
}
.submit p {
    margin-top: 0;
}
#bbcodebuttons {
    width: 300px;
}
/* submenus */
p#top {
    margin-top: 5px;
    padding: 5px;
    border: solid 1px #003366;
    font-weight: bold;
}
#top a:link {
    color: #66f;
}
#top a:visited {
    color: #77c;
}
#top a:hover {
    color: #66f;
}
#topsubmenu {
margin-bottom:20px;
}
.submenu {
    font-weight: bold;
    color: #666;
}
.submenu a:link {
    color: #66f;
}
.submenu a:visited {
    color: #77c;
}
.submenu a:hover {
    color: #66f;
}
#bottomsubmenu {
    margin: 0 auto 20px;
    padding: 0;
    width: 300px;
    border: solid 1px #77c;
    background-color: #f9ffff;
    text-align: center;
    font-weight: bold;
    color: #666;
}
#ende p {
    margin: 10px;
}
#ende a {
    white-space: nowrap;
}
#ende a:link {
    color: #66f;
}
#ende a:visited {
    color: #77c;
}
#ende a:hover {
    color: #66f;
}
/* postings */
.innen .beitrag {
    font-size: 90%;
}
.innen * .beitrag {
    font-size: 100%;
}
.name {
    margin-top: 0;
    padding: 5px;
    border: solid 1px #99d;
    background-color: #eff6f9;
    font-size: 95%;
    font-weight: bold;
    color: #665;
}
.name a:link {
    color: #66f;
}
.name a:visited {
    color: #66c;
}
.name a:hover {
    color: #66f;
}
.name .anker {
    float: right;
}
blockquote {
    margin: 0;
    padding: 20px;
    border: dotted 1px #77c;
    background-color: #f3f9f9;
}
blockquote .name {
    padding: 5px;
    border-style: dashed;
    border-width: 0 0 1px;
    background-color: #f3f9f9;
}
pre {
    overflow: auto;
    margin: 0;
    padding: 10px;
    max-height: 320px;
    border: dashed 1px #999;
    background-color: #f9f9f6;
}
code strong {
    border: dotted 1px #ccc;
    background-color: #f3f3f9;
}
.smilie {
    border: none;
}
.signatur {
    padding-top: 10px;
    border-top: dashed 1px #77c;
}
.datum {
    margin-bottom: 0;
    padding-top: 5px;
    border-top: solid 1px #999;
    text-align: right;
    font-size: 80%;
    font-weight: bold;
    color: #665;
}
/* user profiles */
.profile {
    margin: 0 auto 20px;
    width: 507px;
}
.profile img {
    float: right;
    max-width: 120px;
    max-height: 120px;
}
.profile h3 {
    clear: both;
    margin-top: 30px;
}
/* navigation */
#navi {
    position: absolute;
    top: 130px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#top {
    /* margin for #navi */
    margin-bottom: 50px;
}
.start #navi {
    top: 137px;
}
.start #description { /* margin for #navi */
margin-bottom:55px;
}
#navinnen {
    color: #333;
    margin: 20px auto 0;
    padding: 5px 0 25px 15px;
    text-align: left;
}
* html #navinnen {
    /* IE 6 */
    width: 650px;
}
#navi ul {
    margin: 0;
    text-align: center;
    font-size: 90%;
}
#navi ul ul {
    display: inline;
    margin: 0;
}
#navi ul li {
    float: left;
    display: inline;
}
#navi li {
    margin: 0px 3px;
    line-height: 120%;
    font-size: 100%;
    display: inline;
}
#navi ul a:link {
    color: #333;
}
#navi ul a:visited {
    color: #333;
}
#navi ul a:hover {
    color: #036;
}
#navi ul ul a:link {
    color: #039;
}
#navi ul ul a:visited {
    color: #039;
}
#navi ul ul a:hover {
    color: #039;
}
#naviende {
    clear: both;
    line-height: 0;
}
/* footer */
#footer {
    background-image: url(/bilder/hint-unt.png);
    background-repeat: no-repeat;
    color: #666666;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    font-size: 80%;
    width: 970px;
}
#footer a, #footer a:link, #footer a:visited {
    color: #666666;
    text-decoration: underline;
}
#footer a:hover {
    color: #666666;
    text-decoration: none;
}
