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

* {
	padding:0;
	margin:0;
}

body {
	text-align:center;
	background:#fff;
}

img {
	border:0;
}

a {
	text-decoration:underline;
	color:#0a96db;
}

.left {
	float:left;
}

.right {
	float:right;
}

.end {
	clear:both;
}

ul {
	list-style-type:none;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.datownik {
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#334496;
	padding:0 0 7px 10px;
}

#page {
	width:960px;
	margin:0 auto;
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#292a2c;
	background:#d1d6de;
}

#header {
	width:960px;
	height:267px;
	font-size:0px;
	line-height:0px;
}

#menu {
	height: auto !important;
	min-height: 23px; 
	height: 23px;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	float:left;
	display:block;
	font-weight:bold;
	color:#FFF;
	background:url(img/menu_li.jpg) repeat-x;
	padding:1px 18px 11px 18px;
	margin:0 3px 0 0;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#f4d207;
}

#content {
	padding:7px 0 10px 0;
}

#content_left {
	width:605px;
	padding:0 10px;
}

.news {
	width:595px;
	padding:25px 5px 25px 5px;
	background:#ebf2fa;
	border-bottom:2px solid #1870b8;
	border-top:2px solid #1870b8;
	position:relative;
	font-size:11px;
	line-height:16px;
	margin:0 0 8px 0;
}

.news .data {
	position:absolute;
	top:0;
	left:0;
	background:url(img/more.jpg) repeat-x;
	height:17px;
	width:110px;
	font-size:11px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	}
	
.news .more {
	position:absolute;
	bottom:0;
	right:0;
	background:url(img/more.jpg) repeat-x;
	height:17px;
	width:110px;
	font-size:11px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	}	
	
.box .more {
	position:absolute;
	bottom:6px;
	right:0;
	background:url(img/more.jpg) repeat-x;
	height:17px;
	width:110px;
	font-size:11px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	}		
	
.news .more a, 
.box .more a {
	color:#ffffff;
	text-decoration:none;	
}

.news .more a:hover, 
.box .more a:hover{
	color:#f4d207;
}

.news_left {
	width:100px;
}

.news_right {
	width:480px;
}

.news_right h2 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin:0 0 10px 0;
}

.news_right h2 a {
	color:#000000;
	text-decoration:none;	
}

.news_right h2 a:hover {
	color:#1f5ea5;
}

#content_right {
	width:300px;
	padding:0 10px;
	margin:0 10px 0 0;
}

.box {
	width:300px;
	background:url(img/box_bg.jpg) repeat-y;
	position:relative;
	font-size:11px;
	line-height:16px;
	margin:0 0 7px 0;
	position:relative;
}

.box .top, 
.box .bottom {
	width:300px;
	height:10px;
	line-height:0px;
	font-size:0px;
}

.box .top {
	background:url(img/box_top.jpg) no-repeat;
}

.box .bottom {
	background:url(img/box_bottom.jpg) no-repeat;
}

.box .tresc {
	padding:0 10px 15px 17px;
	width:273px;
}

/* galeria */
	#slider {
		margin:0 0 10px 0;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:273px;
		height:200px;
		text-align:center;
		overflow:hidden; 
		}
	span#prevBtn a{
		display:block;
		width:21px;
		height:21px;
		background:url(img/arrow_left.jpg) no-repeat;
		float:left;
		margin:0 0 0px 10px;}
		
	span#nextBtn a{
		display:block;
		width:21px;
		height:21px;
		background:url(img/arrow_right.jpg) no-repeat;
		float:right;
		margin:0 10px 0px 0;}		

.info h2 {
	font-size:12px;
	font-weight:bold;
	color:#cc2129;
	margin:0 0 5px 0;
}

.info h2 a {
	color:#cc2129;
	text-decoration:none;	
}

h2.video {
	text-align:right;
	margin:0 0 5px 0;
}

div.video {
	margin:10px 0;
}

.video_left {
	width:180px;
}

.video_right {
	width:83px;
	line-height:normal!important;
}

.news2_left {
	width:110px;
}

.news2_right {
	width:160px;
	line-height:normal!important;
}

.news2 h2 {
	font-size:17px;
	text-align:center;
}

.news2 h2 a {
	color:#3c5186;
	text-decoration:none;
}

.news2 h2 a:hover {
	color:#e37214;
}

.obr {
	text-align:center;
}

