/* GLOBAL RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family: Arial, sans-serif;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body#start {
    line-height: 18px;
    color: #333;
    background: url(../img/body_bg.gif) repeat-x scroll #F1F1F1;
}

body#fsite {
    line-height: 18px;
    color: #333;
    /*background: url(../img/body_fsite_bg.gif) repeat-x scroll #F1F1F1;*/
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

sup {
    font-size: 11px;
    font-weight: normal;
    vertical-align: super;
}

/* TOOLS */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* GRID */
#header, #content_wrapper, #content, #logos, #footer_wrapper, #footer {
    clear: both;
    float: left;
    width: 950px;
}

#start #header {
    height: 280px;
}

#fsite #header {
    background: #003A6A;
    border-bottom: 4px solid #E3BD24;
    float: none;
    position: relative;
    margin-bottom: 30px;
}

#fsite #header #header_line {
    display: none;
    background-color: #E3BD24;
    float: left;
    height: 4px;
    line-height: 1;
    width: 935px;
}

#header_logo img {
    margin: 12px 25px;
}

#header_nav {
    float: none;
    margin: 13px 25px 0 25px;
    max-width: 100%;
}

#start #header_img {
    background: url(../img/sicherheit.jpg) no-repeat scroll;
    clear: both;
    height: 180px;
}

#start #header_img_en {
    background: url(../img/security.jpg) no-repeat scroll;
    clear: both;
    height: 180px;
}

#fsite #header_img {
    background: url(../img/header_zertifikate_img.jpg) no-repeat scroll;
    clear: both;
    height: 108px;
}

#fsite #header_img_en {
    background: url(../img/header_zertifikate_img_en.jpg) no-repeat scroll;
    clear: both;
    height: 108px;
}

#content_wrapper {
    background: #FFF;
    width: 100%;
}

#footer_wrapper {
    border-top: 1px solid #B4B4B4;
    width: 100%;
}

#content {
    padding: 18px 15px;
    width: 100%;
}

#footer {
}

/* LOGO */
#header_logo h4 {
    padding: 18px 25px;
}

#header_logo h4 a {
    display: block;
}

#header_logo h4 a span {
    background: url(../img/icertificate-logo.gif) no-repeat;
    background-image: -webkit-image-set(
            url(../img/icertificate-logo.gif) 1x,
            url(../img/icertificate-logo-retina.gif) 2x);
    display: block;
    height: 52px;
    text-indent: -999em;
    width: 190px;
}

/* HEADER_NAV */
#header_nav ul {
    bottom: 1px;
    left: 0;
}

* html #header_nav ul {
    bottom: 0;
}

/* IE-HACK */
#header_nav ul li {
    display: inline-block;
}

#header_nav ul li a {
    background-color: #1B3054;
    border-bottom: 3px solid #0E1B38;
    color: #C8CED8;
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    /* padding: 2px 10px 4px 10px; */
    padding: 2px 5px 0px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#header_nav ul li a:hover {
    background-color: #0E1B38;
    border-color: #919DB1;
    color: #FFF;
}

#header_nav ul li.active a {
    background-color: #0E1B38;
    border-color: #E3BD24;
    color: #FFF;
}

/* CONTENT STYLES */
.content_col {
    float: left;
}

.span-1 {
    background: url(../img/dotted_border_v_bg.gif) repeat-y scroll right top;
    margin: 0 10px 18px 0;
    padding-bottom: 9px;
    width: 220px;
}

.span-2 {
    background: url(../img/dotted_border_v_bg.gif) repeat-y scroll right top;
    margin-right: 10px;
    padding: 0 10px 0 0;
    width: 440px;
}

.span-3 {
    background: url(../img/dotted_border_v_bg.gif) repeat-y scroll left top;
    margin-left: 0;
    padding: 0 0 0 25px;
    width: 660px;
}

#content .first {
    padding-left: 10px;
}

#content .last {
    background: transparent;
    margin-right: 0;
}

#content .hr {
    background: url(../img/dotted_border_h_bg.gif) repeat-x scroll left top;
    clear: both;
    height: 18px;
}

