/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong, b {
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    color: #000;
}

body {
    line-height: 1;
    background: url(../images/bg-body.png) repeat-x #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#outer-container {
    width: 960px;
    background: url(../images/bg-container.png) 0 0 no-repeat;
    padding: 10px;
    margin: 10px auto 0 auto;
}

#container {
    background: #fff;
    min-height: 500px;
    padding: 15px 10px 10px 10px;
}

#footer-outer {
    background: url(../images/bg-footer.png) 0 0 no-repeat;
    height: 185px;
    width: 960px;
    margin: -115px auto 0 auto;
    padding: 10px 11px 0 9px;
}

#footer {
    height: 32px;
    padding: 0 10px 10px 10px;
    margin: 130px 0 0 0;
    font-size: 11px;
    color: #fff;
}

#footer ul {
    background: url(../images/line-gradient.png) 0 0 repeat-x;
    height: 32px;
}

#footer li {
    float: left;
    display: block;
}

#footer li a {
    float: left;
    display: block;
    color: #fff;
    height: 12px;
    text-decoration: none;
    padding: 10px 11px 10px 9px;
    background: url(../images/navigation-highlight.png) right top no-repeat;
}

#footer li a:hover, #footer li.active a {
    background-position: 100% -32px;
    color: #000;
}

#footer .copynotice {
    float: right;
    margin: -25px 10px 0 0;
}

#header h1 a {
    background: url(../images/logo-esser-transparent.png) 0 0 no-repeat;
    width: 189px;
    height: 79px;
    display: block;
    text-indent: -9999px;
    margin: 0 0 18px 0;
}

/*
#wwnavigation {
		float: right;
		margin: -24px 0 0 0;
	}

#wwnavigation li {
		float: left;
	}

#wwnavigation li a {
		float: left;
		height: 17px;
		color: #fff;
		text-decoration: none;
		font-size: 11px;
		padding: 7px 0 0 25px;
	}

#wwnavigation li.first a {
		background: url(../images/additional-navigation-first.png) 0 0 no-repeat;
	}

#wwnavigation li.last a {
		background: url(../images/additional-navigation-last.png) 0 0 no-repeat;
		padding-right: 12px;
	}
*/

#wwnavigation {
    margin: -24px 0 0 680px;
    height: 136px;
    position: absolute;
    top: 20px;
    width: 260px;
    overflow: hidden;
}

#wwnavigation a.popuplink {
    margin: 0 10px 0 98px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    width: 141px;
    background: url(../images/bg-wwl.png) -98px 0 no-repeat;
    height: 17px;
    position: relative;
    top: -24px;
    padding: 8px 0 0 21px;
}

#wwnavigation #worldwide, #wwnavigation #language {
    background: url(../images/bg-wwl.png) 0 -24px no-repeat;
    width: 260px;
    position: absolute;
    height: 200px;
}

#wwnavigation #language {
    top: 135px;
    width: 190px;
    margin-left: 80px;
}

#wwnavigation #worldwide {
    top: 135px;
    width: 260px;
    margin-left: 0px;
}

#wwnavigation .wwlcontent {
    float: none;
    clear: both;
    overflow: hidden;
    margin: -13px 0 10px 15px;
    color: #fff;
    padding: 1px;
}

#wwnavigation .wwlcontent a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 0 3px 0;
}

#wwnavigation .wwlcontent a:hover {
    text-decoration: underline;
}

#navigation {
    background: url(../images/line-gradient.png) 0 0 repeat-x;
    height: 32px;
}

#navigation li {
    float: left;
    display: block;
}

#navigation li a {
    float: left;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 11px 10px 9px;
    background: url(../images/navigation-highlight.png) right top no-repeat;
}

#navigation li.first a {
    padding-left: 20px;
}

#navigation li.last a {
    background-position: 100% -64px;
}

#navigation li.last.active a, #navigation li.last a:hover {
    background-position: 100% -96px;
}

