@charset "utf-8";
/* CSS Document */

img {
border:0;
}

a{
color:#00509F;
text-decoration:underline;
}

body {
background:url(img/bg.gif) repeat-x #323232;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#page{
width: 1079px;
margin:auto;
}

.link {
	font-weight:bold;
	color:#2B77BA;
}

/* --------------- TOP --------------- */

#top {
height:120px;
}

#menu_top {
padding-top:42px;
background:url(img/menu_top_bg.gif) no-repeat;
color:#CCCCCC;
font-size:14px;
margin-bottom:5px;
}

#menu_top ul{
margin: 0;
padding: 0;
float:right;
}

#menu_top li {
display:inline;
}

#menu_top ul li a {
background: url(img/nav_hover.gif) repeat-x;
height:25px;
padding-top:12px;
padding-left:20px;
padding-right:20px;
display: block;
color: #ffffff;
text-decoration: none;
float:left;
}

#menu_top li a:hover, #menu_top li a:active {
color:#6FC5FF;
}

/* --------------- CONTENT --------------- */

#content {
	background-color: #FFFFFF;
	overflow:auto;
}

#txt{
	text-align:center;
	width:755px;
	float:left;
	overflow: hidden;
	margin-right:5px;
	padding-left:5px;
}

#menu_right{
	width:302px;
	float: right;
	margin-top:5px;
	margin-right:5px;
	overflow: hidden;

}

#menu_right dl {
	list-style: none;
	margin-top:5px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:12px;
}

#menu_right dt {
	background:url(img/menu_box_top.gif) repeat-x;
	height:18px;
	font-size:14px;	
	text-align:center;
	color:#fff;
	padding-top:7px;
	padding-bottom:5px;
}

#menu_right dd {
	border-bottom: 1px solid #CCCCCC;	
	margin: 0;	
	height:21px;
}

#menu_right dd:hover {
	background:#CFE2FF;
}
		    
#menu_right dd a{
	display: block;
	padding:3px 5px 5px 5px;
	font-weight : normal;
	color: #0a72bb;
	text-decoration: none;
}

#search {
	text-align:center;
	margin-bottom:5px;
}

/* --------------- COPYRIGHT --------------- */

#copy {
background:#FFFFFF;
color:#929292;
font-size:12px;
text-align:right;
padding-right:20px;
padding-top:15px;
margin-bottom:15px;
height:30px;
}

#copy a{
color:#929292;
}
/* ============ KATALOG ============ */

#txt h1{
	font-size:16px;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

#txt h2{
	font-size:14px;
	text-align:left;
	padding-bottom:2px;
	border-bottom:1px solid #CCCCCC;
}

#txt td{
	width:374px;
	text-align:left;
	border:1px #CCCCCC dashed;
	margin-bottom:5px;
	padding-bottom:3px;
}

#opis{
	text-align:left;
}

.wiadomosc{
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}

.item{
	overflow:auto;
	border-bottom:1px #CCCCCC dashed;
	margin-bottom:5px;
	padding-bottom:3px;
}

.item a{
	color:#0066CC;
}

.akcja{
	background:#CCCCCC;
	border:1px solid #999999;
	color:#FF0000;

	font-weight:bold;
	font-size:14px;
	margin:5px 0 5px 0;
}
.thumb {
	border-right:1px dashed #CCCCCC;
	padding:2px;
	margin-right:2px;
	float:left;
	width:250px;
	height:170px;
}

.thumb-cat {
	border-right:1px dashed #CCCCCC;
	padding:2px;
	margin-right:2px;
	float:left;
	width:160px;
	height:120px;
}

.pagin {
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

.selected {
	color:#0066CC;
	font-weight:bold;
	padding:5px;
}

.pagin a{
	padding:5px;
	border:1px solid #000000;
}

.pagin a:hover{
	color:#999999;
	border:1px solid #999999;
}