.content_col dl {
    float: left;
    padding-right: 10px;
    width: 210px;
}

.content_col dt {
    color: #233B63;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.content_col dd {
    font-size: 11px;
}

.content_col dd.img {
    margin-bottom: 9px;
}

#content h1 {
    color: #233B63;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
    padding-bottom: 10px;
}

h2, #content h2 {
    clear: both;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 15px;
}

h3, #content h3 {
    clear: both;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 10px;
}

.section {
    padding: 15px 0 5px !important;
}

#content p {
    padding-bottom: 18px;
}

#content em {
    font-size: 11px;
}

#content pre {
    padding: 3px;
    border: 1px solid #999;
    font: 12px/18px courier, sans-monospace;
}

#content img {
    vertical-align: top;
}

#content .align-left {
    float: left;
    margin: 9px 25px 9px 0;
}

#content .align-right {
    float: right;
    margin: 9px 0 9px 25px;
}

#content .img_left {
    background: #F5F5F5;
    border: 1px solid #999;
    float: left;
    margin: 6px 10px 6px -10px;
    padding: 2px;
}

#content .img_right {
    background: #F5F5F5;
    border: 1px solid #999;
    float: right;
    margin: 6px 0 6px 10px;
    padding: 2px;
}

#content .content_col ul.feature-list {
    border-top: 1px solid #D9D9D9;
    clear: both;
    margin-bottom: 18px;
}

#content .content_col .feature-list li {
    background: url(../img/content_li_feature_bg.gif) no-repeat 10px center #F5F5F5;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #FFF;
    color: #666;
    padding: 8px 10px 8px 33px;
}

#content .content_col ul.maillist-valid {
    border-top: 1px solid #D9D9D9;
}

#content .content_col .maillist-valid li {
    background: #F5F5F5;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #FFF;
    color: #666;
    padding: 5px 10px 5px 10px;
}

#content .detailinfo {
    padding-left: 20px;
    margin-left: 2px;
    background: url(../img/button_info.gif) no-repeat left center;
}

#content .check {
    padding-left: 20px;
}

#content .list {
    padding-left: 10px;
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
}

#content h3.check {
    background: url(../img/check-bg.gif) no-repeat 0 4px;
}

#content a {
    color: #184797;
    font-weight: bold;
    text-decoration: underline;
}

#content a:hover {
    text-decoration: underline;
}

/* BUTTON */
#content .btn {
    background: url(../img/btn-bg.gif) repeat-x #C99A12;
    border: 1px solid #BC8D03;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration: none;
    margin-bottom: 5px;
}
#content .btn:hover {
    background: url(../img/btn-hover-bg.gif) repeat-x #E8B72B;
    text-decoration: none;
}
#content .btn.renew {
    background: url(../img/btn-renew-bg.gif) repeat-x #87b90f;
    border-color: #87b90f;
}

#content .btn.renew:hover {
    background: url(../img/btn-renew-hover-bg.gif) repeat-x #cde21a;
}

#content .btn.order {
    min-width: 90px;
    display: inline-block;
}

#content .btn.order span {
    display: block;
}

#content .submit {
    font-family: Arial, sans-serif;
}

#content .order span {
    background: url(../img/btn-order-bg.gif) no-repeat right center;
    padding-right: 14px;
}

.btn, .button {
    background: #ccc;
    border: 1px solid #000;
    color: #333 !important;
    display:inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 3px 0;
    padding: 3px 8px;
    text-decoration: none !important;
}

