/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

* {
  font-family: "Segoe WPC","Segoe UI",Helvetica, Arial, Verdana, "Arial Unicode MS", Sans-Serif;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  color: #333333;  
}

html {
  height: 100%;
  border: 0px none;
}

body {
  margin: 0px;
  height: 100%;
  border: 0px none;
  background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

a {
  text-decoration: underline;
}

a:hover {
  color: #E12129;
}

/* ------------------------------------------------------------------------- */

a.link {
  display: block;
  float: left;
  margin-right: 24px;

  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

a.slct {
  color: #E12129;
}

a.unsl {
}

a.unsl:hover {
  color: #E12129;
}

/* ------------------------------------------------------------------------- */

a.link_sub {
  display: block;
  float: left;
  margin-right: 19px;

  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

a.slct_sub {
  color: #E12129;
}

a.unsl_sub {
}

a.unsl_sub:hover {
  color: #E12129;
}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

a.actn_head {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-top: 48px;
	background-repeat: no-repeat;
	background-position: center center;
}

a.phne {
  background-image: url(../img/actn_phne.gif);
}

a.phne:hover {
  background-image: url(../img/actn_hovr_phne.gif);
}

a.mail {
  background-image: url(../img/actn_mail.gif);
}

a.mail:hover {
  background-image: url(../img/actn_hovr_mail.gif);
}

a.impr {
  background-image: url(../img/actn_impr.gif);
}

a.impr:hover {
  background-image: url(../img/actn_hovr_impr.gif);
}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

div.main {
  width: 896px;
  height: 100%;
  margin-left: auto;
	margin-right: auto;
}

div.bord {
  float: left;
  width: 1px;
  height: 100%;
  background-image: url(../img/border.gif);
}

div.innr {
  float: left;
  width: 894px;
  height: 100%;
}

div.head {
  width: 100%;
  height: 108px;
}

div.navb {
  width: 100%;
  height: 31px;
  border-bottom: 1px solid #DEDEDE;
}

div.nvbs {
  width: 100%;
  height: 60px;
  padding-top: 6px;
}

div.opnr {
  position: relative;
  width: 100%;
  height: 289px;
}

div.opnr_blck {
  position: absolute;
  /* right: -2px; */
  /* width: 385px; */
  width: 338px;
  right: 38px;
  z-index: 200;
  /*
  opacity:0.95;
  filter: alpha(opacity=95);
  -moz-opacity:0.95;
  */
  height: 289px;
  background-color: #E12129;
}

div.cont {
  width: 100%;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 40px;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  text-align: left;
}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

img.logo {
  float: left;
  margin-top: 38px;
}

img.opnr_imge {
  position: absolute;
  z-index: 100;
}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

p {
  margin-top: 26px;
  margin-left: 40px;
  margin-right: 40px;
}

p.cont_text {
  margin-top: 26px;
  margin-left: 40px;
  margin-right: 40px;
}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

h2 {
  margin: 0px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;

  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: white;
}

h3 {
  margin: 0px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;

  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: white;
}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

.nospam {
  display: none;
}

strong {
  font-weight: normal;
}
