/* schriften */
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  height: 100%;
}
body, div {
  font-size: 70%;
  line-height: 140%;
}
@media screen {
  div {
    font-size: 100%;
  }
}
#mainmenue {
  font-size: 100%;
}
.infobox {
  font-size: 100%;
}
.infobox h2 {
  font-size: 100%;
}
.imprint {
  font-size: 90%;
}
.global a:link, .global a:visited {
  font-size: 100%;
}
#submenu a:link, #submenu a:visited {
  font-size: 100%;
}
@media screen {
  .linkDownload h3 {
    font-size: 100%;
    font-weight: normal;
  }
}
.linkDownload a:link, .linkDownload a:visited {
  font-size: 100%;
  font-weight: bold;
}
/* farben */
body {
  color: #000000;
}
h1 {
  color: #61B025;
  display: none;
}
h2 {
  color: #61B025;
}
h2.productselector {
  color: #FFFFFF;
  background-color: #69BE28;
}
h3 {
  color: #333333;
}
.linkDownload h3 {
  color: #666666;
}
.spitzmarke {
  color: #333333;
}
.imprint {
  color: #616A6E;
}
.infobox h2 {
  color: #616A6E;
}
.date {
  color: #CA0984;
}
.magenta {
  color: #CA0984;
}
.green {
  padding: 0 3px 1px 3px;
  color: #FFFFFF;
  background-color: #69BE28;
}
.lightgreen {
  color: #616A6E;
}
.standards {
  color: #589F21;
}
.error, .errorText, .errormessage {
  color: #C40D81 !important;
}
strong {
  color: #333333;
}
table.productselector td h4 {
  color: #333333;
}
@media screen {
  .global {
    color: #CBCED1;
  }
  .global a:link, .global a:visited {
    padding: 0 3px 0 0;
    color: #616A6E;
  }
  .global a:hover, .global a:active {
    color: #616A6E;
    text-decoration: none;
  }
   a:link.more, a:visited.more, a:hover.more, a:active.more {
    font-weight: bold;
    color: #61B025;
  }
  .selector a:link, .selector a:visited {
    padding: 0 30px 0 10px;
    color: #CA0984;
    background: url(../img/pfeil_magenta.gif) no-repeat 0 0.3em;
  }
  .selector a:hover, .selector a:active {
    color: #616A6E;
    background: url(../img/pfeil_darkgrey.gif) no-repeat 0 0.3em;
  }
  .infobox a:link, .infobox a:visited {
    color: #333333;
    font-weight: bold;
  }
  .infobox h2 a:link, .infobox h2 a:visited {
    color: #616A6E;
  }
  a:link.up , a:visited.up {
    color: #589F21;
    font-weight: normal;
    text-decoration: none !important;
  }
}

