/* Main AoWHQ */

body {
    background-color: #171717;
    padding: 0px;
}
body, td, li, p, h2 {
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    margin: 0px;
}

li {
    font-size: 11px;
}

th {
    font-weight: bold;
    font-size: 13px;
}


h2 {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

input, textarea, button {
    color: #FFFFFF;
    padding: 2px;
    font-size: 11px;
    background: #171717;
    border: 1px solid;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #7F7F7F;
    border-bottom-color: #7F7F7F;
    font-family: verdana, arial, tahoma, sans-serif;
}

.button { color: #000000;
          font-size: 10px;
          padding: 1px;
          border-top-color:#BFBFBF;
          border-left-color:#BFBFBF;
          border-right-color:#6F6F6F;
          border-bottom-color:#6F6F6F;
          background-color:#9F9F9F;
          cursor: pointer; }

select {
    color: #FFFFFF;
    font-size: 11px;
    background: #3F3F3F;
    font-family: verdana, arial, tahoma, sans-serif;
}

form {
    margin: 0px;
}

/* Schriftarten */

.header { font-size: 13px; color: #FFFFFF; font-weight: bold; }
.big    { font-size: 13px;
          font-weight: normal; }
div.big {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    width: 90%;
 }
.red    { color: #AF0F0F; }

/* Contentboxen */
.box  { width: 95%; table-layout: fixed; width: 620px; }
.box_1 {  background: URL('/images/style4/box_1alt.gif'); width: 20px; }
.box_2 {  background: URL('/images/style4/box_2alt.gif'); height: 21px; padding-top: 1px; vertical-align: top;}
.box_3 {  background: URL('/images/style4/box_3alt.gif'); width: 20px; }
.box_4 {  background: URL('/images/style4/box_4.gif'); width: 22px; }
.box_41 { display: none; }
.box_5 {  background: URL('/images/style4/box_5.gif'); }
.box_6 {  background: URL('/images/style4/box_6.gif'); width: 26px; }
.box_7 {  background: URL('/images/style4/box_7.gif'); width: 44px; }
.box_8 {  background: URL('/images/style4/box_8.gif'); height: 35px; }
.box_9 {  background: URL('/images/style4/box_9.gif'); width: 26px; }

.box_1alt {  background: URL('/images/style4/box_1.gif'); width: 132px; }
.box_2alt {  background: URL('/images/style4/box_2.gif'); height: 51px; padding-top: 1px; vertical-align: top;}
.box_3alt {  background: URL('/images/style4/box_3.gif'); width: 26px; }



/*  css_header  */

/* News-CSS */
.header    { font-size: 13px; color: #FFFFFF; font-weight: bold; }
.news      { font-size: 11px; color: #FFFFFF; }
.smalltext { font-size: 11px; color: #FFFFFF; }
.comments  { font-size: 11px; color: #FFFFFF; }
.links     { font-size: 11px; color: #FFFFFF; font-weight: bold; }

a.news:link         { color: #FFCC00; text-decoration: underline; font-weight: bold; }
a.smalltext:link    { color: #FFCC00; text-decoration: underline; }
a.comments:link     { color: #FFCC00; text-decoration: none;      font-weight: bold; }
a.links:link        { color: #FFCC00; text-decoration: underline; font-weight: bold; }

a.news:visited      { color  #FFCC00; text-decoration: underline;  font-weight: bold; }
a.smalltext:visited { color: #FFCC00; text-decoration: underline; }
a.comments:visited  { color: #FFCC00; text-decoration: none;       font-weight: bold; }
a.links:visited     { color: #FFCC00; text-decoration: underline;  font-weight: bold; }

a.news:hover        { color: #FFFFFF; text-decoration: underline; }
a.smalltext:hover   { color: #FFFFFF; text-decoration: none; }
a.comments:hover    { color: #FFFFFF; text-decoration: none; }
a.links:hover       { color: #FFFFFF; text-decoration: none; }

.submit { color: #000000;
          font-size: 10px;
          padding: 1px;
          border-top-color:#BFBFBF;
          border-left-color:#BFBFBF;
          border-right-color:#6F6F6F;
          border-bottom-color:#6F6F6F;
          background-color:#9F9F9F;
          cursor: pointer; }

.commentbox1 { text-align: left; background: #000000; }
.commentbox2, .archive_col1 { text-align: left; background: #9F0B0B; }
.commentbox3, .archive_col2 { text-align: left; background: #790808; }
.commenttable { background: #BE9999; }

.category, .comment_title {
   color: #FFBF00;
   font-size: 11px;
   font-weight: bold;
}
.category:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

    .bbcode {
        border: 1px solid;
        border-top-color: #BFBFBF;
        border-left-color: #BFBFBF;
        border-right-color: #000000;
        border-bottom-color: #000000;
        background-color: #7F7F7F;
    }

    .bbcode_active {
        border: 1px solid;
        border-top-color: #7FFF7F;
        border-left-color: #7FFF7F;
        border-right-color: #005F00;
        border-bottom-color: #005F00;
        background-color: #00FF00;
    }

    .bbcode_hover {
        border: 1px solid;
        border-top-color: #3F7FFF;
        border-left-color: #3F7FFF;
        border-right-color: #001F5F;
        border-bottom-color: #001F5F;
        background-color: #003FFF;
    }

    .bbcode_click {
        border: 1px solid;
        border-top-color: #FF7F7F;
        border-left-color: #FF7F7F;
        border-right-color: #5F0000;
        border-bottom-color: #5F0000;
        background-color: #FF0000;
    }
