@CHARSET "UTF-8";

.button, input[type="submit"] {
    border: solid 0px transparent;
    color: #000000;
    background-color: Transparent;
    background-image: url("../img/ifm/auswaehlen.png");
    background-position: -18px 0;
    text-align: left;
    padding: 3px 0 0 16px;
    height: 24px;
    font-size: 12px;
    background-repeat: no-repeat;
    margin: 0 8px 0 0;
    cursor: pointer;
    font-weight: normal;
    line-height: 18px;
}
.back.button {
    background-image: url("../img/ifm/zurueck.png");
}
.menu li:hover, .menu li.current-page-ancestor, .menu li.current_page_item {
    background: none;
}
.menu li:hover a, .menu li.current-page-ancestor a, .menu li.current_page_item a {
    background: #ff9900;
    color: #fff;
}
.menu li a {
    background-image: none;
    margin: 83px 0 0;
    padding: 5px 15px;
    border-width: 0 1px 0 0;
    border-color: #ff9900;
    border-style: solid;
    font-size: 12px;
    width: auto;
    color: #ff9900;
}
.menu li:first-child a {
    border-left: 1px solid #ff9900;
    margin-left: 30px;
}
.header {
    height: 215px;
}
.home .header {
    background: url("../img/ifm/ifm-slogan.jpg") center 81px no-repeat;
}
.home.logged-in .header {
    background: 0 none;
}
.branding {
    width: 150px;
    background-position: 0 10px;
}
.home .language {
    right: 196px;
    top: 220px;
}
.first-login {
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 10px;
    width: 600px;
}
.first-login label {
    display: inline-block;
    width: auto;
}