body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.125em; /* 16x1.125=18px */
}
body#Home { background-attachment: scroll; }

/* font sizes */
#cBox,
.content    { font-size: 0.75em; }
h3          { font-size: inherit; }



ul, h1, img, div { behavior: url(/fileadmin/egn/css/iepngfix.htc); }

.tleft      { text-align: left; }
.tcent      { text-align: center; margin: 0 auto; }
.tright     { text-align: right; }
.left       { float: left; }
.right      { float: right; }
.clear      { clear: both; }
.hidden     { display: none; visibility: hidden; }

.white      { background-color: #ffffff; }
.red        { background-color: #ff0000; }
.grey       { background-color: #e6e6e6; }
.orange     { background-color: #f39500; }


.w100       { width: 974px; }
.w259       { width: 234px; }
.w180       { width: 180px; }
.wide       { width: 729px; }
.pad-left   { padding-left: 75px; }
.pad-left25 { padding-left: 25px; }
.pad15      { padding: -1px 15px 15px 15px; }
.pad25      { padding: 25px; }
.pad25-t0   { padding: 0 25px 25px 25px; }
.top25      { top: 25px; }
.h100       { height: 100%; }
.h90        { height: 90%; }
.mgn-25t    { margin-top: -1.5em; }
.mgn-0t     { margin-top: 0; }
.lh25       { line-height: 25px; }

.rel        { position: relative; }


.toolbox    {
    padding: 2.8em 0 0.5625em 0.75em;
    text-transform: uppercase;
}
.toolbox span {
/*    font-size: 0.5625em;*/
    font-size: 0.6em;
    line-height: 1.555em;
}
.toolbox a          { color: #000; }
.toolbox a:hover    { color: #fff; }
.toolbox form {
    padding: 0;
    margin: 0;
}
.toolbox input {
    font-size: inherit;
    text-transform: inherit;
    width: 11em;
    height: 1.666em;
    float: left;
    padding: 2px;
    border: 1px solid #fff;
    color: #fff;
    margin-left: -0.5em;
}

.toolbox button {
    padding: 0;
    margin: 0;
    display: block;
    width: 1.666em;
    height: 1.666em;
    border: none;
    background: transparent url(../media/nav_marker_white.gif) no-repeat center center;
    float: left; 
}
.toolbox button:hover {
    background-image: url(../media/nav_marker_black.gif);
}
.toolbox button span { display: none; }

/****** Content ******/

div.contentFooter {
    text-align: right;
    color: #adadad;
    font-size: 0.833em;
    margin-top: 4.5em;
}
div.contentFooter a {
    display: none;
    float: left;
    color: #adadad;
}
div.contentFooter a:hover { color: #000; }

a#topLink {
    display: block;
    padding-left: 25px;
    height: 1.5em;
    background: url(../media/toplink.png) no-repeat 0px 3px;
}
a#topLink:hover      { background-position: 0px -37px; }
a#topLink span       { display: none; }
a#topLink:hover span { display: block; }

.Footer {
    bottom: 0;
    left: 50%;
    margin-left: -487px;
    height: 126px;
    background: url(/fileadmin/egn/media/egn-footer.png) no-repeat bottom right;
    z-index: 3;
}

.Logo       {
    float: right;
    bottom: 0px;
    padding: 0;
    margin: 0 10px;
    background: url(../media/EGN.gif) bottom right no-repeat;
    z-index: 2;
}
.Logo,
.Logo a {
    display: block;
    width: 259px;
    height: 126px;
}
.Logo span  { display: none; }



div.csc-textpic-imagewrap dl.csc-textpic-image {
    padding-bottom: 16px;
    display: block;
    line-height: 1px;
}


/****** Standard-Formatierungen ******/
p {
    margin: 0 0 1em 0;
}
hr {
    background: none;
    height: 1px;
    border-style: dotted;
    border-color: #666;
    border-width: 0 0 1px 0;
}
hr#introHr {
    margin-bottom: 25px;
}
h2 {
    color: #f29400;
/*    margin: 1em 0 0.5625em 0;*/
    margin: 1.2625em 0 0.3em 0;
/*    margin-top: 25px;*/
}
dl.csc-menu dt,
h3 {
    margin: 1.5em 0 0 0;
    color: #f39500;
    font-weight: bold;
}
h3.subtitle {
    font-weight: normal;
    margin: 0.3em 0 0.5em 0;
    line-height: 1em;
    color: #000;
}
h4 {
    color: #f29400;
    margin-bottom: 0;
}

a {
    color: #f29400;
    text-decoration: none;
}
a:hover { color: #000; }
/*a:hover { color: #fff; }*/

ul,
ul li {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}
.content ul li,
#cBox ul li {
/*    background: url(../media/subnav_marker.gif) no-repeat 0px 8px;*/
/*    padding-left: 14px;*/
    background: url(../media/list_underscore.gif) no-repeat 0px 5px;
    padding-left: 11px;
}
.content div.csc-sitemap ul li,
#cBox div.csc-sitemap ul li {
/*    background: url(../media/subnav_marker.gif) no-repeat 2px 7px;*/
/*    padding-left: 11px;*/
    background: url(../media/subnav_marker.gif) no-repeat 0px 6px;
    padding-left: 9px;
}


/****** Navigation ******/
ul.nav,
ul.nav ul,
ul.nav li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.nav li { float: left;}
ul.meta li,
ul.meta li a {
    display: block;
/*    font-size: 0.5625em;*/
    font-size: 0.8em;
    color: #9d9d9d;
}

ul.meta li a {
    text-decoration: none;
    padding-right: 6px;
    margin-right: 4px;
}
ul.meta li a:hover,
ul.meta li.act a { color: #6d6d6d; }




/****** Frame links ***************************************************/

.fwLeft {
    width: 180px;
    top: 25px;
    left: 50%;
    margin-left: -487px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top left;
}
.fwRight {
    width: 284px;
    top: 25px;
    left: 50%;
    margin-left: 203px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top right;
}

/****** Navigation ****************************************************/
#Hauptmenu div { position: relative; }
#navi {
    width: 180px;
    text-align: right;
    margin-top: 4em;
    padding: 25px 0 0 0;
}
#navi ul {
    position: relative;
    float: right;
    width: 165px;
    text-align: left;
    margin: 0 0 1px 0;
    clear: both;
}
#navi ul li {
/*    display: block;*/
    width: 100%;
    margin: 0;
    padding: 0;
}
#navi h3.drawer-handle a,
#navi div.drawer-content a {
    margin: 0;
    padding: 0 0 0 17px;
    display: block;
    text-decoration: none;
/*    float: right;*/
    clear: both;
    width: 100%;
}
#navi h3 {
    display: block;
    margin: 0 0 1px 0;
    padding: 0;
    font-size: 0.8em;
    background: #0f0;
}
#navi h3.drawer-handle a#link-4:hover,
#navi h3.drawer-handle a {
    color: #fff;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    background: #f39500 url(../media/nav_marker_white.gif) no-repeat 5px center;
    line-height: 2.125em;
}
#navi h3.drawer-handle a#link-4,
#navi h3.drawer-handle a:hover {
    color: #f39500;
    background: #fff url(../media/nav_marker_orange.gif) no-repeat 5px center;
}
#navi h3.drawer-handle a#link-4:hover { color: #fff; }


