﻿// Theme Footer
.arvato-style #footer {
    position: absolute;
    bottom: 0;
    z-index: 1002;
    height: 30px;
    border-top: 1px solid #d3d3d3;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 11px;
}

.arvato-style ul.footer {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.container ul.footer {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}

.arvato-style ul.footer li:before {
    color: #999;
    content: "| ";
}

.arvato-style ul.footer li:first-child:before {
    content: "";
}

.arvato-style ul.footer li {
    display: inline;
    color: #666;
    line-height: 29px;
}

.arvato-style ul.footer li a,
.arvato-style ul.footer li a:hover {
    font-size: 11px;
}

.arvato-style ul.footer li a {
    color: #999;
}

.arvato-style ul.footer li a:hover {
    color: #666;
}

.arvato-style #login div.footer {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 30px 0 20px 0;
    min-height: 20px;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #eee;
    text-align: center;
}
