/* CSS Document */

body{
  padding: 0;
  margin: 0;
  border-top: 10px solid white;
  padding-top: 80px;
  background: #000 url("../imgs/main-bg.gif") 0px 80px repeat-x;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  line-height: 15px;
}
img{
  border: 0;
}
#kontejner{
  width: 840px;
  margin: 0 auto;
  text-align: left;
}

#left-menu{
  width: 225px;
  border-right: 1px solid #272727;
  margin-top: 0px;
  _margin-top: 30px;
  float: left;
}
#left-menu h1{
  display: block;
  width: 183px;
  height: 0px;
  padding-top: 32px;
  overflow: hidden;
  background-image: url("../imgs/logo.gif");
  margin: 0;
}
#left-menu ul{
  list-style-type: none;
  margin: 20px 0 0 80px;
  padding: 0;
}
#left-menu ul li{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
#left-menu ul li a{
  display: block;
  height: 0;
  padding-top: 18px;
  overflow: hidden;
  width: 105px;
}
#left-menu ul li a:hover{
  background-position: 0 -18px;
}
#left-menu ul li a.biography{
  background-image: url("../imgs/menu-biography.gif");
}
#left-menu ul li a.illustration{
  background-image: url("../imgs/menu-illustration.gif");
}
#left-menu ul li a.shop{
  background-image: url("../imgs/menu-shop.gif");
}
#left-menu ul li a.contact{
  background-image: url("../imgs/menu-contact.gif");
}
#left-menu ul li a.exhibition{
  background-image: url("../imgs/menu-exhibition.gif");
}
#left-menu ul li img.flag{
  position: absolute;
  top: 0;
  left: -65px;
}
#left-menu ul.submenu{
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#left-menu ul.submenu li{
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}
#left-menu ul.submenu li a{
  padding-top: 14px;
  width: 99px;
  background-position: 0 -14px;
}
#left-menu ul.submenu li a:hover{
  background-position: 0 0px;
}
#left-menu ul.submenu li a.active{
  background-position: 0 0px;
}
#left-menu ul.submenu li a.lifestyle{
  background-image: url("../imgs/menu-sub-lifestyle.gif");
}
#left-menu ul.submenu li a.advertising{
  background-image: url("../imgs/menu-sub-advert.gif");
}
#left-menu ul.submenu li a.golf{
  background-image: url("../imgs/menu-sub-golf.gif");
}
#left-menu ul.submenu li a.freework{
  background-image: url("../imgs/menu-sub-freework.gif");
}
#left-menu ul.submenu li a.interiors{
  background-image: url("../imgs/menu-sub-interiers.gif");
}

#content{
  margin-top: 30px;
  margin-left: 260px;
  width: 576px;
}
#content a{
  color: #808285;
}
#content a:hover{
  color: white;
}
#content h2{
  height: 0px;
  padding-top: 40px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #272727;
  margin: 0;
  overflow: hidden;
}
#content h2.illus-adv{
  background-image: url("../imgs/h2-illustration-advertising.gif");
}
#content h2.illus-lifestyle{
  background-image: url("../imgs/h2-illustration-lifestyle.gif");
}
#content h2.illus-golf{
  background-image: url("../imgs/h2-illustration-golf.gif");
}
#content h2.illus-freework{
  background-image: url("../imgs/h2-illustration-freework.gif");
}
#content h2.illus-interiors{
  background-image: url("../imgs/h2-illustration-interiors.gif");
}
#content h2.contact{
  background-image: url("../imgs/h2-contact.gif");
}
#content h2.biography{
  background-image: url("../imgs/h2-biography.gif");
}
#content h2.exhibition{
  background-image: url("../imgs/h2-exhibition.gif");
}
#content #advertinsing_left{
  float: left;
  width: 280px;
  margin-top: 20px;
}
#content #advertinsing_right{
  margin-left: 280px;
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}
#photo_table{
  padding-top: 15px;
}
#photo_table #outer{
  width: 100px;
  height: 100px;
  float: left;
  /*background-color: #0C0C0C;*/
  margin-right: 19px;
  overflow: hidden; 
  position: relative;
  margin-bottom: 15px;
  _margin-bottom: 0px;
}
#photo_table #outer[id]{
  display: table; 
  position: static;
}
#photo_table #middle {
  position: absolute; 
  top: 50%;
} /* for explorer only*/
#photo_table #middle[id]{
  display: table-cell; 
  vertical-align: middle; 
  position: static;
}
#photo_table #inner{
  position: relative; 
  top: -50%;
  text-align: center;
} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#pata{
  padding-top: 17px;
  margin-left: 78px;
  border-bottom: 1px solid #141414;
  clear: left;
}

#photos_pagging{
    text-align: center;
    padding: 5px;
    clear: left;
}
#photos_pagging a{
    color: #999999;
    font-weight: bold;
    padding: 0 10px;
}
#photos_pagging a:hover{
    color: white;
}

#advertinsing_right a.back{
	position: absolute;
	top: 0;
	right: 5px;
	color: white;
}

strong.perex{
	display: block;
	font-size: 22px;
	margin: 15px 0;
	font-weight: normal;
	line-height: 22px;
}