/* general tags */
body, img, table, p, table, tr, td, div, p, h1, h2, h3, h4, h5, h6, span, a, form {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #323232;
  line-height: 15px;
  background-color: #e6e6e6;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
}

img {
  border: 0px;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

td {
  text-align: left;
  vertical-align: top;
}

h1{
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  color: #323232;
  margin-bottom : 20px;
}

.spacerruler_headline h1 {
  margin-bottom: 10px;
}

h2 {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #323232;
  margin-bottom : 13px;
}

h3 {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #323232;
  margin-bottom: 1em;
}

h4, h5, h6 {
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #323232;
  margin-bottom: 1em;
}


/* links */

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #323232;
  text-decoration: none;
}

a.on {
  color: #323232;
  text-decoration: none;
}

a.cross {
  color: #323232;
  text-decoration: underline;
}

a.rsaquo {
  color: #999;
  text-decoration: none;
  background: url(/images/rsaquo_a.gif) no-repeat 0px 4px;
  padding-left: 11px;
}

a.rsaquo:hover {
  color: #323232;
  background: url(/images/rsaquo_a_on.gif) no-repeat 0px 4px;
}

a.lsaquo {
  color: #999;
  text-decoration: none;
  background: url(/images/lsaquo_a.gif) no-repeat 0px 4px;
  padding-left: 11px;
}

a.lsaquo:hover {
  color: #323232;
  background: url(/images/lsaquo_a_on.gif) no-repeat 0px 4px;
}

a.rsaquowhite {
  color: #fff;
  text-decoration: none;
  background: url(/images/rsaquo_a_w.gif) no-repeat 0px 4px;
  padding-left: 11px;
}

a.rsaquowhite:hover {
  color: #fff;
  background: url(/images/rsaquo_a_w.gif) no-repeat 0px 4px;
}

a.remove {
  color: #999;
  text-decoration: none;
  background: url(/images/remove_a.gif) no-repeat 0px 1px;
  padding-left: 17px;
}

a.remove:hover {
  color: #323232;
  background: url(/images/remove_a_on.gif) no-repeat 0px 1px;
}

a.download {
  color: #999;
  text-decoration: none;
  background: url(/images/a_download.gif) no-repeat 0px 3px;
  padding-left: 16px;
}

a.download:hover {
  color: #323232;
  background: url(/images/a_download_on.gif) no-repeat 0px 3px;
}

a#gotocard {
  display: block;
  width: 139px;
  padding-left: 12px;
  height: 21px;
  padding-top: 3px;
  background: url(/images/but_gotocard.gif) no-repeat;
  color: white;
  float: right;
  margin-top: 3px;
  margin-right: 12px;
}

a#gotobookmark {
  display: block;
  width: 139px;
  padding-left: 12px;
  height: 21px;
  padding-top: 3px;
  background: url(/images/but_gotobookmark.gif) no-repeat;
  color: white;
  float: right;
  margin-top: 3px;
  margin-right: 12px;
}

a#gotobookmark:hover {
  background: url(/images/but_gotobookmark_on.gif) no-repeat;
}

#dv_info a {
  color: #323232;
  text-decoration: underline;
}

h3 a {
  color: #323232;
}

h3 a:visited {
  color: #323232;
}

h3 a:active {
  color: #323232;
}

h3 a:hover {
  color: #323232;
}


a.but_add {
  display: block;
  min-width: 105px;
  height: 21px;
  padding: 3px 25px 0px 25px;
  text-align: center;
  background: #969696 url(/images/bg_but_add.gif) no-repeat right center;
  color: white;
  border-radius: 21px;
  border: none;
}

a.but_add:hover {
   background-color: #5a5a5a;
}

a.but_back {
  display: block;
  min-width: 110px;
  height: 21px;
  padding: 3px 25px 0px 25px;
  text-align: center;
  background: #969696 url(/images/bg_but_back.gif) no-repeat left center;
  color: white;
  border-radius: 21px;
  border: none;
}

a.but_back:hover {
   background-color: #5a5a5a;
}

a.but_close {
  display: block;
  min-width: 105px;
  height: 21px;
  padding: 3px 25px 0px 25px;
  text-align: center;
  background: #969696 url(/images/bg_but_close.gif) no-repeat right center;
  color: white;
  border-radius: 21px;
  border: none;
}

a.but_close:hover {
   background-color: #5a5a5a;
}

a.but_continue {
  display: block;
  min-width: 110px;
  height: 21px;
  padding: 3px 25px 0px 25px;
  text-align: center;
  background: #969696 url(/images/bg_but_continue.gif) no-repeat right center;
  color: white;
  border-radius: 21px;
  border: none;
}

a.but_continue:hover {
   background-color: #5a5a5a;
}

a.but_download {
  display: block;
  min-width: 105px;
  height: 21px;
  padding: 3px 25px 0px 25px;
  text-align: center;
  background: #969696 url(/images/bg_but_download.gif) no-repeat right center;
  color: white;
  border-radius: 21px;
  border: none;
}

a.but_download:hover {
   background-color: #5a5a5a;
}

a.but_link {
  display: block;
  min-width: 105px;
  height: 21px;
  padding: 3px 25px 0px 25px;
  text-align: center;
  background: #969696;
  color: white;
  border-radius: 21px;
  border: none;
}

a.but_link:hover {
   background-color: #5a5a5a;
}


a.but_slidedown {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/images/but_slidedown.gif);
}

a.but_slidedown:hover {
  background-image: url(/images/but_slidedown_on.gif);
}

a.but_slideup {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/images/but_slideup.gif);
}

a.but_slideup:hover {
  background-image: url(/images/but_slideup_on.gif);
}

a.large_back {
  display: block;
  background: url(/images/a_large_back.gif) no-repeat right center;
}

a.large_back:hover {
  background: url(/images/a_large_back_on.gif) no-repeat right center;
}

a.large_continue {
  display: block;
  background: url(/images/a_large_continue.gif) no-repeat right center;
}

a.large_continue:hover {
  display: block;
  background: url(/images/a_large_continue_on.gif) no-repeat right center;
}

