/* 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; }

a:link, a:visited, a:active {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Hauptseite */

.navigation     { display: none; }
.copyright      { background-image: URL("/images/style4/copyright.gif");
                  background-repeat: no-repeat;
                  background-color: #171717;
                  background-position: center;
                  height: 22px;
}
.backgnd_left   { text-align: left;
                  width: 142px;
                  vertical-align: top;
}
.backgnd_right  { text-align: right;
                  width: 177px;
                  vertical-align: top;
}
.backgnd_center { background-color: #171717;
                  background-image: URL("/images/style4/bg-center.gif");
                  background-repeat: no-repeat;
                  background-color: #171717;
                  background-position: 523px 0px;
                  text-align: center;
                  vertical-align: top;
}

/* Netzwerkleiste */

.pdownb {
   background: #9F7F7F;
   text-align: left;
   padding: 1px;
}

.pdownd {
   background-color: #161616;
   font-size: 13px;
   padding: 3px;
   cursor: pointer;
}

.pdownh {
   background-color: #3F0000;
   font-size: 13px;
   padding: 3px;
   cursor: pointer;
   text-decoration: underline;
}

.netbar1 { background-image: URL('/images/style4/netbar_left.gif'); width: 25px; }
.netbar2 { background-image: URL('/images/style4/netbar_center.gif'); height: 24px; }
.netbar3 { background-image: URL('/images/style4/netbar_right.gif'); width: 25px; }
.netbar { width: 1001px; table-layout: fixed; } 

/* Counter und Poll rechts */

.helibgnd  { background-image: URL("/images/style4/h-bgnd.gif");  
             background-repeat: repeat-y;
             width: 177px;
}
.helihead  { background-image: URL("/images/style4/h-head.gif"); 
             background-repeat: no-repeat;
             height: 34px; 
}
.helifoot  { background-image: URL("/images/style4/h-foot.gif");  
             background-repeat: no-repeat;
             height: 21px;
}
.votefoot  { background-image: URL("/images/style4/v-foot.gif");  
             background-repeat: no-repeat;
             height: 21px;
}

.highfoot  { background-image: URL("/images/style4/h2-foot.gif");  
             background-repeat: no-repeat;
             height: 13px;
}

.counter {
   width: 166px;
}

#if1 { width: 100%; }

/* Linkes und Rechtes Menu */

.menu_left {
    background-image: url('/images/style4/backgnd_left.gif');
    background-repeat: repeat-y;
    padding-left: 8px;
    padding-top: 8px;
    text-align: left;
}

.menu_right {
    background-image: url('/images/style4/backgnd_right.gif');
    background-position: right;
    background-repeat: repeat-y;
    padding-right: 8px;
    padding-top: 8px;
    text-align: right;
}

.mhead_left {
    text-align: left;
    vertical-align: middle;
}

.mhead_right {
    text-align: right;
    vertical-align: middle;
}

/* Banner */

.banner1  { background-image: URL("/images/style4/banner.jpg"); 
            background-repeat: no-repeat;
            height: 141px;
            width: 1001px;
}

.maintable { width: 1001px; }


/*  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;
    }

/*  poll_css  */

.pollpopup {
    font-size: 10px;
    font-family: Verdana, Arial, Tahome, sans-serif;
    background: #171717;
    color: #FFFFFF;
    font-weight: bold;
}

a.pollpopup:link, a.pollpopup:visited, a.pollpopup:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

a.pollpopup:hover {
    text-decoration: none;
}

.polltable {
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
    width: 164px;
}

.pollbutton { 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; }

.poll {
    font-size: 10px;
    font-family: Verdana, Arial, Tahome, sans-serif;
}

td.poll {
    height: 30px;
}

a.poll:link, a.poll:active, a.poll:visited {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

a.poll:hover {
    text-decoration: none;
}

.comments           { color: #FFFFFF; font-size: 11px; }
a.comments:link     { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
a.comments:visited  { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
a.comments:hover    { color: #FFBF00; text-decoration: underline; }

.comment_title {
   color: #FFBF00;
   font-size: 13px;
   font-weight: bold;
}