#navigation li.active a,
#navigation li a:hover {
    background-position: 100% -32px;
    color: #000;
}

/*SUBNAVIGATION*/

#navigation ul {
    display: none;
    margin: 32px 0 0 -3px;
    border: 3px solid #666768;
    border-top: none;
    background: #baccd5;
    z-index: 900;
    float: none;
    clear: both;
    position: absolute;
}

#navigation li:hover ul {
    display: block;
    position: absolute;
}

#navigation ul li {
    float: none;
    clear: both;
    background: none;
}

#navigation ul li a, #navigation li.active ul li a {
    float: none;
    background-position: 100% -64px;
    color: #000;
}

#navigation ul li a:hover,
#navigation li.active ul li a:hover,
#navigation li.active ul li.active a:hover,
#navigation li.active ul li.active a {
    float: none;
    background-position: 100% -96px;
}

/*//SUBNAVIGATION*/

#sitesearch {
    position: absolute;
    margin: -28px 0 0 769px;
    display: inline;
    background: url(../images/search-box.png) transparent 0 0 no-repeat;
}

#sitesearch input {
    background: transparent;
    height: 18px;
    margin: 0 5px;
    width: 120px;
    border: none;
}

#sitesearch input.btn {
    background: url(../images/search-btn.png) 0 0 no-repeat;
    height: 22px;
    width: 29px;
    text-indent: -9999px;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0;
    position: relative;

}

.tx-indexedsearch-browsebox {
    margin: 0 0 50px 0;
}

.tx-indexedsearch-noresults {
    float: none;
    clear: both;
}

#content-container .tx-indexedsearch-browsebox ul {
    list-style: none;
    float: none;
    clear: both;
    margin: 0;
}

.tx-indexedsearch-browsebox ul li {
    float: left;
    margin-right: 5px;
}

.tx-indexedsearch-res {
    float: none;
    clear: both;
}

#content-container h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#content-container h3, #content-container h2, #quickinfobox h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#content-container h5 {
    font-size: 13px;
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
}

#content-container .uploadbox h5 {
    margin: 0;
}

.uploadbox {
    border-bottom: 1px solid #666;
    margin: 0 0 10px 0;
    padding: 5px 0;
    line-height: 160%;
}

#content .uploadbox p, #content .products .uploadbox p {
    margin: 0;
    font-size: 11px;
}

.uploadbox a, #lvtextbox a {
    background: url(../images/arrow-download.gif) 0 3px no-repeat;
    padding: 0 0 0 14px;
    font-size: 12px;
    color: #666;
    display: block;
    text-decoration: none;
    position: absolute;
    margin: -18px 0 0 390px;
}

#lvtextbox a {
    margin: 0 0 0 5px;
    position: relative;
    height: 14px;
    display: inline;
}

#lvtext {
    display: none;
    width: 250px;
    height: 0 !important;
}

#fancybox-content #lvtext {
    display: block;
    height: auto !important;
}

#lvtext p {
    margin: 0;
    font-size: 11px;
}

.downloadbreadcrumb {
    background: #efefef;
    padding: 5px 12px 7px 12px;
    font-size: 11px;
}

.downloadbreadcrumb a {
    background: url(../images/breadcrumb-arrow.png) right center no-repeat;
    padding: 0 8px 0 0;
    display: inline-block;
    margin: 0 4px 0 0;
}

p {
    line-height: 160%;
    margin: 0 0 15px 0;
}

#content-container ul {
    line-height: 160%;
    margin: 0 0 15px 0;
}

#teaser {
    border: 3px solid #666768;
    border-left: none;
    border-right: none;
}

#large-teaser {
    height: 280px;
    background: url(../images/teaser-background.jpg) 0 0 no-repeat;
}

#small-teaser {
    height: 100px;
}

#sidebar-left {
    float: left;
    width: 220px;
    margin-right: 20px;
}

#sidebar-right {
    float: left;
    width: 220px;
    margin: 0 0 0 0;
}