/* Formatierung */
a:link, a:visited {
  text-decoration: none;
}
#content .box a:link, #content .box a:visited {
  text-decoration: underline;
}
#content .teaser a:link, #content .teaser a:visited {
  text-decoration: underline;
}
#content .box ul.selector a:link, #content .box ul.selector a:visited {
  text-decoration: none;
  font-weight: bold;
}
#content .box ul.distributor a:link, #content .box ul.distributor a:visited {
  text-decoration: none;
  color: #333333;
}
#content .box ul.verteiler a:link, #content .box ul.verteiler a:visited {
  text-decoration: none;
}
#content .box ul.links a:link, #content .box ul.links a:visited {
  text-decoration: none;
  color: #333333;
}
.anchor ul li a:link, .anchor ul li a:visited {
  color: #333333;
}
.productselector ul li a:link, .productselector ul li a:visited {
  text-decoration: none !important;
  color: #333333;
}
.productText ul li a:link, .productText ul li a:visited {
  text-decoration: none !important;
  color: #333333;
}
a:active, a:hover {
  text-decoration: underline;
}
@media screen {
  .global {
    position: relative;
    margin: 1em 0 0 20px;
  }
  .global ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global li {
    margin: 0 0 1em 0;
    padding: 0 0 0 15px;
    background: url(../img/bullet_green.gif) no-repeat 0 0.3em;
    font-weight: bold;
  }
  h2.productselector {
    position: relative;
    top: 8px !important;
    padding: 0.1em 5px;
    display: inline;
  }
}
@media screen {
  .imprint {
    position: relative;
    margin: 0.8em 0 0 35px;
  }
}
@media screen {
  /* Hauptmenue live */
  #mainmenue {
    position: absolute;
    width: 785px;
    top: 60px;
    left: 186px;
    font-weight: normal;
    overflow: visible;
  }
  #mainmenue ul {
    margin: 0;
    padding: 0;
  }
  #mainmenue li {
    margin: 0;
    margin-right: 7px;
    padding: 0 8px 0 15px;
    float: left;
    list-style: none;
    color: #616A6E;
    background: url(../img/pfeil_green.gif) no-repeat 4px center;
  }
  #mainmenue li.active {
    background: url(../img/bullet_green.gif) #77C630 no-repeat 0px center !important;
  }
  #mainmenue li.last {
    border-right: none;
  }
  #mainmenue .menue a:link, #mainmenue .menue a:visited {
    color: #000000;
  }
  #mainmenue .menue a:active, #mainmenue .menue a:hover {
    color: #616A6E;
    text-decoration: none;
  }
  #mainmenue .menue a:visited.active, #mainmenue .menue a:link.active {
    color: #616A6E;
  }
  #mainmenue .menue li.active a {
    color: #FFF;
  }

  #mainmenue .menue li.active li a {
    color: #616A6E;
  }
}
@media screen {
  #body {
    position: relative;
    width: 996px;
    min-height: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    background-color: #FFFFFF;
  }
  .welcome #body {
    height: 768px;
  }
  #head {
    position: relative;
    height: 94px;
    padding: 0;
    margin: 0;
  }
  #main {
    width: 996px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
  }
  #leftcolumn {
    width: 186px;
    float: left;
  }
  #content {
    margin: 0;
    padding: 0;
    float: left;
  }
  .welcome #content {
    position: absolute;
    top: 444px;
    left: 186px;
    width: 590px;
  }
  .home #content {
    width: 590px;
  }
  .home #content .box {
    width: 572px !important;
    padding: 0 8px;
    margin: 0;
    border-top: 1px solid #CBCED1;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
  }
  .home #content .box.last {
    border-bottom: 1px solid #CBCED1;
    margin-bottom: 1em;
  }
  .contentpage.small #content {
    width: 390px;
  }
  .contentpage.middle #content {
    width: 490px;
  }
  .contentpage.large #content {
    width: 590px;
  }
  .contentpage.xl #content {
    width: 790px;
  }
  .contentpage.small #content .box {
    width: 372px !important;
    padding: 0 8px;
    margin: 0;
    border-top: 1px solid #CBCED1;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
  }
  .contentpage.small #content .box.last {
    border-bottom: 1px solid #CBCED1;
    margin-bottom: 10px;
  }
  .contentpage.middle #content .box {
    width: 472px;
    padding: 0 8px;
    margin: 0;
    border-top: 1px solid #CBCED1;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
  }
  .contentpage.middle #content .box.last {
    border-bottom: 1px solid #CBCED1;
    margin-bottom: 10px;
  }
  .contentpage.large #content .box {
    width: 572px !important;
    padding: 0 8px;
    margin: 0;
    border-top: 1px solid #CBCED1;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
  }
  .contentpage.large #content .box .box{
     width: 552px !important;
  }
  .contentpage.large #content .box.last {
    border-bottom: 1px solid #CBCED1;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .contentpage.xl #content .box {
    width: 772px !important;
    padding: 0 8px;
    margin: 0;
    border-top: 1px solid #CBCED1;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
  }
  .contentpage.xl #content .box.last {
    border-bottom: 1px solid #CBCED1;
    margin-bottom: 1em;
  }
  .contentpage.middle #content .box.search {
    width: 472px !important;
    border-top: 0;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
    border-bottom: 1px solid #CBCED1;
    padding: 8px 8px 5px 8px !important;
    margin: 0 !important;
  }
  .contentpage.large #content .box.search {
    width: 558px !important;
    border-top: 0;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
    border-bottom: 1px solid #CBCED1;
    padding: 15px 15px 5px 15px !important;
    margin: 0 !important;
  }
  .contentpage.middle #content .box.search.first {
    border-top: 1px solid #CBCED1;
  }
  .contentpage.large #content .box.search.first {
    border-top: 1px solid #CBCED1;
  }
  .contentpage.large #content .glossary .box.search.first {
    border-top: none;
  }

  
  #rubrikIllu, #contentIllu {
    margin: 0 0 10px 0 !important;
    padding: 0;
    height: 245px;
    float: left;
  }
  #illuRightColumn {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    height: 245px;
    background: #69BE28;
    float: left;
  }
  #illuRightColumn img {
    float:left;
  }
  #rightcolumn {
    margin: 0 0 0 10px; 
    padding: 0;
    float: left;
  }
  .home #rightcolumn {
    width: 190px;
  }
  .contentpage.small #rightcolumn {
    width: 390px;
  }
  .contentpage.middle #rightcolumn {
    width: 290px;
  }
  .contentpage.large #rightcolumn {
    width: 190px;
  }
}

