/* Basic styles */
*{margin:0;padding:0}
body{line-height:1}
img,fieldset{border:0}
img{vertical-align:bottom}
a{cursor:pointer;text-decoration:none;}
a:hover{text-decoration:none;}
ul{list-style:none}
option{padding:0 .5em 0 1px}
table{border-collapse:collapse;border-spacing:0}
td,th{vertical-align:top;text-align:left;font-weight:normal}
address{font-style:normal}
h1,h2,h3,h4,h5,h6{font-size:1em;line-height:1.1em;font-weight:normal}
.clear{clear:both;overflow:hidden;height:0;}


/* fonts */
body,input,textarea,select,td{color:#000;font-size:19px;line-height:20px;font-family:Arial,Helvetica,sans-serif;}

html{background:url(../images/tlo2.jpg) 50% 0;}

#wrapper{width:934px;margin:0 auto;}

#header{position:relative;height:450px;background:url(../images/header.jpg) no-repeat;}

#logo{position:absolute;left:158px;top:30px;}

#flags{text-align:center;}
#flags li{display:inline-block;vertical-align:top;padding:12px 0 0;margin-right:6px;}
#flags li.active{background:url(../images/arrow.png) 50% 0 no-repeat;}
#flags a{position:relative;display:inline-block;vertical-align:top;}
#flags b{display:none;position:absolute;left:1px;top:1px;width:23px;height:13px;background:url(../images/flaga.png) no-repeat;}
#flags a:hover b{display:block;}
#flags img{border:1px solid #4d4230;vertical-align:top;}

#footer{text-align:center;height:330px;background:url(../images/footer.jpg) no-repeat;font-size:16px;}
#footer p{font-weight:bold;color:#999;padding:220px 0 20px;font-size:16px;}
#footer a{color:#d4b283;}

#main{padding:10px 50px;background:url(../images/content.png);}
#main p{margin:0 0 1.5em;}
#main h2{margin:0 0 1.5em;font-weight:bold;}
#main ul{margin:0 0 1.5em;}
#main li{position:relative;padding-left:110px;}

.pics{overflow:hidden;margin-right:-22px;}
.pics img{float:left;margin-right:22px;margin-bottom:22px;padding:5px;background:#fff;border:1px solid #968463;}
.pics a:hover img{background:#d0c8bc;}


* html #flags li{display:inline;}

/* PNG fix - [ver. 05/Feb/2009] by Tomasz Awgul [t.awgul@gmail.com] */
* html .pngfix{
  behavior: expression(
      this.parsed ? 0 : (
        this.nodeName == "IMG"
        ? (
          this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"', sizingMethod='image')",
          this.src = "../images/blank.gif"
        ) : (
          this.origBg = this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
          this.runtimeStyle.backgroundImage = "none",
          this.className = this.className + " pngfixed",
          (this.currentStyle.position != 'absolute' ? this.runtimeStyle.position = 'relative' : null),
          emptyDiv = document.createElement("div"),
          emptyDiv.className = "pngfixbg",
          emptyDiv.runtimeStyle.left = this.currentStyle.backgroundPositionX,
          emptyDiv.runtimeStyle.top = this.currentStyle.backgroundPositionY,
          emptyDiv.runtimeStyle.width = this.clientWidth - parseInt(this.currentStyle.backgroundPositionX),
          emptyDiv.runtimeStyle.height = this.clientHeight - parseInt(this.currentStyle.backgroundPositionY),
          emptyDiv.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='image')",
          this.appendChild(emptyDiv)
        ),
        this.parsed = 1
      )
  );
}
.pngfixed a,.pngfixed input{position:relative;}
.pngfixed .pngfixbg{position:absolute;z-index:-1}

.ie6{position:fixed;left:0px;top:0px;width:100%;height:50px;line-height:50px;z-index:999;background:#da0000;text-align:center;font-weight:bold;border-bottom:1px solid #000;color:white;}