.btn-new, .button-new {
    background-color: #ecac00;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 7px 10px 0;
    outline: none;
    padding: 5px 15px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    /* white-space: nowrap; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease-in-out;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
}
.btn-new:hover, .button-new:hover {
    background-color: #ffc320;
}
.btn-new--small, .button-new--small {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 18px;
}
.btn-new-green, .button-new-green {
    background-color: #5dc288;
}
.btn-new-green:hover, .button-new-green:hover {
    background-color: #82d0a3;
}
.btn-new-disabled, .button-new-disabled {
    background-color: #B7B7B7;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-new-disabled:hover, .button-new-disabled:hover {
    background-color: #B7B7B7;
}

.ordersteps li.missing,
.ordersteps li.done,
.ordersteps li.notrequired {
    border-top: 1px solid #D9D9D9;
    padding-top: 18px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 0 18px;
    min-height: 60px;
    font-size: 15px;
}

.ordersteps .missing {
    background-image: url(icon/missing.jpg);
}

.ordersteps .done {
    background-image: url(icon/success.jpg);
}

.ordersteps .notrequired {
    display: none;
    background-image: url(icon/notneeded.jpg);
    color: #ccc !important;
}

.ordersteps .missing .success {
    display: none;
}

.ordersteps .done .action, .ordersteps .notrequired .action {
    display: none;
}

.ordersteps .notrequired h2, .ordersteps .notrequired h3 {
    color: #ccc !important;
}

#content .note {
    background: #FFF6D1;
    border: 1px solid #E3BD24;
    color: #666;
    margin: 0 0 18px;
    padding: 9px 10px;
}

#content .ctrlHolder .note {
    margin: 0;
}

#content .error {
    background: #FFE5E5;
    /*border: 1px solid #E32424;*/
    color: #666;
    margin: 0 0 18px;
    padding: 9px 10px;
}

#content .error2 {
    background-color: #FFE5E5;
    /*border: 1px solid #E32424;*/
    color: #666;
    padding: 9px 10px;
}

#content .done {
    background: #d9ffd2;
    /*border: 1px solid #7be32b;*/
    color: #666;
    margin: 0 0 18px;
    padding: 9px 10px;
}
#content .warning {
    background: #fafcd1;
    /*border: 1px solid black;*/
    color: #777;
    padding: 9px 10px;
}

#content .notice {
    background: #EFEFEF;
    /*border: 1px solid black;*/
    color: #777;
    padding: 9px 10px;
}

#content .notice a {
    color: #777;
}

#content .note .simple-list li {
    background: url(../img/content_li_simple_bg.gif) no-repeat 0 7px;
    padding: 0 8px;
}

/* CAROUSEL */
#content .carousel {
    float: left;
    position: relative;
    padding-bottom: 18px;
    width: 920px;
}

#content .carousel .prev,
#content .carousel .next {
    background: url(../img/carousel-btn-bg.png) no-repeat 0 40% #FFF;
    cursor: pointer;
    height: 144px;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 10px;
    z-index: 999;
}

#content .carousel .next {
    background-position: -10px 40%;
    right: -9px;
}

#content .carousel .prev {
    left: -9px;
}

#content .carousel ul {
    float: left;
    width: 920px;
}

#content .carousel ul li p {
    font-size: 11px;
    margin: 9px 0 0;
    padding: 0;
}

#content .carousel ul li a {
    color: #184797;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#content .carousel ul li a:hover {
    text-decoration: underline;
}

/* SUBNAV STYLES */
#subnav {
    float: left;
    margin-right: 10px;
    padding-bottom: 18px;
    width: 220px;
}

#subnav ul {
    padding: 12px 0px 0px 10px;
}

.nav2 #subnav ul li ul {
    margin-bottom: 18px;
    padding: 0 10px;
}

#subnav ul li.active ul {
    padding: 0 0 0 10px;
}

#subnav ul li.active ul li.active ul {
    background-color: #F1F1F1;
    padding: 5px 10px;
}

.nav2 #subnav ul li.active ul li.active ul {
    background-color: #F1F1F1;
    margin: 3px 0px 10px 0px;
}

#subnav ul li {
    display: inline;
}

#subnav ul li a {
    background: url(../img/subnav_a_bg.gif) no-repeat left center;
    border-bottom: 1px solid #D9D9D9;
    #color: #4F6282;
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 9px 10px 8px;
    text-decoration: none;
    width: 200px;
}

.nav2 #subnav ul li a {
    border: 0;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding: 2px 10px;
    text-decoration: none;
}

