/* ALLGEMEIN */
div#layout div#content.wide {
    padding-right: 0px;
    width: 487px;
    overflow: hidden;
}
div#layout > div#content.wide {
    padding-right: 3px;
    overflow: visible;
}


/********************************
 *
 * KONTAKT ALLGEMEIN
 *
 ********************************/
div#content.contact div {
    padding: 20px 15px;
    background-color: #eceff2;
    float: left;
    color: #666;
}

div#content.contact h1 {
    margin: 32px 0px 34px 0px;
    padding: 0px;
    font-size: 18px;
    color: #666;
    text-transform:uppercase;
    font-weight:normal;
    background-color:#FFF;
}



div#content.contact p {
    color: #666;
    background-color: #FFF;
}

div#content.contact div p {
    float: left;
    width: 210px;
    padding: 0px;
    margin: 0px 25px 0px 0px;
    background-color: #eceff2;
    color: inherit;
    
}

div#content.contact div p select {
   font-size: 10px;
   width: 212px;
}
* + html div#content.contact div p select {
   width: 215px !important;
}

div#content.contact div p.right {
    margin: 7px 0 0 0;
    float: right;
}

div#content.contact div p.right select {
   margin: 0 0 5px 0;
}

div#content.contact div p.right input.callback {
   font-size:10px;
   margin: 45px 0 0px 0;
}

*+html div#content.contact div p.right input.callback {
   font-size:10px;
   margin: 49px 0 0px 0;
}


div#content.contact div p.right textarea {
   font-size:10px;
   margin: 0px 0 0px 0;
}

div#content.contact form label, div#content.contact form input, div#content.contact form textarea, div#content.contact form select {
    color: #666;
    width: 210px;

}


div#content.contact form.defform div p input.submit {
    font-size: 12px;
    line-height: 15px;
    color: #666;
    text-align: left;
    background-color: #eceff2;
    padding: 0px 0px 0px 22px;
    float: right;
    margin-top:120px;
    width: 140px;
    background-image: url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: right 2px;
    background-repeat: no-repeat;
}

div#content.contact form.defform div p input.reset {
    font-size: 12px;
    line-height: 15px;
    color: #666;
    text-align: left;
    background-color: #eceff2;
    border-width: 0px;
    height: 15px;
    width: 140px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 22px;
    background-image: url(/fileadmin/esk/images/design/content_abort.gif);
    background-position: 4px 2px;
    background-repeat: no-repeat;
}


/********************************
 *
 * SITEMAP
 *
 ********************************/
div#content.sitemap h1 {
    margin: 32px 0px 27px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

*+html div#content.sitemap h1 {
    margin: 44px 0px 27px 0px;
    padding: 0px;
    background-color: inherit;
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

div#content.sitemap div h2 {
    padding: 0px 0px 0px 20px;
    margin: 5px 0px 6px 0px;
    background-color: inherit;
    font-size: 13px;
    line-height: 18px;
    color: #e10014;
    background-image:url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

div#content.sitemap div h2 a {
    font-size: 13px;
    line-height: 18px;
    color: #e10014;
    text-decoration: none;
    background-color: inherit;
}

div#content.sitemap div h2 a:active, div#content.sitemap div h2 a:hover, div#content.sitemap div h2 a:focus {
    text-decoration: underline;
}

div#content.sitemap div {
    float: left;
    width: 162px;
}

div#content.sitemap div div {
    border-top: 5px solid #f0f0f2;
    width: 150px;
    margin-right: 12px;
    margin-bottom: 15px;
}

div#content.sitemap li a {
    text-decoration: none;
    color: #666666;
    background-color: inherit;
}
div#content.sitemap li a:active, div#content.sitemap li a:hover, div#content.sitemap li a:focus {
    text-decoration: underline;
}

div#content.sitemap ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div#content.sitemap li {
    padding: 0px 0px 0px 12px;
    margin: 0px;
    background-color: inherit;
    color: inherit;
    background-image:url(/fileadmin/esk/images/design/linkpfeil.gif);
    background-position: 4px 5px;
    background-repeat: no-repeat;
}

/********************************
 *
 * SUCHE
 *
 ********************************/
div#content.search h1 {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    background-color: inherit;
    padding-bottom: 0px;
    margin-bottom: 18px;
}

div#content.search h2 {
    padding: 0px 0px 0px 20px;
    margin: 8px 0px 8px 0px;
    background-color: inherit;
    font-size: 13px;
    line-height: 18px;
    color: #e10014;
    background-image:url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