#content {
    float: left;
    width: 460px;
    margin-right: 20px;
}

#content-container {
    margin-top: 50px;
}

.floatstop {
    float: none;
    clear: both;
}

#content img {
    /*border: 1px solid #000;*/
    float: left;
    margin: 5px 5px 9px 0;
}

#content .news-single-item .news-single-img {
    float: left;
    padding: 0 8px 5px 0;
}

#content .news-single-item .news-single-imgcaption {
    font-size: 10px;
    margin: 0;
}

#content .videoimage {
    float: right;
    margin: 5px 0 9px 20px;
    text-decoration: none;
    width: 150px;
}

#content .videoimage small {
    font-size: 10px;
    position: relative;
    top: -9px;
}

#content .videoimage small span {
    position: relative;
    top: -5px;
    display: block;
}

#content .video_thumb_container {
    width: 150px;
    float: right;
    margin-bottom: 15px;
    margin-left: 10px;
    display: block;
}

#content .video_thumb_container small {
    font-size: 12px;
    line-height: 19px;
}

#content .video_thumb_container .fancyvideo img {
    margin-bottom: 0;
}

#content .video_thumb_container span {
    font-size: 10px;
    display: block;
}

#content .sig_videobox_stars {
    height: 25px;
    margin-top: -4px;
}

#content .sig_videobox_stars img {
    margin-bottom: 0;
}

#content .sig_videobox_votes {
    margin-top: -2px;
}

#content .box {

}

#sidebar-left h2, #sidebar-right h2, #content h2, #quickinfobox h2 {
    background: #c2d2da;
    padding: 3px 10px;
    margin: 0 0 5px 0;
}

#sidebar-left .section, #sidebar-right .section {
    margin: 0 10px 10px 10px;
}

#sidebar-left ul {
    margin: 0;
}

#sidebar-left ul li a {
    background: #c2d2da;
    display: block;
    text-decoration: none;
    padding: 2px 0 2px 10px;
}

#sidebar-left ul li a.active, #sidebar-left ul li a:hover {
    background: #769aac;
}

#sidebar-left ul ul li a {
    padding: 2px 0 2px 20px;
    background: #fff !important;
}

#sidebar-left ul ul li a:hover {
    text-decoration: underline;
}

#sidebar-left ul ul ul li a {
    padding: 2px 0 2px 30px;
}

#sidebar-left ul ul ul ul li a {
    padding: 2px 0 2px 40px;
}

#sidebar-left ul ul ul ul ul li a {
    padding: 2px 0 2px 50px;
}

#sidebar-left ul ul ul ul ul ul li a {
    padding: 2px 0 2px 60px;
}

#sidebar-left ul ul li a.active {
    font-weight: bold;
}

#sidebar-left .news-list-container h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#sidebar-left .news-list-container p {
    line-height: 120%;
    margin: 0;
}

#sidebar-left .news-list-item {
    border-bottom: 1px solid #666;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

input {
    background: #fff;
    border: 1px solid #c2d2da;
    padding: 2px;
}

#loginform input {
    display: block;
    float: right;
    width: 195px;
    margin: 5px 0 5px 0;
}

#loginform input.btn {
    background: url(../images/arrow-double.gif) 0 6px no-repeat #fff;
    border: none;
    width: auto;
    cursor: pointer;
    color: #666;
    text-align: right;
    display: block;
    float: right;
    padding: 3px 3px 3px 10px;
}

#loginform label {
    display: block;
    float: left;
    padding: 5px 0 0 0;
    width: 200px;
}

#loginform br {
    float: none;
    clear: both;
}

.btnright {
    background: #c2d2da;
    display: block;
    float: right;
    text-decoration: none;
    color: #000;
    padding: 5px;
    line-height: normal;
}

.locked {
    background: url(../images/lock.png) right 1px no-repeat;
    padding-right: 13px;
}

.searchimage {
    float: left;
    width: 100px;
    height: 100px;
}