#subnav ul li.active a {
    background: url(../img/subnav_a_active_bg.gif) no-repeat left center;
    #color: #184797;
    color: #333;
    font-weight: bold;
}

#subnav ul li.active ul li a {
    background: url(../img/subnav_a_bg.gif) no-repeat left center;
    #background: #f5f5f5;
    color: #666;
    font-weight: normal;
    width: 190px;
}

.nav2 #subnav ul li ul li a {
    background: none;
    border: 0;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.nav2 #subnav ul li ul li.last span {
    display: none;
}

#subnav ul li.active ul li.active a {
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
    #background: #f1f1f1;
    color: #333;
    font-weight: bold;
}

.nav2 #subnav ul li.active ul li.active a {
    background: none;
    color: #333;
    font-weight: bold;
}

#subnav ul li.active ul li.active ul li a {
    background: url(../img/subnav_a_bg.gif) no-repeat left center;
    #background: #f1f1f1;
    color: #666;
    font-weight: normal;
    width: 180px;
}

#subnav ul li.active ul li.active ul li.active a {
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
    color: #333;
    font-weight: bold;
}

.nav2 #subnav ul li.active ul li.active ul li.active a {
    background: none;
    color: #333;
    font-weight: bold;
}

.nav2 #subnav ul li.active ul li.active ul li a {
    color: #666;
    font-weight: normal;
}

#subnav ul li.active ul li.active ul li.active ul li a {
    background: url(../img/subnav_a_bg.gif) no-repeat left center;
    #background: #f1f1f1;
    color: #666;
    font-weight: normal;
    width: 180px;
}

#subnav ul li.active ul li.active ul li.active ul li.active a {
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
    color: #333;
    font-weight: bold;
}

#subnav ul li a:hover {
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
    color: #333;
}

.nav2 #subnav ul li ul li a:hover,
.nav2 #subnav ul li.active ul li a:hover,
.nav2 #subnav ul li.active ul li.active ul li a:hover {
    background: none;
    color: #333;
}

#subnav ul li.active ul li a:hover {
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
    color: #333;
}

#subnav ul li.active ul li.active ul li a:hover {
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
    color: #333;
}

#subnav ul li.active ul li.active ul li.active ul li a:hover {
    background: url(../img/subnav_a_hover_bg.gif) no-repeat left center;
    color: #333;
}

#subnav ul .disabled {
    background: url(../img/subnav_a_bg.gif) no-repeat left center;
    border-bottom: 1px solid #D9D9D9;
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 9px 10px 8px;
    text-decoration: none;
    width: 200px;
}

/* TABLE STYLES */
table {
    margin: 9px 0 18px;
    width: 660px;
}

table.yearprices {
    width: 130px;
    margin: 0;
}

table.yearprices td {
    border: none;
    padding: 1px;
    font-size: 12px;
}

table#start {
    margin: 9px 0 28px 10px;
    width: 900px;
    border-right: 1px solid #D9D9D9;
}

table#detail {
    border-right: 1px solid #D9D9D9;
}

table#overview {
    border: 0px;
}

caption {
    color: #333;
    caption-side: top;
    font-weight: bold;
}

td, tbody th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    font-size: 11px;
    padding: 9px 10px 8px;
    text-align: left;
    vertical-align: top;
}
td:last-child, tbody th:last-child {
    border-right: 1px solid #D9D9D9;
}

td.detail {
    font-size: 13px;
}

td.detail-preis {
    font-size: 13px;
    font-weight: bold;
}

.blank td {
    border: 0;
    font-size: 12px;
    padding: 2px 0;
    text-align: left;
    vertical-align: middle;
}

.blank th {
    font-weight: bold;
    padding: 2px 0;
    white-space: nowrap;
}

thead th {
    background: #EEE;
    border-bottom: 1px solid #E3BD24;
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    font-weight: bold;
    height: 18px;
    padding: 8px 10px;
    text-align: left;
    vertical-align: bottom;
}

thead td.notification {
    font-size: 12px;
    padding-left: 0;
    padding-top: 0;
}

