@charset "utf-8";
@import "reset.css";


body {
	background: #DDD url(../images/gfx/bg.png) repeat-x 0 -30px;
	font: 1em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:default;
	color: #000000;
}
body#dark {background-color:#000; background-image:  url(../images/gfx/bg-black.png)}

a {
	color:#FF6300;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}

::selection {
	background: #C90000;
	color: #FFF;
}
::-moz-selection {
	background: #C90000;
	color: #FFF;
}

.center {
	text-align: center;
}
.left {
	text-align:  left;
}
.right {
	text-align: right;
}

#warp {
	width: 1000px;
	margin: 0 auto;
}

#top {
	height: 128px;

/* PRZESUNIECIE OBRAZKA KTORY SIE ZNAJDUJE W PRAWYM GORNYM ROGU o 100px W PRAWO
 */
	background: no-repeat 670px 0;
}
	#top h1 {
		padding: 20px 0 0 15px;
	}
	#top h1 img {
		float: left;
	}
	#top h1 strong {
		float: left;
		padding:20px 0 0 10px;
		font-size: 36px;
		color: #333;
		font-weight: normal;
		text-decoration: none;
	}
	#dark #top h1 strong {color: #FFF;}
	#top h1 span {
		font-size: 20px;
		display: block;
		padding:  10px 0 0;
	}
	#top .oswietlenie {
		float: right;
		background: url(../images/gfx/oswietlenie.png);
		width: 74px;
		height: 30px;
		padding: 6px 0 0 38px;
		margin: 11px 5px;
		color: #686868;
		text-decoration: none;
		font-size: 12px;
		line-height: 13px;
	}
	#top a.oswietlenie:hover {
		color: #000;
	}
	#dark #top a.oswietlenie:hover {
		color: #FFF;
	}

#nav {
	height: 25px;
	padding: 0 0 0 10px;
}
	#nav > li {
		float: left;
		height: 25px;
		padding-right: 2px;
		position: relative;
		z-index: 1000;
	}
	#nav > li > a {
		display: block;
		background: #000 url(../images/gfx/nav-r.png) no-repeat right top;
		padding-right: 6px;
		height: 23px;
		margin-top:2px;
		/*font-style: italic;*/
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		line-height: 24px;
		font-size: 14px;
		text-shadow: 1px 1px 2px #444;
	}
	
		#dark #nav > li > a {background-image:url(../images/gfx/nav-r-dark.png)}
		
		#nav > li > a > span {
			display: block;
			background:url(../images/gfx/nav-l.png) no-repeat left top;
			padding-left: 6px;
			height: 100%;
		}
		
		#dark #nav > li > a > span {background-image:url(../images/gfx/nav-l-dark.png)}
		
	#nav > li > a img {
		vertical-align: middle;
	}
	#nav > li > a:hover, #nav > li > a.active {
		height: 25px;
		margin-top:0;
	}
	
	#nav li ul {display:none}
	
	#nav > li:hover > a {
		height: 25px;
		margin-top:0;
	}
	#nav li ul {
		position: absolute;
		background: #000;
		top: 100%;
		left:50%;
		margin-left: -100px;
		width: 200px;
		z-index: 100;
		border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #555;
	}
	#nav li ul li a {
		display: block;
		padding: 5px 10px;
		text-decoration: none;
		font-weight: bold;
		color: #FFF;
		text-shadow: 1px 1px 2px #444;
		font-size: 13px;
		background-image: url(../images/gfx/ab40.png) ;
		background-repeat: repeat-x;
		background-position: top;
	}
	#nav li ul li:first-child a {
		background: none;
	}
	#nav li ul li a:hover {
		background-repeat: repeat;
		background-image: url(../images/gfx/ab40.png) ;
		background-position: top;
	}
	
