body {
	margin: 0px auto;
	padding: 0 10px;
	color: #545454;
	width: 990px;
	height:auto;
	font: 73% Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: url(img/page_bg.gif);
	background-color: #504634;
	text-align: center;
}
#strona {
	width:824px;
	height:auto;
	padding:0;
	margin: 0px auto;
	margin-top:0px;
	text-align:left;
	background: url(img/body_bg2.png) top center repeat-y;
	text-align: center;
	
	
}


h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 { 
	font-size: 1.3em; 
	color:#847A67;
	margin-top:20px;
	font-weight:bold;
	text-align: left;
}

h2 { 
	font-size: 16px;
	text-align: center;
	color:#847A67;
	margin-top:20px;
}

h3, h4, h5, h6 { font-size: 1.1em; }

p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link { color:#1860BA; }

a:link img { 
	border:0px;
}

a:visited { color: #1860BA; }

a:hover {
	color:#D17921;
	text-decoration: underline;
}

table { /* make <td> sizes relative to body size! */ font-size: 1em; }

/*
** Page layout blocks / IDs
*/

#header {
	position:relative;
	background:url(img/baner2.jpg) no-repeat;
	background-color:#D4CAB6;
	height:165px;
	overflow:hidden;
	padding:0px;
	border-bottom:5px solid #101010;
	text-align: center;
}

#primary {
	position:relative;
	top:127px;
	left:400px;
	margin:0px;
	padding:0px;

}
#primary ul {
	margin: 0;
	padding: 0;
	}
#primary li {
	border:none !important;
	margin:0px;
	padding:11px;
	margin-left:4px;
	padding:11px 0px; /* set to 0 in IE fix */
	float:left; /* float is nececcary! for correct tabs*/
	list-style: none;

}

#primary a {
	background:#D5D4D5;
	padding:11px;
	font-size: 13px;
	font-weight:bold;
	color:#6A7077;
}

#primary a:hover {
	background:#101010;
	text-decoration: none;
	margin:0px;
	color:#D5D4D5;
}


#primary .aktywny {
	background:#101010;
	text-decoration:none;
	color:#D5D4D5;
	
}

#footer {
	padding: 10px;
	margin:10px 0 0 0;
	font-size: 11px;
	text-align:right;
	vertical-align:bottom;
	color:#ccc;
	background:url(img/pasek.gif) top left repeat-x;
	clear: both;

}

#footer a { 
	color:#fff;
	font-weight: normal; 
	margin:0px;
	padding:0px;
 }

/* -------------- table view ------------------------- */
table {
	margin:25px auto;
}

thead th {
	background:#A7D34B;
	border:1px solid #88B52D;
	padding:11px 5px;
}

tr.odd td, tr.even td {
	padding:2px 5px;
	border:1px solid #9C9C9C;
}

/* -------------------- laout. Holy Grail layout technique is used. Do not forget to fix IE ------------------- */


#wrapper {
	width:790px;
	height:auto;
	padding:0;
	margin: 0px auto;
	padding: 6px 0;
	text-align:left;
	background: url(img/body_bg2.png) top center repeat-y;
	text-align: center;

	
}

#lewa {
	float:left;
	width:180px;
	height:530px;
	
}

#glowna {
	float:right;
	width:600px;
	height:auto;
	line-height:18px;
	
}
.poz a:link {
	text-decoration: none;
	color: #545454;
	font-weight: normal;
}
.poz a:hover {
	text-decoration: none;
	color: #545454;
		font-weight: normal;
}
/*menu*/

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.menu {
	position:relative;
	top:138px;
	left:315px;
	width: 475px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(img/menu/bg-bubplastic.gif) top left repeat-x;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(img/menu/bg-bubplastic-button.gif) top left no-repeat;
}

.menu ul li a {
	display: block;
	height: 27px;
	padding-left: 20px;
	float: right;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 20px;
	background: transparent url(img/menu/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* GRAY HOVER */
.menu ul li a:hover,
.menu ul li.highlight a {
	background: transparent url(img/menu/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.menu ul li a:hover span.menu_ar,
.menu ul li.highlight a span.menu_ar {
	background: transparent url(img/menu/bg-bubplastic-h-gray.gif) top right no-repeat;
}


