* {
  margin: 0;
  padding: 0;
}
.bold {
  font-weight: bold;
}
body {
  background: #000 url('../img/layout/background.jpg') left top repeat-x;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.8em;
  color: #9b9b9b;
}
img, div, a, input { 
  _behavior: url('../css/iepngfix.htc');
}
#div_container {
  width: 958px;
  /* height: 958px; */
  margin: 30px auto 10px;
  background: #383736 url('../img/layout/body-bg.jpg') left top repeat;
}
#div_logo {
  position: relative;
  width: 100%;
  height: 132px;
  background: url('../img/layout/logo-bg.jpg') left top no-repeat;
}
h1 {
  position: absolute;
  left: 19px;
  top: 15px;
  width: 461px;
  height: 105px;
  overflow: hidden;
}
h1 a span{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 461px;
  height: 106px;
  background: url('../img/layout/logo-logo.jpg') left top no-repeat;
}
#div_logo_menu {
  position: absolute;
  right: 0;
  top: 10px;
}
#ul_logo_menu li {
  display: inline;
  margin-right: 22px;
  list-style: none;
  text-transform: uppercase;
  font-family: "Candara", "Arial", "Helvetica", sans-serif;
  font-size: 1.1em;
  color: #9d9e9d;
}
#ul_logo_menu a {
  color: #9d9e9d;
  text-decoration: none;
}
#ul_logo_menu a:hover, .a_menu_active {
  color: #ff6000 !important;
}
#div_picture {
  height: 367px;
  background: url('../img/layout/adares-01.jpg') left top no-repeat;
}
#div_main {
  background: url('../img/layout/main-bg.png') left top no-repeat;
  _behavior: url('../css/iepngfix.htc');
}
#div_content_container {
  padding: 55px 0;
  min-height: 190px;
  _height: 290px;
  _behavior: url('../css/iepngfix.htc');
  background: url('../img/layout/content-bg.png') left bottom repeat-x;
}
#div_content {
}
.div_content_line {
  background: url('../img/layout/content-bg-middle.png') center top repeat-y;
}
h2 {
  padding-left: 40px;
  font-weight: normal;
  font-size: 1.3em;
  color: #fff;
}
h3 {
  font-size: 1em;
  color: #fff;
  margin-bottom: 0.5em;
}
#div_content_left {
  float: left;
  width: 398px;
  min-height: 125px;
  _height: 125px;
  padding: 20px 40px;
}
#div_content_right {
  float: right;
  width: 398px;
  min-height: 125px;
  _height: 125px;
  padding: 20px 40px;
}
.a_content_img img, .img_content_img {
  border: 3px solid #363737;
}
.a_content_img:hover img {
  border: 3px solid #232323;
}
#div_content_bottom {
  clear: both;
  width: 100%;
  height: 1px;
}
#div_footer {
  height: 24px;
  padding: 10px 10px 0;
  background: url('../img/layout/footer-bg.jpg') left top no-repeat;
  font-size: 0.9em;
  color: #d5d5d5;
}
#div_footer a {
  color: #d5d5d5;
  text-decoration: none;
}
#div_footer a:hover {
  text-decoration: underline;
}
#div_footer_left {
  float: left;
}
#div_footer_right {
  float: right;
}

/*Uvod*************************************************************************/
#ul_content_uvod {
  margin: 1em 0 1em 1em
}
#div_content_uvod_foto {
  line-height: 400%;
}
#div_content_uvod_foto a {
  margin: 0 20px;
}
#div_content_uvod_foto img {
  margin: 0 20px;
}
/*Reference********************************************************************/
.div_content_reference {
  margin-bottom: 3em;
}
.div_content_reference p {
  padding-bottom: 0.5em;
}
.img_content_reference {
  clear: left;
  float: left;
  margin-right: 1em;
}
/*Fotogalerie******************************************************************/
#div_content_fotogalerie {
  padding: 17px 0 0 0;
  line-height: 600%;
}
#div_content_fotogalerie a {
  margin: 0 26px 0 40px;
  
}
/*Kontakt**********************************************************************/
.div_content_left_kontakt p {
  margin-bottom: 0.5em;
}
.div_content_left_kontakt h3 {
  margin-top: 1em;
}
.div_content_right_kontakt {
  padding-top: 0px !important;
}
.div_content_right_kontakt iframe {
/*   margin-top: -35px; */
  border: 3px solid #363737;
}
.div_content_right_kontakt a {
  color: #fff !important;
  text-decoration: none;
}
.div_content_right_kontakt a:hover {
  text-decoration: underline;
}
