/************* Skillbalken Anfang ******************/

.skillbalken {
    width: 100%;
    background-color: #ccc;
    height: 52px;
    border-color: #555555;
    border: solid 1px;
}

.skills {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    height: 50px;

}

.skilltext {
    text-align: right;
    margin-bottom: 20px;
}

.blau {
    background-color: #99CCFF;
}

.orange {
    background-color: #FF9E7B;
}

.grau {
    background-color: #808080;
}

.gruen {
    background-color: #009900;
}

.null {
    width: 0%;
}

.eins {
    width: 1%;
}

.zwei {
    width: 2%;
}

.zehn {
    width: 10%;
}

.zwanzig {
    width: 20%;
}

.dreissig {
    width: 30%;
}

.fuenfunddreissig {
    width: 35%;
}

.achtunddreissig {
    width: 38%;
}

.vierzig {
    width: 40%;
}

.fuenfzig {
    width: 50%;
}

.sechzig {
    width: 60%;
}

.siebzig {
    width: 70%;
}

.einundsiebzig {
    width: 71%;
}

.achtzig {
    width: 80%;
}

.neunzig {
    width: 90%;
}

.einhundert {
    width: 100%;
}


/*########## Skillbalken ENDE ############*/