/* Klassen */
/* Navigation */
.navigation {
    width:135px;
    height:40px;
    vertical-align:top;
    text-align:center;
    }
    
.navigation a {
    display:block;
    width:135px;
    height:40px;
    background-image:url('Bilder/Taste.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:18px Arial, Helvetica, sans-serif;
    line-height:40px;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    }
    
.navigation a:hover {
    display:block;
    width:135px;
    height:40px;
    background-image:url('Bilder/TasteOver.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:18px Arial, Helvetica, sans-serif;
    line-height:40px;
    color:#000000;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    }

.subnavi {
    width:135px;
    height:40px;
    vertical-align:top;
    text-align:center;
    }
    
.subnavi a {
    display:block;
    width:135px;
    height:40px;
    background-image:url('Bilder/TasteSubOben.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:18px Arial, Helvetica, sans-serif;
    line-height:40px;
    color:#550000;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    }
    
.subnavi a:hover {
    display:block;
    width:135px;
    height:40px;
    background-image:url('Bilder/TasteSubOverOben.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:18px Arial, Helvetica, sans-serif;
    line-height:40px;
    color:#000000;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    }

.subnavimitte {
    width:135px;
    height:30px;
    vertical-align:top;
    text-align:center;
    }
    
.subnavimitte a {
    display:block;
    width:135px;
    height:30px;
    background-image:url('Bilder/TasteSubMitte.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:12px Arial, Helvetica, sans-serif;
    line-height:30px;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    font-weight:normal;
    }
    
.subnavimitte a:hover {
    display:block;
    width:135px;
    height:30px;
    background-image:url('Bilder/TasteSubOverMitte.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:12px Arial, Helvetica, sans-serif;
    line-height:30px;
    color:#000000;
    text-align:center;
    text-decoration:none;
    font-weight:normal;
    }

.subnaviunten {
    width:135px;
    height:30px;
    vertical-align:top;
    text-align:center;
    }
    
.subnaviunten a {
    display:block;
    width:135px;
    height:30px;
    background-image:url('Bilder/TasteSubUnten.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:12px Arial, Helvetica, sans-serif;
    line-height:30px;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    font-weight:normal;
    }
    
.subnaviunten a:hover {
    display:block;
    width:135px;
    height:30px;
    background-image:url('Bilder/TasteSubOverUnten.jpg');
    background-position:50% 50%;
    background-repeat:no-repeat;
    font:12px Arial, Helvetica, sans-serif;
    line-height:30px;
    color:#000000;
    text-align:center;
    text-decoration:none;
    font-weight:normal;
    }