/* classes */
#frame .large, #frame .linotype {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

#frame .xlarge {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
}

.warn, #frame input.warn {
  color: red;
}

.new {
  color: red;
}

.white {
  color: white;
}

.black {
  color: #323232;
}

.gray {
  color: #999;
}

.invisible {
  background-color: #ffeeee;
}

.hidesubmit {
  display: none;
}

.cycle img, .cycle object {
  display: none;
  position: absolute;
}

.row_1 img {
  display: block;
}

.row_2  img {
  display: block;
}

.row_3 img {
  display: block;
}

.fixheight9em {
  height: 162px;
}

input.text {
  background-color: #fafafa;
  border-top: #c9c9c9 1px solid;
  border-left: #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
  border-bottom: #f7f8f8 1px solid;
  height: 20px;
  padding: 2px 10px 0px 6px;
  color: #999;
  font-family: verdana;
  font-size: 12px;
}

input.text2 {
  background-color: #fafafa;
  border-top: #c9c9c9 1px solid;
  border-left: #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
  border-bottom: #f7f8f8 1px solid;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px 0px 10px;
  color: #999;
  font-family: verdana;
  font-size: 12px;
}


input.checkbox {
  vertical-align: middle;
}

input.radio {
  vertical-align: middle;
}

input.image {
  margin-right: 11px;
  margin-bottom: 23px;
}

select.select {
  background-color: #fafafa;
  border-top: #c9c9c9 1px solid;
  border-left: #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
  border-bottom: #f7f8f8 1px solid;
  border-bottom: none;
  height: 25px;
  padding: 3px 0px 0px 6px;
  margin-right: 11px;
  margin-bottom: 23px;
  color: #999;
}

select.select2 {
  background-color: #fafafa;
  border-top: #c9c9c9 1px solid;
  border-left: #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
  border-bottom: #f7f8f8 1px solid;
  border-bottom: none;
  height: 29px;
  padding: 5px 0px 0px 6px;
  margin-right: 11px;
  margin-bottom: 23px;
  color: #999;
}

select.select option {
  padding-top: 2px;
  height: 22px;
} 

select.select2 option {
  padding-top: 2px;
} 

textarea.textarea {
  background-color: #fafafa;
  border-top: #c9c9c9 1px solid;
  border-left: #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
  border-bottom: #f7f8f8 1px solid;
  color: #999;
  padding: 15px;
  width: 412px;
  height: 268px;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
}

.imgtxt {
  position: relative;  
}

.bottom {
  position: absolute;
  bottom: 0px;
}

.border {
  border: 1px #ccc solid;
  padding: 32px 17px 20px 17px;
  margin-top: -1px;
}

.bordertop {
  border-top: 1px #ccc solid;
}

.sharegradient {
  border: 1px #ccc solid;
  padding: 32px 17px 20px 17px;
  background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 35%, #f9f9f9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#fcfcfc), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 35%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 35%,#f9f9f9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#fcfcfc 35%,#f9f9f9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 35%,#f9f9f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
  -moz-box-shadow: 0 0 4px #ddd;
  -webkit-box-shadow: 0 0 4px #ddd;
   box-shadow: 0 0 4px #ddd;
}

.sharebottom {
  padding-bottom: 10px;
  background: url(/images/bg_sharebottom2.png) no-repeat 3px bottom;
}

#frame .nobottomspacing {
  margin-bottom: 0;
  padding-bottom: 0;
}

#frame .spacerruler_small {
  margin-bottom: 8px;
}

#frame .spacerruler_oneline {
  margin-bottom: 1em;
}

#frame .spacerruler_medium {
  margin-bottom: 20px;
}

#frame .spacerruler_large {
  margin-bottom: 30px;
}

#frame .spacerruler_xlarge {
  margin-bottom: 44px;
}

#frame .spacerruler_xxlarge {
  margin-bottom: 62px;
}

#frame .spacerruler_xxxlarge {
  margin-bottom: 80px;
}

#frame .spacerruler_default, .spacerruler_default {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px;
}

#frame .spacerruler_headline {
  padding-top: 19px;
  border-top: 1px solid #cccccc;
  margin-top: 31px;
  height: 94px;
}

#frame .spacerruler_headline2 {
  margin-top: 31px;
  border-top: 1px solid #cccccc;
  padding-top: 19px;
  height: 125px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

#frame .spacerruler_headline3 {
  padding-top: 19px;
  border-top: 1px solid #cccccc;
  margin-top: 31px;
  margin-bottom: 27px;
}

#frame .spacerruler_subnav {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

#frame .spacerruler_s {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 6px;
}

#frame .spacerruler_sdot {
  padding-bottom: 11px;
  background: url(/images/bg_ruler_dot.gif) repeat-x left bottom;
  margin-bottom: 6px;
}

.spacerruler_popup {
  padding-bottom: 9px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 19px;
}

#frame .spacerruler_card {
  padding-bottom: 23px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}

#frame .spacerruler_notice {
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}

#frame .spacerruler_top {
  background: url(/images/bg_rulertop.gif) repeat-x;
  text-align: right;
  padding-top: 7px;
  height: 22px;
}

#frame .spacerruler_topless {
  background: url(/images/bg_h2.gif) repeat-x;
  text-align: right;
  padding-top: 7px;
  height: 21px;
}


#frame .spacerruler_col2_col {
  padding-bottom: 30px;
  background: url(/images/border_col_2.gif) no-repeat 0 bottom;
  margin-bottom: 32px;
}

#frame .spacerruler_col2_row {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px;
}

#frame .spacerrulertop {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  margin-top: 30px;
}


