/*



*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: Black;
}
body {
	background: url(img/P1.jpg) repeat;
	color: Black;
	font: normal 100% Verdana;
	margin: 0;
	background-repeat: repeat;
}
input {
	color: Black;
	font: normal 1.1em Verdana;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/Pk1.jpg);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: Black;
	display: block;
	font: normal 1.1em Verdana;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/Pk3c.jpg);
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1000px;
	border-bottom: 1px solid #DDD;
}
.header {
	background: url(img/KRAINA03.jpg);
	width: 963px;
	height: 250px;
	repeat-x center;
	border-width: 200px;
}

/* title */
.title h1 {
	color: Black;
	font: normal bolder 80%/100% Verdana,sans-serif;
	height: auto;
	line-height: normal;
	margin-bottom: 25px;
	text-align: left;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
	background: Blue;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left lewe okno*/
.sidenav h1,.sidenav ul {
	padding-left: 14px;
}
.sidenav {
	background: #9AE49B;
	border: 1px solid #9AE49B;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: Black;
	font-size: 1.2em;
	height: 20px;
	background: #15FF17;
	font: normal normal bolder;
	font-family: serif;
	background-color: #15FF17;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	background-color: #9AE49B;
	background: #9AE49B;
}
.sidenav li {
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #00019F;
	display: block;
	font-size: larger;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	font: fantasy;
	font-family: Gabriola;
	font-style: normal;
	font-weight: bold;
}
.sidenav li a:hover {
	color: #111;
}
.sidenav1 {
	border: 0 px ;
	float: left;
	width: 200px;
	}
/* content długosc planszy z własciwym textem*/
.content {
	float: right;
	width: 753px;
	height: 800px
}
.content .item {
	padding: 12px 90px 12px 90px;
	border: 1px solid #E4C478;
	background: url(img/tlo123.png) no-repeat scroll top;
	margin-bottom: 12px;
	text-align: center;
	background-attachment: scroll;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content .item2 {
	padding: 2px 2px 2px 2px;
	border: 1px solid #FFEF95;
	background: #D4855E;
	margin-bottom: 12px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
}
/* search form  padding to podszycie*/
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid Blue;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer podłoże biała ramka na dole*/
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 963px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}

/* floats */
.left {float: left;}
.right {float: right;}