@media screen {
  .contentpage #content .teaser {
    padding: 8px 8px 0 8px !important;
    margin: 0 !important;
    border-top: 1px solid #CBCED1;
    border-right: 1px solid #CBCED1;
    border-left: 1px solid #CBCED1;
  }
  .contentpage.small #content .teaser {
    width: 372px;
  }
  .contentpage.middle #content .teaser {
    width: 472px;
  }
  .contentpage.large #content .teaser {
    width: 572px;
  }
  .contentpage.xl #content .teaser {
    width: 772px;
  }
  .contentpage #content .teaser.last {
    border-bottom: 1px solid #CBCED1;
  }
  .contentpage #content .teaser img {
    margin-top: 4px;
  }
  .contentpage #content .teaser h2 {
    margin: 0 !important;
    padding: 0;
  }
  .contentpage #content .teaser .location {
    font-weight: bold;
    color: #333333;
  }
  .contentpage #content .teaser .teaserImg {
    width: 130px;
    float: left;
  }
  .contentpage #content .teaser .teaserText {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
  }
  .contentpage #content .teaser .teaserTextImg {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
  }
  .contentpage.small #content .teaser .teaserTextImg {
    width: 240px;
  }
  .contentpage.middle #content .teaser .teaserTextImg {
    width: 340px;
  }
  .contentpage.large #content .teaser .teaserTextImg {
    width: 440px;
  }
  .contentpage.xl #content .teaser .teaserTextImg {
    width: 640px;
  }
}

@media screen {
  #homeIllu {
    position: relative;
    float: left;
    width: 590px;
    height: 245px;
    padding: 0;
    margin: 0 0 10px 0 !important;
  }
  .welcome #homeIllu {
    width: 941px;
    margin: 170px 0 0 0 !important;
    right: -30px;
  }
}

@media screen {
  .searchResult {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
  }
  .searchResult .productText {
    position: relative;
    width: 339px;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 212px !important;
    /*float: left !important;*/
  }
  .searchResult .productText h3 {
    padding-top: 5px;
  }
  #content .glossary .box .searchResult .productText h3 {
    padding-left: 0px;
  }

  .searchResult h3 a:link, .searchResult h3 a:visited {
    color: #CA0984;
    padding-left: 10px;
    background: url(../img/pfeil_green.gif) no-repeat 1px 0.32em;
  }
  .searchResult .productImg {
    position: relative;
    top: 10px;
    width: 200px;
    float: right !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .searchResult .productImg img {
    position: relative;
    margin-bottom: 30px;
    vertical-align: top;
  }
}