.spacerrulerpb0 {
  padding-bottom: 0px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.spacerruler_news {
  padding-bottom: 21px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}

h2.dir {
  margin: 0;
}

h2.dir a {
  display: block;
}

h2.spacerruler_h2 {
  margin-top: 3px;
  background: url(/images/bg_h2.gif) repeat-x;
  padding-top: 7px;
  height: 30px;
  margin-bottom: 26px;
}

h2.spacerruler_h2_2 {
  margin-top: 3px;
  background: url(/images/bg_h2_2.gif) repeat-x;
  padding-top: 7px;
  height: 53px;
  margin-bottom: 26px;
}

.searchresult_0 {
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: 0;
}

.searchresult_1 {
  padding: 10px 20px;
  margin: 0;
}

.searchresult_2 {
  padding: 10px 20px;
  margin: 0;
  background-color: #f5f5f5;
}

#frame ul.hyphen {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#frame ul.hyphen li {
  padding-left: 11px;
  text-indent: -5px;
}

#frame ul.hyphen li:before {
  content: "-";
  position: relative;
  left: -5px;
}

#frame ul.rsaquo {
  padding: 0;
  margin: 0;
  list-style: none;
}

#frame ul.rsaquo a {
  display: block;
  background: url(/images/rsaquo_a.gif) no-repeat 0px 5px;
  padding-left: 11px;
}

#frame ul.rsaquo a:hover, #frame ul.rsaquo a.on {
  background: url(/images/rsaquo_a_on.gif) no-repeat 0px 5px;
}

table.tags {
  margin-top: 2px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  padding-bottom: 9px;
  background: url(/images/bg_tags_bottom.gif) no-repeat left bottom;
} 

table.tags td {
  padding: 0 19px 0 49px;
  border-top: 1px white solid;
  height: 53px;
  border-bottom: 1px #d2d2d2 solid;
  background: url(/images/bg_tags_bullet.gif) no-repeat 12px 14px;
  vertical-align: middle;
}

table.tags tr {
  background: #f5f5f5;
}

table.tags tr:nth-child(even) {
  background: #eaeaea;
}

table.tags tr:first-child td {
  border-top: none;
}

table.tags tr:last-child td {
  border-bottom: none;
}

/* navigation */
#navmaintop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#navmaintop  li {
  display: block;
  height: 18px;
  overflow: hidden;
  padding-left: 18px;
  float: left;
}

#navmaintop  li a{
  color: #999;
}

#navmaintop  li a:hover {
  color: #323232;
}

#navmaintop  li a.on {
  color: #323232;
}

ul#navmainbottom {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

ul#navmainbottom li {
  display: block;
  overflow: hidden;
  float: left;
  padding-right: 30px;
}

ul#navmainbottom li.last {
  padding-right: 0px;
}

ul#navmainbottom li a {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 18px;
  color: #a0a0a0;
}

ul#navmainbottom li a:hover {
  color: #323232;
}

ul#navmainbottom li a.on {
  color: #323232;
}

#navtopdown_multiline {
  margin-top: 4px;
  margin-bottom: 20px;
  width: 886px;
  overflow: hidden;
  border-top: #ccc 1px solid;
  padding-right: 14px;
  background: url(/images/bg_navtopdown.gif) top left;
}

#navtopdown_multiline a {
  line-height: 27px;
  display: block;
  float: left;
  padding-right: 14px;
  background: url(/images/topdown_a.gif) top right no-repeat;
  margin-right: 7px;
}

#navtopdown {
  margin-top: 4px;
  margin-bottom: 20px;
  width: 900px;
  height: 26px;
  overflow: hidden;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

#navtopdown a {
  line-height: 26px;
  display: block;
  float: left;
  padding-right: 14px;
  background: url(/images/topdown_a.gif) right top no-repeat;
  margin-right: 7px;
}


#navpath {
  margin-bottom: 11px;
}

#navpath a, #navpath span {
  margin-right: 17px;
}

#footertop ul li a {
  color: #8c8c8c;
}

#footertop ul li a:hover {
  color: #323232;
}

#footertop ul li a.on {
  color: #323232;
}

ul#navfootertop {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#navfootertop li {
  display: block;
  overflow: hidden;
  float: left;
  padding-right: 19px;
}

ul#navfooterbottom {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#navfooterbottom li {
  display: block;
  overflow: hidden;
  float: left;
  padding-right: 19px;
}

ul#navfooterbottom li a {
  color: #8c8c8c;
}

ul#navfooterbottom li a:hover {
  color: #323232;
}

ul#navfooterbottom li a.on {
  color: #323232;
}

ul#navfooterfixed {
  position: absolute;
  right: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#navfooterfixed li {
  display: block;
  overflow: hidden;
  float: left;
  padding-right: 19px;
}

ul#navfooterfixed li a {
  color: #8c8c8c;
}

ul#navfooterfixed li a:hover {
  color: #323232;
}

ul#navfooterfixed li a.on {
  color: #323232;
}

ul.navtab {
  margin: 0;
  padding: 0;
  background: url(/images/1_cccccc.gif) repeat-x left bottom; 
  list-style: none;
}

ul.navtab li {
  margin-top: 1px;
  border: 1px #cccccc solid;
  display: block;
  padding: 6px 11px;
  margin-right: 5px;
  float: left;
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 90%, #dfdfdf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#fafafa), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 90%, #dfdfdf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 90%, #dfdfdf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 90%, #dfdfdf 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 90%, #dfdfdf 100%); /* W3C */
}

ul.navtab li:first-child {
  border-left: none;
}

ul.navtab li.on {
  background: none;
  border-bottom: 1px #fff solid;
}


/* grid" */
#frame {
  width: 970px;
  position: absolute;
  left: 50%;
  margin-left: -485px;
  padding-bottom: 30px;
}

#navmaintop {
  overflow: hidden;
  text-align: left;
  padding: 13px 35px 9px;
}

#container {
  background-color: #fff;
  width: 900px;
  padding: 30px 35px 66px;
}

#banner {
  height: 125px;
  overflow: hidden;
}

#footertop {
  background-color: #f5f5f5;
  width: 900px;
  padding: 35px;
  overflow: hidden;
}

#footerbottom {
  width: 900px;
  padding: 7px 35px;
  overflow: hidden;
}

#footerfixed {
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding-top: 6px;
  height: 24px;
  width: 100%;
  background-color: #e6e6e6;
  border-top:1px white solid;
}

#bg_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
}
/**
 * page elements 
 */