#line {
	background: #999595 url(../images/gfx/line.png) no-repeat;
	width:1000px;
	height: 44px; 
}
#dark #line {background-image:url(../images/gfx/line-black.png)}
	#line #flags {
		float: right;
		padding: 7px 20px 0 0;
	}
	#flags a:hover {
		opacity: .8;filter:alpha(opacity=80);
	}
	#search {
		padding: 3px 0 0 10px;
	}
	#search input[type=text] {
		float: left;
		height: 18px;
		width: 150px;
		margin: 4px 5px 0 10px;
		background: #FFF !important;
		border: 1px solid #555;
		color: #333333 !important;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-indent: 5px;
	}

#content {
	margin: 0 10px;
	background: #FFF;
	border: 1px solid #CDCDCD;
	border-top: 0;
	border-bottom: 1px solid #FFF;
}
#dark #content {background-color:#101010; border-color: #292929; border-bottom: 1px solid #101010;}


			#box  h4 span i {
				font-style: normal;
			}

#box {
	padding-bottom: 10px;
}
#box > div {
	width: 310px;
	float: left;
	margin: -100px 0 100px 10px;
	height: 250px;
	/*margin-left: -150px;*/
	opacity: 0;filter:alpha(opacity=00); 
}

#box > div h4 {
	margin: 8px;
	height: 100px;
	margin: 0;
}
#box > div h4 span {
	background: url(../images/gfx/a80.png);
	display: block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-style: italic;
	font-size: 20px;
}

#box .content {
	padding: 7px;
	/*position: relative;*/
}

#box ul {
	padding: 10px 0 0 10px;
}
#box li {
	line-height: 15px;
}
#box a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
	clear: both;
}

#box li:first-letter {
	font-weight: bold;
}
#box a:hover {
	text-decoration: underline;
}
	#box a span {
		float: left;
		padding: 0;
		text-decoration:  none !important;
	}
	#box a b {
		margin-left: 10px;
		display: block;
	}
/*#box .lista2 {
	padding-top: 0;
}*/

	#box .box1 {
		background: #0b0bb5 url(../images/gfx/pic1.gif) no-repeat right bottom;
	}
		#box .box1 h4 {
			color: #0062c6;
		}
			#box .box1 h4 > i {
				height: 70px;
				display: block;
				background: url(../images/gfx/r1.png) top left;
			}
			#box .box1 h4 span i {
				display: block;
				height: 100%;
				background: url(../images/gfx/r1.png) bottom left;
			}
			#box .box1 ul {
				width: 137px;
				float: left;
			}
	
	#box .box2 {
		width: 320px;
		background: #fecb00 url(../images/gfx/pic2.gif) no-repeat right bottom;
	}
		#box .box2 h4 {
			color: #3f3f3f;
		}
			#box .box2 h4 > i {
				height: 70px;
				display: block;
				background: url(../images/gfx/r2.png) top left;
			}
			#box .box2 h4 span i {
				display: block;
				height: 100%;
				background: url(../images/gfx/r2.png) bottom left;
			}
			#box .box2 a {color: #4d4c4d}
			#box .box2 ul {
				width: 143px;
				float: left;
			}
			#box .box2 .lista2 {
				padding-top:  10px;
			}

	
	#box .box3 {
		background: #ff0000 url(../images/gfx/pic3.gif) no-repeat right bottom;
	}
		#box .box3 h4 {
			color: #e83815;
		}
			#box .box3 h4 > i {
				height: 70px;
				display: block;
				background: url(../images/gfx/r3.png) top left;
			}
			#box .box3 h4 span i {
				display: block;
				height: 100%;
				background: url(../images/gfx/r3.png) bottom left;
			}
			#box .box3 ul {
				width: 137px;
				float: left;
			}

#box a.more {
	position: absolute;
	right: 5px;
	bottom: -136px;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow:  0 0 3px #333;
}


/*		BOX 2
*******************/
#box2 {
	padding: 0 0 10px 10px;
}
#box2 > div {
	margin: 10px auto;
}
	#box2 .box1 {
		background: #0b0bb5 url(../images/gfx/pic1.gif) no-repeat right bottom;
	}
	#box2 .box2 {
		background: #fecb00 url(../images/gfx/pic2.gif) no-repeat right bottom;
	}
	#box2 .box3 {
		background: #ff0000 url(../images/gfx/pic3.gif) no-repeat right bottom;
	}

