
@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	/*background-color: rgb(153, 204, 69);*/
	background:#99cc45 url('image/bgr.jpg') center top no-repeat;
	background-size:auto;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

a:link {
	color: #42413C;
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 960px;
	background-color: #f0f0f0;
	margin: 0 auto;
}
.header {
	background:url('image/header2.png') center no-repeat;
	height:153px;
	/*background-color: #42413C;*/
	background-color: rgb(153, 204, 69);
	/*background-color: #99FF00;*/
}
.sidebar1 {
	float: left;
	width: 180px;
	background-color: #f6f6f6;
	padding-bottom: 10px;
}
.content {
	width: 600px;
	float: left;
	min-height:960px;
}
.sidebar2 {
	float: left;
	width: 180px;
	background-color: #f6f6f6;
	padding: 10px 0;
}
.nawigacja {
	background:#f6f6f6;
	height:30px;
	text-align:left;
	background:url('image/Nav.png') center no-repeat; 	
}
.nawigacja a {
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	color: #b2b2b2;
	height: 30px;
	padding: 9px 25px;/*Wysokosc Szerokosc*/
	text-align: center;
}
.nawigacja a:hover {
	color:#999;
}	
.content ul, .content ol { 
	height:45px;
	text-align:center;
	padding: 0 20px 20px 50px; 
}

ul.nav {
	list-style: none;  
}
ul.nav li {
	text-align:center;
	height:20px;
	clear:both;
}
ul.nav a, ul.nav a:visited { 
	display:block;
	width: 180px;  
	margin-top:2px;
	padding-bottom: 0px;
	text-decoration:none;
	border-bottom: 1px solid rgba(77,77,77,0.3);
	background-image:url('image/Pasek2.png') center no-repeat; 
	height:20px; 
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	color:#060;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #999;
}

/* ~~ Style stopki ~~ */
.footer {
	padding: 8px 0;
	background-color: #CCC49F;
	position: relative;
	clear: both; 
	font-size:10px;
	text-align:center;
}

/* ~~ Różne klasy float/clear ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ~~ Rozne upiekszenia ~~*/
.tytul {
	background:url('image/PasekBig.png') left no-repeat; 
	height:30px; 
	clear:both;	
}
.text {
	padding-top: 8px;
	height: 20px;
	margin-top: 5px;
	text-align: center;
	color: #333;
	font-size:16px;
}
.zakladka {
	background: url('image/Pasek2.png');
	height: 30px;
	text-align: center;
	font-size:14px;
	font-weight:600;
	color: #999;
}
.zakladka:hover {
	color: #090;
	cursor: default;
}

/* ~~ Do głównej i wyswietlania modow ~~ */
.modname {
	background:url('image/PasekBig.png') left no-repeat;
	font-size:14px;
	color:#333;
	padding-left:70px;
	height:30px;
}
.mod {
	background:#FFF;
	font-size:10px;
	border-style:solid;
	border-width:thin;
	border-color:#999;
}
.mod a {
	font-size:14px;
}
.topic {
	background:url('image/img2.png') center repeat-x;	
	text-align:left;
	font-size:10px;	
}
.strona {
	text-align:center;	
}
d {
	display:none;	
}