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

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

a {
	color:#4C4C4C;
	text-decoration:none;
}

img {
	border:0;
}

.link {
	font-weight:bold;
	color:#2B77BA;
}

/* TOP */

#top {
	height:149px;
}

#menu_top {
	height: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 {
	height:30px;
	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: #ffffff;
	background: url(img/nav_hover.gif) top repeat-x;
}

#search {
	text-align:center;
	margin-bottom:10px;
}

#search input {
	background:#CCCCCC;
}

/* CONTENT */

#content {
	margin-top:5px;
	overflow:auto;
}


#menu_left {
	width:300px;
	float: left;
	margin: 0;
	overflow: hidden;

}

#menu_left dl {
	background:#f3f3f3;
	list-style: none;
	margin-top:0px;
	padding-bottom: 15px;	
	border: none;
	font-size:11px
}

#menu_left dd {
	border-bottom: 1px solid #CCCCCC;	
	margin: 0;	
	height:20px;
}

#menu_left dt {
	background:url(img/box_head.gif) repeat-x;
	height:23px;
	font-size:15px;	
	font-weight:bold;
	text-align:center;
	color:#98CAFB;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:7px;
}

#menu_left dd:hover {
	background:#95cafe;
}

#menu_left dd a {
	display: block;
	padding:3px 5px 5px 5px;
	font-weight : normal;
	color: #666666;
	text-decoration: none;
}

#txt {
	background:#f3f3f3;
	width:802px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-right:10px;
	overflow: hidden;
	text-align:center;
	padding:6px;
}
#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;
	color:#666666;
}

#txt td a {
	text-decoration:underline;
}

#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:228px;
	height:155px;
}

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

.pagin {
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

.selected {
	color:#0066CC;
	font-weight:bold;
}

.pagin a {
	padding:3px;
	border:1px solid #000000;
}

.pagin a:hover {
	color:#999999;
	border:1px solid #999999;
}

/* FOTTER */

#rek {
	color:#666666;
	margin-top:10px;
}

#rek a {
	color:#666666;
}

#copy {
	clear:both;
	color:#000000;
	height:21px;
	text-align:right;
	border-top:1px solid #666666;
	padding-top:5px;
}

#copy a {
	color:#000000;
}