#box2 h4 {
	text-align: center;
	color: #FFF;
	padding: 7px 0;
	font-size: 14px;
	text-shadow: 1px 1px 2px #444;
	cursor: pointer;
}
#box2 h4:hover {
	text-shadow: 1px 1px 3px #000;
	color: #f9f9f9;
}
	#box2 h4 i {font-style: normal;}
	#box2 div ul {
		padding: 5px 10px 10px 10px;
	}
	#box2 a {
		color: #FFF;
		text-decoration: none;
		display: block;
		clear: both;
	}
	#box2 .box2 a {color: #4d4c4d}
	#box2 a:hover {
		text-decoration: underline;
	}
	#box2 .content li a span {
		float: left;
		padding: 0 5px 3px 0;
	}
	

/* BoxWhite
*******************/
#boxWhite {
	background: #888;
	margin: 0 0 20px 10px;
}
	#boxWhite .content {
		padding: 10px;
	}
	#boxWhite .content li a {
		color: #FFF;
		padding: 5px 4px;
		display: block;
		font-size: 14px;
		text-decoration:  none;
		font-weight: bold;
		background: url(../images/gfx/a80.png) repeat-x;
	}
	#boxWhite .content li a:hover {
		text-decoration:  underline;
	}
	#boxWhite .content li:first-child a {
		background-image: none;
	}
	#boxWhite .content li a span {
		float: left;
		padding: 0 5px 5px 0;
	}
	



/*		left
*******************/
#left {
	float: left;
	width: 270px;
	font-size: 12px;
	color: #2f2f2f;
	line-height: 14px;
	padding-bottom: 20px;
}
#dark #left {color:#eee}
	#left .niedowidzacy {
		padding: 10px;
	}
	#left h3 {
		height: 30px;
		line-height: 36px;
		border-top: 3px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
		color: #585858;
		font-size: 17px;
		text-align: right;
		font-weight: normal;
		padding-right: 10px;
		margin: 10px 0 10px 10px;
	}
	#left h3.ankieta {
		background: url(../images/gfx/ankieta.jpg) 0 5px no-repeat;
	}
	#left h3.kalendarz {
		background: url(../images/gfx/kalendarz.jpg) 0 5px no-repeat;
	}
	#left h3.newsletter {
		background: url(../images/gfx/newsletter.jpg) 0 5px no-repeat;
	}
	#left p {
		padding-left:10px;
	}
	
	#left label {
		display: block;
		padding: 2px;
	}
	#left label:hover {
		background: #f5f5f5;
		border-radius: 10px;
		-moz-border-radius: 10px;
	}
	#dark label:hover {background: #222}
		#left label input[type=radio] {
			vertical-align: middle;
			margin: 3px;
		}
	#ankieta {
		padding: 10px 5px 20px 10px;
	}
	#ankieta .blackOrange {
		margin-top: 4px;
		margin-left: 5px;
	}
	
	#newsletter input[type=text] {
		border: 1px solid #cfcfcf;
		border-radius: 6px;
		-moz-border-radius: 6px;
		float:left;
		width: 190px;
		margin: 0;
		color: #333333;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-indent: 5px;
		background: url(../images/gfx/a80.png);
	}

