@charset "utf-8";

@import "reset.css";


html {
	background: #FFF url(../images/gfx/top.png) no-repeat center top;

}
body {
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	cursor:default;
	color: #000000;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

a {
	color:#ffae00;
	color:#F07C00;
	text-decoration: none;
	cursor: pointer;
}
table a {
	color: #C46500;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
.more {
	float: right;
	font-weight: bold;
	margin-top: -20px;
}

h1 {
	background:url(../images/gfx/logo.png) no-repeat;
	width: 321px;
	height: 175px;
	float: left;
}
	h1 a {
		display: block;
		height: 100%;
		width:  100%;
	}
	h1 a * {
		display: none;
	}

#kartki {
	position: relative;
	overflow: visible;
	float: left;
	width: 550px;
	height: 180px;
}
	#kartki a {
		position: absolute;
		top: -10px;
		display: block;
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	      -ms-transition: all 0.3s ease-out;  /* IE10? */
	          transition: all 0.3s ease-out;  
	}
	#kartki .k1 {
		background:url(../images/gfx/k-1.png) no-repeat;
		width: 185px;
		height: 164px;
		left: 30px;
	}
	#kartki .k2 {
		background:url(../images/gfx/k-2.png) no-repeat;
		width: 162px;
		height: 185px;
		left: 215px;
	}
	#kartki .k3 {
		background:url(../images/gfx/k-3.png) no-repeat;
		width: 170px;
		height: 197px;
		left: 400px;
	}
	#kartki a:hover {
		top: 0;
	}

#nav {
	clear: both;
	height: 40px;
}
	#nav.start {
		background: url(../images/gfx/nav-links-start.png) no-repeat center center;
		padding-left: 270px;
	}
	#nav.pod {
		background: url(../images/gfx/nav-links-pod.png) no-repeat center center;
		padding-left: 205px;
	}
	#nav li {
		float:left;
		width: 90px;
		height: 50px;
	}
	#nav.pod li {
		width: 112px;
	}
	#nav.pod li:first-child {
		width: 80px;
	}
	#nav li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -10000px;
	}


#container {
	clear: both;
}

#left {
	width: 230px;
	float: left;
}
	#left .img {
		border: 1px solid #666;
		margin: 10px auto 0 0;
		display: block;
	}
#content {
	width: 470px;
	float: left;
	color: #555555;
	font-size:13px;
	padding-right: 10px;
}
	#content.big {
		width: 700px;
	}
	#content.big2 {
		width: 880px;
		padding-left: 10px;
	}
	#content h2 {
		color: #749900;
		font-weight: normal;
		padding: 35px 0 15px;
	}
	#content h3 {
		color: #105987;
		font-weight: normal;
		padding: 0 0 15px;
		font-size: 16px;
	}
	#content p {
		padding: 0 0 20px;
		text-align: justify;
	}
	#content ul {
		padding: 0 0 20px 10px;
	}
	#content ul li {
		background:url(../images/gfx/dot.png) no-repeat left center;
		padding-left: 20px;
	}
	#content ol {
		padding: 0 0 20px 5px;
		list-style: decimal;
	}
	#content ol li {
		margin-left: 20px;
	}
	#content li:hover {
		background-color: #f9f9f9;
	}
#right {
	width: 185px;
	float: left;
}
	#right .nav {
		background:url(../images/gfx/right-nav.png) no-repeat;
		width: 170px;
		height: 319px;
		padding-top: 80px;
		margin: -91px 0 0 0;
	}
	#right .nav h3 {
		text-align: center;
		font-weight: normal;
		color: #FFF;
		text-shadow: 1px 1px 2px #666;
	}
	#right .nav ul {
		padding: 15px 0 0;
	}

	#right .nav ul li a {
		color: #FFF;
		font-weight: bold;
		font-size: 12px;
		padding: 2px 0 2px 10px;
		display: block;
	}
	#right .nav ul li a:hover {
		text-decoration: underline;
	}
	#right p {
		color: #FFF;
		text-align:center;
		padding: 10px;
		text-shadow: 1px 1px 1px #888;
		
	}


#footer {
	clear: both;
	background:url(../images/gfx/footer.png) no-repeat center bottom;
	height:78px;
	text-align: center;
}
	
	#footer div {
		padding-top: 20px;
	}
	#footer .rh {
		padding-top: 12px;
	}
	#footer a {
		color: #FFF;
		font-size: 11px;
		font-weight: bold;
		padding: 1px 8px;
	}
	#footer a:hover {
		text-decoration: underline;
	}

/***** Dodatkowe *****/

.calendar {
	background:url(../images/gfx/pen.jpg) no-repeat bottom right;
	width: 210px;
	min-height: 340px;
	margin: -20px 0 0;
}
	.calendar .top {
		height: 60px;
		background: url(../images/gfx/calerdar-top-line.png) no-repeat center bottom;
		border-bottom: 1px solid #f0f0f1;
	}
	.calendar .top h4 {
		float: left;
		color: #167bab;
		font-weight: normal;
		font-size: 22px;
		line-height: 25px;
	}

	.calendar .top span {
		float: right;
		text-align: right;
		color: #ff860f;
		font-size:16px;
		font-weight: bold;
		padding: 15px 0 0 0;
		width: 130px;
		margin-left: -20px;
	}
	.calendar .top span:first-line {
		font-size:14px;
	}
	.calendar .weeks li {
		color: #c0c0c0;
		font-size: 10px;
		float: left;
		width: 30px;
		text-align: center;
	}
	.calendar .days li {
		float: left;
		width: 30px;
		height:20px;
		line-height:20px;
		display: block;
		text-align: center;
		font-size: 14px;
	}
	.calendar .g {
		color: #CCC;
	}
	.calendar .now {
		font-weight: bold;
		color: #ff7e00;
	}
	.calendar .point {
		text-shadow: 0 0 2px #FFF;
	}
		.calendar .point a {
			background: url(../images/gfx/calendar-point.png) center center;
			display: block;
			height: 100%;
			width: 100%;
			font-weight: normal;
			color: #FFF;
		}
		.calendar .point.green {
			background: #7cb416;
		}
		.calendar .point.blue {
			background: #31a5e3;
		}
		.calendar .point.orange {
			background: #ffae00;
		}
		.calendar .point a:hover {
			background: #999 url(../images/gfx/calendar-point.png) center center;
		}
	
	.calendar .legend {
		border-top: 1px solid #f0f0f1;
		padding: 10px 5px;
		clear: both;
	}
	.calendar .legend li {
		height:20px;
		clear: both;
		padding-bottom:3px;
		font-size:14px;
		color: #212121;
		line-height:20px;
	}
	.calendar .legend span {
		width: 30px;
		height:20px;
		float: left;
	}
