/* CSS www.mojeszlaki.pl */

/* SPIS TRESCI */

/* blah blah */

a.button {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	padding:3px 5px;
}
a.button:hover {
	opacity:0.8;
	color:#FFF;
}
.related {
	background-color:#c9dbb3;
	background-color:#eeeeee;
	font-size:14px;
	padding:5px;
	margin:10px -10px 10px -10px;
	text-decoration:none;
	color:#aaaaaa;
}
.related:hover {
	background-color:#f3f3f3;
}
.related a {
	text-decoration:none;
}
.related a span {
	color:#eeeeee;
}
.related a:hover, .related a:hover span {
	color:#222222;
}
#screenshot {
	position:absolute;
	border:1px solid #5e8a29;
	background:#eaf9d7;
	padding:0px;
	display:none;
	color:#888888;
	text-align:center;
}
#screenshot img {
	border-bottom:1px solid #5e8a29;
}
.sidebar {
	width:249px;
	float: right;
	clear: none;
	padding:0;
	border-left:1px solid #DDD;
}
.randomphoto {
	margin: auto;
	margin-top:10px;
	-moz-box-shadow: 1px 1px 5px #bbb;
	-webkit-box-shadow: 1px 1px 5px #bbb;
	box-shadow: 1px 1px 5px #bbb;
	border:4px solid #FFF;
	color:#999;
	font-size:10px;
	display:table;/*rotation-point:50% 50%;
	rotation:5deg;
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);*/
}
.randomphoto img {
	border: 0;
	text-align: center;
}
.sidebarhead {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	z-index:100;
}
.sidebarhead a, .sidebarhead a:hover {
	color:#ffffff;
}
.sidebarcontent {
	margin:5px 0 0 1px;
	font-size:12px;
	color:#555;
	padding-bottom:13px;
	z-index:100;
	padding-left:10px;
}
.sidebarcontent a, .sidebarcontent a:hover {
	margin-left:3px;
	font-size:12px;
	color:#aaa;
	text-decoration:none;
}
/* NEWBAR */