/*		right
*******************/
#right {
	float: left;
	width: 700px;
	padding-left: 10px;
	padding-left: 4px;
	padding-bottom: 20px;
	color: #363636;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#dark #right {color:#eee}
	
	#right h2 {
		color: #001a3d;
		font-weight: normal;
		font-size:13px;
		padding: 1px 5px 2px;
		margin: 10px 5px;
		background: #f5f5f5;
		clear: both;
	}
	
	#right h2.old {
		color: #001a3d;
		text-align: right;
		font-weight: normal;
		font-size:22px;
		padding: 10px 10px 10px 0;
		background: none !important;
	}
	
	#dark #right h2 {background: #222}
	#right h3 {
		color: #001a3d;
		text-align: left;
		font-weight: normal;
		font-size:18px;
		padding: 10px 10px 10px 0;
	}
	#dark #right h3, #dark #right h2 {color: #006dff}

	#right h4 {
		color: #e23808;
		font-size: 15px;
		text-decoration: none;
		padding: 0 10px;
	}
	#right h4 a {
		color: #e23808;
		font-size: 15px;
		text-decoration: none;
	}
	#right h4 a:hover {
		text-decoration: underline;
	}
	#right h4 span {
		color: #b3b3b3;
		font-weight: normal;
		font-size: 12px;
	}
	
	#dark #right h4 {color: #ff3800}
	
	
	#right ol {
		list-style: decimal;
		padding-left: 40px;
	}
	

#right .column {
	width: 330px;
	float: left;
	padding-left:20px; 
}
	#right .column h2 {
		padding-top: 0;
	}


#right a {
	text-decoration: underline;
	color: #001a3d;
	color: #e23808;
}
#right a.more {
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align: right;
}
#dark #right a {color: #2F7CE2} 
	  #right a:hover {color: #0A0AB5}
#dark #right a:hover {color: #77B2FF}

/* mailto */
#right a[href^=mailto],
#dark #right a[href^=mailto] {
	color: #D53508;
}

	#right a[href^=mailto]:hover {
		text-decoration: none;
		color: #0A0AB5;
		color: #FF3800;
	}
/*
#right hr {
	border: none;
	background: none;
	border-top: 1px solid #999;
	display: block;
	float: none;
	margin: 10px;
	padding: 0;
}
*/
#right img {
	margin: 5px 10px;
}

#right p {
	padding: 0 20px;
}
#right ul,
#right ol {
	padding: 0 20px 20px 25px;
}
	#right ul li {
		padding-left: 20px;
		background: url(../images/gfx/dot.png) no-repeat 5px 7px;
	}
	#right ol li {
		margin-left: 20px;
	}
	
	#right ul ul,
	#right ul ol,
	#right ol ol,
	#right ol ul {
		padding-right: 0;
	}
	
	/* hover listy
	#right ul li:hover {
		background-color: #f5f5f5;
		border-radius: 6px;
		-moz-border-radius: 6px;
	}
	#dark #right ul li:hover {background-color:#222}
	*/
	
	
#right table {
	margin: 0 auto 20px;
}
	#right table td, #right table th {
		border: 1px solid #999;
		padding: 3px 5px;
	}
	#right table.no-border td, #right table.no-border th {
		border: none;
	}
	#right table img {
		vertical-align: middle;
	}
	#right table a {
		text-decoration: none;
	}

	
#right h2.video {
	padding-right: 0 !important;
	text-align: center;
	color: #fecb00 !important;
}


#video {
	height: 215px;
	width:  328px;
	display: block;
}
	#video:hover {
		opacity: .7;
	}
	#video > span {
		display: block;
		width: 100%;
		height: 100%;
		/*background:url(../images/gfx/video-border.png) no-repeat;*/
	}


/*		rO
*******************/
	.rO .r1 {
		background:url(../images/gfx/rw-1.png) no-repeat top left;
		height: 100%;
	}
	.rO .r2 {
		background:url(../images/gfx/rw-2.png) no-repeat top right;
		height: 100%;
	}
	.rO .r3 {
		background:url(../images/gfx/rw-3.png) no-repeat bottom right;
		height: 100%;
	}
	.rO .r4 {
		background:url(../images/gfx/rw-4.png) no-repeat bottom left;
		height: 100%;
	}
	#dark .rO .r1 {background-image:url(../images/gfx/rw-1-dark.png)}
	#dark .rO .r2 {background-image:url(../images/gfx/rw-2-dark.png)}
	#dark .rO .r3 {background-image:url(../images/gfx/rw-3-dark.png)}
	#dark .rO .r4 {background-image:url(../images/gfx/rw-4-dark.png)}
	
