@charset "utf-8";
/* CSS Document */

body {
    background:url(img/bg.gif) repeat-x #0a72bb;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}

a {
    color:#FFFFFF;
	text-decoration:none;
}

img {
	border:0;
}

.link {
	font-weight:bold;
	color:#FCD404;
}
/* TOP */

#top {
    background:url(img/top.png) no-repeat left;
	border-top:2px solid #FAD400;
    margin:auto;
	height:76px;
	width:925px;
}

#menu_top {
    float:right;
	width:620px;
	height:42px;
	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 {
	height:30px;
	padding-top:42px;
    padding-left:15px;
	padding-right:15px;
    display: block;
	color: #ffffff;
	text-decoration: none;
	float:left;
}

#menu_top li a:hover, #menu_top li a:active {
	color: #ffffff;
	background: url(img/nav_hover.gif) repeat-x;
}

/* CONTENT */

#content{
    width:940px;
	margin:auto;
	overflow:auto;
}

#search{
    background:#FCD404;
    text-align:center;
    height:40px;
    padding-top:15px;
}

#menu_right{
	width:230px;
	float: right;
	margin-top:15px;
	overflow: hidden;

}

#menu_right dl {
	background:#FCD404;
	list-style: none;
	margin-top:10px;
	padding-bottom: 15px;	
	border: none;
	font-size:12px;
}

#menu_right dt {
	height:18px;
	font-size:15px;	
	font-weight:bold;
	text-align:center;
	color:#0a72bb;
	padding-top:5px;
	padding-bottom:7px;
	border-bottom:1px solid #5FBFFF;
}

#menu_right dd {
	border-bottom: 1px solid #5FBFFF;	
	margin: 0;	
	height:21px;
}

#menu_right dd:hover {
	background:#FFE44F;
}
		    
#menu_right dd a{
	display: block;
	padding:3px 5px 5px 5px;
	font-weight : normal;
	color: #0a72bb;
	text-decoration: none;
}

#txt{
    color:#ffffff;
	width:695px;
	float:left;
	overflow: hidden;
	text-align:center;
	padding:6px;
}


/* FOTTER */

#copy {
	clear:both;
	background:url(img/footbg.gif) repeat-x;
	color:#ffffff;
	height:30px;
	text-align:center;
	font-weight:bold;
	padding-top:50px;
}

#copy a{
	color:#FCD404;
}

/* ============ 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-right:1px #CCCCCC dashed;
	border-bottom: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 #5FBFFF;
	padding:3px;
	margin-right:3px;
	float:left;
	width:120px;
	height:90px;
}

.thumb-cat {
	border-right:1px dashed #CCCCCC;
	padding:2px;
	margin-right:2px;
	float:left;
	width:128px;
	height:95px;
}

.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;
}