#footerfixed > div {
  position: absolute;
  width: 970px;
  left: 50%;
  margin-left: -485px
}

.t_infomaterial td {
  padding-bottom: 12px;
}

.t_infomaterial td input.text {
  width: 30px;
  padding: 2px 4px 0px 6px;
}

.t_select td {
  padding-bottom: 30px;
}

.t_select td.col_0 {
  width: 35px;
}

.t_select td.col_1 {
  width: 395px;
  padding-right: 20px;
}

.t_select td.col_2 {
  width: 35px;
}

.t_select td.col_3 {
  width: 415px;
}

.t_adresse td.col_0 {
  width: 275px;
  padding-right: 20px;
}

#t_terminuebersicht td {
  padding: 12px 0px;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
}

.t_seminarstamm {
  width: 900px;
  border-top: 1px #ccc solid;
}

.t_seminarstamm td {
  height: 73px;
  vertical-align: middle;
}

.t_seminarstamm td.title {
  width: 440px;
}

.t_seminartermine {
  border: 1px #ccc solid;
  width: 900px;
}

.t_seminartermine th {
  border-bottom: 1px #ccc solid;
  font-weight: normal;
  text-align: left;
  padding: 15px 0px 30px 0px;
}

.t_seminartermine td {
  padding-top: 17px;
}

.t_seminartermine td.ruler {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

.seminar_detail {
  background-color: #f5f5f5;
  padding: 24px 24px 10px 24px;
  display: none;
  margin-bottom: 35px;
}

.seminar_detail h2 {
  padding-bottom: 9px;
  border-bottom: 1px #c8c8c8 solid;
  margin-bottom: 11px;
}

.seminar_detail p + h2, .seminar_detail ul + h2  {
  margin-top: 30px;
}

#frame .faq_col_2_1 ul {
  list-style: none;
  margin-left: 0;
}

.faq_col_2_1 ul a {
  display: block;
  background: url(/images/rsaquo_a.gif) no-repeat 0px 5px;
  padding-left: 11px;
}

.faq_col_2_1 ul a:hover, .faq_col_2_1 ul a.on {
  background: url(/images/rsaquo_a_on.gif) no-repeat 0px 5px;
}

#bgfiller_shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 150;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: gray;
  display: none;
}

#bgfiller_shadow2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 150;
  opacity: .80;
  filter: alpha(opacity=80);
  background-color: gray;
}

#iframe_recommend {
  position: fixed;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -301px;
  margin-top: -285px;
  z-index: 151;
  border: 0;
  padding: 20px 25px 0px 25px;
  width: 552px;
  height: 537px;
}

.popup_alert, #popup_confirm {
  display: none;
  position: fixed;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -301px;
  margin-top: -85px;
  z-index: 151;
  border: 0;
  padding: 25px;
  width: 552px;
}


/**
 * rows and cols 
 */

.row_0 {
  background-color: #f5f5f5;
  padding: 10px 35px 35px;
  margin-bottom: 35px;
  width: 900px;
  margin-left: -35px;
}

.row_0 h1, .row_0 h2 {
  color: #999;
}

/* one column */
.row_1 {
  width: 900px;
  overflow: hidden;
  margin-bottom: 0px;
}

.row_1 div img {
}

.row_1 div.pe_icons img {
  display: inline;
}

.col_1_imgtxt {
  position: relative;
}

.col_1_imgtxt h1 {
  margin-bottom: 7px;
}

.col_1_imgtxt h2, .col_1_imgtxt h3, .col_1_imgtxt p {
  margin-bottom: 0;
}

.col_1_imgtxt_nw {
  position: absolute;
  padding: 20px;
  left: 0px;
  top: 0px;
}

.col_1_imgtxt_ne {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 860px;
  left: 0px;
  top: 0px;
}

.col_1_imgtxt_sw {
  position: absolute;
  padding: 20px;
  bottom: 0px;
  left: 0px;
}

.col_1_imgtxt_se {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 860px;
  bottom: 0px;
  left: 0px;
}

/* designvariants intro */
.row_1_dvintro {
  margin-bottom: -1px;
  padding: 17px;
  width: 864px;
  border: 1px #ccc solid;
}

.col_2_0_dvintro {
  float: left;
  width: 421px;
  padding-right: 20px;
}

.col_2_1_dvintro {
  float: left;
  width: 421px;
}

/* two columns */
.row_2 {
  width: 900px;
  overflow: hidden;
}

.row_2 .imgtxt {
  margin-bottom: 3px;
}

.row2 .imgtxt h2 {
  position: absolute;
  left: 20px;
  top: 16px;
}

.row_2 .galzoom {
  position: absolute;
  right: 10px;
  top: 10px;
}

.col_2_0 {
  width: 444px;
  padding-right: 12px;
  overflow: hidden;
  float: left;
}

.col_2_1 {
  width: 444px;
  overflow: hidden;
  float: left;
}

.col_2_imgtxt {
  position: relative;
}

.col_2_imgtxt h1, .col_2_imgtxt h2, .col_2_imgtxt h3, .col_2_imgtxt p {
  margin-bottom: 0;
}

.col_2_imgtxt_nw {
  position: absolute;
  padding: 20px;
  left: 0px;
  top: 0px;
}

.col_2_imgtxt_ne {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 404px;
  left: 0px;
  top: 0px;
}

.col_2_imgtxt_sw {
  position: absolute;
  padding: 20px;
  bottom: 0px;
  left: 0px;
}

.col_2_imgtxt_se {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 404px;
  bottom: 0px;
  left: 0px;
}