thead th.provider {
    width: 1px;
}

thead th.description {
}

thead .feature {
    padding: 8px 5px;
    width: 1px;
    border-bottom: 0 none;
}

thead th.price {
    width: 1px;
}

thead th.action {
    border-right: 1px solid #D9D9D9;
    width: 110px;
}

tbody th {
    width: 200px;
}

thead td.blank {
    border: 0;
}

tbody td.blank {
    border: 0;
}

thead td.price {
    border-left: 1px solid #D9D9D9;
}

tfoot td {
    border-right: 1px solid #D9D9D9;
    color: #666;
}

.comodo-top {
    border-top: 1px solid #d9d9d9;
}

td.comodo-first-top {
    width: 400px;
}

td.comodo-second-top {
    width: 94px;
    text-align: right;
    vertical-align: middle;
}

td.comodo-third-fourth-top {
    width: 61px;
    text-align: center;
    vertical-align: middle;
}

.table-clear {

}

.table-clear th {
    background: none;
    border: 0;
}

.table-clear tr {

}

.table-clear td {
    border: 0;
}

.center-right {
    text-align: right;
    vertical-align: middle;
}

.center-middle {
    text-align: center;
    vertical-align: middle;
}

/* !RESELLER-CERT-LIST
#priceSelect {
    border-right: 1px solid #D9D9D9;
    margin-bottom: 0;
}
#priceSelect th,
#priceSelect td {
    background: none;
    border: 0;
    height: auto;
    padding: 0;
    vertical-align: middle;
}
#priceSelect td {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
#priceSelect span,
#priceSelect a {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}
#priceSelect thead th span,
#priceSelect thead td a {
    border-top: 1px solid #D9D9D9;
}
#priceSelect thead a.active,
#priceSelect tbody span.active {
    font-size: 18px;
}
#priceSelect tbody .last span.active {
    border-bottom: 0;
    padding-bottom: 9px;
}
#priceSelect .level1 a,
#priceSelect .level1 span,
#priceSelectResults .level1 {
    background: #eee;
}
#priceSelect .level2 a,
#priceSelect .level2 span,
#priceSelectResults .level2 {
    background: #fff;
}
#priceSelect .level3 a,
#priceSelect .level3 span,
#priceSelectResults .level3 {
    background: #fff;
}
#priceSelect .level4 a,
#priceSelect .level4 span,
#priceSelectResults .level4 {
    background: #ede1d8;
}
#priceSelect .level5 a,
#priceSelect .level5 span,
#priceSelectResults .level5 {
    background: #f1f2f3;
}
#priceSelect .level6 a,
#priceSelect .level6 span,
#priceSelectResults .level6 {
    background: #feedc9;
}
#priceSelect .level7 a,
#priceSelect .level7 span,
#priceSelectResults .level7 {
    background: #f0efe3;
}

#priceSelectResults {
    margin-bottom: 18px;
}
#priceSelectResultsInner {
    border: 1px solid #D9D9D9;
    border-top: 0;
    padding: 5px;
}
#priceSelectResults table {
    border-right: 1px solid #D9D9D9;
    margin: 0;
    width: 100%;
}
#priceSelectResults table .cert-provider th {
    background: #fff;
    border-bottom: 0;
    border-top: 0;
    padding-top: 20px;
}
#priceSelectResults table tbody th,
#priceSelectResults table tbody td {
    background: #fff;
}
 */

#start .featured {
    background-color: #dbfcca;
    border-bottom: 1px solid #b5d9a3;
    color: #151515 !important;
}

#start thead th.featured {
    background: url(../img/special-offer.gif) no-repeat right 0 #c3ebb0;
    border-bottom: 1px solid #E3BD24;
}

#start .feature .featured {
    background-color: #cff2bd;
}

#start tfoot th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px;
}

#start tfoot tr.row1 th {
    border-bottom: none;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px 0;
}

#start tfoot tr.row2 th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px 8px;
}

#start tfoot th .price {
    color: #666;
    padding: 9px 0;
}

#start tfoot th .price em {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