#footer {
	clear: both;
	border-top: 1px solid #e5e5e5;
	color: #d53508;
	font-size: 12px;
}
#dark #footer {border-color: #2d2d2d;}
	#footer .nav {
		border-top: 5px solid #cdcdcd;
		width: 980px;
		margin: -1px auto 0;
		padding: 6px 0;
	}
	#dark #footer .nav {border-color:#292929}
	#footer .status {
		border-top: 1px solid #cdcdcd;
		float: left;
		width: 868px;
		padding: 6px 0;
		margin-top: 6px;
	}
	#dark .status {border-color:#202020}
	#footer a, #footer span {
		color: #383838;
		text-decoration: none;
	}
	#dark #footer a, #dark #footer span {color:#969696}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer img.bip {
		float: left;
		padding: 10px 30px;
	}

/*		News
***********************/
.news {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
	border-bottom: 1px solid #CCC;
}
#dark .news {border-color: #414141}

/*	.news .data {
		background:url(../images/gfx/date-box.png) no-repeat;
		height: 44px;
		width:43px;
		padding-top: 5px;
		text-align: center;
		color: #FFF;
		font-size: 25px;
		float: left;
		margin-left: -150px;
		margin-top: -10px;
	}*/
		.news .data2 {
			background:url(../images/gfx/date-box.png) no-repeat;
			height: 60px;
			width:43px;
			padding-top: 5px;
			text-align: center;
			color: #FFF;
			font-size: 25px;
			margin-top: 10px;
		}
	.news .img img {
		float: left;
		margin: 5px;
	}
	.news .img {
		float: left;
		padding: 0px 5px 0 0;
		position:relative;
		z-index: 10;
	}
	.news .data {
		background:url(../images/gfx/date-box.png) no-repeat;
		height: 60px;
		width:43px;
		padding-top: 5px;
		position: absolute;
		z-index: 20;
		left: 0;
		top:-10px;
		text-align: center;
		color: #FFF;
		font-size: 25px;
	}
		.data b, .data2 b {
			display: block;
			font-size: 15px;
			font-weight: normal;
		}
		.data i, .data2 i {
			display: block;
			font-size: 13px;
			font-weight: normal;
			font-style: normal;
			line-height: 13px;
		}
	.news p, .news ul, .news table {
		padding-bottom: 10px !important;
		padding-left: 0 !important;
	}
.news h4 {
	padding-left: 0 !important;
}
.news h4 i {
	color: #333;
	display: block;
	padding: 0 0 10px;
	font-size: 14px;
}
#dark .news h4 i {color: #CCC}
.news .info {
	color: #888;
	padding-bottom: 5px !important;
}


#right .news.first {padding-top: 10px;}
#right .news.first h4 {font-size:18px}
#right .news.first p  {font-size:14px}

/*		banner
***********************/
.banner {
	background-position: center center;
	background-repeat: no-repeat;
	width: 264px;
	height: 64px;
	margin: 10px 0 10px 8px;
	display: block;
}
	.banner i {
		display: block;
		background:url(../images/gfx/banner-border2.png) no-repeat;
		height: 100%;
	}
.bannerBig {
	background-position: center center;
	background-repeat: no-repeat;
	width: 329px;
	height: 64px;
	margin: 0 3px 10px 0;
	display: block;
}
	.bannerBig i {
		display: block;
		background:url(../images/gfx/banner-big-border2.png) no-repeat;
		height: 100%;
	}
.banner:hover, .bannerBig:hover {
	opacity: .7;
}

/*		Buttony
***********************/

.blackButton {
	background:url(../images/gfx/button-black-r.png) no-repeat right;
	display: block;
	padding-right: 6px;
	height:  29px;
	max-width: 200px;
}
	.blackButton span {
		background: url(../images/gfx/button-black-l.png) no-repeat left;
		display: block;
		padding-left: 10px;
		padding-right: 4px;
		border: none;
		height:  29px;
		text-align: center;
	}
		.blackButton span * {
			border: none;
			background: none;
			text-align: center;
			height:  28px;
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 11px;
			line-height: 29px;
			text-decoration:  none;
		}
