/*typography stylesheet for ARSKontakt*/


.typography p{
  font-size:1.2em;
  margin-top:10px;
}

.typography p.eng{
  font-size: 1.1em;
  color: #3E6260; 
}

.typography p.note{
  font-size:1.1em;
  color:#666666;
  text-indent:0;
}

.typography div.news p{
  font-size: 1.1em;
}

.typography p.date{
  font-size: 1em;
  text-indent:0;
  margin-top:0;
  color:#428179;
}

.typography h1{
  font-size:2em;
  color: #428179;
}

.typography h2{
  font-size: 1.6em;
  color: #428179;
  background:url(../img/h_sign.gif) no-repeat 0 0;
  padding-left:30px;
}

.typography h2.gallery-left{
  font-size: 1.2em;
  width: 200px;
  height: 36px;
  background: url(../img/gallery_heading_left.gif) no-repeat 0 0;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 5px 0 0 0;
}

.typography h2.gallery-right{
  font-size: 1.2em;
  width: 200px;
  height: 36px;
  background: url(../img/gallery_heading_right.gif) no-repeat 0 0;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 5px 0 0 0;
}

.typography h3{
  font-size: 1.4em;
  color: #428179;
  margin-top:15px;
}

.typography h3.gallery-head{
  width:179px;
  height:36px;
  background: url(../img/gallery_head_bgnd.gif) no-repeat 0 0;
  color: white;
  position:absolute;
  top:0;
  left:0;
  padding: 5px 0 0  11px;
}


.typography hr{
  color:#3E6260;
  border: 1px solid #3E6260;
}

.typography a{
  color: #CA0202;
  text-decoration:none;
}

.typography a.more{
  color: #CA0202;
  font-size: 1em;
  text-decoration:none;
  background:url(../img/link_bgnd.gif) no-repeat 100% 7px;
  padding-right:7px;
  margin-left: 10px;
  margin-top:0;
}

.typography a:hover{
  color: #666666;
}

.typography ul{
  list-style-image: url(../img/list_bgnd.gif);
  margin: 10px 0 20px 20px;
}

.typography ul li{
  font-size: 1.1em;
}

.typography #vystava h4{
  margin-top: 20px;
  font-size: 1.6em;
}