.searchimage img {
    width: 80px;
    width: 80px;
}

#content .productbox img {
    float: left;
    border: 1px solid #7ea0b1;
    padding: 5px;
    margin: 0 15px 0 0;
}

.productbox dt {
    float: left;
    width: 100px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.productbox dd {
    margin: 0 0 10px 0;
}

.asimCommerce_isempty {
    display: none !important;
}

#content ul {
    list-style: outside;
    margin: 0 0 10px 15px;
    padding: 0;
    overflow: visible;
}

dl.Web_Product_Body dt {
    display: inline-block;
    width: 50%;
    margin: 0 0 10px 0;
    font-weight: bold;
    vertical-align: top;
}

dl.Web_Product_Body dd {
    margin: 0 0 10px 0;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

dl.Web_Product_Body br {
    float: none;
    clear: both;
    display: none;
}

#content .products ul {
    margin-left: 25px;
}

#content .products p, #content .products dl, #content .products .highlight {
    margin-left: 10px;
    margin-bottom: 0px;
}

#content .WEB_LONGTEXT_comp p {
    margin-bottom: 10px;
}

#content .products .highlight {
    margin-top: 10px;
    font-weight: bold;
}

#content ul {
    list-style: disc;
}

.customerbox {
    display: block;
    float: left;
    width: 208px;
    margin: 0 20px 20px 0;
    border: 1px solid #7ea0b1;
}

.customerbox h4 {
    background: #c2d2da;
    padding: 8px 5px 8px 40px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    border: 1px solid #fff;
}

.customerbox p {
    margin-bottom: 10px;
}

.customerbox.training h4 {
    background: url(../images/icon-training.png) 5px 3px no-repeat #c2d2da;
}

.customerbox.contact h4 {
    background: url(../images/icon-contact.png) 5px 3px no-repeat #c2d2da;
}

.customerbox.fair h4 {
    background: url(../images/icon-fair.png) 5px 3px no-repeat #c2d2da;
}

.customerbox.download h4 {
    background: url(../images/icon-download.png) 5px 3px no-repeat #c2d2da;
}

#content table {
    width: 100%;
    border-collapse: collapse;
}

#content table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 10px 0;
}

#content table p {
    margin: 0;
}

.csc-textpic-caption {
    font-size: 12px;
    color: #999;
}

.csc-textpic-caption span {
    font-size: 10px;
    color: #999;
    font-weight: normal;
}

.csc-textpic-left {
    float: left;
    font-weight: bold;
}

#container .csc-default {
    margin: 0;
}

#container .marginbottom20 {
    margin-bottom: 20px;
}

/********************/
/* NEWS */
/**************************/

.news-list-browse {
    background: #efefef;
    padding: 10px;
    text-align: center;
}

.browseLinksWrap {
    margin-top: 10px;
}

.browseLinksWrap a, .browseLinksWrap span {
    margin: 2px 3px;
}

#content p.pressdate {
    font-size: 10px;
    text-align: right;
    margin: 0;
}

.news-list-morelink {
    display: block;
    text-align: right;
}

.news-list-morelink a {
    background: url(../images/arrow-double.gif) 0 5px no-repeat;
    text-decoration: none;
    padding-left: 9px;
    color: #666;
}

.news-list-backlink a {
    background: url(../images/arrow-double-back.gif) 0 5px no-repeat;
    text-decoration: none;
    padding-left: 9px;
    color: #666;
}

/************/
/* ANIMATION */
/************/

#animation {
    width: 940px;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.animationbox {
    position: absolute;
    /*cursor:   pointer;*/
    display: none;
}

.animationbox .text {
    position: absolute;
    margin: 179px 0 0 0;
    background: url(../images/transparent75-full.png) 0 0 repeat;
    width: 100%;
    height: 81px;
    padding: 20px 0 0 20px;
    z-index: 9999;
    top: 0;
    left: 0;
}