/* technical data table inside col_2 column */
.data_row_2 {
  width: 444px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.data_row_2_last {
  width: 444px;
}

.data_col_2_0 {
  width: 212px;
  padding-right: 10px;
  float:left
}

.data_col_2_1 {
  width: 212px;
  padding-right: 10px;
  float:left
}

.faq_col_2_0 {
  width: 672px;
  float: left;
  margin-right: 26px;
}

.faq_col_2_1 {
  width: 202px;
  float: left;
}

/* info and teaser col */

/* three columns */
.row_3 {
  width: 900px;
  overflow: hidden;
}

.row_3 .col_3_0 {
  float: left;
  width: 290px;
  padding-right: 15px;
  overflow: hidden;
}

.row_3 .col_3_1 {
  float: left;
  width: 290px;
  padding-right: 15px;
  overflow: hidden;
}

.row_3 .col_3_2 {
  float: left;
  width: 290px;
  overflow: hidden;
}

.col_3_imgtxt h1, .col_3_imgtxt h2, .col_3_imgtxt h3, .col_3_imgtxt p {
  margin-bottom: 0;
}

.col_3_imgtxt_nw {
  position: absolute;
  padding: 20px;
  top: 0px;
  left: 0px;
}

.col_3_imgtxt_ne {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 250px;
  top: 0px;
  left: 0px;
}

.col_3_imgtxt_sw {
  position: absolute;
  padding: 20px;
  bottom: 0px;
  left: 0px;
}

.col_3_imgtxt_se {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 250px;
  bottom: 0px;
  left: 0px;
}


/* teaser */
.row_3_teaser {
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  width: 900px;
  overflow: hidden;
  margin-top: -1px;
}

.row_3_teaser .bottom {
  position: absolute;
  bottom: 18px;
}

.row_3_teaser .col_3_0 {
  position: relative;
  border-right: 1px #ccc solid;
  padding: 12px 18px 10px;
  width: 263px;
  height: 218px;
  overflow: hidden;
  float: left;
}

.row_3_teaser .col_3_1 {
  position: relative;
  border-right: 1px #ccc solid;
  padding: 12px 18px 10px;
  width: 263px;
  height: 218px;
  overflow: hidden;
  float: left;
}
.row_3_teaser .col_3_2 {
  position: relative;
  padding: 12px 18px 10px;
  width: 263px;
  height: 218px;
  overflow: hidden;
  float: left;
}

.row_3_teaser p.h7em {
  height: 122px;
  overflow: hidden;
  margin-bottom: 0;
}

.row_3_teaser p.h8em {
  height: 144px;
  overflow: hidden;
  margin-bottom: 0;
}

/* four columns */
.row_4 {
  width: 900px;
  overflow: hidden;
}

.col_4_0 {
  width: 216px;
  padding-right: 12px;
  overflow: hidden;
  float: left;
}

.col_4_1 {
  width: 216px;
  padding-right: 12px;
  overflow: hidden;
  float: left;
}

.col_4_2 {
  width: 216px;
  padding-right: 12px;
  overflow: hidden;
  float: left;
}

.col_4_3 {
  width: 216px;
  overflow: hidden;
  float: left;
}

.col_4_imgtxt h1, .col_4_imgtxt h2, .col_4_imgtxt h3, .col_4_imgtxt p {
  margin-bottom: 0;
}

.col_4_imgtxt_nw {
  position: absolute;
  padding: 20px;
}

.col_4_imgtxt_ne {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 176px;
  top: 0px;
  left: 0px;
}

.col_4_imgtxt_sw {
  position: absolute;
  padding: 20px;
  bottom: 0px;
  left: 0px;
}

.col_4_imgtxt_se {
  position: absolute;
  padding: 20px;
  text-align: right;
  width: 176px;
  bottom: 0px;
  left: 0px;
}

/* subnav */
.col_4 {
  float: left;
  overflow: hidden;
  padding-right: 12px;
  width: 216px;
}

#footertop div.row_4 div.last, .submenue div.row_4 div.last {
  padding-right: 0px;
}

.col_4 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.col_4 ul a {
  display: block;
  background: url(/images/rsaquo_a.gif) no-repeat 0px 5px;
  padding-left: 11px;
}

.col_4 ul a:hover, .col_4 ul a.on {
  background: url(/images/rsaquo_a_on.gif) no-repeat 0px 5px;
}

.col_2_2_0 {
  width: 216px;
  padding-right: 12px;
  float:left;
}

.col_2_2_1 {
  width: 216px;
  float:left;
}

.teaser_row_4 {
  height: 168px;
  overflow: hidden;
}

.teaser_col_4 {
  float: left;
  border: 1px solid #ccc;
  border-right: none;
  width: 224px;
  overflow: hidden;
}

.teaser_col_4 img {
  position: absolute;
}

.teaser_col_4_imgtxt {
  position: relative;
  height: 166px;
}

.teaser_col_4_imgtxt h1, .teaser_col_4_imgtxt h2, .teaser_col_4_imgtxt h3 {
  margin-bottom: 0;
}

.teaser_col_4_imgtxt_nw {
  position: absolute;
  padding: 6px 10px;
}

.teaser_col_4_imgtxt_ne {
  position: absolute;
  padding: 6px 10px;
  text-align: right;
  width: 204px;
}

.teaser_col_4_imgtxt_sw {
  position: absolute;
  padding: 6px 10px;
  bottom: 0px;
}

.teaser_col_4_imgtxt_se {
  position: absolute;
  padding: 6px 10px;
  text-align: right;
  width: 204px;
  bottom: 0px;
}

.teaser_col_4:hover .teaser_col_4_over {
  display: block;
  cursor: pointer;
}

.teaser_col_4_over {
  display: none;
  position: absolute;
  width: 225px;
  height: 166px; 
  background-image:url(/images/teaser_col_4_over.gif);
}

/* download */
.download_gray {
  width: 397px;
  padding: 8px 0 10px 0px;
  background-color: #f5f5f5;
}

.download_white {
  width: 397px;
  padding: 8px 0 10px 0px;
}

.download_gray a {
  display: block;
  min-height: 28px;
  background: url(/images/icon_download.gif) no-repeat 12px 4px;
  color: #323232;
  padding-left: 47px;
}

.download_white a {
  display: block;
  min-height: 28px;
  background: url(/images/icon_download.gif) no-repeat 12px 4px;
  color: #323232;
  padding-left: 47px;
}

.download_gray a:hover {
  color: #323232;
}

.download_white a:hover {
  color: #323232;
}

