html, body {
        width:100%;
        height:100%;
        margin:0px;
        padding:0px;
        min-height: 100%;
        margin-bottom: 1px;
        }
body {
        font-family: tahoma;
        color: #C00C0C;
        font-size:1em;
        background-color: #220202;
        SCROLLBAR-BASE-COLOR: #C00C0C;
        SCROLLBAR-ARROW-COLOR: black;
        text-align: center;
        }
img { border-style:none; }
p { text-align:left; }

#container {
        position:relative;
        width:998px;
        margin-left:auto;
        margin-right:auto;
        padding-top:55px;
        }

#menu {
        width:156px;
        background-image:url(http://s1.bitefight.ru/img/menubg.jpg);
        background-repeat:repeat-y;
        background-position:left;
        }

#menu a{
        text-align:left;
        display:block;
        width:145px;
        height:30px;
        margin-left:6px;
        background-image:url(http://s1.bitefight.ru/img/buttonmenu.gif);
        background-repeat:no-repeat; /*damned Firefox*/
        padding-left:30px;
        line-height:30px;
        font-size:12px;
        font-family: tahoma;
        text-decoration: none;
        color: #C00C0C;
        font-weight: bold;
        }

#menu a:hover{
        text-decoration: underline;
        }

#menu a.newmessage {
        background-image:url(http://s1.bitefight.ru/img/buttonmenu_newmessage.gif);
}

.side_more {
        text-align:left;
        margin-left:8px;
        margin-right:8px;
        background-image:url(http://s1.bitefight.ru/img/darkstone.jpg);
        border-width:1px;
        border-style:inset;
        border-color:#000000;
        padding:4px;
        text-align:center;
        }

.side_more a:link{
        display:block;
        margin-bottom:5px;
font-family: tahoma;
        text-decoration: none;
        font-size: 0.7em;
        color: #C00C0C;
        font-weight: bold;
}

.side_more a:hover{
        text-decoration: underline;
}

#copyright {
        /* container */
        position:absolute;
        width:800px;
        bottom:14px;
        right:30px;
        /* content */
        font-family: tahoma;
        color: #C00C0C;
        font-size: 0.7em;
}

#copyright a {
        text-decoration: none;
        color: #C00C0C;
        font-weight: bold;
}

#copyright a:hover{
        text-decoration: underline;
}




/*---------------- Contentstrukturierung --------------- */

/* ýbersicht */

#raceimg {
        float:left;
}
#charstats {
        width:200px;
}
#globalmessage {
        width:700px;
        color: orangered;
        font-size: 0.8em;
}
#keyinfo {
        width:520px;
}
#bitelink {
        width:520px;
}
#skills {
        width: 400px;
        float:left;
}
#stats {
        width: 300px;
        float:right;
}
#items {
        clear:both;
}

/* msg */
#msg {
        text-align:center;
}




/* -------------------- Contentspezifisch --------- */


#content {
        position:relative;
        top: -30px;
        width:720px;
        margin-left:auto;
        margin-right:auto;
        text-align:left;
}

#content a {
        text-decoration: none;
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        color: #F00C0C;
}

#content a:hover {
        text-decoration: underline;
        font-family: verdana;
}

#content .blocklink {
        display:block;
        width:100%;
        text-decoration: none;
        margin-bottom:2px;
        background-color: #2f0108;
}

#content .blocklink:hover {
        text-decoration: none;
        background-color: #551100;
}

#upgrademsg {
        text-align: center;
}


#content p {
        margin-top:0px;
        margin-bottom:20px;
}



#content div p {
        margin-top:0px;
        margin-bottom:2px;
        background-color:#2f0108;
}

.buttonlink {
        display:block;
        width:151px;
        height:43px;
        margin-left:auto;
        margin-right:auto;
        margin-top:10px;
        background-image:url('http://s1.bitefight.ru/img/button.gif');
        line-height:43px;
}

/* --- Tables --- */

#charstats td, #training td, #train_skills td, #keyinfo td, #skills td, #stats td, #items td, #settings td {
        background-color: #2f0108;
}

#content td.active {
        background-color: #551100;
}

#content td.activetemp {
        background-color: #100;
}

/* --- Headings --- */

h1 {
width:100%;
padding-left:6px;
margin-top:0px;
margin-bottom:14px;
font-family: tahoma;
color: #C00C0C;
font-size:1em;
font-weight: normal;
line-height: 27px;
text-decoration: underline;
text-align:left;
}

h2 {
width:100%;
padding-left:6px;
font-family: tahoma;
color: #C00C0C;
font-size:1em;
font-weight: normal;
line-height: 27px;
background-image: url('http://s1.bitefight.ru/img/tdh.jpg');
margin-bottom:2px;
margin-top:0px;
}

h3 {
width:100%;
font-family: tahoma;
color: #660000;
font-size:1.4em;
font-weight: bold;
margin-top:0px;
margin-bottom:30px;
}

.tdi {
        margin-top:0px;
        margin-bottom:2px;
        padding:4px;
        background-color: #331100;
        text-align: center;
        font-size: 0.6em;
        font-weight:bold;
}

.tdnp {
        text-align:left;
        margin-top:0px;
        margin-bottom:2px;
        background-color: #331100;
}

.fontsmall {
        font-size: 0.7em;
}

.fontsmall2 {
        font-size: 0.8em;
}

.tdh {
        background-image: url('http://s1.bitefight.ru/img/tdh.jpg');
}

.tdn {
        background-color: #331100;
}

.tdna {
        background-color: #551100;
}

select, input,textarea {
        margin: 4px;
        font-size: 10pt;
        background-color: #220202;
        color: #C00C0C;
        border-style: solid;
        border-width: 2px;
        border-color: #887766;
}

a.copyright {
        text-decoration: none;
        font-family: tahoma;
        font-size: 8pt;
        color: #C00C0C;
        font-weight: bold;
}
a.headlines {
        text-decoration: none;
        font-family: tahoma;
        font-size: 12pt;
        color: #C00C0C;
        font-weight: bold;
}
a:visited.headlines {
        text-decoration: none;
        font-family: tahoma;
        font-size: 12pt;
        color: #C00C0C;
        font-weight: bold;
}
a:link.headlines {
        text-decoration: none;
        font-family: tahoma;
        font-size: 12pt;
        color: #C00C0C;
        font-weight: bold;
}
a:hover.headlines {
        text-decoration: underline;
        font-family: tahoma;
        font-size: 12pt;
        color: #C00C0C;
        font-weight: bold;
}

.TD1 {
        PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 14px; PADDING-BOTTOM: 1px; MARGIN: 0px; COLOR: #bb0000; PADDING-TOP: 1px; BACKGROUND-COLOR: #4b0003
}
.TD2 {
        PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 14px; PADDING-BOTTOM: 1px; MARGIN: 0px; COLOR: #bb0000; PADDING-TOP: 1px; BACKGROUND-COLOR: #2a010f
}

.tabel {
        FONT-WEIGHT: normal; MARGIN: 5px auto 0px; BACKGROUND-COLOR: #000000; TEXT-ALIGN: left
}

