/* ***************  Code by Linus Holtstiege  ******************* */
/* Grundeinstellungen */

body {
    font-family:      Tahoma;
    font-size:        10px;
    color:            #FFFFFF;
    background-color: #4F280B;
    background-image: url(bilder/bg.jpg);
    background-repeat: repeat-x;
    margin-left:      0px;
    margin-right:     0px;
    margin-top:       32px;
    margin-bottom:    3px;

}


table {
    font-family:      Tahoma;
    font-size:        10px;
    font-weight:      bold;
    color:            #000000;
}
/* ********************************** */
/* Schriften */

h2 {
    font-family:      Arial;
    font-size:        15px;
    color:            #DD5C00;
    text-transform:   uppercase;
    font-weight:      bold;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(images/title_bg.gif);
    background-repeat: repeat-x;
    height:27px;

}




/* ********************************** */
/* Links */

a, a:visited, a:active {
    color:            #DD5C00;
    text-decoration:  none;
    font-weight:      bold;

}

a:hover {
    color:            #000000;
    text-decoration:  none;
    font-weight:      bold;
}


a.login, a.login:visited, a.login:active {
    color:            #9C9C9C;
    text-decoration:  none;
    font-weight:      normal;
    outline:          none;
}

a.login:hover {
    color:            #000000;
    text-decoration:  none;
    font-weight:      normal;
}


/* ********************************** */
/* Eingabefelder */


textarea, input, file {
    font-family:     Tahoma;
    font-size:       10px;
    color:           #000000;
    background-color: #e1e1e1;
    border:          0px;
}



option {
    font-family:     Tahoma;
    font-size:       10px;
    color:           #000000;
    background-color: #e1e1e1;
    border:          0px;
    height:          13px;
    padding-top:     2px;
}



select {
    font-family:     Tahoma;
    font-size:       10px;
    color:           #000000;
    width:           193px;
    height:          19px;
    border:          1px solid #7F9DB9;
}

/* ********************************** */
/* Spezielle Funktionen */



.username{

    background-image:url(bilder/login/userinput.jpg);
    width:           110px;
    height:          19px;
    border:          0px;
    color:           #FFFFFF;
    font-weight:     bold;
    padding-left:    44px;
    padding-right:   5px;
    padding-top:     3px;

}

.password{

    background-image:url(bilder/login/passinput.jpg);
    width:           137px;
    height:          19px;
    border:          0px;
    color:           #FFFFFF;
    font-weight:     bold;
    padding-left:    5px;
    padding-right:   65px;
    padding-top:     3px;

}

.login{

    width:           47px;
    height:          16px;
    border:          0px;
}