@media screen {
  .searchDetail {
    position: relative;
    width: 560px;
    padding: 0 !important;
    margin: 0 !important;
  }
  .searchDetail h2 {
    clear: both;
  }
  .searchDetail .productText {
    position: relative;
    width: 180px;
    float: left !important;
    padding: 0 !important;
    margin:  0 !important;
  }
  .searchDetail .productText ul {
    list-style-type: none;
    margin-top:  1em !important;
  }
  .searchDetail .productText li {
    position: relative;
    background-repeat: no-repeat;
    padding-left: 15px !important;
    margin-bottom: 0.5em !important;
    background-position: 0 0.2em;
    font-weight: bold;
    background-image: url(../img/bullet_green_down.gif) !important;
  }
  .searchDetail .productText li.download {
    background-image: url(../img/bullet_green.gif) !important;
  }
  .searchDetail .productText li.download small {
    font-weight: normal;
  }
  .searchDetail .productImg {
    position: relative;
    width: 370px;
    float: right !important;
    padding: 0;
    margin: 0;
  }
  .searchDetail .productImg img {
    position: relative;
    vertical-align: top;
  }
  
  .searchDetail div {
    position: relative;
    padding: 0;
    margin: 0 !important;
  }
  .searchDetail div div.p {
    position: relative;
    padding: 0;
    margin: 0 !important;
  }
  #highlightBox .searchDetail ul {
    position: relative;
    width: 270px;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
  }
  #highlightBox .searchDetail li {
    position: relative;
    font-weight: bold;
    padding: 0.2em 20px 0.2em 10px;
    background-repeat: no-repeat;
    background-position: left 0.5em;
    background-image: url(../img/pfeil_grey.gif) !important;
    color: #333333;
  }
  #standardsBox .searchDetail ul {
    width: 270px;
    padding: 0;
    margin: 1em 0 0 0;
    list-style: none;
    float: left;
  }
}
@media screen {
  .separator {
    border: 1px solid #CBCED1; 
    display: block;
    margin: 0 0 10px 0 !important;
    padding: 0.2em 0 0.2em 8px !important;
    font-weight: bold;
    color: #C40D81;
  }
  .contentpage.large .separator {
    width: 580px;
  }
  .contentpage.middle .separator {
    width: 480px;
  }
  .contentpage.small .separator {
    width: 380px;
  }
}

@media screen {
  .infobox {
    clear: both;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    border: 1px solid #CBCED1;
  }
  .infobox .banner {
    margin: 0.4em 0 0.1em 0;
  }
  .infobox.bannerXl {
    padding: 0;
  }
  .infobox.bannerXl img {
    float: left;;
  }
  .home .infobox {
    width: 168px;
  }
  .home .infobox.bannerXl {
    width: 188px;
  }
  .contentpage.small .infobox {
    width: 368px;
  }
  .contentpage.small .infobox.bannerXl {
    width: 388px;
  }
  .contentpage.middle .infobox {
    width: 268px;
  }
  .contentpage.middle .infobox.bannerXl {
    width: 288px;
  }
  .contentpage.large .infobox {
    width: 168px;
  }
  .contentpage.large .infobox.bannerXl {
    width: 188px;
  }
  .infobox h2 {
    position: relative;
    margin: 0;
    padding: 0 0 0 15px;
    background: url(../img/bullet_green.gif) no-repeat 0 0.3em;
  }
  .infobox .bgInfobox {
    margin: 0 0 0 15px;
    padding: 0;
  }
  .infobox h3 {
    margin: 0;
  }
  .infobox p {
    margin: 0.5em 0 0.5em 0;
  }
  .infobox img.icon {
    margin: 2px 0;
    vertical-align: middle;
  }
  .infobox img.left {
    margin: 0.2em 10px 0 0;
    float: left;
  }
  .infobox img.right {
    margin: 0.2em 0 0 5px;
    float: right;
  }
  .infobox img.banner {
    margin: 8px 0 0.2em 8px;
    float: left;
  }
  .infobox .left {
    float: left;
  }
  .contentpage.small .infobox .left {
    width: 315px;
  }
  .contentpage.middle .infobox .left {
    width: 215px;
  }
  .contentpage.large .infobox .left {
    width: 115px;
  }
  .contentpage.xl .infobox .left {
    width: 415px;
  }
  .infobox ul.links {
    list-style-type: none;
    padding: 2px 0 8px 0;
    margin: 0;
  }
  .infobox ul.links li {
    background-repeat: no-repeat;
    padding-left: 10px;
    font-weight: normal;
    background-image: url(../img/pfeil_green.gif);
    background-position: left 0.4em;
  }
  .infobox ul.links li a {
    font-weight: bold;
  }
}

@media screen {
  #selection {
    position: relative;
    margin-left: 20px;
    margin-top: 8px;
  }
  #selection select {
    width: 141px;
    margin: 2px 0 0 13px;
    padding: 0;
    font-size: 100%;
    color: #000000;
    border: 1px solid #CBCED1;
  }
  #selection label {
    position: relative;
    color: #616A6E;
    margin: 0;
    padding: 0 0 0 13px;
    border: 0;
    font-weight: bold;
  }
}

@media screen {
  #search {
    position: relative;
    margin-left: 20px;
    margin-top: 8px;
  }
  #search input {
    width: 131px;
    margin: 2px 0 0 15px;
    padding: 1px 4px 1px 4px;
    font-size: 100%;
    color: #000000;
    border: 1px solid #CBCED1;
  }
  #search .btn-search {
    position: relative;
    width: auto;
    height: 17px;
    color: #616A6E;
    margin: 0;
    padding: 0 0 2px 12px;
    border: 0;
    background: url(../img/bullet_green.gif) no-repeat left center;
    font-weight: bold;
    cursor: pointer;
  }
}

