/*generall definitions---------------------------------- */
.gardient {
  background: #f4f8fc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f8fc 0%, #dfebf3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fc), color-stop(100%, #dfebf3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fc 0%, #dfebf3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fc 0%, #dfebf3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fc 0%, #dfebf3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fc 0%, #dfebf3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fc", endColorstr="#dfebf3",GradientType=0 );
  /* IE6-9 */
}

.gadienty {
  background: #faf3e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faf3e2 0%, #f7e4a4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf3e2), color-stop(100%, #f7e4a4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #faf3e2 0%, #f7e4a4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #faf3e2 0%, #f7e4a4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #faf3e2 0%, #f7e4a4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #faf3e2 0%, #f7e4a4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faf3e2", endColorstr="#e0b750",GradientType=0 );
  /* IE6-9 */
}

.gardientwhite {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6edf4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6edf4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6edf4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6edf4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6edf4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e6edf4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e6edf4",GradientType=0 );
  /* IE6-9 */
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul {
  font-family: "OpenSansRegular", Verdana, sans-serif;
}

body, a {
  font-size: 15px;
  line-height: 22px;
  color: #24313B;
  text-decoration: none;
}

body.hgblue {
  background: url("../basic/hg_body.gif") 0 7px repeat-x;
}

#header {
  background: url("../basic/sig_res_960.gif") no-repeat;
}

#header .headaddress {
  text-align: right;
  padding: 39px 0 8px 0;
}

/*----layout---*/
#wrapper {
  margin-top: 41px;
  margin-bottom: 80px;
  background-color: #fff;
  border-top: 1px solid #cdcdcd;
}

/*typo-------------------*/
.small, .small p, .small a, .small .linkintern, .small span, .day, .size, .small li, .caption {
  font-size: 12px;
  line-height: 16px;
}

a:active, a:focus {
  outline: none;
  -moz-outline-style: none;
}

h1, h2, h3 {
  font-family: "AlegreyaRegular", Times, serif;
  font-weight: normal;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 1px;
}

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

.blue {
  font-weight: bold;
  font-family: "AlegreyaRegular", Verdana, Arial, sans-serif;
  color: #2A5781;
}

/*header navigation -------- */
#nav_head_new {
  height: 40px;
}

#nav_head_new ul, #nav_head_new li {
  margin: 0;
  padding: 0;
}

#nav_head_new ul.level_1 {
  width: 960px;
  height: 41px;
  border-bottom: 1px solid #828282;
  background-image: url("basic/hg_nav.gif");
  background-repeat: repeat-x;
}

#nav_head_new ul.level_1 li {
  height: 32px;
  float: left;
  display: inline-block;
}

#nav_head_new ul.level_1 {
  width: 960px;
  height: 41px;
  border-bottom: 1px solid #828282;
  background-image: url("../basic/hg_nav.gif");
  background-repeat: repeat-x;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#nav_head_new ul.level_1 li {
  padding-top: 7px;
  border-right: 1px solid #797979;
  font-size: 12px;
}

#nav_head_new a, #nav_head_new li strong {
  margin: 0 10px;
  font-weight: normal;
  font-size: 13px;
}

#nav_head_new a {
  text-decoration: none;
  color: #fff;
}
#nav_head_new a:hover {
  color: #18324A;
}

/*breadcrumb -------- */
.mod_breadcrumb {
  width: 960px;
  background-image: url("../basic/hg_crumb.gif");
  background-repeat: no-repeat;
  padding: 5px 0 5px 0;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #a0a0a0;
  margin: 0;
}
.mod_breadcrumb ul {
  list-style-type: none;
  padding: 0;
}
.mod_breadcrumb li, .mod_breadcrumb li a {
  float: left;
  color: #a0a0a0;
  padding: 0 2px;
  margin: 0;
}
.mod_breadcrumb li a:after {
  font-size: 10px;
  content: " >";
}

/* container -----------------------------------------------*/
#container {
  margin-top: 40px;
}

#main {
  width: 100%;
}
#main .inside {
  width: 662px;
}
#main h2 {
  margin-bottom: 0.3em;
  color: #656e80;
  line-height: 99%;
}
#main h1 {
  margin-bottom: 20px;
  color: #656e80;
  line-height: 34px;
}
#main h3 {
  color: #656e80;
  line-height: 99%;
  margin-bottom: 5px;
  font-size: 18px;
}
#main p {
  margin-bottom: 17px;
}
#main p, #main li {
  font-family: "AlegreyaRegular", Times, serif;
}
#main ul {
  list-style-type: disc;
}

.borderbottom {
  border-bottom: 1px solid #DEE1DC;
}

#main .headcv {
  background: url("../basic/hg_cvs.gif") repeat-y -3px -3px;
  padding: 15px 15px 7px 100px;
  margin: 15px 0;
}

#welcome {
  border: 1px solid #cdcdcd;
  padding: 20px 10px 15px 25px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* forms --------------------------------------------------*/
#contact {
  margin-top: 20px;
}

#contact label {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  color: #24313B;
  width: 90px;
  padding-top: 6px;
}

#contact input.text {
  height: 25px;
  padding-left: 2px;
}

#contact input {
  background-color: #ecf0f5;
  margin: 4px 0;
  width: 300px;
  border: 0px;
  border-bottom: 1px solid #E1E7ED;
  border: 1px solid #fff;
}

#contact textarea {
  margin: 4px 0;
}

#contact input:hover, #contact input.captcha:hover, #contact textarea:hover {
  border: 1px solid #d1deed;
}

#contact button {
  margin: 4px 0 0 110px;
}

/*right ---------------------------------------------------*/
#right .vig {
  padding: 10px 10px 15px 10px;
  margin-bottom: 20px;
}
#right .vig h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #656e80;
}
#right .vig a:before {
  content: "> ";
}
#right .vig a.mail:before {
  content: "";
}

.borderlbleft {
  border-left: 2px solid #656e80;
}

.borderyleft {
  border-left: 2px solid #E0B750;
}

.bordergleft {
  border-left: 2px solid #869350;
}

#right h2 {
  line-height: 120%;
  margin-bottom: 0.2em;
  color: #656e80;
}
#right ul {
  padding-left: 15px;
}
#right .cat_a, #right .cat_b {
  padding-left: 10px;
  margin-bottom: 20px;
}
#right ol li {
  margin-left: 10px;
}

#right .cat_a h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E0B750;
  margin-bottom: 8px;
  font-weight: normal;
}

#right .cat_b h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #869350;
  margin-bottom: 8px;
  font-weight: normal;
}

#right .portrait {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* footer --------------------------------------------------*/
#footer {
  margin: 30px 0 0 0;
  border-top: 3px solid #E1E7ED;
  border-bottom: 1px solid #DEE1DC;
}
#footer .inside {
  position: relative;
  text-align: center;
}
#footer a {
  color: #6787A5;
}
#footer a:hover {
  color: #18324A;
}
#footer nav {
  padding: 10px 0 35px 0;
  background-color: #F4F6F8;
  margin-bottom: 13px;
  text-align: center;
}
#footer nav ul {
  width: 925px;
  margin: 0 auto;
  list-style-type: none;
}
#footer nav ul li {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer nav ul a:after, #footer nav ul strong.active:after, #footer nav ul strong {
  content: " | ";
  font-weight: normal;
}
#footer nav ul a {
  color: #6787A5;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer nav ul a:hover {
  color: #18324A;
}
#footer nav ul a.last:after {
  content: "";
}

/*# sourceMappingURL=res_screen.css.map */