.newbar {
	width:940px;
	margin:10px auto 0 auto;
	background-color:#a1c17a;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #5f8333;
	-webkit-box-shadow: 0px 1px 0px #5f8333;
	box-shadow: 0px 1px 0px #5f8333;
}
.newbar table {
	width:940px;
	margin:auto;
}
.newbar table tr td {
	padding:0px 11px;
	vertical-align:top;
}
.newbar table tr td.separator_p {
	border-right:1px solid #93b06f;
	width:25%;
}
.newbar table tr td.separator_l {
	border-left:1px solid #b5ce96;
	width:25%;
}
.newbarcontent {
	margin:8px 0 0 0px;
	font-size:12px;
	color:#FFFFFF;
	z-index:100;
}
.newbarcontent ul {
	margin:0 0 0 12px;
	padding-left:5px;
}
.newbarcontent ul li {
	text-indent: -3px;
	display: list-item;
}
.newbarcontent a, .newbarcontent a:hover {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
/* menu */
.menu {
	width:960px;
	margin:10px auto 0 auto;
	padding:0px;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	-moz-border-radius: 5px;
	border-radius: 5px;/*-moz-box-shadow: 0px 1px 0px #898989;
	-webkit-box-shadow: 0px 1px 0px #898989;
	box-shadow: 0px 1px 0px #898989;
	background-color:#a1c17a;*/
}
.menu a.item {
	float:left;
	/*	margin-right:5px;*/
	padding:8px 10px;
	/*	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	border-right:1px solid #555;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.search {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFF;
	padding:0px 3px;
	margin-top:3px;
	margin-right:3px;
}
.searchButton {
	border:0;
	background-color:#CCC;
	vertical-align:middle;
	padding:0;
	margin:0;
	height:18px;
	font-size:12px;
	cursor:pointer;
	color:#FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	opacity:0.70;
	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity = 70);
}
.searchButton:hover {
	opacity:1;
	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100);
}
.green {
	background-color:#65932d;
	/*	-moz-box-shadow: 0px -1px 0px #78a640;
	-webkit-box-shadow: 0px -1px 0px #78a640;
	box-shadow: 0px -1px 0px #78a640;*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78a640), to(#53811b));
	background-image: -webkit-linear-gradient(top, #78a640, #53811b);
	background-image:    -moz-linear-gradient(top, #78a640, #53811b);
	background-image:     -ms-linear-gradient(top, #78a640, #53811b);
	background-image:      -o-linear-gradient(top, #78a640, #53811b);
}
.blue {
	background-color:#4d83c4;
	/*	-moz-box-shadow: 0px -1px 0px #6794cd;
	-webkit-box-shadow: 0px -1px 0px #6794cd;
	box-shadow: 0px -1px 0px #6794cd;*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6794cd), to(#3472bc));
	background-image: -webkit-linear-gradient(top, #6794cd, #3472bc);
	background-image:    -moz-linear-gradient(top, #6794cd, #3472bc);
	background-image:     -ms-linear-gradient(top, #6794cd, #3472bc);
	background-image:      -o-linear-gradient(top, #6794cd, #3472bc);
}
a.lewy {
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.prawy {
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
/* masa */
.masa {
	background-color:#CCC;
	padding:10px 25px; /* 5px 5px 110px;*/
	color:#666;
	text-shadow:#fff 0px 1px 0px;
	margin:10px 0 10px 0;
	margin:auto;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #bbb;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#ccc));
	background-image: -webkit-linear-gradient(top, #ddd, #ccc);
	background-image:    -moz-linear-gradient(top, #ddd, #ccc);
	background-image:     -ms-linear-gradient(top, #ddd, #ccc);
	background-image:      -o-linear-gradient(top, #ddd, #ccc);
}
/* BANNER */

.banner {
	width:940px;
	margin:auto;
	background-color:#5bb5df;
	margin-top:10px;
	padding:10px;
	color:#FFF;
	font-size:22px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #51a2c7;
	-webkit-box-shadow: 0px 1px 0px #51a2c7;
	box-shadow: 0px 1px 0px #51a2c7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7cc4e5), to(#5bb5df));
	background-image: -webkit-linear-gradient(top, #7cc4e5, #5bb5df);
	background-image:    -moz-linear-gradient(top, #7cc4e5, #5bb5df);
	background-image:     -ms-linear-gradient(top, #7cc4e5, #5bb5df);
	background-image:      -o-linear-gradient(top, #7cc4e5, #5bb5df);
}
.banner .item {
	float:left;
	clear:right;
	margin-right:19px;
	font-size:12px;
	text-align:center;
	text-shadow:#51a2c7 0px 1px 1px;
}
.banner .item strong {
	font-size:25px;
	font-weight:bold;
	letter-spacing:-1px;
}
.main {
	width:960px;
	color:#333333;
	font-size:12px;
	margin:auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	-moz-box-shadow: 0px 1px 0px #bbb;
	-webkit-box-shadow: 0px 1px 0px #bbb;
	box-shadow: 0px 1px 0px #bbb;
}
.frame {
	color:#333333;
	font-size:12px;
	float: left;
	clear: none;
	text-align:justify;
	background-color:#FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.footer {
	width:940px;
	color:#999;
	margin:10px auto 30px auto;
	background-color:#ddd;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
	text-align:right;
}
.footer a {
	color:#999;
	text-decoration:none;
}
/*  NIFTY  */
b.rtop, b.rbottom {
	display:block;
	background: #ffffff
}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #78a640;
	margin-top:0;
	margin-bottom:0;
}
b.r1 {
	margin: 0 5px
}
b.r2 {
	margin: 0 3px
}
b.r3 {
	margin: 0 2px
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}
div#nifty {
	background: #78a640;
	margin:0;
	margin-bottom:0px;
}
/*  NIFTY 2  */
.niftyall b.rtop, .niftyall b.rbottom {
	display:block;
	background: #78a640
}
.niftyall b.rtop b, .niftyall b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #ffffff;
	margin-top:0;
	margin-bottom:0;
}
.niftyall b.r1 {
	margin: 0 5px
}
.niftyall b.r2 {
	margin: 0 3px
}
.niftyall b.r3 {
	margin: 0 2px
}
.niftyall b.rtop b.r4, .niftyall b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}
div.niftyall {
	background: #ffffff;
	margin:0;
	margin-bottom:0px;
	width:770px;
}
/*  RESZTA  */

body {
	background-color:#EEE;
	background-image:url(img/bg.png);
	font-family:Arial, Helvetica, sans-serif;
 	font-family: "Trebuchet MS", Verdana, Arial;
	margin:0;
	padding:0;
	font-size:12px;
}
p {
	padding:0;
	margin:0;
	padding-left:10px;
}
.logostripe {
	background-color:#FFFFFF;
	width:960px;
	margin:auto;
	text-align:right;
	-moz-box-shadow: 0px 1px 0px #bbb;
	-webkit-box-shadow: 0px 1px 0px #bbb;
	box-shadow: 0px 1px 0px #bbb;
	margin-bottom:10px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.logo {
	float: left;
	clear: right;
	width:210px;
	height:62px;
}
.logo a {
	border:0;
	margin:0;
	padding:0;
}
.logo a img {
	border:0;
	margin:0;
	padding:0;
	margin-top:10px;
}
.adders {
	background-color:#ededed;
	background-repeat:no-repeat;
	background-position:bottom center;
	width:770px;
	height:30px;
	margin:auto;
	text-align:right;
	margin-bottom:10px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #898989;
	-webkit-box-shadow: 0px 1px 0px #898989;
	box-shadow: 0px 1px 0px #898989;
}
.wtf {
	padding-left:5px;
}
.cien1 h1 {
	font-size:10px;
	color:#333333;
	display:inline;
}
.topimg {
	width:770px;
	height:200px;
	background-color:#FFFFFF;
}
.topimg a {
	background-color:#78a640;
	display:block;
	color:#ffffff;
	text-decoration:none;
	width:100%;
	height:55px;
	opacity:0.75;
filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	filter: alpha(opacity = 75);
	font-size:18px;
}
/*.topimg[class] a {
background-color:#FFFFFF;
display:block;
width:100%;
opacity:0.75;
color:#000000;
font-size:18px;
text-decoration:none;
height:55px;

}*/

.topimg a small {
	font-size:10px;
}
.topimg a:hover {
	opacity:0.65;
filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	filter: alpha(opacity = 65);
}
.topimg a .topimgdesc, .topimg a:hover .topimgdesc {
	color:#FFFFFF;
	opacity:1;
!important filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=100);
!important filter: alpha(opacity = 100);
!important
}
.cien1 {
	width:830px;
	height:30px;
	margin:auto;
	/*background-image:url(img/cien1.png);*/
background-position:center;
	background-repeat:no-repeat;
	text-align:right;
}
.cien1 a, .cien1 a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
.cien2 {
	width:830px;
	margin:auto;
	/*background-image:url(img/cien2.png);*/
background-position:center;
	background-repeat:repeat-y;
}
.all {
	width:960px;
	margin:auto;
}
h1 {
	font-size:22px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight:normal;
}
h3 {
	font-size:13px;
	margin:0 0 3px 0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight:normal;
	color:#999999;
}
.rtop, .rbottom {
	display:block
}
.title .rtop *, .title .rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color:#f1fae6
}
.r1 {
	margin: 0 5px
}
.r2 {
	margin: 0 3px
}
.r3 {
	margin: 0 2px
}
.r4 {
	margin: 0 1px;
	height: 2px
}
h1.title {
	margin:0;
	display:block;
}
h1.title a {
	/* border-bottom:1px solid #000000;*/
	padding:5px 5px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*	color:#70CD00;*/
	color:#00aaff;
	font-size:22px;
	margin-bottom:1px;
	margin-top:0;
	margin-left:0px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	letter-spacing:-1px;
	margin-bottom:1px;
	text-align:left;
}
.smallnews h1.title a {
	font-size:18px;/*color:#89c8e8;*/
}
.smallnews .tresc {
/*color:#999;*/
}
.smallnews {
	float:left;
	clear:both;
	border-top:1px solid #ddd;
	border-spacing: 0;
	opacity:0.7;
}
.smallnews tr td {
	padding-bottom:50px;
}
.nagloweknewsa {
	padding-left:25px;
}
.calynews {
	padding-top:10px;
}
h1.title a:hover {
	color:#008fd7;
}
.dodajki {
	width:770px;
	margin:auto;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}
.dodajki img {
	border:0;
	margin-right:15px;
}
.newsdetail {
	color:#AAAAAA;
	font-size:10px;
	margin-top:-2px;
	line-height:9px;
	padding-bottom:5px;
}
.newsdetail a, .newsdetail b {
	color:#000000;
	font-weight: bold;
}
.tresc {
	padding:10px;
	font-size:13px;
	line-height:16px; /* color:#727373;*/
	color:#666666;
}
.tresc p {
	padding:0;
	margin:0;
}
.tresc img {
	border:0;
	margin:0 5px 0 0;
}
a.poprzednie {
	float:left;
	clear:both;
	display:block;
	position:absolute;
	bottom:10px;
	left:10px;
	background-color:#0AF;
	-moz-box-shadow: 0px 1px 0px #0083c5;
	-webkit-box-shadow: 0px 1px 0px #0083c5;
	box-shadow: 0px 1px 0px #0083c5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbff), to(#0AF));
	background-image: -webkit-linear-gradient(top, #33bbff, #0AF);
	background-image:    -moz-linear-gradient(top, #33bbff, #0AF);
	background-image:     -ms-linear-gradient(top, #33bbff, #0AF);
	background-image:      -o-linear-gradient(top, #33bbff, #0AF);
}
a.dodajnews {
	float:left;
	clear:both;
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	background-color:#78A640;
	-moz-box-shadow: 0px 1px 0px #587a2f;
	-webkit-box-shadow: 0px 1px 0px #587a2f;
	box-shadow: 0px 1px 0px #587a2f;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93b866), to(#78A640));
	background-image: -webkit-linear-gradient(top, #93b866, #78A640);
	background-image:    -moz-linear-gradient(top, #93b866, #78A640);
	background-image:     -ms-linear-gradient(top, #93b866, #78A640);
	background-image:      -o-linear-gradient(top, #93b866, #78A640);
}
a.komentarze {
	float:right;
	clear:both;
	display:block;
	background-color:#ccc;
	-moz-box-shadow: 0px 1px 0px #aaa;
	-webkit-box-shadow: 0px 1px 0px #aaa;
	box-shadow: 0px 1px 0px #aaa;
	margin-right:0px;
	margin-bottom:10px;
	margin-top:12px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6d6d6), to(#ccc));
	background-image: -webkit-linear-gradient(top, #d6d6d6, #ccc);
	background-image:    -moz-linear-gradient(top, #d6d6d6, #ccc);
	background-image:     -ms-linear-gradient(top, #d6d6d6, #ccc);
	background-image:      -o-linear-gradient(top, #d6d6d6, #ccc);
}
a.adder {
	float:right;
	clear:both;
	display:block;
	background-color:#78A640;
	-moz-box-shadow: 0px 1px 0px #587a2f;
	-webkit-box-shadow: 0px 1px 0px #587a2f;
	box-shadow: 0px 1px 0px #587a2f;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93b866), to(#78A640));
	background-image: -webkit-linear-gradient(top, #93b866, #78A640);
	background-image:    -moz-linear-gradient(top, #93b866, #78A640);
	background-image:     -ms-linear-gradient(top, #93b866, #78A640);
	background-image:      -o-linear-gradient(top, #93b866, #78A640);
}
a {
	color:#666666;
	text-decoration:underline;
}
a img {
	border:0;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
.top {
	width:100%;
	height:125px;
	border:0;
	text-align:left;
	margin:0;
	background-image:url(img/top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.top-container {
	width:770px;
	margin:auto;
}
.topbar {
	width:244px;
	float: left;
	clear: none;
	height:125px;
}
.topbar-right {
	float: left;
	clear: none;
	text-align: right;
	font-size:10px;
	text-align:left;
}
.bluebold {
	color:#0063DC;
	font-weight:bold;
}
.greenbold {
	color:#70CD00;
	font-weight:bold;
}
.menubar {
	width:960px;
	height:28px;
	margin:auto;
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
	text-align:center;
	font-weight:bold;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78a640), to(#53811b));
	background-image: -webkit-linear-gradient(top, #78a640, #53811b);
	background-image:    -moz-linear-gradient(top, #78a640, #53811b);
	background-image:     -ms-linear-gradient(top, #78a640, #53811b);
	background-image:      -o-linear-gradient(top, #78a640, #53811b);
}
a.menuitem, a.menuitem:hover, a.menuitemactive, a.menuitemactive:hover {
	/*	border-right:1px solid #FFFFFF;*/
	float: left;
	clear: none;
	padding: 8px 11px 8px 10px;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
}
a.menuitem {
	background-repeat:repeat-x;
}
/*.blue {
	background-image:url(img/mb2b.gif);
}
.blue:hover {
	background-image:url(img/mb2bh.gif);
}
.blue .hover {
	background-image:url(img/mb2bh.gif);
}
.green {
	background-image:url(img/mb2g.gif);
}
.green:hover {
	background-image:url(img/mb2gh.gif);
}
.green .hover {
	background-image:url(img/mb2gh.gif);
}*/
.mb1g {
	float: left;
	clear: none;
	width:7px;
	height:28px;
	background-image:url(img/mb1g.gif);
}
.mb1b {
	float: left;
	clear: none;
	width:6px;
	height:28px;
	background-image:url(img/mb1b.gif);
}
.mb3g {
	float: left;
	clear: none;
	width:7px;
	height:28px;
	background-image:url(img/mb3g.gif);
}
.mb3b {
	float: left;
	clear: none;
	width:7px;
	height:28px;
	background-image:url(img/mb3b.gif);
}
a.menuitem:hover {
/*	background-color:#B8E680;*/
	/*border-bottom:5px solid #F7FDF1;*/
	
	}
a.menuitemactive {
	background-color:#0063DC;/*border-bottom:5px solid #E3EEFB;*/
}
a.menuitemactive:hover {
	background-color:#80B1EE;/*border-bottom:5px solid #F1F7FD;*/
}
.menuitem {
	margin-right:0px;
	background-color:#70CD00;
	/*border-bottom:5px solid #EFFAE3;*/
	float: left;
	clear: none;
	padding: 3px 8px 3px 8px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}
.xform {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EFFAE3;
	padding:3px;
	margin-bottom:3px;
	margin-top:3px;
}
/* GUIDEBOOK */

.guide_desc {
	font-size:13px;
	line-height:21px;
	margin-bottom:3px;
	margin-top:3px;
	vertical-align:top;
	text-align:justify;
}
.linkor {
	width:770px;
	margin:auto;
	text-align:center;
	font-size:10px;
	color:#8c8c8c;
	margin-top:25px;
	margin-bottom:25px;
}
.linkor a, .linkor a:hover {
	color:#8c8c8c;
	text-decoration:none;
	font-weight:normal;
}
/* DOT. WPISOW W NEWSACH, PODSTRON ETC */

.tytul {
	color:#000000;
	font-size:20px;
}
/*      DODAWANIE MIEJSC      */


table.addplace a {
	text-decoration:none;
}
/* //adne tabelki

table {
background-color:#ffffff;
}

td {
background-color:#FFFFFF;
}
th {
background-color:#CCCCCC;
}
*/

/*   KOMENTARZE */

.addkom {
	padding:10px 10px 0 10px;
	margin:10px 0 0 0;
	margin-bottom:0;
}
.comment1 {
	border-left:4px solid #CCCCCC;
	margin-left:15px;
	padding:5px;
	margin-bottom:4px;
}
.comment2 {
	border-left:4px solid #E3EEFB;
	margin-left:15px;
	padding:5px;
	margin-bottom:4px;
}
.kml {
	vertical-align:middle;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}
.kml a {
	color:#666666;
}
.kml a, .kml a:hover, .kml a:visited {
	text-decoration:none;
}
/*SZUKAJKA*/

.szukaj_grupa {
	margin-left:10px;
}
.szukaj_item {
	background-color:#EFFAE3;
	border-left:3px solid #70CD00;
	padding:5px;
	margin:3px;
}
/** KOMENTARZE **/

a.comleft {
	color:#FFFFFF;
	float: left;
	clear: right;
	background: url(img/com_left.gif) no-repeat 0 0;
	text-decoration:none;
	height:26px;
	display:block;
	margin-right:10px;
	cursor:pointer;
}
a.comleft span {
	display: block;
	min-height: 16px;
	padding: 3px 6px 4px 6px;
	background: url(img/com_right.gif) no-repeat 100% 0;
	font-size:13px;
}
a:hover.comleft {
	opacity:0.7;
	filter: alpha(opacity = 70);
	float: left;
	clear: right;
	background: url(img/com_left.gif) no-repeat 0 0;
}
/**JQ**/
.pokaz {
	visibility:visible;
}
/* fixy */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin:0;
}
.clearfix {
	display: inline-block;
	margin:0;
}
.clearfix2 {
	display: inline-block;
	margin:0;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.floatholder {
	/*margin: 10px 0 0;*/
margin:0;
	font-size: 0.8em;
}
.floatbox {
	float: left;
	margin:0;
}
.floatbox p {
	margin: 0;
}
.floatholder p {
	margin: 0;
}
.copyrights {
	width:770px;
	margin:auto;
	height:32px;
	text-align:center;
	float:clear;
	clear:both;
	color:#aaa;
	font-size:10px;
	margin-bottom:30px;
}
.copyrights a, .copyrights a:hover {
	color:#aaa;
	text-decoration:none;
}
.endmain {
	width:770px;
	height:20px;
	margin:auto;
	float:clear;
	clear:both;
	background-image:url(img/endmain.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.copyrights2 {
	width:770px;
	margin:auto;
	text-align:center;
	float:clear;
	clear:both;
	color:#666666;
	font-size:10px;
	padding:3px;
}
.copyrights2 a, .copyrights2 a:hover {
	color:#666666;
}
/* PRZEWODNIK */

.name {
	padding:2px;
	font-size:16px;
	line-height:16px;
	border-bottom:1px dotted #ccc;
	padding-bottom:0px;
	display:inline;
}
.desc {
	font-size:9px;
	color:#999999;
	letter-spacing:0;
	margin:0;
	line-height:9px;
	margin-top:6px;
	margin-bottom:3px;
}
.details {
	font-size:19px;
	color:#666666;
	padding-right:7px;
	text-align:right;
}
.guideitem {
	border-width: 0 0 1px 0;
	border-style:solid;
	border-color:#C9C9C9;
	margin-bottom:0;
	width:100%;
}
/*.guideitem:hover{
background-color:#f0f0f0;
}*/

table.guideitem td {
	vertical-align:middle;
}
table.guideitem2 td {
	vertical-align:top;
}
table.guideitem a {
	text-decoration:none;
}
td.level {
	width:37px;
	text-align:center;
}
td.level img {
	border:1px solid #FFFFFF;
	margin:5px 3px 5px 3px;
}
/* ######################################################### */

.paginacja {
	display:block;
	display:table;
	text-align:center;
	margin:auto;
	width:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.paginacja a {
	display:block;
	float:left;
	clear:right;
	margin:4px;
	vertical-align:middle;
	width: 20px;
	height:20px;
	border:1px solid #78a640;
	text-decoration:none;
}
/* ##### GALERIA ##### */

.imagebox {
	border:0;
	margin-bottom:15px;
	vertical-align:top;
	width:184px;
	padding:0;
	background-image:url(img/mini1.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:9px;
	margin-right:3px;
}
.imageboxNazwa {
	font-size:13px;
	text-decoration:none;
	margin:auto;
	margin-bottom:8px;
	margin-top:5px;
	width:164px;
	color:#5B5B5B;
	font-weight:bold;
}
.imageboxAutor {
	text-align:center;
	color:#999999;
	margin-bottom:8px;
}
.imageboxBottom {
	text-align:center;
	background-image:url(img/mini2.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.imagebox img {
	vertical-align:middle;
	margin:auto;
	border:1px solid #d1d1d1;
	border-bottom-color:#f8f8f8;
	border-top-color:#ababab;
}
.film a {
	text-decoration:underline;
}
/* kolory */

.darkGreenGradient {
	background-color:#65932d;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78a640), to(#53811b));
	background-image: -webkit-linear-gradient(top, #78a640, #53811b);
	background-image:    -moz-linear-gradient(top, #78a640, #53811b);
	background-image:     -ms-linear-gradient(top, #78a640, #53811b);
	background-image:      -o-linear-gradient(top, #78a640, #53811b);
}
.darkBlueGradient {
	background-color:#4d83c4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6794cd), to(#3472bc));
	background-image: -webkit-linear-gradient(top, #6794cd, #3472bc);
	background-image:    -moz-linear-gradient(top, #6794cd, #3472bc);
	background-image:     -ms-linear-gradient(top, #6794cd, #3472bc);
	background-image:      -o-linear-gradient(top, #6794cd, #3472bc);
}