div#content.search h2 a {
    font-size: 13px;
    line-height: 18px;
    color: #e10014;
    text-decoration: none;
    background-color: inherit;
}

div#content.search p {
    font-size: 12px;
    color: #666666;
    border-bottom: 5px solid #f0f0f2;
    padding-bottom: 10px;
    background-color: inherit;
}

div#content.search p.head {
    font-size: 13px;
    line-height: 18px;
}

div#content.search p span.url {
    font-size: smaller;
    color: #999999;
    background-color: inherit;
}

div#content.search p span.url a, div#content.search p span.url a:hover, div#content.search p span.url a:visited{
    font-size: smaller;
    color: #999999;
    background-color: inherit;
}


/********************************
 *
 * BROSCHÜREN
 *
 ********************************/
div#layout div#content.broschueren {
    padding-right: 0px;
    width: 487px;
    overflow: hidden;
}
div#layout > div#content.broschueren {
    padding-right: 3px;
    overflow: visible;
}

div#content.broschueren h1 {
    margin: 32px 0px 20px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

*+html div#content.broschueren h1 {
    margin: 44px 0px 20px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

div#content.broschueren p input {
    background-image: url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: 6px 2px;
    background-repeat:no-repeat;
    background-color: #fff;
    border-width: 0px;
    color: #666666;
    font-size: 11px;
    text-align: left;
    height: 15px;
    line-height: 15px;
    width: 110px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

div#content.broschueren div.row {
    float: left;
    width: 488px;
    margin-top: 13px;
    background-image: url(/fileadmin/esk/images/design/content_brosch_bg_y.gif);
    background-position: 0px 0px;
    background-repeat: repeat-y;
}

div#content.broschueren div.srow {
    float: left;
    width: 488px;
    margin-top: 13px;
}

div#content.broschueren div.box {
    width: 210px;
    height: auto; 
    padding: 10px;
    margin: 0px 13px 0px 0px;
    background-color: #edf0f2;
    color: #666;
    float: left;
    overflow: hidden;
    position: relative;
}

div#content.broschueren div.box div {
    float: left;
    text-align: left;
    /* height: 100px; */
    width: 105px;
    padding: 0px;
    margin: 0px;
}

div#content.broschueren div.box div img {
    /* height: 100px; */
    margin: 0px 0 0 0;
    padding: 0px;
}

div#content.broschueren div.box h2 {
    margin: 5px 0px 0px 105px;
    padding: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight:bold;
}


div#content.broschueren div.box p {
    font-size: 10px;
    line-height: 12px;
    margin: 5px 0px 30px 105px;
    padding: 0px;
}

div#content.broschueren div.box a.arrow {
    position: absolute;
    bottom: 15px;
    left: 115px;
}

div#content.broschueren div.box img.frontEndEditIcons {
    width: 11px;
    height: 12px;
    margin: 0px;
}






/********************************
 *
 * STANDORTE
 *
 ********************************/
div#layout div#content.standorte {
    
    padding-right: 0px;
    width: 490px;
}
div#layout > div#content.standorte {
    overflow: visible;
}

div#content.standorte h1 {
    margin: 32px 0px 20px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

* html div#content.standorte h1 {
    margin: 42px 0px 20px 0px;
}

*+html div#content.standorte h1 {
    margin: 42px 0px 20px 0px;
}

div#content.standorte div {
    width: 475px;
    padding: 0px 0px 15px 0px;
    margin: 15px 15px 0px 0px;
    background-color: #edf0f2;
    color: #666;
    float: left;
    overflow: hidden;
}

div#content.standorte div img {
    height: 240px;
    width: 230px;
    margin: 0px;
    padding: 0px;
}

div#layout div#content.standorte div form {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div#content.standorte div h2 {
    margin: 0px;
    padding: 6px 15px;
    font-weight:normal !important;
    color: #fff;
    background-color: #8c96a0;
    font-size: 13px;
    line-height: 18px;
}

div#content.standorte div h3 {
    padding: 0px;
    margin: 25px 15px 15px 15px;
    font-size: 12px;
    line-height: 12px;
    color: #e10014;
    font-weight: normal;
    background-color: inherit;
}

div#content.standorte div p {
    padding: 0px;
    margin: 0px 15px 5px 15px;
    font-size: 12px;
    line-height: 16px;
}

div#content.standorte div p a:link, div#content.standorte div p a:visited {
    color: #666;
    text-decoration: none;
    background-color: inherit;
}
div#content.standorte div p a:active, div#content.standorte div p a:hover, div#content.standorte div p a:focus {
    text-decoration: underline;
}