.blackButton.left {float: left}
.blackButton.right {float: right}

.blackOrange {
	background:url(../images/gfx/button-orange-r.png) no-repeat right;
	display: block;
	padding-right: 6px;
	height:  21px;
	max-width: 200px;
}
	.blackOrange span {
		background: url(../images/gfx/button-orange-l.png) no-repeat left;
		display: block;
		padding-left: 10px;
		padding-right: 4px;
		border: none;
		height:  21px;
		text-align: center;
	}
		.blackOrange span * {
			border: none;
			background: none;
			text-align: center;
			height:  20px;
			color: #FFF !important;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none !important;
			cursor: pointer;
			font-size: 11px;
			line-height: 21px;
			text-shadow: 1px 1px 2px #333;
		}
.blackOrange.left {float: left}
.blackOrange.right {float: right}


#w3c {
	float: right;
}


/*		Calendar
**********************/
.calendar {
	width: 210px;
	margin: 0 auto;
	min-height: 140px;
}
a.arch {color:#E23808; padding: 10px 0 0 10px;}
#dark a.arch {color:#2F7CE2;}

	.calendar .top {
		height: 30px;
		text-align: center;
	}
	.calendar .top a {
		color: #ff860f;
		border-radius: 6px;
		-moz-border-radius: 6px;
		font-size:20px;
		font-weight: bold;
		text-decoration: none;
		padding: 0 5px;
	}
	.calendar .top a:hover {
		background: #ff860f;
		color: #FFF;
	}
	.calendar .top span {
		text-align: center;
		float: left;
		display: block;
		color: #ff860f;
		font-size:16px;
		font-weight: bold;
		padding: 0 5px;
	}
	.calendar .top .rok {
		width:  70px;
		font-size:20px;
		float: left;
		padding: 0 !important;
		margin-right:  -40px;
	}
	.calendar .top .mc {
		float: right;
	}
	.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;
		background: #666;
		color: #FFF;
		border-radius: 6px;
		-moz-border-radius: 6px;
	}
		.calendar .point a {
			display: block;
			height: 100%;
			width: 100%;
			font-weight: normal;
			color: #D53508;
			text-decoration: none;
			font-weight: bold;
		}
		.calendar .point a:hover {
			background: #D53508;
			color: #FFF;
			border-radius: 3px;
			-moz-border-radius: 3px;
		}


/*		Forms
**********************/
table.form {
	width: 80%;
	margin: 0 auto;
}
th {
	text-align: right;
}
th.ng {
	text-align: center;
	background: #f1f1f1;
}
	#dark th.ng {background: #222222;}
th.multi {
	vertical-align: text-bottom;
	padding-top: 10px;
}

input[type=text] {
	width: 250px;
	background: #FFF;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-indent: 3px;
	vertical-align: middle;
	margin: 1px 2px;
}
	#dark input[type=text] {
		background: none;
		color: #EEE;
		border-color: #666;
	}
.form select {
	padding: 0 3px;
	vertical-align: middle;
	margin: 2px 2px;
}

#right .form .size1 {
	width: 23px;
	text-align: center;
	text-indent: 0;
}
#right .form .size2 {
	width: 40px;
	text-align: center;
	text-indent: 0;
}
#right .form .size3 {
	width: 80px;
}

textarea {
	width: 98%;
	height: 100px;
	border: 1px solid #666;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#dark textarea {
	background: none;
	color: #EEE;
	border-color: #666;
}

#right .form textarea.small {
	height: 40px;
}
#right .form textarea.normal {
	height: 70px;
}

.form .buttons {
	text-align: right;
	background: #f1f1f1;
}
	#dark .form .buttons {
		background: #222;
	}
.form input[type=submit] {
	margin: inherit;
	padding: inherit;
	font-weight: bold;
}


#dark select {
	background: #333;
	color: #EEE;
	border: 1px solid #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
}


