@CHARSET "UTF-8";

html,body {
	height: 100%;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: arial,verdana,fantasy;
	background: #513c26 url("../images/bg-test-background-5.png") repeat-y 50% 0;
}

.czarna_ramka {
	padding:10px;
	border: 3px solid #000;
}

.lang {
	position:absolute;
	left:8px;
	top:70px;
	width:150px;
	padding: 2px 2px 2px 30px;  
	background: #fff none 7px 50% no-repeat;
	text-decoration:none;
	font-size:14px;
	height:20px;
	line-height:20px;
	font-weight:bold;
}
.lang-en {background-image: url(ico/gb.png);}
.lang-pl {background-image: url(ico/pl.png);}
a{
	color: #61600c;
	text-decoration: none;
}
a:hover{
	border-bottom: 1px solid #796f51;

}

h1,h2,h3,h4,h5,h6{
	color: #4d4633;
	margin: 0 0 10px 0;
}
h2 {
	border-bottom: 1px solid #cbbe97;
}
h5,h6 {
	margin: 0;
}

.container,
#container {
	margin: 0 auto;
	width: 980px;
	position:relative;
}

#top {
	height: 40px;
	background: #513c26 url("../images/bg-test-top-5.png") no-repeat 50% 0px;
}
#top h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	display: none;
}
#top h1 a{
	color: #d9d8ae;
}

#head {
	margin-bottom: 10px;
}
#main {
	position: relative;
	//position: fixed; /** for barzIEwie*/
	z-index: 9999;
	padding: 10px;
	border: 1px solid #fff;
	background:#F1EEE5 url(../images/bg-main.png) repeat-x scroll left top;
}
#foot {}

#panel {
	float:left;
	width: 240px;
}

.panel {
	padding: 10px;
	border: 1px solid #fff;
	background: #f1eee5;
}

#content {
	position: static;
	float:left;	
	z-index: 9999;
	width: 694px;
	margin-right: 20px;
	text-align: justify;
}

#menu-main {
	padding: 0 0 0 5px;
	height: 49px;
	background: transparent url("../images/bg-menu-rog-left.png") top left no-repeat;
}
#menu-main div.cont {
	padding: 0 5px 0 0;
	height: 49px;
	background: transparent url("../images/bg-menu-rog-right.png") top right no-repeat;
}
#menu-main ul {
	margin: 0;
	padding: 0;
	height: 49px;
	overflow: hidden;
	background: transparent url("../images/bg-menu-2.png") top left repeat-x;
}
#menu-main li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#menu-main li.last {
	float: right;
}
#menu-main li.separator {
	float: left;
	margin: 0 3px 0 3px;
	padding: 5px;
	height: 49px;
	display:block;
	background: transparent url("../images/bg-menu-separator.png") 50% 0 no-repeat;
}
#menu-main li a {
	display:block;
	padding: 0 0 13px 10px;
	height: 34px;
	//height: auto; /** for barzIEwie*/
	color: #000;
	font-size: 16px;
	line-height: 12px;
	text-decoration: none;
}
#menu-main li a span {
	display: block;
	height: 39px;
	//height: auto; /** for barzIEwie*/
	padding: 16px 10px 13px 0;
}
#menu-main li a em {
	display: block;
	color: #c8bb92;
	font-size: 10px;
	font-style: normal;
}
#menu-main li a.selected,
#menu-main li a:hover {
	border:0px;
	background: transparent url("../images/bg-menu-left.png") no-repeat top left;
}
#menu-main li a.selected span,
#menu-main li a:hover span {
	background: transparent url("../images/bg-menu-right.png") no-repeat top right;
}
#menu-main li a.selected em,
#menu-main li a:hover em {
	color: #fff;
}

.bottom-main {
	position:absolute;
	bottom:0px; left:0px;
	width: 700px;
}

