/****** 1.1 Global whitespace and font-family reset ******/
    
.gsb * {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	min-width: 38.75em; /* = 620px */
	max-width: 59.5em; /* = 952px */
}
/****** 1.2 Global structure ******/
html, 
body.gsb { /* xhtml as xml compatible */
    border: 0; /* remove border on html element in IE/Win */
    background: #fff;
    color: #000;
}


/*****************************
2.0 wrapperInner
*****************************/
#wrapperInner {
    margin: 0 0 0 12px;
}
#wrapperInner {
    position: relative; /* serve as context for absolute positioning */
}
#popup #wrapperInner{
    margin:0;
    min-width:100%;
}
/*****************************
3.0 wrapperOuter
*****************************/
#wrapperOuter {
position:relative; /* vorher nicht vorhanden */
}
/*****************************
4.0 branding
*****************************/
#branding,
#branding p,
#brandingnobg,
#brandingnobg p,
#brandingnobg #identityPicture {
    height: 7.95em;
}
#branding p,
#brandingnobg p,
#brandingnobg #identityPicture {
    position: absolute;
    left: 0;
    overflow: hidden;

}
#brandingnobg #identityPicture {
    position: absolute;
    left:11.5em;
    z-index:0;
    width:auto; 
    top: 0;
}
#branding p img,
#branding p,
#brandingnobg p img,
#brandingnobg #identityPicture img {
    margin: 1.2em 0 0;
}
/* #branding p { */
/*     margin-top: 1em; */
/* } */

#branding #search {
    position: absolute;
    right: 0;
    top: 0;
    width:auto;
}
#branding #search {
    width: 12.45em;
}

#branding #search form{
    height: 2em;
}
.searchNode {
display: none;
}
/*****************************
5.0 wrapperDivisions
*****************************/
#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 */
    min-width: 755px;
}
#popup #wrapperDivisions{
    margin:0;
    min-width:100%;
}

/*****************************
6.0 wrapperContent
*****************************/
#wrapperContent {
    float: left;
    margin: 0em -100% 0 -11.5em; /*  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%;
}
#popup #wrapperContent {
    margin:0;
    padding:0;
    width:90%;
}
/*****************************
7.0 serviceMeta
*****************************/
#navServiceMeta {
    text-align: right;
    margin-top: 12px;
    margin-right: 3px;
    width: 100%;
}
#navServiceMeta li,
#navServiceMeta div,
#navBreadcrumbs li {
    display: inline;
}
#navServiceMeta h2 {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
/*****************************
8.0 Navigation
Layout
*****************************/
/****** 8.1 Primary ******/
#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;
}
/****** 8.2 Secondary ******/
#navSecondary { /* anti hover-bug ie schrift sehr gross 800 x 600 - safari 2.0 nichts klickbar */
    float: left;
    position: relative; /* vorher nicht vorhanden */
    top: auto;
    left: -11.5em; /* left:0; */
    margin: 0;
    height: 1%;
    width: 11.5em;
}
/****** 8.3 navSkip ******/
.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;
}
/*****************************
9.0 content
Layout
*****************************/
#content {
    margin: 0 11em 0 0; /* = 0 #supplement::width 0 0 */
    padding: 0em 1.25em 1.25em;
}
/* #popup #content { */
/*     margin:0; */
/*     padding-top:0; */
/* } */
#content.altGrid {
    margin-right: 0;
    padding-right: 0;
}
/****** 9.1 columns ******/
#wrapperColumnA, #wrapperColumnB {
    float: left;
    width: 50%;
}
#columnA, #columnB {
    padding: 0 .8333em;
}
#columnA {
    padding-left: 0;
}
#columnB {
    padding-right: 0;
}

/****** 9.4 ClearElements ******/
#clear {
    clear: both;
    height: 1px; /* avoid collapsing margins */
}
/* offleft technique instead of "display: none;" to support IE-Win based screenreader */
.aural {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
/*****************************
9.0 siteInfo
*****************************/
#siteInfo {
	margin: 0 0 0 12px;
    position: relative; /* serve as context for absolute positioning */
    padding: 0 0 .5em 12.75em; /* = 0 #supplement::width .5em (#navSecondary::width + #content::padding-left) */
}
#popupLinks {
   margin-top: 4.2em;
   margin-left: -2.3em;
}
#siteInfo #navStart {
    position: absolute;
    top: 0;
    right: 0;
}
#siteInfo h2 {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.orders-menuitem-text .ui-menuitem-text {
    font-size: 90% !important;
}

/* selected menuitem style */
.orders-menuitem-selected .ui-menuitem-text {
    font-size: 95% !important;
    font-weight: bolder !important;
}

.ui-menuitem-link .ui-corner-all {
	width: 78%!important;
}

.ui-menu {
	width: 78%;
}