#navi div.drawer-content ul {
    position: relative;
    margin: 0 0 1px 0;
    padding: 4px 0;
    background: #fff;
}

#navi div.drawer-content ul ul { padding: 0; }
#navi div.drawer-content li ul {
    width: 95%;
    margin: 0 0 0 7%;
}
#navi div.drawer-content ul li a {
    clear: none;
    margin: 0;
    color: #f39500;
    text-transform: none;
    font-size: 0.625em;
    line-height: 1.5em;
/*    font-size: 0.6875em;*/
    font-weight: normal;
    background: #fff none no-repeat 7px center;
}
#navi div.drawer-content ul ul li a { color: #000; }
#navi div.drawer-content li a.act   { background-image: url(../media/subnav_markers.gif); }
#navi div.drawer-content li a:hover { background-image: url(../media/subnav_marker.gif); }
#navi div.drawer-content li a.act,
#navi div.drawer-content li a:hover {
    color: #000;
}




/****** Siteservice ******/
#Siteservice {
    height: 42px;
    padding: 89px 0 0 0;
    z-index: 2;
}
#Siteservice a { background: url(../media/siteservice.gif) no-repeat center right; }


#Kruemelpfad {
    float: left;
    height: 50px;
    top: 0px;
    padding: 25px;
    text-transform: uppercase;
    background: url(../media/kruemel-fade.png) no-repeat 0px 0px;
    font-size: 0.9em;
}
#Kruemelpfad a {
    display: block;
    line-height: 23px;
    padding: 2px 0 0 10px;
    background-image: url(../media/subnav_marker_grey.png);
    background-position: left 1.1em;
    background-repeat: no-repeat;
}
#Kruemelpfad a.first-child {
    padding-left: 0;
    background: none;
}
#Kruemelpfad a.last-child {
    background-image: url(../media/subnav_markers_orange.png);
}

