input, textarea, select{
    background-color: #ff9;
    border: 1px dotted black;
}

.noborder {
    border: 0;
}

.colorswitch {
    border: 0;
    background-color: #ababab;
}

.no-border {
    border: 0;
}

.small {
    font-size: 8pt;
}

.small a {
    text-decoration: none;
}

.small a:hover {
    color: Gray;
    text-decoration: underline;
}

A {
    color: #000;
}

A:HOVER {
    color: Gray;
}

.liste {
    background-color: #fff;
    border: 1px silver solid;
    border-collapse: collapse;
}

.stufenliste {
    color: #c0c0c0;
    background-color: #031440;
}

.menuinput {
    border: 1px #0000FF solid;
    background-color: #000088;
    color: silver;
}

.label {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    border: none;
}

.normal {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    border: none;
}

.notice {
    font-family: Verdana;
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
    border: 1px orange solid;
    background-color: yellow;
    padding: 5px;
    margin: 0 auto 0 auto;
    width: 450px;
}

.headline {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    border: none;
    text-align: center;
}

.votefrage {
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: red;
}

.news {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    border: none;
    text-align: justify;
}

.q {
    color: #00c;
    vertical-align: top;
    line-height: 100px;
}

div#imageTitle {
    font-weight: bold;
}

div#logobox {
    /*
        float: left;
        clear: left;
    */
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;

}

div.center {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

ul#sitenews {
}

ul#sitenews li {
    list-style-type: none;

}

ul#lastlogin {
}

ul#lastlogin li {
    list-style-type: none;

}

/*pers Daten Tabelle*/
table#persdaten {
    width: 100%;
    border: 0 solid #aaa;
}

/* board table: */
table.board {
    min-width: 700px;
    border: 1px solid #aaa;
}

td.boardtab {
    font-family: verdana, arial, sans-serif;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background: #d7d7ff;
}

td.boardtab-a {
    font-family: verdana, arial, sans-serif;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    background: #eaeaea;
}

td.boardtab-b {
    font-family: verdana, arial, sans-serif;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    background: #efefef;
}

/* thread links: */
a.thread:link {
    padding-left: 18px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/topic.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.thread:visited {
    padding-left: 18px;
    color: #800080;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/topic.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.thread:hover {
    padding-left: 18px;
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
    background-image: url(gif/topic.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.thread:active {
    padding-left: 18px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/topic.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

/* new threads: */
a.threadnew:link {
    padding-left: 18px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/topic_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.threadnew:visited {
    padding-left: 18px;
    color: #800080;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/topic_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.threadnew:hover {
    padding-left: 18px;
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
    background-image: url(gif/topic_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.threadnew:active {
    padding-left: 18px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/topic_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

/* replies: */
a.reply:link {
    padding-left: 16px;
    color: #0000cc;
    text-decoration: none;
    font-weight: normal;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.reply:visited {
    padding-left: 16px;
    color: #800080;
    text-decoration: none;
    font-weight: normal;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.reply:hover {
    padding-left: 16px;
    color: #0000ff;
    text-decoration: underline;
    font-weight: normal;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.reply:active {
    padding-left: 16px;
    color: #0000cc;
    text-decoration: none;
    font-weight: normal;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.replynew:link {
    padding-left: 16px;
    color: #0000cc;
    text-decoration: none;
    font-weight: normal;
    background-image: url(gif/reply_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.replynew:visited {
    padding-left: 16px;
    color: #800080;
    text-decoration: none;
    font-weight: normal;
    background-image: url(gif/reply_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.replynew:hover {
    padding-left: 16px;
    color: #0000ff;
    text-decoration: underline;
    font-weight: normal;
    background-image: url(gif/reply_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.replynew:active {
    padding-left: 16px;
    color: #0000cc;
    text-decoration: none;
    font-weight: normal;
    background-image: url(gif/reply_new.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

/* replies in search results: */
a.reply-search:link {
    padding-left: 18px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.reply-search:visited {
    padding-left: 18px;
    color: #800080;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.reply-search:hover {
    padding-left: 18px;
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a.reply-search:active {
    padding-left: 18px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
    background-image: url(gif/reply.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.author{
    font-size: smaller;
}

.author .date{
    font-size: smaller;
}

.postcontent{
    border: 1px silver solid;
    padding: 15px;
    background-color: #d3dcfe;
    color: black;
}

.forumposttable td{
    border-spacing: 0;
}

.forumposttable td h2{
    margin: 5px 2px;
}