div#content.standorte div p.download_button {
    margin: 15px 15px 20px 15px;
}

div#content.standorte div p.download_button input {
    font-size: 11px;
    line-height: 12px;
    color: inherit;
    background-color: #edf0f2;
    border-width: 0px;
    height: 14px;
    width: 95px;
    margin: 00px 0px 0px 0px;
    padding: 2px 2px 2px 0px;
    background-image: url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: 4px 2px;
    background-repeat: no-repeat;
}

div#content.standorte div p.download_button select {
    font-size: 10px;
    line-height: 12px;
    background-color: #FFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 2px;
    width: 95px;
    height: 17px;
    color:inherit;
}

div#content.standorte div img.frontEndEditIcons {
    width: 11px;
    height: 12px;
    margin: 0px;
}



/********************************
 *
 * CONTENT (Messen & Events)
 *
 ********************************/
p.bottom_nav { /* gilt für alle bottom_nav - messe, presse, prsseveroeff, news */
    width: 100%;
    padding-top: 12px !important;
    clear: both;
}


div#content.messe h1 {
    margin: 32px 0px 20px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal !important;
    color: #666;
    background-color: inherit;
}

* html div#content.messe h1 {
    margin: 44px 0px 20px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

*+html div#content.messe h1 {
    margin: 44px 0px 20px 0px;

}

div#content.messe div.date {
    float: left;
    width: 145px;
    height: 14px;
    padding: 3px 5px 3px 0;
    margin-top: 0px;
    overflow: hidden;
    background-color: #8c96a0;
    color: #fff;
    text-align: right;
    font-size: 11px;
    background-image: url(/fileadmin/esk/images/design/corner_dark.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#content.messe div.image {
    float: left;
    width: 150px;
    height: 70px;
    background-color: #ecf0f3;
    text-align: center;
    position: relative;
    color: inherit;                        
}

div#content.messe div.image img.lens {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
}
div#content.messe div.entry {
    float: left;
    width: 100%;
    background-color: #ecf0f3;
    margin-top: 15px;
}    

div#content.messe div.data {
     float: right;
    margin-top: 0;
    padding-left:24px;
    padding-bottom:10px;
    width: 301px;
    height:auto;
    background-color: #ecf0f3;
    color: inherit;
}

div#content.messe div.data h2 a {
    text-decoration: none;
    color: #666;
    font-size: 13px;
    background-image:url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: 4px 3px;
    background-repeat: no-repeat;
    padding-left: 24px;
    background-color: inherit;
}

div#content.messe div.data h2 a:hover {text-decoration:underline;}

div#content.messe div.data p.date {
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 3px 20px;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    color:#666;
}

div#content.messe div.data p {
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 20px;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    color:#666;
}



div#content.messe div.data p.teaser {
    margin: 3px 0 0 0;
    padding: 0px 8px 0px 20px;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
}



div#content.messe div.data h2 {
    margin: 11px 0px 4px 0px;
    padding: 0px 8px 0px 20px;
    color:#666;
    font-size: 13px;
    line-height: 18px;
    background-color: inherit;    
}


div#content.messe div.data_big {
    width: 297px;
    height: 62px;
    padding: 14px 4px 14px 0px;
    background-color: #ecf0f3;
    color: inherit;
}

div#content.messe div.data_big h2 a {
    text-decoration: none;
    color: #666;
    font-size: 13px;
    background-color: inherit;
}

div#content.messe div.data_big p {
    margin: 0px;
    padding: 4px 0px 0px 0px;
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    background-color: inherit;
}

div#content.messe div.data_big h2 {
    margin: 0px 0px 8px 0px;
    padding: 0px;
    font-size: 18px;
    background-image: none;
}

div#content.messe div.body {
    margin: 0px;
    margin-bottom:10px;
    padding: 25px 30px;
    background-color: #ecf0f3;
    width: 415px;
    height: auto;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}

div#content.messe div.body p {
    text-align: left;
}



div#content.messe_single div.data_big h2 {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

div#content.messe_single div.body {
    /*
    padding: 0px 40px 10px 173px !important;
    width: 262px !important;
    */
    text-align:justify;
}

div#content.messe_single div.data_big p {
    margin: 0px;
    padding: 4px 0px 0px 0px;
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    width:268px;
    background-color: inherit;
}





/********************************
 *
 * CONTENT (News)
 *
 ********************************/