@media screen {
  .footerResult {
    position: relative;
    border-top: 1px solid #CBCED1;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a:link.backResult , a:visited.backResult {
    margin: 10px 0;
    padding: 0 0 0 15px;
    color: #616A6E;
    background: url(/img/bullet_green_back.gif) no-repeat left 0.3em;
    font-weight: bold;
    text-decoration: none !important;
    float: left;
  }
  a.showResult:link , a.showResult:visited {
    margin: 10px 0;
    padding: 0 0 0 15px;
    color: #616A6E;
    background: url(/img/bullet_green.gif) no-repeat left 0.3em;
    font-weight: bold;
    text-decoration: none !important;
    float: right;
  }
  a.showResult, a.up {
    position: relative; left: -10px;
  }
}
@media screen {
  .up {
    float: right;
    margin: 0.4em 0 6px 250px;
    padding: 0 0 1px 16px;
    background: url(../img/symbol_up.gif) no-repeat 2px 0.3em;
    white-space: nowrap;
  }
  .searchDetail .up, .searchResult .up {
    padding-bottom: 0;
  }
}
@media screen {
  #submenu ul li a:link, #submenu ul li a:visited, #submenu ul li a:active, #submenu ul li a:hover {
    color: #000000;
    text-decoration: none;
  }
  #submenu {
    width: 185px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #submenu ul {
    width: 166px;
    padding: 7px 0 7px 0;
    margin: 0 0 0 19px;
    list-style: none;
    font-weight: normal;
  }
  #submenu ul li {
    width: 166px;
  }
  #submenu ul ul {
    width: 151px;
    padding: 0;
    margin: 0 0 0 15px;
  }
  #submenu ul ul li {
    width: 151px;
  }
  #submenu ul ul ul {
    width: 135px;
    padding: 0;
    margin: 0 0 0 10px;
  }
  #submenu ul ul ul li {
    width: 135px;
  }
  #submenu li a:link, #submenu li a:visited {
    width: 151px;
    display: block;
    padding: 0.1em 0 0.1em 15px;
  }
  #submenu li li a:link, #submenu li li a:visited {
    width: 141px;
    display: block;
    padding: 0.1em 0 0.1em 10px;
  }
  #submenu li {
    background: url(../img/pfeil_green.gif) no-repeat 5px 0.5em;
  }
  #submenu li li {
    background-position: 0 0.5em;
  }
  #submenu li.active, #submenu li.active {
    background-image: url(../img/bullet_green.gif);
    background-position: 0 0.4em;
    background-repeat: no-repeat;
  }
  #submenu li.active a:link, #submenu li.active a:visited {
    color: #616A6E;
  }
  #submenu li.active li a:link, #submenu li.active li a:visited {
    color: #000000;
  }
  #submenu li li.active a:link, #submenu li li.active a:visited {
    color: #616A6E !important;
  }
  #submenu li li.active li a:link, #submenu li li.active li a:visited {
    color: #000000 !important;
  }
  #submenu li li li.active a:link, #submenu li li li.active a:visited {
    color: #616A6E !important;
  }
  #submenu li li li.active li a:link, #submenu li li li.active li a:visited {
    color: #000000 !important;
  }
  #submenu li li.active, #submenu li li.active {
    background-image: url(../img/pfeil_green.gif);
    background-position: 0 0.5em;
    background-repeat: no-repeat;
  }
  #submenu li.path {
    background-image: url(../img/bullet_green.gif) !important;
    background-position: 0 0.3em;
    background-repeat: no-repeat;
  }
  #submenu li li.path {
    background-image: url(../img/pfeil_green.gif) !important;
    background-position: 0 0.5em;
    background-repeat: no-repeat;
  }
  #submenu li.path a:link, #submenu li.path a:visited {
    color: #616A6E;
  }
  #submenu li.path li a:link, #submenu li.path li a:visited {
    color: #000000;
  }
  #submenu li li.path a:link, #submenu li li.path a:visited {
    color: #616A6E;
  }
  #submenu li li.path li a:link, #submenu li li.path li a:visited {
    color: #000000;
  }
  #submenu li li li.path a:link, #submenu li li li.path a:visited {
    color: #616A6E;
  }
  #submenu li li li li.path a:link, #submenu li li li li.path a:visited {
    color: #616A6E;
  }
}