div.partners {
	padding: 10px;
	background: #e3dbc4;
	border: 1px solid #fff;
	border-top: 0;
}
div.partners ul {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
div.partners li {
	display: inline;
	list-style: none;
}

div.foot-info {
	color:#796f51;
	padding: 10px;
	background: #d5ccb2;
	border: 1px solid #fff;
	border-top: 0;
}
div.foot-info ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
div.foot-info li {
	display: inline;
	list-style: none;
	margin-right: 6px;
}
div.foot-info li em {
	display: none;
}
.copy{
	float: left;
	margin: 0;
	padding: 0;
}


#sup-pages{
	margin-bottom: 10px;
}
#sup-pages ul{
	margin: 0;
	padding: 0;
}
#sup-pages li{
	list-style: none;
	margin: 0 0 7px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #CBBE97;
}
#sup-pages a.selected {
	font-weight: bold;
}

#banner {
	width: 980px;
	height: 100px;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
	border: 1px solid #fff;
}

#banner a,
#banner a img {
	border: 0px;
}


.news {
	margin-bottom: 10px;
}
.news dl {}
.news dl dt{}
.news dl dt a{
	font-weight: bold;
}
.news dl dd{
	margin: 0 0 10px 0;
}

.clear {clear: both;}

/** form style */
fieldset{
	border: 1px solid #fff;
}
sub.red,
sup.red {
	color:red;
}
label, div.label{
	margin-bottom: 5px;
}
label span, div.label span{
	display: block;
}
fieldset .info{
	color: #0099F7;
	border: 0;
	background: transparent;
}
fieldset .error{
	color: #990033;
	border: 0;
	background: transparent;
}
fieldset textarea {
	width:400px;
	height: 150px;
}
fieldset textarea.small {
	width:400px;
	height: 50px;
}

/** common style and blah, blah .. :P */
.clear{
	clear: both;
}

.right{
	float: right;
}
.left{
	float: left;
}

.infobox{
	padding: 5px 0 5px 0px;
	border: 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
}
.infobox{
	border-color:#FF8000;
}

p.path{
	-moz-border-radius: 7px;
	border:2px solid #E9E9E9;
	color:silver;
	font-size:12px;
	margin:0pt 0pt 10px;
	padding:5px;
}
p.path a{
	color:#a0d7de;
	text-decoration:none;
}
p.path a:hover{
	color: #edac3b;
	text-decoration:underline;
}

ul.inline{
	padding: 0;
}
ul.inline li{
	display: inline;
}

p.pagin{
	margin: 10px 0 10px 0;
}
p.pagin a, p.pagin span{
	padding:3px;
	margin-left:3px;
	border-style: solid;
	border-width: 1px;
}
p.pagin a{
	border-color: #3096F8;
}
p.pagin a:hover{
	color: #000;
	border-color: #105CB6;
}
p.pagin span{
	color: #fff;
	background-color: #105CB6;
	border-color: #105CB6;
}

table.style1 {
	width: 100%;
	border: 1px solid #fff;
	background: #f1eee5;
}
table.style1 td {
	padding: 2px 5px 2px 5px;
}
table.style1 td p{
	margin: 0;
	padding: 0;
}
table.style1 thead {
	color: #645b40;
	background: #dbd3ba;
}
table.style1 thead,
table.style1 tbody,
table.style1 tfoot {
	padding: 5px;
}
table.style1 thead td {
	color: #990033;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #b7ae95;
}
table.style1 tbody td {
	margin:0;
	padding: 3px;
	border-bottom: 1px solid #cfc7b3;
}
table.style1 tbody tr:hover td {
	background: #cfc7b3;
}

.color-red {
	color: #990033;
}

.info {
	padding: 5px;
	border: 1px solid #debf61;
	background: #ffeebb;
	display: block;
}

.error {
	padding: 5px;
	border: 1px solid #C32400;
	background: #ffeebb;
	display: block;
}

.ok {
	padding: 5px;
	border: 1px solid #7FC300;
	background: #ffeebb;
	display: block;
}