.animationbox h3 {
    font-size: 28px;
    font-weight: bold;
}

.animationbox p {
    width: 50%;
}

.animationbox .animationbox_caption {
    position: absolute;
    bottom: 22px;
    right: 0;
    background: none;
    padding: 16px 10px 16px 10px;
    width: 390px;
    height: 111px;
    color: #777;
}

.animationbox .animationbox_caption h2 {
    margin-bottom: 15px;
    font-weight: normal !important;
    font-size: 28px;
}

.animationbox .animationbox_caption b {
    font-weight: normal;
    color: #2c587d !important;
}

.animationbox .animationbox_caption p {
    width: auto;
    font-size: 14px;
}

#videoselector {
    position: absolute;
    width: 780px;
    height: 230px;
    padding: 50px 0 0 80px;
    overflow: hidden;
}

.videoselectorbox {
    float: left;
    margin: -250px 10px 0 0;
    cursor: pointer;
}

.videoselectorbox h3 {
    background: #fff;
    padding: 5px 5px;
}

#fullvideo {
    width: 940px;
    height: 280px;
    position: absolute;
    overflow: hidden;
}

#videocontainer {
    width: 700px;
    height: 280px;
    margin: -280px 0 0 120px;
    background: #000;
}

#backbtn {
    position: absolute;
    z-index: 500;
    display: none;
    margin: 5px 0 0 871px;
    background: url(../images/back.png) 4px 7px no-repeat #fff;
    padding: 5px 5px 5px 16px;
    text-decoration: none;
}

/*****PLUGIN SEMINARS ****/

.tx-sigseminars-pi1 #nojs {
    color: #000;
    font-weight: bold;
    padding: 20px;
    border: 2px solid #c00;
}

.tx-sigseminars-pi1 #nojs p {
    margin-bottom: 0;
}

.sigseminars_seminars li, .sigseminars_events_list li {
    list-style: none;
    position: relative;
}

.sigseminars_events small {
    font-size: 10px;
}

.sigseminars_seminars .seminar_new {
    font-size: 9px;
    color: #fff;
    background: #c00;
    padding: 0 4px;
    margin-left: 10px;
    display: inline-block;
}

.sigseminars_add_to_wishlist, .sigseminars_remove_from_wishlist {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon-add-wishlist.png") center center no-repeat transparent;
    border: none;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    float: right;
    position: absolute;
    right: 0;
    top: 4px;
}

.addwlist_btn {
    display: block;
    background: url("../images/icon-add-wishlist.png") 0 0 no-repeat transparent;
    border: none;
    line-height: 20px;
    padding: 0 0 0 25px;
}

#content img.imgintext {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.sigseminars_remove_from_wishlist {
    background-image: url("../images/icon-remove-wishlist.png");
}

.sigseminars_availability {
    background-image: url("../images/icon-availability-large.png");
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 28px;
    top: 4px;
}

.sigseminars_availability_yellow {
    background-position: -30px top;
}

.sigseminars_availability_red {
    background-position: -60px top;
}

/*.sigseminars_description_important {
	color: #c00;
}*/

#register_form [type=checkbox] {
    float: left;
    width: auto;
    margin: 0 10px 10px 0;
}

.sigseminars_description_very_important {
    color: #c00;
    background-color: #efefef;
    padding: 15px;
}

.label_checkbox {
    width: 100% !important;
}

.sigseminars_participant {
    background-color: #efefef;
    padding: 15px 15px 5px 15px;
    position: relative;
}

#sigseminars_add_participant {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    float: right;
    margin-top: -5px;
}

.sigseminars_remove_participant {
    border: none;
    color: #000;
    font-size: 16px;
    background: url("/fileadmin/templates/images/sigseminars_remove.png") center transparent no-repeat;
    text-indent: -100px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 16px;
    width: 16px;
}

.sigseminars_participant {
    margin-bottom: 15px;
}

.sigseminars_participant label {
    width: 105px !important;
}

