body {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size: 12px;

	background-color: #000000;




}

a {
	text-decoration: underline;
	color: black;
}

a:link {
	text-decoration: underline;
	color: #000066;
}

a:active {
	text-decoration: underline;
	color: black;
}

a:visited {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: none;
	color: black;
}

img {
	border: 1px;
	color: black;
}

.scroller {
	text-align: left;
	height: 150px;
	padding: 3px;
}

.scroller img{
	border: 0px;
	float: right;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}

/* strona */
#supercontainer {
	border: 1px solid black;
	padding: 10px;
	background-color: white;
}


#leftcontent {
	width: 180px;
	vertical-align: top;
	padding-bottom: 15px;
}

#centercontent {
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
	/*padding-right: 10px;
	padding-bottom: 15px;*/
	width: 795px;
}

#rightcontent {
	width: 20%;
	vertical-align: top;
	padding-bottom: 15px;
}

#header {
	/*background-image: url("../images/logo_bg.gif");
	background-repeat: repeat-x;*/
	background-color: #fff;
	height: 100px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	font-size:40px;
	border-bottom: 1px solid #000;

}

#header img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#footer {
	border-top: 1px solid #cdc6cd;
	text-align: center;
	font-size: 10px;
	height: 21px;
}

#footer img{
	margin:0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

/* ------------------------------------------ all */

.div-ok {
	display: block;
	padding: 20px;
	border: 1px solid #33FF33;
	background-color: #CCFFCC;
	text-align: center;
}

.div-info {
	display: block;
	padding: 20px;
	border: 1px solid #ddf;
	background-color: #f5f5ff;
	font-weight: bold;
	text-align: center;
}

.div-error {
	display: block;
	padding: 20px;
	border: 1px solid #f00;
	background-color: #fee;
	font-weight: bold;
	text-align: center;
}

.div-title {
	background-color: #000000;
	padding: 1px;
	color: #FFFFFF;
	border: 1px solid black;
	text-align: center;
	margin: 0px;
	margin-top: 15px;
	font-weight: bold;
}

.div-description {
	background-color: #f2f2f2;
	padding: 3px;
	color: #000;
	border: 1px solid black;
	border-top: 0px;
	text-align: center;
}

.table {
	border: 1px solid #ffffff;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 1px;
}

.td-action {
	text-align: center;
}

.pages {
	display: block;
	padding-top: 6px;
	margin: 6px;
width: 100%;
	font-size: 1.00em;
	text-align: center;
}
/* ------------------------------------------ menu - all */
.menu-title {
	background-color: #000000;
	padding: 1px;
	color: #FFFFFF;
	border: 1px solid black;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}

.menu-content {
	background-color: #f2f2f2;
	padding: 1px;
	padding-top: 5px;
	color: #000;
	border: 1px solid black;
	border-top: 0px;
	text-align: center;
}

/* ------------------------------------------ forms */
.table-menu {
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fff;
	color: white;
	font-weight: bold;
}

.tr-header {
	text-align:center;
	font-weight:bold;
	background-color: #e4e4e4;
	border-bottom: 1px solid black;
}

.tr-footer {
	text-align:center;
	font-weight:bold;
	background-color: #e4e4e4;
	height: 20px;
}

.tr-error {
	text-align:center;
	font-weight:bold;
	background-color: #ff5555;
}

.tr1 {
	background-color: #f2f2f2;
}

.tr2 {
	background-color: #e4e4e4;
}

.td-left {
	width: 30%;
	background-color: #e4e4e4;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
}

.td-right {
	width: 70%;
	background-color: #f2f2f2;
	padding-left: 5px;
	text-align: left;
}

.comments-right {
	background-color: #f2f2f2;
	text-align: justify;
}

.comments-right-top {
	background-color: #e4e4e4;
	text-align: right;
}

.comments-left {
	background-color: #e4e4e4;
}

/* ------------------------------------------ module: products */
.products-table {
	margin-left: auto;
	margin-right: auto;
 	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.products-td-image img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.products-td-image {
 	width: 90px;
	padding: 1px;
	text-align: center;
}

.products-td-description {
	border: 0px;
	vertical-align: top;
	padding: 5px;
	overflow: auto;
}

.products-product-title {
	font-weight: bold;
	font-size: 1.1em;
}

.products-product-description {
	font-size: 1.0em;
 	margin-left: 30px;

}

.ocenka {
  height: 10px;
  background-color: orange;
}

.tlo_tekstu{
background: #000000;
}

body {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size: 12px;

	background-color: #000000;
}

.tag {
	color: #e4e4e4;
	font-size: 14px;
}

.tagi {
	color: #e4e4e4;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #a5a5a5;

}

