@media all{

* {
 margin: 0px;
 padding: 0px;
 border: 0px;
 list-style: none;
}

* html fieldset {
 position: relative;
}

* html legend {
 position: absolute;
 top: -.5em;
 left: .5em;
}

.left {float:left;}
.right {float:right;}
.clear {clear: both; padding:0px; margin:0px; border:0px;}
.center {text-align: center;}
.pad_r {padding-right: 1em;}

#pagetop {
 display: none;
}

/* --== SEKCJE ==-- */
html, body { height: 100%; }

#container {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -131px auto;
 width: 800px;
 text-align: center;
}

#header {
 height: 175px;
 text-align: left;
}

#content {
 float:left;
 width:100%;
 text-align:left;
}

#footer {
 height: 120px;
 position: relative;
 width:740px;
 margin: 0 auto 0 auto;
 padding: 10px 30px 0px 30px;
} 

.clearfooter {
 height: 130px;
 clear: both;
}

/* --== HEADER ==-- */
#logo {
 position: absolute;
}

#search {
 position: absolute;
}

#hbar {
 /*position: relative;*/
 height: 24px;
}

#lang {
 float:right;
}

#lang li {
 float: left;
}

#menu {
 position: relative;
}

/* --== MENU ==-- */
#menu > li {
 float: left;
}

#menu ul {
  display: none;
  position: absolute;
}

#menu li:hover > ul {
  display: block;
}

#menu ul.parent_hover {
  display: block;
}

#menu a {
 display: block;
 width:100%;
 text-decoration: none;
}

#menu {
 float: left;
}

/* --== CONTENT ==-- */s

h1,h2,h3,h4,h5 {
 clear: both;
}


.newsthumb {
 width: 90px;
 float: left;
 padding: 0px 1em 0.2em 0px;
}

}/*media all*/