.obr img {
	vertical-align:middle;
	padding:3px 1px;
}

/* tekstowa */
.subpage {
	background:#b2bfc8;
	border-bottom:2px solid #566aa9;
	border-top:2px solid #566aa9;
	padding:10px;
	width:595px;
}

.subpage_content {
	width:595px;
	background:#ebf2fa;
	border-bottom:2px solid #1870b8;
	border-top:2px solid #1870b8;
	position:relative;
	font-size:11px;
	line-height:16px;
}

h2.name {
	background:url(img/more.jpg) repeat-x;
	height:17px;
	padding:0 10px;
	font-size:11px;
	color:#FFF;
	text-align:left;
	margin:0 0 10px 0;
	font-weight:bold;	
}

.subpage_content .tresc {
	padding:0 10px 10px 10px;
	height: auto !important;
	min-height: 1280px; 
	height: 1280px;	
}

.subpage_content .tresc p {
	padding:0 0 8px 0;
}

.subpage_content .tresc img {
	margin:5px;
}

.subpage_content .tresc a:hover {
	text-decoration:none;
}

.subpage_content .tresc ul {
	width:95%;
	margin:0 auto 10px auto;
}

.subpage_content .tresc ol {
	width:90%;
	margin:0 auto 10px auto;
}

.subpage_content .tresc ul li {
	margin:4px 0;
	background:url(img/pkt.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
}

.subpage_content .tresc h2 {
	font-size:14px;
	color:#1771bd;
	margin:0 0 7px 0;
}

.galeria img {
	padding:1px;
	border:1px solid #b1bec4;
	margin:0 5px 5px 0!important;
}

/* formularz */
form.formularz {
	margin:5px auto;
}

 form.formularz p {
	clear:both;
	margin:2px 0;
}

 form.formularz small {
	font-size:13px;
	font-weight:bold;
	padding:0 5px;
	color:#d00000;
}

 form.formularz input, 
 form.formularz textarea {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #b2c0cd;
	padding:2px;
	vertical-align:middle;
	font-size:11px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;			
}

 form.formularz input:focus, 
 form.formularz textarea:focus{
	border:1px solid #186bb9;
}


 form.formularz input.check {
	width:auto;
	border:0;
	padding:0px;
	vertical-align:middle;
	margin:0 5px 0 0;
	font-size:11px;
}

 form.formularz select {
	width:305px;
	border:1px solid #d1d1d1;
	padding:2px;
	vertical-align:middle;
	font-size:11px;
	background:#fff;	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;			
}

 form.formularz input.ok {
	padding:5px 10px;
	border:#284ea3 1px solid;
	background:#1678c3;
	text-shadow:1px 1px 1px #324d64;
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	width:auto;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	vertical-align:middle;
}

 form.formularz span {
	width:160px;
	padding:2px 0 0 0;
	float:left;
}		

/* komentarze */

.komentarze {
	margin:50px 0 0 0;
}

.komentarze h2 {
	color:#393593!important;
}

.komentarze h4 {
	color:#393593;
	font-size:12px;
}

.komentarz {
	padding:10px;
	background:#e7ebef;
	border:1px solid #cdcdcd;
	margin:0 0 7px 0;
	clear:both;
}

.komentarz h3 {
	font-size:12px;
	font-weight:bold;
	color:#54575c;
	margin:0 0 5px 0;
}

.komentarz small {
	float:right;
	color:#7a7f85;
}

.komentarz small span {
	color:#4d587a;
}

/* form komentarze */
form.koment {
	margin:5px 0;
}

form.koment p {
	clear:both;
	margin:0;
}

form.koment input, 
form.koment textarea {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #554fa5;
	padding:2px;
	vertical-align:middle;
	font-size:11px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;			
}

form.koment textarea {
	width:572px;
}

form.koment input:focus, 
form.koment textarea:focus{
	border:1px solid #186bb9;
}

form.koment input.ok {
	padding:5px 10px;
	border:1px solid #554fa5;
	background:#d3d5e4;
	text-shadow:1px 1px 1px #324d64;
	color:#2e2e86;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	width:auto;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	vertical-align:middle;
}



#footer {
	height:35px;
	width:960px;
	background:url(img/footer.jpg) repeat-x;
}

.footer_column {
	width:300px;
	padding:11px 10px 0 10px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

.footer_column a {
	color:#fff;
	text-decoration:none;	
}

.footer_column a:hover {
	text-decoration:underline;
}