/* ***************  Code by Linus Holtstiege  ******************* */
/* Grundeinstellungen */

body {
    font-family:      Tahoma;
    font-size:        10px;
    color:            #000000;
    background-image: url(bilder/bg.jpg);
    background-color: #051218;
    background-repeat:repeat-x;
    margin-left:      0px;
    margin-right:     0px;
    margin-top:       3px;
    margin-bottom:    3px;

}


table {
    font-family:      Tahoma;
    font-size:        10px;
    font-weight:      normal;
    color:            #707070;
}
/* ********************************** */
/* Schriften */

h2 {
    font-family:      Arial;
    font-size:        15px;
    color:            #B7B7B7;
    text-transform:   uppercase;
    font-weight:      bold;
}


.title {
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
    background-image: url(images/title_bg.gif);
    background-repeat: repeat-x;
    height:19px;
}



/* ********************************** */
/* Links */

a, a:visited, a:active {
    color:            #000000;
    text-decoration:  none;
    font-weight:      bold;
    outline:          none;
}

a:hover {
    color:            #116991;
    text-decoration:  none;
    font-weight:      bold;
}


a.loglink, a.loglink:visited, a.loglink:active {
    color:            #8A8A8A;
    text-decoration:  none;
    font-weight:      normal;
}

a.loglink:hover {
    color:            #FFFFFF;
    text-decoration:  none;
    font-weight:      normal;
}

a.forumlink, a.forumlink:visited, a.forumlink:active {
    color:            #278cbe;
    text-decoration:  none;
    font-weight:      normal;
}

a.forumlink:hover {
    color:            #FFFFFF;
    text-decoration:  none;
    font-weight:      normal;
}

a.stillink1, a.stillink1:visited, a.stillink1:active {
    color:            #278cbe;
    font-family:      Verdana;
    font-size:        9px;
    text-decoration:  none;
    font-weight:      normal;
    outline:          none;
}

a.stillink1:hover {
    color:            #116991;
    text-decoration:  none;
    font-weight:      normal;
}


.stil1{
    color:            #278cbe;
    font-family:      Verdana;
    font-size:        9px;
    text-decoration:  none;
    font-weight:      normal;
    outline:          none;
}


.stil2{
    color:            #707070;
    font-family:      Verdana;
    font-size:        9px;
}


/* ********************************** */
/* Eingabefelder */


option, textarea, input, select, file {
    font-family:     Tahoma;
    font-size:       10px;
    color:           #000000;
    border:          1px solid #333333;
}
/* ********************************** */
/* Spezielle Funktionen */


.squad-title {
    font-family:      Verdana;
    font-size:        9px;
    font-weight:      normal;
    color:            #707070;
}

.squad-content {
    font-family:      Verdana;
    font-size:        9px;
    font-weight:      normal;
    color:            #278CBE;
}

.news-comments {
    font-family:      Verdana;
    font-size:        9px;
    font-weight:      normal;
    color:             #707070;
}

.news-title {
    font-family:      Tahoma;
    font-size:        11px;
    font-weight:      bold;
    color:            #000000;
}

.news-subtitle {
    font-family:      Tahoma;
    font-size:        10px;
    font-weight:      normal;
    color:            #000000;
}