#start tfoot th .btn span {
    background: url(/assets/img/btn-order-bg.gif) no-repeat right center;
    padding-right: 14px;
}

#start .featured {
    background-color: #dbfcca;
    border-bottom: 1px solid #b5d9a3;
    color: #151515 !important;
}

#start thead th.featured {
    background: url(../img/special-offer.gif) no-repeat right 0 #c3ebb0;
}

#start .feature .featured {
    background-color: #cff2bd;
}

#start tfoot th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px;
}

#start tfoot tr.row1 th {
    border-bottom: none;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px 0;
}

#start tfoot tr.row2 th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px 8px;
}

#start tfoot th .price {
    color: #666;
    padding: 9px 0;
}

#start tfoot th .oldprice {
    color: #333;
    padding: 9px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: line-through;
}

#start tfoot th .price em {
    color: #d61e26;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

#detail .featured_summary {
    background-color: #dbfcca;
    background: url(../img/sale.gif) no-repeat right 0 #c3ebb0;
    border-bottom: 1px solid #b5d9a3;
    color: #151515 !important;
    font-weight: bold;
}

.en #detail .featured_summary {
    background: url(../img/sale-int.gif) no-repeat right 0 #c3ebb0;
}

.nl #detail .featured_summary {
    background: url(../img/sale-nl.jpg) no-repeat right 0 #c3ebb0;
}

#detail .featured {
    background-color: #dbfcca;
    border-bottom: 1px solid #b5d9a3;
    color: #151515 !important;
}

#detail thead th.featured {
    background: url(../img/special-offer.gif) no-repeat right 0 #c3ebb0;
    border-bottom: 1px solid #E3BD24;
}

#detail .feature .featured {
    background-color: #cff2bd;
}

#detail tfoot th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px;
}

#detail tfoot tr.row1 th {
    border-bottom: none;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px 0;
}

#detail tfoot tr.row2 th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px 8px;
}

#detail tfoot th .price {
    color: #666;
    padding: 9px 0;
}

#detail tfoot th .price em {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

#detail .featured {
    background-color: #dbfcca;
    border-bottom: 1px solid #b5d9a3;
    color: #151515 !important;
}

#detail thead th.featured {
    background: url(../img/special-offer.gif) no-repeat right 0 #c3ebb0;
    border-bottom: 1px solid #E3BD24;
}

#detail .feature .featured {
    background-color: #cff2bd;
}

#detail tfoot th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px;
}

#detail tfoot tr.row1 th {
    border-bottom: none;
    border-left: 1px solid #D9D9D9;
    padding: 8px 10px 0;
}

#detail tfoot tr.rowsub th {
    border-bottom: none;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px;
}

#detail tfoot tr.row2 th {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px 8px;
}

#detail tfoot th .price {
    color: #666;
    padding: 0 0 15px 0;
}

#detail tfoot th .oldprice {
    color: #333;
    padding: 9px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: line-through;
}

#detail tfoot th .price em {
    color: #d61e26;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

tbody td.provider, tbody td.feature {
    background-color: #F5F5F5;
    color: #666;
    font-weight: bold;
}

tbody td.feature {
    padding: 9px 5px 8px;
    vertical-align: middle;
}

#detail tbody .feature td {
    background: #F5F5F5;
    #color: #666;
}

#detail tbody .feature td img {
    margin-right: 5px;
}

tbody td.action {
    border-right: 1px solid #D9D9D9;
    white-space: nowrap;
}

tbody .seperator td {
    border-top: 2px solid #D9D9D9;
}

tbody td.price {
    color: #666;
    text-align: right;
    white-space: nowrap;
}

