body,html {
	margin:0;
	padding:0;
	/*background-color: #efe5ac;*/
	/*background: #eae1af url(grafika/bkgbody.jpg) repeat-y top left;*/
	background-color: #cff186;
/*	background: #CFF186 url("/rr/grafika/star.jpg") 550px 250px no-repeat;*/
}
div#starone { background: #CFF186 url("/rr/grafika/star.jpg") top left no-repeat; width:903px; height:666px; position: fixed; top: 275px; left: 550px; z-index:0; }
div.top {
	background-color: #fff;
	border-bottom: 1px solid #557799;
	width: 100%;
	padding-top: 30px;
	height: 85px;
	background: #92853f url(grafika/bkgmenu.jpg) repeat-y top left;
}
div.top img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px;
	width: 120px;
	margin-left:15px;
}
div.top ul {
	margin:0;
	float: left;
	margin-left: 150px;
	margin-top: 10px;
	padding:0;
	list-style-type: none;
}
div.menu {
	width:100%;
	height: 40px;
	
}
div.top li {
	padding:0;
	margin:0;
	/*border-left: 1px solid maroon;*/
	text-align:center;
	display: inline;
	line-height: 0.7;
}
div.top ul li a {
	text-decoration: none;
	color: #776710;
	font: 10px Verdana;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	text-transform: uppercase;
}
div.top ul li a:hover {
	color: #579;
	color:#fff;
	background: #92853f url(grafika/bkgmenu2.jpg) repeat-y top left;
}
div.top ul.adminlista li a {
	color: blue;
}
div.top ul.adminlista li a:hover {
	color: #579;
	color:#fff;
	background: #92853f url(grafika/bkgmenu2.jpg) repeat-y top left;
}
div.left {
	position: absolute;
	margin-top:0;
	left:0;
	width: 150px;
}
div.left ul {
	margin:0;
	/*float: left;*/
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 100%;
	padding:0;
	list-style-type: none;
	width: 160px;
}
div.left li {
	padding:0;
	margin:0;
	/*border-left: 1px solid maroon;*/
	text-align:right;
	line-height: 0.7;
	padding-top: 5px;
	margin-left: 10px;
}
div.left ul li a {
	text-decoration: none;
	color: #776710;
	color: #4f6423;
	font: 10px Verdana;
	padding: 5px;
	text-transform: uppercase;
}
div.left ul li a:hover {
	color: #579;
	color:#fff;
	background: url(grafika/bkgh1.jpg) repeat-y top left;
}
div.left ul li a.podkategoria {
	text-transform: lowercase;
	color: #666;
}
div.left ul li a.podkategoria:hover {
	color: white;
}
div.left ul li.wybrany a, div.left ul li.wybrana a, div.top ul li.wybrany a, div.top ul li.wybrana a {
	font-weight: bold;
}
form {
	margin: 20px;
	font: 10px Verdana;
	color: #776710;
}
form input.buton {
	background: #92853f url(grafia/bkgmenu2.jpg) repeat-y top left;
	background: url(grafika/bkgbuton.jpg) repeat-x top left;
	color: #fff;
	font: 10px Verdana;
	text-transform: uppercase;
	padding:5px;
	margin: 5px;
	border: none;
}
input, textarea, select {
	font: 10px Verdana;
}
input.ro {
	background-color: #f6f6f6;
}
option.active {
	color:#000;
}
option.notactive {
	color:#666;
}
p.bold {
	font-weight: bold;
}
.comment {
	color: red;
	font: 10px Verdana;
}
textarea.content {
	width: 600px;
	height: 250px;
}
textarea.prefix {
	width: 600px;
	height: 150px;
}
textarea.komentarz {
	width: 300px;
	height: 100px;
}
form.komentarz {
	width: 100%;
	text-align: center;
}
input.topic {
	width: 600px;
}
div.content {
	margin-left: 180px;
	position:relative;
	z-index:1;
}
div.cont {
	font: 10px Verdana;
	width: 500px;
	padding-top: 5px;
	margin-bottom: 50px;
	text-align:left;
	font-size: 11px;
}
div.cont h1 { 
	background: url(grafika/bkgh1.jpg) repeat-y top left;
	color: #fff; 
	text-transform: uppercase; 
	font-weight: normal;
	padding: 5px;
	font-size: 20px;
	text-align: left;
}
div.cont h1 span {
	text-transform: lowercase; 
}
div.cont h2 {
	/*float: right;*/
	padding: 5px;
	padding-left: 50px;
	color: #6c8830; 
	text-transform: uppercase; 
	font-weight: normal;
	clear: both;
	text-align: right;
}
div.cont h3{
	/*float: left*/
	text-align:left;
	padding: 5px;
	padding-left: 0;
	color: #6c8830; 
	font-weight: bold;
	clear: both;
	text-transform: uppercase; 
}
div.cont div.post {
	text-align: left;
	clear: both;
}
div.cont ul {
	color: #4f6423;
}
div.cont ul li {
	text-align: left;
}
div.cont strong { color: #776710; }
div.cont .pogrub { font-weight: bold; color: #776710; }
div.cont .pochyl { font-style: italic; color: #776710; }
div.cont .podkresl { text-decoration: underline; }
div.cont .doprawej { text-align: right; }
div.cont .fdoprawej { float: right; }
div.cont ul.doprawej li { text-align: right; }
div.cont .dolewej { text-align: left; }
div.cont .fdolewej { float: left; }
div.cont ul.dolewej li { text-align: left; }
div.cont .dosrodka { text-align: center; }
div.cont ul.dosrodka li { text-align: center; }
div.cont .justuj { text-align: justify; }
div.cont .blok { display: block; }
div.cont p { text-align: justify; font-size: 11px; color: #4f6423; clear: both; }
div.cont table tr td, div.cont table tr th { text-align: justify; font-size: 11px; color: #4f6423; vertical-align:top; padding-bottom: 5px; padding-top: 5px; }
div.cont table tr td { border-bottom: 1px dashed #551a8b; }
div.cont table tr th { border-bottom: 1px dashed #551a8b; }
div.cont table.dolewej tr td, div.cont table.dolewej tr th { text-align: left; }
div.cont table.dosrodka tr td, div.cont table.dosrodka tr th { text-align: center; }
div.cont table.doprawej tr td, div.cont table.doprawej tr th { text-align: right; }
div.cont img { margin: auto; border: 1px dashed #776710; padding: 5px;}
div.cont a:link, div.content a:link   {
	color: #579; 
	text-decoration: none;
	font-style: italic;
}
div.cont a:visited, div.content a:visited {
	color: #551a8b; 
	text-decoration: none;
	font-style: italic;
}
div.cont a:hover {
	/*background: url(grafika/bkgh1.jpg) repeat-y top center;*/
}
div.cont a.top { float: right; font: 11px Verdana; font-style: italic;}
#forgetform {
	margin-top: 30px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
div.cont div.ulabove {
	margin:0;
	padding:0;
	border-top: 1px dashed #776710; 
	padding-top: 0;
	margin-bottom: 20px;
}
div.cont ul {
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.cont ul.kropki {
	list-style-type: disc;
	margin-left: 30px;
}
div.cont ul.kwadraty {
	list-style-type: square;
	margin-left: 30px;	
}
div.cont ul.kolka {
	list-style-type: circle;
	margin-left: 30px;	
}
div.cont ul li.bezkropek { list-style-type: none; }
div.cont ul.operacjepodpostem {
	float: left;
}
div.cont ul.author {
	float: right;
}
div.cont ul.operacjepodpostem li {
	float: left; 
	margin:0;
	padding:0;
	margin-right: 10px;
	padding-right: 10px;
}
div.cont ul.operacjepodpostem li.last {
	border: none;
}
div.cont ul.author li {
	float: left; 
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #776710;
}
div.cont ul.author li.first {
	border: none;
}
#forgetform select, #forgetform select option {
	font-size: 12px;
}
#forgetform div#for_imie, #forgetform div#for_nazwisko {
	text-align: right;
	margin-right: 40px;
}
#for_message {
	text-align: center;
}
#forgetform div#for_buton {
	margin-left: 60px;
}
#registrationform  {
	text-align: right;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}
#registrationform span {
	width: 50px;
}
#loginform {
	border: none;
	width: 200px;
	margin-top:20px;
	margin-left: auto; 
	margin-right: auto;
}
#loginform div {
	text-align: right;
	width: 200px;
}
.red { color: red }
.error { color: red }
.correct { color: #4f6423 }
ul.funkcje {
	border-top: 1px solid #000;
	margin:0;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0;
	list-style-type: none;
	width: 100%;
}
ul.funkcje li {
	padding:0;
	margin:0;
	/*border: 1px solid maroon;*/
	text-align:right;
	display: inline;
	line-height: 0.7;
	float: right;
}
ul.funkcje li a {
	text-decoration: none;
	color: #776710;
	font: 12px Verdana;
	margin-left: 3px;
	padding: 3px;
	padding-top:0;
	font-style: italic;
}
ul.funkcje li a:hover {
	color: #579;
	color:#fff;
	background: #92853f url(grafika/bkgmenu2.jpg) repeat-y top left;
}
ul.comments {
	border-top: 1px dashed #776710;
}
ul.comments li {
	border-bottom: 1px dashed #776710;
	padding: 5px;
}
ul.comments li div {
	display: block;
	text-align: right;
	font-size: 80%;
	margin-bottom: 10px;
}
ul.comments li div span {
	font-weight: bold;
}
ul.comments li.odd {
	/*color: #776710;
	background-color: #cff186;*/
}
ul.comments li.even {
	/*color: #cff186;
	background-color: #7f9e41;*/
}
a.read {
	margin:0;
	padding:0;
	line-height:1;
}
.ml10 { margin-left: 10px; }
.mr10 { margin-right: 10px; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }

.ml20 { margin-left: 20px; }
.mr20 { margin-right: 20px; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }

.ml30 { margin-left: 30px; }
.mr30 { margin-right: 30px; }
.mt30 { margin-top: 30px; }
.mb30 { margin-bottom: 30px; }

.ml40 { margin-left: 40px; }
.mr40 { margin-right: 40px; }
.mt40 { margin-top: 40px; }
.mb40 { margin-bottom: 40px; }

.mr180 { margin-right: 180px; }

.ml200 { margin-left: 200px; }
.mr200 { margin-right: 200px; }

div.podpowiedz ul li {
	margin-top: 10px;
}
ul.lans {
	float: left;
}
ul.lans li {
	float: right;
	margin: 3px;
	padding:0;
}
ul.lans li a img {
	border: 1px dashed #776710;
	padding: 3px;
}
div.left ul.lans li a:hover {
	border: none;
	background: none;
}
ul.foto { float: left; clear:right;}
ul.foto li { float: left; margin: 10px;}
.w35 { width:35px; }
.w75 { width:75px; }
.w100 { width:100px; }
.w120 { width:120px; }
.w160 { width:160px; }
.w300 { width:300px; }
.w480 { width:480px; }
.fcyellow { color: yellow; }
.fcyellow span { color: #4f6423; }
.fcred { color: red }
.fcred span { color: #4f6423; }
.fcblue { color: blue; }
.fcblue span { color: #4f6423; }
.clr { clear:both; }


table.access {
	width: 100%;
}
table.access tr td, table.access tr th {
	text-align: center;
}
table.access input {
	width: 30px;
}
table#szczepymenu { border: none; width: 100%; }
table#szczepymenu td { border-bottom: 1px solid #92853f; text-align: center; }
table#szczepymenu td a { padding-left: 5px; padding-right: 5px; color: #fff; font-style: normal; display: block; }
table#szczepymenu td.user { background: url(grafika/szczepm1.jpg) top left repeat-x; }
table#szczepymenu td.szef { background: url(grafika/szczepm2.jpg) top left repeat-x; }
table#szczepymenu td.wybrany { background: url(grafika/szczepm3.jpg) top left repeat-x; }

textarea.extrashort, input.extrashort { width: 30px; }
textarea.veryshort, input.veryshort { width: 50px; }
textarea.short, input.short { width: 100px; }
textarea.normal, input.normal { width: 200px; }
textarea.long, input.long { width: 300px; }


div.cont table.noborder, div.cont table.noborder tr, div.cont table.noborder tr td, div.cont .noborder { border:none; }
.zgloszenieobozowe td span { color: red; }


.clickable:hover { background: #83A244; position:relative; }
.dblclick { display: none; background: white; font: 11px Verdana; color: #727272; font-weight: normal; position: absolute; top:0; right:0; padding:4px; z-index:10; width: 230px; text-align:center; }

div.prawa{
	position:absolute;
	top:115px;
	left:850px;
	width:250px;
	z-index:2;
}
div.prawa ul li{
    color: #4F6423;
    font: 10px Verdana;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
    list-style-type: none;
    line-height: 0.7;	
}
div.prawa ul li a{
    text-decoration: none;
    color: #776710;
    color: #4f6423;
    font: 10px Verdana;
    padding: 5px;
    text-transform: uppercase;
}
div.prawa ul li a:hover{
    font: 10px Verdana;
    color:#FFFFFF;
    padding: 5px;
    background: url(grafika/bkgh1.jpg) repeat-y top left;
    text-decoration:none;
}
.wiadomosc{
	border-top:solid;
	width:500px;
}
div.cont table tr td.tresc{
	padding:5px;
	width:350px;
	border-bottom:none;
}
div.cont table tr td.uzytkownik{
	width:100px;
	padding:10px;
	text-align:center;
	border-bottom:none;
}
ul.operacjepodpostem li.noborder{
	border-right:0px;
}
textarea.wiad{
	width:450px;
	height:150px;
}
textarea.logg{
	width:450px;
}
ul.operacjepodpostem li.strony{
	text-align:right;
	width:500px;
}