div#content.news h1 {
    margin: 32px 0px 35px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

* html div#content.news h1 {
    margin: 44px 0px 23px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

*+html div#content.news h1 {
    margin: 44px 0px 23px 0px;
   }


div#content.news p {
    margin: 0px 2px;
    padding: 0px;
}

div#content.news p.uebersicht_navigation {
    margin: 0px 2px;
    padding: 0px;
}

*+html div#content.news p.uebersicht_navigation {
    margin: 35px 0px 0px 2px;
    padding: 0px;
}

div#content.news div.row {
    float: left;
    background-color: #ecf0f3;
    margin-top: 15px;
}

div#content.news div.date {
    float: left;
    width: 145px;
    height: 14px;
    padding: 3px 5px 3px 0;
    overflow: hidden;
    background-color: #8c96a0;
    color: #fff;
    text-align: right;
    font-size: 11px;
    background-image: url(/fileadmin/esk/images/design/corner_dark.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#content.news div.image {
    float: left;
    width: 150px;
    height: 70px;
    background-color: #ecf0f3;
    text-align: center;
    position: relative;
    color: inherit;
}

div#content.news div.image img.lens {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
}
    

div#content.news div.data {
    float: right;
    padding-left: 24px;
    width: 301px;
    padding-bottom: 8px;
    color: inherit;
    background-color: #ecf0f3;
}


div#content.news div.data p {
    margin: 0px;
    padding: 2px 8px 0px 20px;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    color:#666
}

div#content.news div.data h2 {
    margin: 11px 0px 4px 0px;
    padding: 0px 8px 0px 20px;
    color: #666;
    background-color: inherit;
    font-size: 13px;
    line-height: 18px;
    background-image: url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

div#content.news div.data h2 a{
    text-decoration:none;
    color: #666;
    background-color: inherit;
}

div#content.news div.data h2 a:hover {text-decoration:underline;}

div#content.news div.data_big {
    float: right;
    padding-left: 24px;
    width: 301px;
    height: 90px;
    color: inherit;
    background-color: #ecf0f3;
}

div#content.news div.data_big h2 a {
    text-decoration: none;
    color: #666;
    font-size: 18px;
    background-color: inherit;
}

div#content.news div.data_big h2 a:hover {text-decoration:underline}

div#content.news div.data_big h2 {
    margin: 28px 30px 0px -20px;
    padding: 0px 0px 0px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight:normal;
    color:#666;
    z-index:9999;
    background-color: inherit;
}

div#content.news div.body {
    margin: 0px;
    margin-bottom:10px;
    padding: 25px 30px;
    float: left;
    background-color: #ecf0f3;
    width: 415px;
    height: auto;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}

div#content.news div.body span.author {
    font-size: 11px;
}

div#content.news div.body p {
    text-align: left;
}





/********************************
 *
 * CONTENT (Presse)
 *
 ********************************/
div#content.presse h1 {
    margin: 32px 0px 20px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal !important;
    color: #666;
    background-color: inherit;
}

* html div#content.presse h1 {
    margin: 44px 0px 20px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

*+html div#content.presse h1 {
    margin: 44px 0px 20px 0px;

}

div#content.presse p {
    margin: 0px 2px;
    padding: 0px;
}

div#content.presse div.date {
    float: left;
    width: 145px;
    height: 14px;
    padding: 3px 5px 3px 0;
    margin-top: 0;
    overflow: hidden;
    background-color: #8c96a0;
    color: #fff;
    text-align: right;
    font-size: 11px;
    background-image: url(/fileadmin/esk/images/design/corner_dark.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#content.presse div.image {
    float: left;
    width: 150px;
    height: 70px;
    background-color: #ecf0f3;
    text-align: center;
    position: relative;
    color: inherit;                        
}

div#content.presse div.image img.lens {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
}

div#content.presse div.entry {
    float: left;
    width: 100%;
    background-color: #ecf0f3;
    margin-top: 15px;
}

div#content.presse div.data {
    float: right;
    margin-top: 0;
    padding-left:24px;
    padding-bottom:10px;
    width: 301px;
    height:auto;
    background-color: #ecf0f3;
    color: inherit;
}


div#content.presse div.data h2 {
    margin: 11px 0px 4px 0px;
    padding: 0px 15px 0px 20px;
    color: #666;
    background-color: inherit;
    font-size: 13px;
    line-height: 18px;
    background-image: url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

div#content.presse div.data h2 a{
    text-decoration:none;
    color: #666;
    background-color: inherit;
}