/* Styles for Contact Form */
#content .contact {
  margin-top: 20px;
}
#content .contact fieldset {
  margin: 0;
}
#content .contact table {
  width: 380px;
  float: left;
  margin: 10px 0 !important;
}
#content .contact table td {
  padding: 3px 5px 6px 0px;
  vertical-align: top;
  border: none !important;
}
#content .contact label {
  font-weight: bold;
  color: #333333;
}
#content .contact input {
  width: 290px;
  border: 1px solid #CCCCCC;
  background-color: #f0f0ec;
}
#content .contact select {
  width: 292px;
  border: 1px solid #CCCCCC;
  background-color: #f0f0ec;
}
#content .contact textarea {
  width: 290px;
  border: 1px solid #CCCCCC;
  background-color: #f0f0ec;
}
#content .contact input.button {
  position: relative;
  float: left;
  width: 80px;
  margin: 10px 10px 0 0;
  padding: 0 0 1px 20px;
  border: 0;
  text-align: left;
  cursor: pointer;
  color: #616a6e;
  font-weight: bold;
  background: url(../img/bullet_green.gif) no-repeat 7px center;
}
#content .contact .description {
  width: 170px;
  float: left;
  margin-top: 10px !important;
  margin-left: 10px !important;
}
#content .contact .star {
  position: absolute;
  margin-top: -3px;
  margin-left: 3px;
  color: #C40D81;
}
#content .contact .description .star {
  position: static;
}
#content .box .errorText {
  float: none;
  margin-top: 10px;
}

/* Styles for Tables */
#content table {
  border-collapse: collapse;
}
#content table td {
  padding: 1px 0;
  vertical-align: top;
}
table.productselector {
  margin: 20px 0;
  padding: 0;
  color: #C40D81;
  width: 100%;
}
table.productselector strong {
  color: #CA0984 !important;
}
table.productselector table {
  width: 237px;
  margin: 0 10px 0 0;
  padding: 0;
}
table.productselector table.phenomenon {
  width: 100%;
}
table.productselector td {
  vertical-align: top;
}
table.productselector td h4 {
  vertical-align: top;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
table.productselector table td.chkBox {
  width: 20px;
}
table.productselector ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
table.productselector li {
  margin: 0;
  padding: 0 0 0.3em 15px !important;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  background-image: url(../img/bullet_green_down.gif);
}
table.productselector .hr {
  margin: 1em 0 0 0 !important;
  width: 100%;
}
/* Styles for Tables Data */
table.data {
  border-collapse: collapse;
  font-size: 90%;
  margin-bottom: 1.2em;
}
table.data th {
  width: 50%;
  font-weight: normal;
  text-align: left;
  padding-right: 20px;
  vertical-align: top;
  border-bottom: 1px solid #E6F2EA;
}
table.data td {
  width: 50%;
  text-align: right;
  vertical-align: top;
  border-bottom: 1px solid #E6F2EA;
}

/* Styles for Tables (Agencies) */

.column1 {
  width: 50%;
  float: left !important;
}
.column2 {
  width: 50%;
  float: left !important;
}
.column1 table, .column2 table {
  border-collapse: collapse;
}
.column1 table td, .column2 table td {
  line-height: 1.3em;
  padding: 0;
}

/* Styles for Captcha */

#content .captchapict {
  margin: 0.5em 0 0.5em 0;
}
#content #inpCaptcha {
  width: auto;
  margin: 1em 0 0.5em 0;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#content #btnCaptchaRefresh {
  width: auto;
  margin: 0;
  border: 0;
  padding: 0 0 0 20px;
  background: url(../img/bullet_green.gif) no-repeat scroll 7px center;
  color: #616A6E;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
}

.home #main {
  padding: 0;
}

.box .box {
  border: none !important;
}

.teaser {
  border-bottom: 1px solid #CBCED1;
  border-left: 1px solid #CBCED1;
  border-right: 1px solid #CBCED1;
  border-top: none !important;
}

.teaser.last {
  border: 1px solid #CBCED1;
  margin-bottom: 10px;
}

.teaser.first {
  border-top: 1px solid  #CBCED1 !important;
}