#gototop {
  float: right;
}

#gsearch {
  width: 158px;
  float: right;
  margin: 0;
}

#notepad {
  float: right;
  background-color: #9f9c97;
  height: 22px;
  padding-top: 2px;
  padding-left: 10px;
  margin-top: 1px;
  margin-right: 10px;
  color: #fff;
  width: 141px;
  background: url(/images/bg_notepad.gif) no-repeat;
}

#card {
  float: right;
  height: 22px;
  padding-top: 2px;
  padding-left: 10px;
  margin-top: 1px;
  margin-right: 10px;
  color: #fff;
  width: 141px;
  background: url(/images/bg_card.gif) no-repeat;
}

#giralogo {
  margin-bottom: 56px;
}

#footertop h2 {
  margin-bottom: 2px;
}

/* shared */
#navrow {
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 32px;
}

#navrow a {
  margin-right: 14px;
}

#navrow span {
  color: #999;
  margin-right: 14px;
}

#navrowleft {
  width: 600px;
  float: left;
}

#navrowright {
  float: left;
  width: 300px;
  text-align: right;
}

#sm_navrow_teilen {
  position: absolute;
  right: 80px;
  bottom: 10px;
  z-index: 100;
  padding: 10px 0 0 10px;
  width: 99px;
  height: 108px;
  background: url(/images/bg_teilen.png) no-repeat 0px 0px;
  text-align:left;
  visibility: hidden;
}

#sm_navrow_teilen img {
  vertical-align: middle;
  margin-bottom: 5px;
}

/* designvarianten */
#designvariante {
  border: 1px #ccc solid;
  width: 898px;
  margin-bottom: 24px;
}

#dv_panel {
  position: relative;
  width: 898px;
  height: 479px;
  overflow: hidden;
}

#dv_image {
  position: absolute;
  cursor: pointer;
}

#dv_image_zoom {
  position: absolute;
}

#dv_icons {
  position: absolute;
  background-color: #fff;
  top: 15px;
  right: 12px;
  width: 96px;
  height: 32px;
  opacity: .95;
  filter: alpha(opacity=95);
}

#dv_zoom_in {
  position: absolute;
  top: 0px;
  right: 64px;
  cursor: auto;
  border: 3px white solid;
}

#dv_zoom_out {
  position: absolute;
  top: 0px;
  right: 32px;
  cursor: pointer;
  border: 3px white solid;
}

#dv_zoom_full {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  border: 3px white solid;
}

#dv_fs_panel {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
}

#dv_fs_image {
  position: absolute;
  cursor: pointer;
}

#dv_fs_zoom_in {
  position: absolute;
  top: 15px;
  right: 76px;
  cursor: auto;
  border: 3px white solid;
}

#dv_fs_zoom_out {
  position: absolute;
  top: 15px;
  right: 44px;
  cursor: pointer;
  border: 3px white solid;
}

#dv_fs_zoom_fullclose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border: 3px white solid;
}

#dv_navigation {
  width: 898px;
  height: 58px;
  border-top: 1px #ccc solid;
}

#dv_pre {
  float: left;
  background-image: url(/images/dv_pre.gif);
  display: block;
  width: 34px;
  height: 58px;
}

#dv_info {
  float: left;
  padding-top: 7px;
  padding-left: 24px;
  height: 51px;
  width: 390px;
  border-left: 1px #ccc solid;
}

#dv_price {
  float: left;
  padding-top: 7px;
  padding-right: 24px;
  height: 51px;
  width: 390px;
  text-align: right;
  border-right: 1px #ccc solid;
}

#dv_next {
  float: left;
  background-image: url(/images/dv_next.gif);
  width: 34px;
  height: 58px;
  display: block;
}

.dv_col_4 {
  float: left;
  width: 203px;
  padding: 0 9px 0 12px;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  cursor: pointer;
}

.dv_col_4:hover {
  background-color: #f5f5f5;
}

.dv_col_4_img {
  height: 249px;
}

body.nl_NL .dv_col_4_clip, body.nl_BE .dv_col_4_clip, body.fr_BE .dv_col_4_clip, body.en_INT .dv_col_4_clip  {
  margin-bottom: 2em;
}

.dv_col_4_clip {
  min-height: 36px;
  overflow: hidden;
}

.dv_col_4_info {
}

body.nl_NL .dv_col_4_price, body.nl_BE .dv_col_4_price, body.fr_BE .dv_col_4_price, body.en_INT .dv_col_4_price  {
  display: none;
}

.dv_col_4_price {
  margin-top: 8px;
  border-top: 1px #ccc solid;
  padding-top: 8px;
  height: 27px;
}

/* article */
.card_info_row {
  width: 634px; 
  border:1px #ccc solid;
  padding:18px;
  margin-top:-1px;
}

.card_add_col_0 {
  float: left;
  padding-right: 35px;
  width: 444px;
}

.card_add_col_1 {
  float: left;
  text-align: left;
  width: 58px;
}

.card_add_col_2 {
  float: left;
  text-align: right;
  width: 97px;
}

/* warenkorb */
.card_border {
  border: 1px #ccc solid;
  padding: 12px 17px 10px 17px;
  margin-top: -1px;
}

.card_row  {
}

.card_row div {
  float: left;
}

.card_col_0 {
  width: 400px;
  padding-right: 175px;
}

.card_col_1 {
  width: 140px;
}

.card_col_1_0 {
  width: 72px;
  text-align: right;
}

.card_col_1_1 {
  width: 68px;
  margin-bottom: 23px;
  text-align: right;
}

.card_col_1_1 .ez-checkbox {
  margin-left: 35px;
}

.card_col_2 {
  width: 149px;
  text-align: right;
}

.card_col_12 {
  width: 289px;
}

.card_spacerruler {
  padding-bottom: 23px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}

.card_spacerruler_black {
  padding-bottom: 23px;
  border-bottom: 1px solid #323232;
  margin-bottom: 12px;
}

.card_spacerruler_sum {
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
}

.card_row input.text {
  width: 23px;
  color: #323232;
  margin-top: -4px;
}