/*	  News Archiwum
**********************/
.archiwum {
	width: 330px;
	border: 1px solid #CCC;
	float: left;
	margin: 5px;
	padding: 5px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
	.archiwum h4 {
		padding: 0 5px;
	}
	.archiwum ul li {
		float: left;
		width: 135px;
		background: none !important;
		padding: 0 !important;
		padding-left: 10px !important;
	}
	.archiwum ul li a {
		display: block;
		height: 100%;
		padding: 1px 0 1px 20px;
	}
	
/*	standardForm
*******************/
.standardForm {
	margin: 0 10px 20px;
	padding: 5px;
	border-bottom: 1px solid #666;
}
	.line label {
		float: left;
		padding-right: 10px;
		padding-bottom: 3px;
	}
.line .blackOrange {
	float: left;
}
.standardForm select {
	/*padding: 0 10px;*/
}
.standardForm input[type=radio] {
	vertical-align: middle;
}

	.block {border: none;}
	.block label {
		display: block;
		padding-bottom: 3px;
	}
	.block label b, .block label span {
		text-align: right;
		width: 200px;
		float: left;
		padding-right: 8px;
	}
	.block .blackOrange {
		width: 100px;
		margin: 0 auto;
	}
	.block label input[type=text], .block label input[type=password] {
		width: 200px;
	}
	.block label textarea {
		width: 300px;
		height: 100px;
	}

/*	.bigList & smallList
**************/
.bigList {
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin: 0 10px 10px;
}
	.bigList img.left {
		float: left;
		margin: 0 10px;
	}

.smallList {
	padding: 1px 0 1px 20px;
}
	.smallList a {
		display: block;
		height: 25px;
		line-height: 25px;
	}
	#content .smallList .img  {
		float: left;
		width: 45px;
		min-height: 10px;
		margin-top: -2px;
	}
	#content .smallList img  {
		vertical-align: middle;
		margin: 0;
		padding: 0;
		max-width: 45px;
		max-height: 25px
	}

/*	 Login
***************/
#login {
	width: 300px;
	margin: 20px auto;
}
	#login label {
		display: block;
	}
	#login label b {
		float: left;
		width: 50px;
	}
	#login label input {
		width: 200px;
	}
	#login div {
		padding: 5px 0 0;
		clear: both;
	}
	#login div a {
		float: left;
		width: 150px;
	}
	#login div .blackOrange {
		float: left;
		width: 100px;
	}

#pracownicy label {
}
#pracownicy label span {
	width: 100px;
}
#pracownicy label input {
	width: 200px;
}


/*	 Pager
**************/
.pager {
	text-align: center;
	clear: both;
}
#right .pager p {
	padding: 10px 0 5px;
}
	.pager a, .pager span {
		padding: 1px 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#right .pager a {
		border: 1px solid #E23808;
		color: #E23808;
		font-weight: bold;
		text-decoration:  none;
	}
	#right .pager a:hover {
		background: #E23808;
		color: #FFF;
	}
	#right .pager span {
		border: 1px solid #666;
		color: #666;
	}

/*		Galeria
**********************/
#galeria {
	padding: 10px;
}
	#galeria > a {
		float: left;
		width: 190px;
		padding: 5px;
		margin: 10px;
		background: #FFF;
		border: 1px solid #888;
		box-shadow: 0 0 6px #888;
		-moz-box-shadow: 0 0 6px #888;
		display: block;
		border-radius: 5px;
		-moz-border-radius: 5px;
		text-decoration: none;
		color: #333;
	}
	#galeria span {
		display: block;
		text-align: center;
	}
	#galeria span img {
		display: block;
		margin: 0 auto;
	}
	
	#galeria > a b {
		display: block;
		text-align: center;
		color: #333;
		padding-top: 3px;
	}
	#galeria a:hover {border: 2px solid #666;margin: 9px;}

/*	komunikat
****************/
.komunikat {
	border: 2px solid #F00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 20px 20px;
	padding: 10px;
}

#userBox {
	background: orange;
}

