﻿/* for tabbing */

.header-container a.logo:focus, .header-container a.search-switch:focus, .header-container a.login-switch:focus, .header-container .search-query:focus, #addressFilter:focus, .toolbox .header-language-wrap a:focus
{
    /*outline: thin dotted #333333;*/
    outline-offset: -2px;
}
.header-container a.search-switch:focus {
text-indent: 0;
  text-decoration: none;
}
.header-login-wrap .btn:focus, .submit-wrapper .btn:focus, .toolbox .header-language-wrap a:focus, a.link-couple:focus{
    /*outline: thin dotted #333333;*/
    outline-offset: 2px;
}

#chk_login:focus, .checkbox input[type='checkbox']:focus {
    margin-right: -12px;
    margin-top: 4px;
    outline: thin dotted #333333;
    outline-offset: 6px;
    position: inherit;
    width: 13px;
    height: 17px;
}

.header-login-wrap .checkbox {
    margin-bottom: -20px;
}

.header-login-wrap a {
    float: left;
    height: auto;
}


/* news on prontpage */
.frontpage-newsbox-text {
    padding-top: 0px;
}
.frontpage-newsbox-text h2 {
    margin-bottom: 0;
}
.newsdate {
    display: block;
    font-size: 0.85em;
    font-style: italic;
    margin: 0 0 15px;
}

/* Flags */
.toolbox {
    padding-right: 0px;
}
.header-language-wrap {
    float: right;
}
.header-language-wrap a {
    clear: both;
    display: inline-block !important;
    height: auto !important;
    line-height: 0;
    margin: 0 10px;
}
.header-language-wrap a.english{
    margin-bottom: 3px;
}