.waitinglist {
    background: #f7abab;
    padding: 10px;
    margin: 10px 0 10px 0;
}

.sigseminars_participant p {
    line-height: normal;
}

.tx-sigseminars-pi1 dd {
    width: 285px;
    display: inline-block;
    font-weight: bold;
}

.tx-sigseminars-pi1 dt {
    width: 120px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.tx-sigseminars-pi1 dl {
    margin: 0 0 25px 0;
}

/*.sigseminars_description_content,
.sigseminars_description_target,
.sigseminars_description_audience,
.sigseminars_description_important,
.sigseminars_description_very_important {
	margin-top: 35px;
}*/

.sigseminars_seminars {
    margin-left: 0 !important;
}

.sigseminars_seminars li {
    padding-right: 30px !important;
}

.sigseminars_description_content ul li,
.sigseminars_description_target ul li,
.sigseminars_description_audience ul li,
.sigseminars_events_list li,
.sigseminars_seminars li {
    background: url(../images/arrow-double.gif) 0 11px no-repeat;
    text-decoration: none;
    border-bottom: 1px solid #666;
    padding: 5px 0 5px 12px;
    line-height: 160%;
    list-style: none;
}

.sigseminars_description_content ul li,
.sigseminars_description_target ul li,
.sigseminars_description_audience ul li {
    padding: 5px 0 5px 8px;
    background: none;
    border-bottom: none;
    list-style: disc;
}

.sigseminars_seminars li a {
    text-decoration: none;
    font-weight: bold;
}

.sigseminars_seminars li a:hover {
    color: #596e7f;
}

.sigseminars_description_very_important {
    margin-bottom: 15px;
}

/*.sigseminars_section_title {
	margin-bottom: 5px;
}*/

.sig_accordion_trigger {
    cursor: pointer;
}

.sig_accordion_trigger_active {
    background: #769aac !important;
}

.sigseminars_meta {
    font-size: 12px;
    color: #000;
    display: block;
    margin-top: 6px;
}

.sigseminars_headline {
    margin-bottom: 15px !important;
}

h3.sigseminars_section_title {
    background: #c2d2da;
    padding: 3px 10px;
    margin: 20px 0 5px 0 !important;
}

/*****PLUGIN INTERNATIONALCONTACTS ****/
#world_map {
    height: 100%;
    display: none;
}

#fancybox-content #world_map {
    display: block;
}

#world_map_contact {
    width: 350px;
    height: auto;
    z-index: 1500;
    background: white;
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 10px 16px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
}

#world_map_contact_close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url("../js/fancybox/fancybox.png") -40px 0;
    cursor: pointer;
    z-index: 1600;
    display: block;
    text-indent: -999px;
    overflow: hidden;
}

.jvectormap-label {
    position: absolute;
    background: white;
    color: black;
    font-size: 13px;
    opacity: .8;
    padding: 5px 8px;
    display: none;
    z-index: 1500;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    background: black;
    background: rgba(0, 0, 0, .9);
    color: white;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 29px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1700;
    cursor: pointer;
}

.jvectormap-zoomin {
    bottom: 65px;
}

/*****PLUGIN CONTACTFORM ****/

.contactform {
    float: none;
    clear: both;
    margin: 0 0 20px 0;
}

.contactform label {
    float: left;
    display: block;
    width: 120px;
}

.contactform input, .contactform textarea, .contactform select {
    display: inline-block;
    width: 240px;
    padding: 2px;
    border: 1px solid #c2d2da;
    background: #fff;
    margin: 0 0 10px 0;
    font: inherit;
}