tbody td.price em {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

tbody td.ccpayment {
    padding: 15px 15px 15px 15px;
    background: #F5F5F5;
    color: #000000;
    font-size: 12px;
    font-style: normal;
}

tbody td.ccpayment headline {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

/* FORM STYLES */
form {
    margin: 0 0 18px;
}

form .ctrlHolder {
    /*  border-bottom: 1px solid #D9D9D9; */
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}

form .odd {
    background: #FFF;
}

form fieldset {
    line-height: 18px;
    margin: 0 0 18px;
    padding-top: 9px;
}

form legend {
    color: #333;
    font-weight: bold;
}

* html form legend {
    margin-left: -0.5em;
}

form .textInput,
form .textInputLarge {
    color: #333;
    border: 1px solid #999;
    float: left;
    line-height: 16px;
    padding: 1px 4px;
    width: 200px;
}

form .textInputLarge {
    max-width: 600px;
    width: 100%;
}

form .textInputLarge:disabled {
    background-color: #efefef;
    border-color: #efefef;
    max-width: 600px;
    width: 100%;
}

form .textInput.required,
form .textInputLarge.required {
    background-color: #FFF1F1;
}

form .infoBlock {
    float: left;
    margin-left: 20px;
}

form .code {
    font-family: "Menlo", "Courier New";
    line-height: 1.1em;
}

form #admin_city,
form #tech_city,
form #bill_ort,
form #tech_city,
form #ort {
    width: 150px;
}

form #admin_postal,
form #tech_postal,
form #bill_plz,
form #tech_postal,
form #plz {
    width: 43px;
}

form .selectInput {
    border: 1px solid #999;
    height: 20px;
    width: 170px;
}

form .textInput:focus, form .selectInput:focus {
    border-color: #E3BD24;
}

form .blockLabel {
    display: block;
    float: left;
    line-height: 20px;
    width: 165px;
}

form .inlineLabel {
}

form textarea#csr {
    border: 1px solid #999;
    color: #333;
    font-size: 11px;
}

form textarea#contactMessage {
    border: 1px solid #999;
    color: #333;
    width: 332px;
}

form textarea.required {
    background-color: #FFF1F1;
}

form .labStr {
    width: auto;
}

form .labHnr {
    width: 111px;
}

form .labPlz {
    width: auto;
}

form .labOrt {
    width: 125px;
}

form .labOrt2 {
    width: 99px;
}

form .labMon {
    width: auto;
}

form .labJah {
    width: 60px;
}

form .fldStr {
    width: 150px;
}

form .fldHnr {
    width: 43px;
}

form .fldPlz {
    width: 43px;
    margin-right: 3px;
    float: left;
}

form .fldOrt {
    width: 150px;
}

form .fldMon {
    width: 79px;
}

form .fldJah {
    width: 79px;
}

code {
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
    color: #666;
    float: left;
    font-family: "Courier New";
    font-size: 11px;
    line-height: 1.1;
    padding: 0;
}

.btn-slide {
    font-size: 12px;
}

.panel {
    display: none;
}

/* FOOTER */
#footer .copyright {
    color: #666;
    float: left;
    margin: 18px 0;
    padding-left: 15px;
}

#footer ul {
    float: right;
    padding: 18px 15px 18px 0;
}

#footer ul li {
    display: inline;
    margin-left: 10px;
}

#footer ul li a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

/* SUCHE */
#search {
    float: right;
    margin-top: 63px;
    margin-right: 0px;
}

#search_box {
    width: 160px;
}

#search_button {
    background-color: #1B3054;
    color: #FFF;
    border: 0px;
}

#search_button:active {
    background-color: #0E1B38;
}

/* LANGUAGE */
#lang {
    background: url(../img/button-bg.gif) no-repeat 0 -115px;
    border-right: 1px solid #A5A5A5;
    bottom: 1px;
    position: absolute;
    right: 60px;
    /*margin-bottom: 30px;*/
}

#lang a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 5px;
}

#lang a.select {
    border-right: 1px solid #FFF;
    color: #171A1A;
    margin: 1px 0;
    padding: 0 5px 0 15px;
}

#lang a.select:hover {
    background: url(../img/button-bg.gif) no-repeat 0 -136px;
}

#lang a.active {
    background: url(../img/button-bg.gif) no-repeat 0 -156px;
}

#lang a.active:hover {
    background: url(../img/button-bg.gif) no-repeat 0 -176px;
}

