
body {
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    background: #f0f0f0;
}
body, td, input, textarea {
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #444;
}
a img {
    border: none;
}
a:hover {
    text-decoration: none;
    color: #f00;
}
.right {
	display:block;
	float:right;
}
.left {
	display:block;
	float:left;
}
.clear {
    display: block;
	clear:both;
	padding-top:1px;
}


#wrap {
    margin: 0 auto;
    text-align: left;
    width: 954px;
}
#logo {

}
#kolumny {
    position: relative;
}

/* sidebar */

#sidebar {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0px;
    width: 110px;
    background: #e8e8e8;
    list-style: none;
    border-top: solid 1px #b3b3b3;
    border-left: solid 1px #b3b3b3;
}
#sidebar li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: solid 1px #b3b3b3;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
#sidebar a {
    display: block;
    padding: 6px 10px;
    color: #555;
    border-right: solid 1px #b3b3b3;
    background: url(../img/bsid.png) repeat-x;
}
#sidebar a:hover {
    color: #ff7e14;
    background: #fff;
}
#sidebar span.cur {
    display: block;
    padding: 6px 10px;
    color: #ff7e14;
    background: #fff;
}


#page {
    margin-left: 110px;
    border: 1px solid #b3b3b3;
    background: #fff;
    padding: 20px 58px;
    min-height: 600px;
    _height: 600px;
}


.komunikat  {
	margin-bottom:15px;
	font-weight:bold;
	padding:5px 20px;
	border:1px solid #faa;
	background:#fee;
	color:#f00;
}
.komunikat1 {
	margin-bottom:15px;
	font-weight:bold;
	padding:5px 20px;
	border:1px solid #8c8;
	background:#efe;
	color:#0a0;
}

a.gazeta, span.gazeta {
    display: block;
    float: left;
    text-align: center;
    padding: 25px 0 15px;
    width: 242px;
    overflow: hidden;
    margin: 0 0 4px;
}
a.gazeta:hover {
    background-color: #fda;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.shadow {
    display: block;
    margin: 0 auto;
    background: #fff;
    width: 150px;
    height: 203px;
    overflow: hidden;
    border: 1px solid #999;
    -webkit-box-shadow: #666 4px 5px 6px;
    -moz-box-shadow: #666 4px 5px 6px;
    box-shadow: #666 4px 5px 6px;
    position: relative;
}
a.shadow .lupka {
    display: none;
    position: absolute;
    left: 35px;
    top: 62px;
}
a.shadow:hover .lupka {
    display: block;
}
.numer {
    display: block;
    color: #444;
    font-size: 11px;
    font-weight: normal;
}
.data {
    display: block;
    color: #7e1107;
    font-size: 15px;
    font-weight: normal;
    margin: 2px 0 3px;
}
a.pobierz {
    text-decoration: none;
}
a.pobierz span.pdf {
    color: #888;
    font-size: 12px;
}
a.pobierz strong {
    color: #222;
}
a.pobierz:hover span.pdf {
    color: #f00;
    text-decoration: underline;
}
a.pobierz:hover strong {
    color: #f00;
}

.stopka {
    margin: 7px 0;
    padding: 7px 12px;
    border: 1px solid #ddd;
    background: #fafafa;
}
.stopka a {
    text-decoration: none;
    font-weight: normal;
    color: #05c;
}
.stopka a.wyroznienie {
    font-weight: bold;
    font-size: 13px;        
    color: #f00;
}
.stopka a:hover {
    text-decoration: underline;
    color: #e60;
}
