
.button 
    {
        border: none;
        color: white;
        width: 185px;
        height: 30px;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 6px;
        text-align: center;
        font-weight: bold;
        display: inline;
        background-color: #160C6C;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 18px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        transition: all 0.5s;
    }
.button-nav
    {
        border: none;
        color: white;
        width: 130px;
        height: 30px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        text-align: center;
        display: inline;
        background-color: #160C6C;
        margin: 10px 6px;
        cursor: pointer;
        font-size: 14px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
        text-decoration: none;
    }
    
.button-nav:hover
    {
        background-color: #00BFFF;
        text-decoration: none;
    }

.button:hover
    {
        background-color: #00BFFF;
    }

.button span 
    {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

.button span:after 
    {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

.button:hover span 
    {
        padding-right: 25px;
    }

.button:hover span:after 
    {
        opacity: 1;
        right: 0;
    }

.tr-top
    {
        color: white;
        background-color: #160C6C;
        text-align: center;
    }
.object
    {
        width: 150px;
    }
    
.pic td
    {
        color: White; 
    } 
    
.footer-nav
    {
        border: none;
        text-decoration: none;
        color: Black;
        text-align: center;
        font-weight: bold;
        display: inline;
        background-color: #D8D8D8;
        margin: 8px 6px;
        cursor: pointer;
        font-size: 12px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;   
    } 

.medien
    {
    font-size: 1.5em; line-height: 1em;
    color: #5c82d9;
    }
    
.medienh1
    {
    text-decoration: underline;
    font-size: 1.5em; line-height: 1em;
    color: #5c82d9;
    }