#lang ul {
    width: 70px;
    float: left;
    bottom: 0px;
    float: none;
    left: 0;
    position: none;
}

#lang ul li {
    float: right;
    padding-left: 10px;
}

#lang ul li a {
    color: #FFF;
    display: block;
    float: left;
    padding: 2px 0 4px 20px;
    text-indent: -999em;
}

#lang ul li a:hover {
    text-decoration: underline;
}

#lang ul li.de a {
    background: url(../img/de.gif) no-repeat left 4px;
}

#lang ul li.en a {
    background: url(../img/en.gif) no-repeat left 4px;
}

#lang ul li.fr a {
    background: url(../img/fr.gif) no-repeat left 4px;
}

#lang ul li.nl a {
    background: url(../img/nl.gif) no-repeat left 4px;
}

#lang ul li.it a {
    background: url(../img/it.gif) no-repeat left 4px;
}

.msgWarning {
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #FEFFDD;
}

.msgWarning p {
    padding-bottom: 0 !important;
}

textarea.code {
    padding: 10px;
    margin-right: 110px;
    font-family: monospace;
}

code {
    box-sizing: border-box;
    padding: 1em;
}

form.cmxform legend, form.cmxform label {
    color: #333;
}

form.cmxform label.error, label.error {
    color: red;
    font-size: 11px;
    font-style: italic;
}

form#orderform .error {
    margin: 0;
    padding: 0;
    background: none;
    border: 1px dotted red;

}

form#orderform label.error {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: red;
    display: block;
}

form#orderform #admin_postal.error {
    float: left;
    margin-right: 3px;
}

form#test .error {
    margin: 0;
    padding: 0;
    background: none;
    border: 1px dotted red;
    display: block;
}

form#test label.error {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: red;
}

form#test #bill_plz.error {
    float: left;
    margin-right: 3px;
}

div.error {
    display: none;
}

input, button {
    border: 1px solid black;
}

input.checkbox {
    border: none
}

input:focus {
    border: 1px dotted black;
}

input.error {
    border: 1px dotted red;
}

form.cmxform .gray * {
    color: gray;
}

#priceDiag {
    position: relative;
    margin-top: 30px;
}

#priceDiag span {
    text-align: center;
    font-weight: bold;
    left: 218px;
    width: 77px;
    top: 123px;
    position: absolute;
    font-size: 24px;
}

#priceDiag #years1 {
    top: -20px;
    font-weight: normal;
    font-size: 16px;
}

#priceDiag #perYear1 {

    top: 90px;
    color: #FFFFFF;
}

#priceDiag #save1 {
    display: none;
}

#priceDiag #years2 {
    left: 342px;
    top: -20px;
    font-weight: normal;
    font-size: 16px;
}

#priceDiag #perYear2 {

    left: 342px;
    top: 90px;
    color: #FFFFFF;
}

#priceDiag #save2 {
    left: 342px;
}

#priceDiag #years3 {
    left: 462px;
    top: -20px;
    font-weight: normal;
    font-size: 16px;
}

#priceDiag #perYear3 {

    left: 462px;
    top: 90px;
    color: #FFFFFF;
}

#priceDiag #save3 {
    left: 462px;
}

#priceDiag #years4 {
    left: 572px;
    top: -20px;
    font-weight: normal;
    font-size: 16px;
}

#priceDiag #perYear4 {
    left: 572px;
    top: 90px;
    color: #FFFFFF;
}

#priceDiag #save4 {
    left: 572px;
}

#priceDiag #save5 {
    display: none;
    left: 682px;

}

#priceDiag #perYear5 {
    display: none;
    left: 682px;
    top: 90px;

}

#priceDiag #years5 {
    display: none;
    font-weight: normal;
    font-size: 16px;
    left: 682px;
    top: -20px;

}

#priceDiag .bestprice {
    /*	font-size: 32px;
        color: #41A300;
    */
    font-weight: bolder;
    width: 100px;
    margin-left: -11px;
}
.tip {
    font-size: 1.5em;
    margin: 0 .25em;
}