.card_row input.checkbox {
}

.card_teaser {
  height: 300px;
  background-color: #fafafa;
  margin-bottom: 8px;
  cursor: pointer;
}

.submenue {
  position: absolute;
  top: 130px;
  left; 0px;
  border: 1px #ccc solid;
  border-top: none;
  background-color: #f5f5f5;
  padding: 40px 34px 20px 34px;
  width: 900px;
  z-index: 1;
  display: none;
}

/* download */
.download_row {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 6px;
}

.download_row div {
  float:left;
}

.download_col0 {
  width: 435px;
  padding-right: 20px;
}

.download_col1 {
  width: 95px;
  padding-right: 20px;
}

.download_col2 {
  width: 95px;
  padding-right: 20px;
}

.download_col3 {
  width: 95px;
  padding-right: 20px;
}

.download_col4 {
  padding-left: 26px;
  width: 74x;
}

.download_col4 img {
  border: 1px solid #ccc;
}

.row_2 ul {
  margin: 0 0 1em 19px;
  padding: 0;
}

.row_2 ol {
  margin: 0 0 1em 19px;
  padding: 0;
}

.sm_thumb {
  width: 74px;
  min-height: 101px;
  padding-left: 20px;
  float: right;
  overflow: hidden;
}

.sm_thumb img {
  border: 1px #ccc solid;
  display:block;
}

#kinospot {
  position: relative;
  height:  510px;
  width: 900px;
}
#kinospotimg {
  position: absolute;
}
#kinospotplay {
  width: 84px;
  height: 84px;
  background: url('/projekktor/start_900.png') no-repeat 0 0;
  cursor: pointer;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

#kinospotplay:hover {
  background: url('/projekktor/start_900.png') no-repeat 0px -84px;
}

/* Clearfix workaround */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


.dfbcatcheye {
  display: none;
}


/* special teaser */
#teaser_cart {
  float: right;
}

#teaser_cart h2 {
  display: block;
  background: url(/images/icon_card.gif) no-repeat right 4px;
}

/* sliderbox */
.sliderbox {
  position: relative;
  overflow: hidden;
}

.sliderpanel {
  position: absolute;
}

.sliderel {
  float: left;
  display: block;
}

.sliderleft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  background: url('../images/icon_left.gif') no-repeat 14px center;
  display: none;
  cursor: pointer;
}

.sliderright {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  background: url('../images/icon_right.gif') no-repeat 18px center;
  display: none;
  cursor: pointer;
}

.sliderleft:hover {
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: white;
}

.sliderright:hover {
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: white;
}

/* interview */
div.interview {
  position: relative;
  padding: 25px 35px 15px 35px;
  background: url(/images/bg_swipe_top.gif) repeat-x;
  margin-left: -35px;
  width: 900px;
  background-color: #f5f5f5;
}

div.interview_bottom {
  width: 900px;
  padding: 0 35px;
  height: 45px;
  overflow: hidden;
  margin-left: -35px;
  background: url(/images/bg_swipe_bottom.gif) #fff repeat-x;
}

/* mbg */
.mbg_iv, .mbg_iv2 {
  padding-top: 10px;
}

.mbg_iv p.question, .mbg_iv2 p.question {
  margin: 0;
  color: #323232; 
}

.mbg_iv p.answer, .mbg_iv2 p.answer  {
  color: #999; 
}

.mbg_iv p.quote, .mbg_iv2 p.quote {
  margin: 30px 0 0;
  border-top: 1px #ccc solid;
  padding-top: 20px;
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
}

.mbg_iv p.signatur, .mbg_iv2 p.signatur {
  padding-bottom: 25px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 20px;
  font-family: verdana;
  line-height: 15px;
  font-size: 12px;
  line-height: 18px;
}

.mbg_iv_col_2_0 {
  float: left;
  width: 575px;
  padding-right: 25px;
  overflow: hidden;
}

.mbg_iv_col_2_1 {
  float: left;
  width: 300px;
  overflow: hidden;
  margin-top: 15px;
  border-top: 1px #ccc solid;
  padding-top: 12px;
}

.mbg_teaser {
  border: 1px #ccc solid;
  padding: 15px 11px 10px 11px; 
  width: 276px;
  overflow: hidden;
}

.mbg_teaser h2 {
  color: #999;
}

.mbg_teaser h2 + p {
  margin-top: -3px;
}

/* news */
.news_col_2_0 {
  float: left;
  width: 585px;
  padding-right: 15px;
  overflow: hidden;
}

.news_col_2_1 {
  float: left;
  width: 300px;
  overflow: hidden;
}

.news_row_2_0 {
  width: 585px;
  overflow: hidden;
}

.news_col_2_0_0 {
  width: 108px;
  margin-right: 13px;
  overflow: hidden;
  float: left;
}

.news_col_2_0_1 {
  width: 464px;
  overflow: hidden;
  float: left;
}

.news_col_2_0_0 img {
  margin-top: 3px;
}

.news_col_2_0_1 h3 {
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #999;
}


/* swipe */
div.swipeframe {
  position: relative;
  padding: 10px 35px 0px 35px;
  background: url(/images/bg_swipe_top.gif) repeat-x;
  margin-left: -35px;
  width: 900px;
  height: 621px;
  background-color: #f5f5f5;
}

div.swipe {
  width: 900px;
}

div.swipe ul {
  margin: 0;
  padding: 0;
}

div.swipe li {
  margin: 0;
  padding: 0;
}

div.swipe ul li div {
  height: 580px;
}

.swipepos {
  padding-top: 10px;
  text-align: center;
  font-family: verdana;
}

.swipepos em.on {
  color: #323232;
}

.swipepos em {
  font-size: 16px;
  color: #ccc;
  padding: 0 2px;
}

.swipeprev {
  position: absolute;
  font-size: 24px;
  bottom: 20px;
  left: 35px;
}

.swipenext {
  position: absolute;
  font-size: 24px;
  bottom: 20px;
  right: 35px;
}

/* carousel */
.carousel {
  position: relative;
  overflow: hidden;
}

