html {
	min-width: 912px;
}

body {
    margin: 0;
	padding: 0;
	text-align: center;
	font: 11px/1.5 Verdana, "Verdana CE", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 0;
}

img { display: block; }

h1 { 
    font-size: 170%;
}
h2 { 
    font-size: 160%;
}
h3 {
    font-size: 150%;
}
h6 {
    font-size: 110%;
    margin: 15px 0 10px 0;
}

a {
    text-decoration: none;
    color: #606060;
}
a:hover {
    color: #f9150c;
}
a:action {
    text-decoration: none;
}

.txtR { text-align: right; }
.txtJ { text-align: justify; }
.txtC { text-align: center; }
.fClL {clear: left; float: left;}
.fClR {clear: right; float: right;}

div.kontener {
    clear: both;
    width: 100%;
    text-align: center;
}

div.pojemnik {
    width: 912px;
    margin: 0 auto;
}

div#stopka div.pojemnik {
    border-top: 1px dashed #ccc;
}

ul.menuPoziome {
    float: left; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    width: 100%;
    background: #F9150C;
}
ul.menuPoziome li {
    display: inline;
}

ul.menuPoziome li a {
    float: left;
    width: 76px;
    line-height: 20px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}

.newsPojem {
    text-align: justify;
    min-height: 135px;
    background: #f9f9f9;
}
.newsPojem img {
    margin-right: 10px;
}
.newsPojem h6 {
    padding: 2px 10px;
    background: #eee;
}

.fotoZajawka {
    float: left;
    width: 133px;
    height: 100px;
    line-height: 96px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.fotoZajawka img {
    display: inline;
    margin: auto;
    vertical-align: middle;
    border: 0;
}

div.boxMenu {
    margin: 0 auto; 
    padding: 0; 
    width: 450px;
}
div.boxMenu h4 {
    text-align: left; 
    margin-bottom: 10px;
}
div.boxMenu ul {
    margin: 0; 
    padding: 0; 
    width: 100%; 
    text-align: left; 
    list-style: none;
}
div.boxMenu li {
    position: relative;
    float: left;
    margin: 0 13px 12px 13px; 
    width: 120px; 
    height: 120px; 
    border: 1px solid #999;
}
div.boxMenu li a {
    font-size: 120%; 
}
div.boxMenu li span { 
    position: absolute; 
    top: 100px; 
    left: 0px; 
    width: 120px; 
    background: #fff; 
    opacity: 0.6; 
    filter: alpha(opacity=60); 
}
div.boxMenu img { 
    display: block; 
    border: 0; 
}