body {
    background-color:#545A55; 
    color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;

}

hr{
    width: 85%;
}
#rabattHinweis hr{
width:100%;
}

h1{
    margin-top:0px;
    padding-top:79px;
    color: #FFFFFF;
}

h2{
    margin-top: 0px;
    padding-top: 0px;
    color: #FFFFFF;
}

h3{
    color: #FFFFFF;
}
td{
    vertical-align: top;
    padding-bottom: 8px;
}
tr{
    line-height: 20px;
}

ul{
    margin-top: 0px;
    margin-bottom: 0px;
}

a:link{
    text-decoration: none;
   color: #FFFFFF;
}

a:visited{
    color: #FFFFFF;
}

a:hover{
    color:rgb(245, 219, 193);
}

a:active{
    color:#FFFFCC;
}

#head{
    margin-right: 21%;
    text-align: right;
}

#orangeCube{
    float:right;
    display: inline-block;
    background-color:#CC6600; 
    height: 79px; 
    margin-right: 0;
    padding-right: 0;
    width: 6%;
}
.quote{
    display: block;
    border-color: #CC6600;
    border-style: solid;
    height: 79px;
    text-align: right;
    padding-right: 12px;
    padding-top: 16px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-width: 79px;
    margin-bottom:40px;
}
.content_wrapper{
    display: block;
    margin-left: 19%;
    margin-right: 21%;
    margin-bottom: 30px;
    border-right:0;
    border-top:0;
    border-bottom:0;    
    border-left: 10px;
    border-color: #CC6600;
    border-style: solid;
    height: auto;
    padding-left:12px;;
}

.workshop{
    margin-top: 16px;
    margin-bottom: 48px;
}

.workshop h2{
    margin-bottom: 0px;
}

.workshop h3{
    margin-top: 0px;
}
#navigation{
    margin-top: 16px;
    text-align: right;
    padding: 0%;
    width: 100%;
}

#pagecontent{
    margin-top: 16px;
    text-align: right;
    float: right;
    padding: 0%;
    border-right:0;
    border-top:0;
    border-bottom:0;    
    border-left: 10px;
    border-color: #CC6600;
    border-style: solid;
    width: 100%;
}
#navigation ul{
    list-style-type: none;
    list-style: none;
}
#navigation ul li{
    margin-top: 12px;
}

.announcement{
background-color: #CC6600;
}


#footer_date{
    text-align: right;
    text-emphasis: yes;
    font-size: x-small;
    margin-right: 21%;
    margin-bottom: 10px;
}

.footer_copyright{
    text-align: left;
    text-emphasis: yes;
    font-size: x-small;
    margin-left: 13%;
    margin-top: 30px;
    margin-bottom: 10px;

}

.footer{
    position: relative;
    vertical-align: top;
    display: block;
    width: 100%;
    height:50px;
}

.footer_left{
    position: absolute;
    display: inline-block;
    text-align: left;
    left: 19%;
}
.footer_mid{
    position: absolute;
    display: inline-block;
    left: 47%;
    text-align: center;
}
.footer_right{
    position: absolute;
    display: inline-block;
    right: 21%;
    text-align: right;
}

.footer ul{
    list-style: none;
    list-style-type: none;
}
.footer ul li {
    margin-bottom: 12px;
}

a.btn:link {
    display:inline-block;
    background-color:#CC6600;
    color: #FFFFFF;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    font-size:16px;
    margin-left:20px;
    opacity:0.9;
    }

a.btn:hover{
    background-color:rgb(134, 69, 5);
}

.portrait_copyright{
    right:0;
    display: inline-block;
    position: relative;

}

.portrait_copyright img{
    display: block;
}
.portrait_copyright span{
    color: #ffffff;
    /* opacity: 60%; */
    font-size: x-small;
    position: absolute;
    bottom: 3px;
    right:5px;
}