.contactform .textinputreadonly {
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.contactform select {
    width: 246px;
}

.contactform .submit {
    background: #c2d2da;
    margin: 0 0 0 120px;
    width: 245px;
    height: 30px;
    cursor: pointer;
}

.contactform .tx-indexedsearch-searchbox-button {
    height: 21px;
    margin: 0 0 0 10px;
    width: 75px;
}

.contactform textarea {
    height: 120px;
    resize: none;
}

.contactform br {
    float: none;
    clear: both;
}

.contactform .error {
    border: 1px solid #c00;
    background: #f7abab;
}

.contactform .radio {
    width: auto;
    margin-right: 10px;
}

.error {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #c00;
    background: #f7abab;
}

.success {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #0c0;
    background: #83f683;
}

.csc-default {
    margin: 0 0 20px 0;
}

#mailform {
    float: none;
    clear: both;
    margin: 0 0 20px 0;
}

#mailform label {
    float: left;
    display: block;
    width: 120px;
}

#mailform input, #mailform textarea, #mailform select {
    float: left;
    display: block;
    width: 240px;
    padding: 2px;
    border: 1px solid #c2d2da;
    background: #fff;
    margin: 0 0 10px 0;
    font: inherit;
}

#mailform .textinputreadonly {
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
}

#mailform select {
    width: 246px;
}

#mailform .csc-mailform-submit {
    background: #c2d2da;
    margin: 0 0 0 120px;
    width: 245px;
    height: 30px;
    cursor: pointer;
}

#mailform textarea {
    height: 120px;
    resize: none;
}

#mailform br {
    float: none;
    clear: both;
}

#mailform .error {
    border: 1px solid #c00;
    background: #f7abab;
}

#mailform .radio {
    width: auto;
    margin-right: 10px;
}

#mailform .csc-mailform-check {
    width: auto;
}

#mailform .csc-mailform-field {
    float: none;
    clear: both;
}

.error {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #c00;
    background: #f7abab;
}

.success {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #0c0;
    background: #83f683;
}

.csc-default {
    margin: 0 0 20px 0;
}

.bluebutton {
    display: block;
    padding: 10px 10px 10px 23px;
    background: url(../images/arrow-double-white.gif) 7px 13px #647c89 no-repeat;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 0 0 10px 0;
}

.bluebuttonlogout {
    background: url(../images/arrow-logout.gif) 6px 12px #647c89 no-repeat;
    display: block;
    padding: 10px 10px 10px 23px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 0 0 10px 0;
}

/**************TXPARTNER*******************/

#partnersearchform input[type="checkbox"] {
    border: none;
}

/*******EXTERNAL LINKLIST********/

ul.linklist {
    list-style: none;
}

ul.linklist li {
    list-style: none;
    margin: 0 0 5px 0;
    background: url(../images/icon-externallink.png) 0 3px no-repeat;
    padding: 0 0 0 16px;
}

ul.linklist li a:hover {
    text-decoration: none;
}

ul.linklist span {
    color: #999;
    display: block;
    font-size: 10px;
    margin: -5px 0 0;
}

/****************SEARCHRESULTS*/

#tx_indexedsearch input.submit {
    background: url(../images/search-btn-page.png) 0 0 no-repeat;
    height: 22px;
    width: 29px;
    text-indent: -9999px;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0;
    position: relative;
    border: none;
}

#tx_indexedsearch label {
    margin: 5px 10px 0 0;
    margin-right: 10px;
}

.tx-indexedsearch-redMarkup {
    color: #f90 !important;
}

.tx-indexedsearch-percent {
    float: right;
    background: #c2d2da;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
}

.tx-indexedsearch-whatis {
    display: none;
}

.maplink {
    background: url(../images/icon-car.png) 7px 7px no-repeat #c2d2da;
    padding: 5px 5px 5px 30px;

}

/****************ASIM PRODUCT*******************/

.WEB_LONGTEXT_comp p, .ACCESSORIES_RTF p, .FEATURES_RTF p, .DELIVERY_SCOPE_RTF p {
    margin: 0;
}

.WEB_LONGTEXT_comp, .ACCESSORIES_RTF, .FEATURES_RTF, .WEB_INFO_comp, #lvtextbox, #Product_Download_Box {
    margin-top: 20px;
}