div#content.presse div.data h2 a:hover {text-decoration:underline;}

div#content.presse div.data p {
    margin: 5px 0 0 0;
    padding: 0px 18px 0px 20px;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    color:#666;
}

div#content.presse div.data p.number {
    margin: 0px;
    
    float: right;
}

div#content.presse div.data p.teaser {
    margin: 3px 0 0 0;
    padding: 0px 8px 0px 20px;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
}



div#content.presse div.data h2 {
    margin: 11px 0px 4px 0px;
    padding: 0px 8px 0px 20px;
    color:#666;
    font-size: 13px;
    line-height: 18px;
    background-color: inherit;    
}

div#content.presse div.data_big {
    float: left;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 475px;
    color: inherit;
    background-color: #ecf0f3;
}

div#content.presse div.data_big div.date {
   margin-top: 0px;
   width:144px;
   padding-right:5px;
}

div#content.presse div.data_big h2 a {
    text-decoration: none;
    color: #666;
    font-size: 18px;
    background-color: inherit;    
}

div#content.presse div.data_big h2 {
    margin: 46px 0px 0px;
    padding: 0px 30px;
    text-decoration:none;
    font-weight:normal !important;
    font-size: 18px;
    line-height: 22px;
    width:416px;
}

div#content.presse div.data_big p.number {
    margin: 0px;
    float: right;
    padding: 5px 10px 0px 0px;
    color: #666;
}

div#content.presse div.body {
    margin: 0 0 15px 0;
    padding: 17px 30px;
    float: left;    
    background-color: #ecf0f3;    
    width: 415px;
    height: auto;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}

* html div#content.presse div.body {
    margin: 0 0 15px 0;
    padding: 17px 27px;
    float: left;    
    background-color: #ecf0f3;    
    width: 410px;
    height: auto;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #666;
    
}

div#content.presse div.body p {
    text-align: left;
    
}

div#content.presse div.body h2 {
     font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
    line-height:22px;
    margin-top:-5px;
}
 
div#content.presse div.body h3 {
     font-size: 15px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
    margin-top:20px;
    
}

div#content.presse div.body p.download {
    font-size: 11px;
    margin-top: 20px;
    width:416px;
}

div#content.presse div.body p.download span {
    float: right;
}

div#content.presse div.body p.download span a {
    margin-left: 18px;
    padding-left: 13px !important;
}


div.highimg_row {
    margin: 15px 0px 0px 0px;
    background-color: #ecf0f3;
    float: left;
    
    background-image: url(/fileadmin/esk/images/design/highimg_row_bg.gif);
    background-position: 230px 0px;
    background-repeat: repeat-y;
}
div.highimg_row_solo {
    margin: 15px 0px 0px 0px;
    float: left;
}
div.highimg {
    float: left;
    overflow: hidden;
    width: 214px;
    padding: 8px;
    margin: 0px 15px 0px 0px;
    background-color: #ecf0f3;
    font-size: 10px;
    line-height: 12px;
    color: #666;
}
div.highimg img {
    float: left;
}
div.highimg p {
    float: right;
    width: 100px;
    margin-bottom: 10px !important;
}
div.highimg a.prev {
    float: right;
    clear: right;
    line-height: 13px;
    width: 85px;
    background-image: url(/fileadmin/esk/images/design/content_pfeil.gif) !important;
    background-position: left 1px;
}


/********************************
 *
 * CONTENT (Presseveröffentlichungen)
 *
 ********************************/
div#content.presseveroeff h1 {
    margin: 32px 0px 34px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

* html div#content.presseveroeff h1 {
    margin: 44px 0px 34px 0px;
    padding: 0px;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    background-color: inherit;
}

*+html div#content.presseveroeff h1 {
    margin: 44px 0px 34px 0px;
}


div#content.presseveroeff p.nav {
    margin: 0px 2px;
    padding: 0px;
    float: right;
}

div#content.presseveroeff p.nav a {
    float: right !important;
    margin-left: 6px !important;
}

div#content.presseveroeff p.nav a.next, div#content.presseveroeff p.nav a.prev {
    text-decoration: none !important;
}

div#content.presseveroeff div.bg {
    background-color: #ecf0f3;
    float: right;
    margin-top: 15px;
    color: inherit;
}