.carousel_panel {
  position: absolute;
  overflow: hidden;
}

.carousel_element {
  position: absolute;
  overflow: hidden;
  display: none;
}

.carousel_left {
  position: absolute;
  left: 0px;
  width: 50px;
  cursor: pointer;
  display: none;
  background: url(/images/previous.png) no-repeat center center;
}

.carousel_right {
  position: absolute;
  right: 0px;
  width: 50px;
  cursor: pointer;
  display: none;
  background: url(/images/next.png) no-repeat center center;
}

.carousel_bg {
  position: absolute;
  left:0;
  top: 0;
  width: 50px;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}


/* Easy Select Box */
#container .easy-select-box {
  position: relative;
  background: url(/images/bg_select.gif) #fafafa no-repeat right 10px;
  border-top: #c9c9c9 1px solid;
  border-left: #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
  border-bottom: #f7f8f8 1px solid;
  height: 20px;
  padding: 2px 22px 0px 6px;
  color: #999;
  margin: 0px;
}

#container .sellarge .easy-select-box {
  height: 23px;
  padding-top: 5px;
}

#container .easy-select-box .easy-select-box-disp,
#container .easy-select-box .easy-select-box-disp:visited {
  color: #999;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#container .warn .easy-select-box .easy-select-box-disp {
  color: red;
}
#container .easy-select-box .easy-select-box-disp:hover {
  position: relative;
  text-decoration: none;
}

#container .easy-select-box ul{
  position: absolute;
  top: 100%;
  left: 0;
  border-top: #c9c9c9 1px solid;
  border-left: #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
  border-bottom: #f7f8f8 1px solid;
  display: none;
  z-index: 99;
  overflow: auto;
  list-style: none;
  width: 100%;
  margin: 0 0 0 -1px;
  padding: 0;
  overflow: hidden;
}

#container .easy-select-box ul li {
  padding-right: 6px;
  background-color: #fcfdfd;
}

#container .easy-select-box ul li a,
#container .easy-select-box ul li a:visited {
  padding: 1px 0px 1px 6px;
  background-color: #fcfdfd;
  display: block;
  color: #323232;
  cursor: default;
  overflow: hidden;
}
#container .easy-select-box ul li a:hover {
  background: #9f9b97;
  color: #fff;
  text-decoration: none;
}

/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
  display: block;
  float: left;
  width: 29px;
  height: 24px;
	background: transparent url(/images/but_checkbox.gif) 0 0 no-repeat;
	display:inline-block;
}

.ez-radio {
  display: block;
  float: left;
  width: 29px;
  height: 24px;
	background: transparent url(/images/but_radio.gif) 0 0 no-repeat;
	display:inline-block;
}

.ez-label {
  display: block;
  padding: 2px 0 0 38px;
}

.ez-checked { background-position: 0 -24px; }
.ez-selected { background-position: 0 -24px; }

.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }

/**
 * deprecated
 */
.h2 {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #999;
}

a.h1 {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  color: #323232;
  display: block;
  color: #999 !important;
  text-decoration: none !important;
}

a.h1:hover {
  color: #323232 !important;
}

a.h2 {
  font-family: 'LinotypeUniversW01-Medi 723679', verdana;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #323232;
  display: block;
  color: #999 !important;
  text-decoration: none !important;
}

a.h2:hover {
  color: #323232 !important;
}


#frame div.spacer_zero {
  margin-bottom: 0px;
}

#frame input.spacer_zero {
  margin-bottom: 0px;
}
#frame div.spacer_radio {
  margin-bottom: 12px;
}

#frame div.spacer_xs {
  margin-bottom: 8px;
}

#frame div.spacer_s {
  margin-bottom: 15px;
}

#frame .spacer_m {
  margin-bottom: 36px;
}

#frame div.spacer_l {
  margin-bottom: 41px;
}

#frame div.spacer_xl {
  margin-bottom: 54px;
}

#frame div.spacer_xxl {
  margin-bottom: 66px;
}

.row_3_teaser .col_3 {
  position: relative;
  border-right: 1px #ccc solid;
  padding: 21px 18px;
  width: 263px;
  height: 198px;
  overflow: hidden;
  float: left;
}

a.card_continue {
  display: block;
  width: 289px;
  height: 21px;
  background: url(/images/but_continue_289.gif);
  text-align: center;
  padding-top: 3px;
  color: white;
}

a.card_gray_138 {
  display: block;
  width: 138px;
  height: 21px;
  background: url(/images/but_gray_138.gif);
  text-align: center;
  padding-top: 3px;
  color: #323232;
}

a.addcard {
  display: block;
  width: 255px;
  height: 21px;
  padding-top: 3px;
  background: url(/images/but_addcard.gif) no-repeat;
  text-align: center;
  color: white;
}

a.download_ {
  display: block;
  float: left;
  width: 152px;
  height: 21px;
  padding-top: 3px;
  background: url(/images/but_download.gif) no-repeat;
  text-align: center;
  color: white;
  margin-right: 14px;
}

a.download_lang {
  display: block;
  float: left;
  width: 205px;
  height: 21px;
  padding-top: 3px;
  background: url(/images/but_continue_205.gif) no-repeat;
  text-align: center;
  color: white;
}

a.rsaquowhiteblue {
  color: white;
  background: url(/images/rsaquo_a_wb.gif) no-repeat 0px 4px;
  padding-left: 11px;
}

a.rsaquowhiteblue:hover {
  color: #323232;
}


#ac_frame {
  background-color: #fff;
  padding: 35px;
}

#ac_buttons {
  text-align: center;
}

#ac_buttons form {
  display: inline-block;
}

#ac_buttons form a {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
}

/* buttons */
a.but {
  display: block;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  border: none;
  font-size: 12px;
  line-height: 30px;
  color: white;
  background-color: #969696;
  background-repeat: no-repeat;
  background-position: right 12px center;
}

a.but:hover {
  background-color: #5a5a5a;
  background-position: right 12px center;
}

a.but.b_final,
a.but.b_final:hover {
  background-color: #87b400;
}