#Product_Download_Box ul {
    list-style: none;
    margin: 0 !important;
}

.FEATURES_RTF {
    margin-bottom: 20px;
}

.FEATURES_RTF p {
    background: url(../images/bullet.gif) 0 7px no-repeat;
    padding: 0 0 0 15px;
}

.productlistbox {
    border-bottom: 1px solid #666;
    padding: 5px 0;
    line-height: 160%;
}

.productlistbox .arrow {
    background: url(../images/arrow-double.gif) 0 5px no-repeat;
    text-decoration: none;
    padding-left: 12px;
}

.productlistbox h4 {
    font-weight: bold;
}

.productlistbox p {
    margin: 0;
    font-size: 11px;
}

#page_browser {
    margin-bottom: 20px;
    background: #c2d2da;
    padding: 5px;
}

#page_browser a {
    text-decoration: none;
}

/**********Info Online********************/

#content-container .infoonline h2 a {
    text-decoration: none;
}

#content-container .infoonline .news-list-morelink {
    margin-bottom: 20px;
}

#content-container .infoonline strong {
    margin-bottom: 5px;
    display: block;
}

.quickbtn {
    background: #c2d2da;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    margin: 0 15px 0 0;
}

.tx-sigmasterdata-pi1 label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}

.tx-sigmasterdata-pi1 span {
    display: inline-block;
    width: 150px;
    color: #666;
}

.tx-sigmasterdata-pi1 input, .tx-sigmasterdata-pi1 select {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}

.tx-sigmasterdata-pi1 .clearspan {
    width: 100px;
}

.tx-sigmasterdata-pi1 .infospan {
    width: 150px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.tx-sigmasterdata-pi1 .submit {
    background: #c2d2da;
    margin: 0 0 0 100px;
    width: 312px;
    height: 30px;
    cursor: pointer;
}

.tx-sigmasterdata-pi1 .nochangevalue {
    display: inline-block;
    width: 150px;
    margin: 5px 0 7px 0;
}

/**************CHRISTMAS CONTENT ONLY+++**********************/

#christmasteaser {
    top: 20px;
    margin-left: -10px;
    position: absolute;
    z-index: 0;
}

#header h1 {
    height: 97px;
}

#header h1 a {
    position: absolute;
    z-index: 3;
}

#wwnavigation {
    z-index: 5;
}

.tx-sigsearchforbox-pi1 {
    margin: 0 0 15px 0;
}

.tx-sigsearchforbox-pi1 .btn {
    background: url(../images/search-btn-page.png) 0 0 no-repeat;
    height: 22px;
    width: 29px;
    text-indent: -9999px;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0;
    position: relative;
    border: none;
}

.tx-sigsearchforbox-pi1 .sword {
    border-radius: 3px;
}

.tx-sigsearchforbox-pi1 label {
    margin-right: 10px;
}

/************/
/* IE HACKS */
/************/

/*--nur für IE erkennbar--*/

* + html #navigation ul {
    margin-top: 0;
}

* + html #navigation li.active {
    position: relative;
}

* + html #navigation li.active li.active {
    position: static;
}

* + html #navigation li.active ul {
    top: 32px;
    left: 0;
    position: absolute;
    white-space: nowrap;
}

#secupediaHeadline {
    font-weight: bold;
    line-height: 15px;
    margin: 0 0 5px 0;
    display: inline-block;
}

#content .applink img {
    float: none;
    vertical-align: middle;
    margin: 10px 0 5px 5px;
}

#content .applink span {
    display: inline-block;
    width: 150px;
}

.contactform .rc {
    display: none;
}

#cookie_hint {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    min-height: 30px;
    background: #121518;
    color: lightgray;
    font-family: Arial, Helvetica sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

#cookie_hint .cookie_hint_button {
    background: darkgreen;
    color: white;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 2px;
}

#cookie_hint .cookie_hint_button.cookie_hint_button_secondary {
    background: #666;
}