div#content.presseveroeff div.date {
    float: left;
    width: 144px;
    height: 14px;
    padding: 3px 6px 3px 0;
    overflow: hidden;
    background-color: #8c96a0;
    color: #fff;
    text-align:right;
    font-size: 11px;
    background-image: url(/fileadmin/esk/images/design/corner_dark.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#content.presseveroeff div.image {
    float: left;
    width: 150px;
    background-color: #ecf0f3;
    color: inherit;
    text-align: center;
    padding-top: 10px;
}

div#content.presseveroeff div.data {
    float: right;
    width: 325px;
    color: inherit;
    background-color: #ecf0f3;
}

div#content.presseveroeff div.data h3 {
    margin: 10px 60px 6px 0px;
    padding: 0px 0px 0px 20px;
    color: #666;
    background-color: inherit;
    font-size: 13px;
    line-height: 18px;
    
}

div#content.presseveroeff div.data h2 {
    margin: 0px 0px 4px 0px;
    padding: 1px 8px 1px 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
    background-color: #e10014;
    background-image: none;
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

div#content.presseveroeff div.data a.next {
    text-decoration: none;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    
    /* next-Button ist rechts beim allgemeinen .next -> muss nach links! */
    background-position: 0px 12px !important;
    padding: 0px 0px 0px 13px !important;
}

div#content.presseveroeff div.data a.next img {
    width: 24px;
    height: 24px;
}

div#content.presseveroeff div.data p {
    margin: 0px 60px 0px 0px;
    padding: 2px 0px 0px 20px;
    color: #666;
    background-color: inherit;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
}

div#content.presseveroeff div.data p.info {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 8px;
}


/********************************
 *
 * CONTENT (Vertrieb)
 *
 ********************************/
div#content.vertrieb img {
    width: 475px;
    height: 150px;
}

div#content.vertrieb h1 {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    background-color: inherit;
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

div#content.vertrieb h2 {
    margin: 30px 0px 0px 3px;
    padding: 0px;
    background-color: inherit;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

div#content.vertrieb p {
    margin: 0px 0px 2px 0px;
    padding: 6px 0px 6px 18px;
    color: #666;
    line-height: 28px;
    font-size: 12px;
    background-color: #edf0f2;
}


div#content.vertrieb p span {
    display: block;
    width: 110px;
    float: left;
    font-size: 11px;
}

div#content.vertrieb p select {
    font-size: 11px;
    margin:0px;
}

div#content.vertrieb p select.sel_small {
    width: 440px;
    margin: 10px 0px 0px 0px;
    /*height: 21px;*/
}

div#content.vertrieb p input.sel_prod {
    margin: 0px 0px 0px 0px;
    
}

*+html div#content.vertrieb p input.sel_prod {
    margin: 0px 0px 0px -5px;
    
}

* html div#content.vertrieb p input.sel_prod {
    margin: 0px 0px 0px -5px;
    
}




div#content.vertrieb p input.sel_fulltext {
    margin: 20px 0px 0px 0px;
    
}

*+html div#content.vertrieb p input.sel_fulltext {
    margin: 20px 0px 0px -5px;
    
}

* html div#content.vertrieb p input.sel_fulltext {
    margin: 20px 0px 0px -5px;
    
}

div#content.vertrieb p input.submit {
    font-size: 11px;
    color: #666;
    border-width: 0px;
    background-color: #edf0f2;
    padding: 0px 0px 0px 16px;
    margin: 0px;
    background-image: url(/fileadmin/esk/images/design/content_pfeil.gif);
    background-position: left 2px;
    background-repeat: no-repeat;
}

div#content.vertrieb p.result_head {
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    background-color: #8c96a0;
    line-height: 16px;
}

div#content.vertrieb div.results {
    background-color: #edf0f2;
    color: inherit;
    float: left;
    width: 100%;
    padding-bottom: 4px;
}

div#content.vertrieb div.results p {
    margin: 0;
    float: left;
    width: 201px;
    line-height: 16px;
    font-size: 11px;
}



div#content.vertrieb div.results p span {
    display: inline;
    float: none;
    color: #f00;
    font-weight: normal;
    font-size:12px !important;
    background-color: inherit;
    text-transform:uppercase;
}

div#content.vertrieb div.results p a:link, div#content.vertrieb div.results p a:visited {
    text-decoration: none;
    font-size: 11px;
    color: #666;
    background-color: inherit;
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    background-image: url(/fileadmin/esk/images/design/promobox_pfeil.gif);
    background-position: left 2px;
    background-repeat: no-repeat;
}
div#content.vertrieb div.results p a:active, div#content.vertrieb div.results p a:hover, div#content.vertrieb div.results p a:focus {
    text-decoration: underline;
}