* {
	margin: 0;
	padding:0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
	font-weight: bold;
	padding: 2px 15px;
}

input[type=password],
input[type=text] {
	width: 200px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 1px;
	text-indent: 2px;
}
textarea {
	width: 80%;
	height: 120px;
	display: block;
	margin: 0 auto;
}
.buttons {
	text-align: center;
	padding: 10px 0 20px;
}
	.buttons a {
		padding: 2px 10px;
		font-size: 13px;
		border: 1px solid #FFAE00;
		background: #FFF9EC;
		text-shadow: 1px 1px 2px #FFF;
		font-weight: bold;
	}
	.buttons a.button {
		color: #749900;
		border: 1px solid #749900;
		background: #F6FFD9;
	}
	.buttons a:hover {
		color: #000;
		border-color: #000;
	}

/*		News
********************/

#content .news {
	padding-bottom: 15px;
	width: 99%;
	margin: 0 auto 10px;;
}
	#content .news h3 {
		border-top:  1px dotted #CCC;
		border-bottom:  1px dotted #CCC;
		background: #FAFAFA;
		padding: 2px 0 2px 5px;
		margin-bottom: 5px;
		height: auto;
		overflow: auto;
	}
	#content .news h3 span {
		font-size: 10px;
		padding: 0 3px 3px 10px;;
	}
	#content .news h3 a + span {
		float: left;
		font-size: 10px;
		margin-top: 0;
	}
	#content .news h3 a {
		 display: block;
		float: left;
		/*height: 18px;*/
		width: 85%;
	}
	#content .news .foto img {
		float: left;
		margin: 10px 10px 10px 0;
	}
	#content .news .more {
		font-weight: normal;
	}
	#content .news:hover h3 {
		background: #F5F5F5;
	}

/*		Tabela
***********************/

#content table {
	width:98%;
	margin: 0 auto 20px;;
}
	#content table th {
		border: 1px solid #CCC;
		padding: 2px 5px;
		text-align: center;
		color:#749900;
		letter-spacing: 1px;
	}
	#content table td {
		border: 1px solid #CCC;
		padding: 5px 7px;
		text-align: center;
	}
	#content table th.name {
		background: #FAFAFA;
	}
	#content table td.name {
		background: #FAFAFA;
		text-align: left;
	}
	#content table .dd {
		background: #FFF !important;
	}
	#content table td.name a {
		display: block;
		height: 100%;
		font-size:12px;
		line-height:14px;
	}
	#content table tr:hover td.name a {
		color: #000;
	}
	#content table td.date, #content table th.date {
		background: #FAFAFA;
	}
	#content table p {
		margin: 0;
		padding: 5px 0;
	}
	#content table tr:hover td {
		background: #F5F5F5;
	}

#content table.szkolenie {
	font-size: 12px;
	border-color: #EEE;
}
	#content table.szkolenie th {
		color:#FFF;
		background: #749900;
		text-align: right;
		border-color: #97B43C;
		width:170px;
	}
	#content table.szkolenie td {
		text-align: left;
		border-color: #EEE;
	}

	
#content form table {
	margin: 10px auto;
}
	#content form table td, #content form table th {
		padding: 1px;
		color: #212121 !important;
		border: none;
	}
	#content form table tr:hover td {
		background: none;
	}
	#content form table th {
		text-align: right;
		padding: 0 10px 0 0;
		font-weight: normal;
	}
	
	#content form table .label {
		padding: 10px 0 3px 0;
		text-align: center;
		font-weight: bold;
	}
	#content form table .small {
		font-size: 10px;
		color: red;
	}
	#content form table .radio label {
		width: 100px;
		margin:  0 auto;
		display: block;
	}
	#content form table .radio label span {
		width: 30px;
		display: block;
		float: left;
	}
	#content form table .radio label radio {
		display: block;
		float: left;
	}
	#content form table .dzien, #content form table .miesiac, #content form table .rok,
	#content form table .dzien select, #content form table .miesiac select, #content form table .rok select {
		font-size: 12px;
		height: 18px;
		vertical-align: middle;
	}
	#content form table td {
		text-align: left;
	}
.star {
	font-weight: bold;
	color: red;
}
#galeria {
	text-align: center;
}
#galeria a {
	display: inline-block;
	width: 200px;
	height: 180px;
	vertical-align: top;
}
#galeria img {
	display: block;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #7cb416;
}

#galeria a:hover img {
	border-color: #FFAE00;
}

#content .pager,
#content .pager p {
	text-align: center;
	padding: 10px;
}
#content .pager {
	padding-bottom: 20px;
}

#content .pager a,
#content .pager span {
	font-weight: bold;
	padding: 1px 3px;
	
}


.miesiac{color:#94C01B;font-weight:bold;text-align:left !important;font-size:14px;}