/*   SMALL CLASS
*********************/
.red {
	color: #F00;
	font-size: 14px;
	font-style: italic;
}

.leftBig {
	float: left;
	margin: 10px;
}

.wydawnictwo {
	float: left;
	margin: 20px 0 10px 10px;;
}
.wydawnictwo li {
	padding:  0 10px 0 0;
}

.f-left {
	float: left;
	margin: 5px 10px 10px 0;
}


/*		userInfo
********************/
#userInfo{
	width: 90%;
	margin: 10px auto;
	background: #F5f5f5;
	clear: both;
}

#userInfo .user {
	padding-bottom: 5px;
}

#userInfo .message  {padding: 5px 0 10px 10px}

#userInfo .message h4 {
	font-size: 18px;
}

#userInfo .message h4 b {
	display: block;
	color: #BB4700;
	font-size: 15px;
	padding: 5px 0 0 4px;
}

#userInfo .message p { padding: 0 5px 5px;}

#userInfo .ramka {
	border: 1px solid #F00; 
	margin: 3px 0;
	margin-right: 180px;
		border-radius: 6px;
   -moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
	/*#dark #userInfo .ramka {border-color: #333}*/
#userInfo .ramka b {
	padding: 3px 5px 0;
}

#userInfo .ramka b span {
	float: right;
	font-weight: normal;
	color: #888;
	padding: 0 5px;
	font-size: 11px;
}

#userInfo .ramka a {
	font-weight: bold;
}
#userInfo .links {
	float: right;
	margin: 0;
	padding: 10px 10px;
	width: 150px;
}

#dark #userInfo {
	background: #222; 
}


/*		Link-list
**********************/
.link-list li {
	background-position: 8px 9px !important;
}
.link-list a {
	display: block;
	font-size: 13px;
	padding: 2px 0;
	text-decoration: none !important;
}


/* options
***********************/
#options {
	text-align: center;
	clear: both;
	padding-top: 20px;
}

#options .icon {
	text-decoration:  none !important;
	padding: 3px 6px 4px 3px;
}
	#options .icon img {
		vertical-align: middle;
		margin: 0 5px 0;
	}
#options .icon:hover {
	border: 1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px 3px 2px;
}


/*		fontSize
**********************/
#fontSize {
	float: left;
	border: 1px solid #888;
	margin: 0 5px 6px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: .4;
}
#fontSize:hover {opacity: 1;}
	#fontSize span {
		border-left:  1px solid #888;
		float: left;
		width: 19px;
		text-align: center;
		height: 20px;
		line-height: 20px;
		cursor: pointer;
	}
	#fontSize span:first-child {
		border-left:  none;
		width: 20px;
	}
	
	#fontSize .s1 {font-size: 10px;}
	#fontSize .s2 {font-size: 13px;}
	#fontSize .s3 {font-size: 16px;}

	#fontSize span:hover {
		background: #888;
		color: #FFF;
	}

#right #fontSmall,
#right #fontSmall p,
#right #fontSmall ul,
#right #fontSmall ul a,
#right #fontSmall table,
#right #fontSmall p * {
	font-size: 16px !important;
	line-height: 20px;
}
#right #fontSmall h4,
#right #fontSmall h4 a {
	font-size: 20px !important;
	padding-bottom: 1px !important;
}

#right #fontBig,
#right #fontBig p,
#right #fontBig ul,
#right #fontBig ul a,
#right #fontBig table,
#right #fontBig p * {
	font-size:20px !important;
	line-height: 20px;
}
#right #fontBig h4,
#right #fontBig h4 a {
	font-size: 25px !important;
	padding-bottom: 4px !important;
}

/**************************************************/
/* Z indexu */



#box .box1 h4 {background: url(../images/dla-kandydatow.jpg)}
#box .box2 h4 {background: url(../images/dla-studentow.jpg)}
#box .box3 h4 {background: url(../images/dla-informacje.jpg)}


#contentBanner {clear: both;text-align: center;}
.wstecz{}