/****** fixing ******/
#Siteservice a.last-child { background: none; }


.content {
    clear: both;
    position: relative;
    padding: 0 25px 112px 25px;
    text-align:left;
    overflow: visible;
/*    border: 1px solid #00f;*/
/*    z-index: 2;*/
}
* html .content {
    padding-top: 50px;
    left: auto;
    margin-left: -105px;
    width: 511px;
/*    padding: 50px 0 112px 0;*/
    overflow: hidden;
}



body.indent {
    margin-left: 75px;
}






/****** History *******************************************************/
div.history {
    position: relative;
}
div.history h4,
div.history div.historyI {
    display: block;
    float: left;
    clear: none;
}
div.history h4 {
    width: 75px;
    margin-top: 0.6em;
    font-size: 1.5em;
    color: #666;
}
div.history p {
    margin-top: 1.1em;
}
div.history div.historyI { width: 385px; }
div.history div.image {
    position: absolute;
    left: 485px;
    margin-top: 1em;
    z-index: 2;
}
/*.History { border: 1px solid #f00;}*/
.History,
.History dt,
.History dd {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
.History dt { 
    width: 75px;
    clear: left;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    color: #666;
}
.History dd {
/*    width: 645px;*/
    width: 360px;
    padding: 0 25px 0 0;
    position: relative;
}
.History dd img {
    position: absolute;
    left: 411px;
}
.History dd * {
    margin-top: 6px;
}








/****** Tabelle ******/
table {
    font-size: 1em;
    margin: 0 0 25px 0;
}
table tr.tr-0 {
    font-weight: bold;
}
table tr.tr-odd {
    background: #e6e6e6;
}
table td {
    padding: 0.3em;
    vertical-align: top;
}



/****** FAQ + Glossar ******/
dl.csc-menu dt a {
    display: block;
    padding-left: 12px;
    background: url(../media/nav_marker_orange.gif) no-repeat center left;
}
dl.csc-menu dt a:hover {
    background-image: url(../media/nav_marker_black.png);
}
dl.csc-menu dd {
    margin-left: 0;
}
div.faq p.topic {
    margin-top: 1.5em;
}
div.faq p.topic a,
div.faq p.backLink a {
    color: #000;
    padding: 0 0 0 9px;
    background: no-repeat center left;
}
div.faq p.topic a:hover,
div.faq p.backLink a:hover {
    color: #f39500;
}
div.faq p.topic a,
div.faq p.backLink a:hover {
    background-image: url(../media/nav_marker_orange.gif);
}
div.faq p.backLink a {
    background-image: url(../media/subnav_markers.gif);
    display: block;
}

/*div.glossar ul.index,
div.glossar ul.index li {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.glossar ul.index li {
    float: left;
    width: 18px;
    background: none;
}
div.glossar ul.index li.last {
    width: 9px;
}
div.glossar ul.index li a {
    display: block;
}
*/

div.glossar ul.index {
    display: table;
    width: 100%;
}
div.glossar ul.index li { display: table-cell; }
div.glossar ul.index li {
    padding: 0;
    margin: 0;
    background: none;
    font-weight: bold;
    color: #ccc;
}
div.glossar ul.index li.w9 {
    width: 9px;
}
div.glossar ul.index li a {
    color: #999;
}
div.glossar ul.list {
    margin-top: 0;
}
div.glossar ul.list li a {
    color: #000;
}
div.glossar ul.list li a:hover {
    color: #f39500;
}
div.glossarKontext {
    font-weight: bold;
    color: #999;
}
div.glossarKontext h4 {
    display: block;
    padding-left: 10px;
    color: #999;
    background: url(../media/h4_glossar.png) no-repeat center left;
    line-height: 25px;
    margin: 0 0 0.5em 0;
    border-width: 1px 0 1px 0;
    border-style: dotted;
    border-color: #666;
}

/****** Logistik ******/
ul.Logistik { margin: 25px -8px 25px 0; }
ul.Logistik,
ul.Logistik li {
    display: block;
    padding: 0;
    list-style: none;
}

ul.Logistik li {
    float: left;
    width: 148px;
    height: 170px;
    overflow: hidden;
    margin: 0 8px 25px 0;
}
* html ul.Logistik li { height: 143px; }
div.Logistik div.img,
ul.Logistik li div.img {
    overflow: hidden;
    background: #ffffff no-repeat center center;
    border: 1px solid #cfcfcf;
}
ul.Logistik li div.img {
    width: 146px;
    height: 86px;
}
ul.Logistik li h3 { margin-top: 0.5em; }
div.Logistik div.img {
    width: 458px;
    height: 268px;
}
div.Logistik {
/*    height: 308px;*/
    margin-bottom: -36px;
}
div.Logistik p { margin: 27px 0 0 0; }

div.Logistik span,
div.Logistik a {
    display: block;
    float: left;
    line-height: 1.3em;
    height: 1.3em;
    color: #f39500;
}

div.Logistik span {
    text-align: right;
    padding: 0 3px 0 0;
    width: 19px;
    background: no-repeat center left;
}
div.Logistik span.last {
    border-left: 1px solid #000;
    padding: 0 0 0 3px;
    text-align: left;
    background: no-repeat center right;
}
div.Logistik span,
div.Logistik a:hover span {
    background-image: url(../media/nav_marker_black_left.gif);
}
div.Logistik a:hover span { color: #000; }

div.Logistik span.last,
div.Logistik a:hover span.last {
    background-image: url(../media/nav_marker_black.gif);
}
/*div.Logistik a span.last {
    width: 11px;
    padding: 0 11px 0 0;
}
*/
div.Logistik a span      { background-image: url(../media/nav_marker_orange_left.gif); }
div.Logistik a span.last { background-image: url(../media/nav_marker_orange.gif); }


/****** Formular ******/
fieldset.csc-mailform {
    border: none;
    padding: 0;
    margin: 25px 0;
}
fieldset.csc-mailform div.csc-mailform-field label { display: none; }
fieldset.csc-mailform div.csc-mailform-field {
    line-height: 1.3em;
    clear: both;
    margin: 0 0 0.66em 0;
    padding: 0 1px;
    position: relative;
}

fieldset.csc-mailform div.csc-mailform-field-row {
    line-height: 1.5em;
    clear: both;
    margin: 0 0 0.66em 0;
}
fieldset.csc-mailform div.csc-mailform-field { border: 1px solid #ccc; }

fieldset.csc-mailform div.csc-mailform-field * { width: 100%; }
fieldset.csc-mailform div.csc-mailform-field input {
    border: none;
/*    float: right;*/
    height: 1.3em;
}
fieldset.csc-mailform div.csc-mailform-field-row input.csc-mailform-check {
    float: left;
    border: 1px solid #ccc;
}
fieldset.csc-mailform div.csc-mailform-field textarea {
    width: 100%;
    border: 0;
    font: inherit;
}
fieldset.csc-mailform .submitrow {
    padding: 6px 0;
}
fieldset.csc-mailform button {
    float: left;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 1em;
    padding: 0 10px;
}
fieldset.csc-mailform button.reset {
    padding-left: 5px;
}
fieldset.csc-mailform button.submit {
    background: url(../media/nav_marker_orange.gif) no-repeat 5px right;
}
