/*
    Layout module: 3 columns, source ordered, fluid center - fixed columns
    Media type(s): projection, screen (projection for Opera in full screen mode)
*/
body {
}
#siteInfo {
    margin: 0 0 0 12px;
}
#wrapperOuter {
margin: 0 auto;
min-width: 38.75em; /* = 620px */
    max-width: 60em; /* = + border = 980px */ 
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
#wrapperInner {
    position: relative; /* serve as context for absolute positioning */
}
#navSecondary {
    width: 12.25em;
}
#branding {
position: relative;
padding: 4.2em 0 0 0; /* space fpr meta-nav */
padding-top: 2.8em;
overflow: hidden;
    width: 60em;
}
#branding img {
   margin: 0;
   display: block;
}
#branding img.federal-states {
    position: absolute;
    top: 10px;
    left: 0;
}
#logo {
position: absolute;
bottom: 56px;
right: 0;
padding: 0px 0px 0px 0px;
background: #fff;
}
#logo em {
display: block;
}
#logo-2 {
    position: absolute;
bottom: 30px;
    left: 0;
    background: #fff;
    padding: 10px 10px 10px 0;
}
#logo-2 a {
    border: none;
}
#description {
position: absolute;
bottom: 140px;
left: 10px;
padding: 5px;
color: #e1e1e1;
font-size: 68.75%;
}
#wrapperDivisions {
    margin: 0 .0625em 0 11.4375em; /* = 0 1px 0 #navSecondary::width; margin-right to prevent horizontal scrollbar caused by #wrapper-content::padding-left while avoiding to use risky overflow property */
}
#wrapperContent {
    float: left;
    margin: 0 -100% 0 0;
    padding: 0 0 0 .0625em; /* padding-left @ Firefox/Mozilla for proper clearing if #content is longer than #navSecondary */
    width: 100%;
}
#content {
    margin: 0 16.2em 0 0; /* = 0 #supplement::width 0 0 */
    padding: 0;
}
#content.altGrid {
    margin-right: 0;
    padding-right: 0;
}
#main {
padding: 10px;
    height: 1%;
}

#wrapperColumnA, #wrapperColumnB {
    float: left;
    width: 50%;
}
#columnA, #columnB {
    padding: 0 .8333em;
}
#columnA {
    padding-left: 0;
}
#columnB {
    padding-right: 0;
}
#supplement {
    float: right;
    margin: 10px -1px 0 0;
    padding: 0; 
    width: 15em;
}
#navPrimary {
    position: absolute;
    top: 5em; /* = #branding::height - height */
    right: -11.5em; /* @ Opera,  = - (#navSecondary::width - #content::padding-left) */
    left: 0;
    width: 100%; /* @ Firefox/Mozilla */
    height: 1.25em;
}
#navPrimary ul {
    margin: 0 0 0 12.75em; /* = 0 0 0 (#navSecondary::width + #content::padding-left) */
}
#navPrimary li {
    float: left;
    margin: 0 1px 0 0;
}
#navPrimary li a,
#navPrimary li strong {
    line-height: 1.2em; /* @ Safari, "em" length @ Firefox-Mac */
    padding: .25em 1em;
}
#navSecondary {
    float: left;
    margin: 0 10px 10px -11.45em;
    width: 11.4em;
}
#navSecondary dl,
#navSecondary #navService,
#navSecondary #search {
margin: 10px 0;
}
#navSecondary dl li {
    height: 1%;
}
#navPrimary li a,
#navPrimary li em,
#navPrimary li strong,
#navSecondary dl a,
#navSecondary dl em,
#navSecondary dl strong {
    display: block;
}
#navServiceMeta {
position: absolute;
right: 0;
top: 20px;
}
#navLanguageMeta {
position: absolute;
right: 0;
top: 20px;
}
#navServiceMeta li,
#navLanguageMeta li,
#navBreadcrumbs li {
    display: inline;
}
#siteInfo {
    position: relative; /* serve as context for absolute positioning */
    
}
#siteInfo li {
    display: inline;
}
#siteInfo #navStart {
    position: absolute;
    top: 0;
    right: 0;
}
#clear {
    clear: both;
    height: 1px; /* avoid collapsing margins */
}
/* offleft technique instead of "display: none;" to support IE-Win based screenreader */
.aural,
#supplement h2,
#navPrimary h2,
#navServiceMeta h2,
#navLanguageMeta h2,
#navBreadcrumbs p,
#siteInfo h2 {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.navSkip{
position:absolute; left:-2000px; top: -1000px; height:0px;
}
.navSkip a:active,
.navSkip a:focus {
position: absolute; left:2185px; top: 1000px; width: 150px;
font-size: 0.8em;
font-weight: 600;
color: #1044aa;
text-decoration: none;
z-index: 20;
}
