/*
   A:visited:hover {color: maroon;}
   A:link:hover {color: magenta;}
   A:hover:active {color: cyan;}

img_lista#a {
        color: #123456;
}
img_lista#a:link {
        text-decoration: none;
        color: #FFCC00;
}
img_lista#a:visited {
        text-decoration: none;
        color: red;
}
img_lista#a:hover {
        text-decoration: underline;
        color: green;
}
img_lista#a:active {
        text-decoration: none;
        color: pink;
}



.img_lista a {
        color: #123456;
}
.img_lista a:link {
        text-decoration: none;
        color: #FFCC00;
}
.img_lista a:visited {
        text-decoration: none;
        color: red;
}
.img_lista a:hover {
        text-decoration: underline;
        color: green;
}
.img_lista a:active {
        text-decoration: none;
        color: pink;
}

html, body
{
    height: 100%;
    overflow-y: auto;
}
*/
body {
        background-image: url(../img/bg.gif);
        min-height: 100%;
/*
        overflow: -moz-scrollbars-vertical !important;
        overflow: scrol;
*/
        SCROLLBAR-FACE-COLOR: #F5F3ED;
        SCROLLBAR-HIGHLIGHT-COLOR: #F5F3ED;
        SCROLLBAR-SHADOW-COLOR: #F5F3ED;
        SCROLLBAR-3DLIGHT-COLOR: #7F7F7F;
        SCROLLBAR-ARROW-COLOR: #000000;
        SCROLLBAR-TRACK-COLOR: #DEDACF;
        SCROLLBAR-DARKSHADOW-COLOR: #7F7F7F;
}
body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}

input, textarea {
       font-size: 12px;
       font-family: verdana, arial, helvetica, sans-serif;
       border: 1px solid #000;
       width: 200px;
}

a {
        font-size: 12px;
        color: #000000;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #000000;
}
a:hover {
        text-decoration: underline;
        color: #000000;
}
a:active {
        text-decoration: none;
        color: #000000;
}

#menu {
      position: absolute;
      left: 26px;
      top: 17px;
      width: 151px;
      height: 230px;
      background-image: url(../img/menu.gif);
}

#wyszukiwarka {
      position: absolute;
      left: 772px;
      top: 127px;
      width: 128px;
      height: 106px;
      background-image: url(../img/wyszukiwarka.gif);
}

#content {
         height: 500px;
         position: relative;
         padding-left:190px;
         text-align:left;
}

#koszyk {
      position: absolute;
      left: 22px;
      top: 2px;
      width: 135px;
      height: 107px;
      background-image: url(../img/koszyk.gif);

      padding:20px 5px 0 20px;
}

#logowanie {
      position: absolute;
      left: 10px;
      top: 120px;
      width: 158px;
      height: 105px;
      background-image: url(../img/logowanie.gif);
}

#dane {
      position: absolute;
      left: 10px;
      bottom: 5px;
      width: 158px;
      height: 161px;
      background-image: url(../img/dane.gif);
}

#menu-right {
	width:153px; 
	height:240px; 
	background-image:url(../img/menu-background-tlo.gif); 
	background-repeat:no-repeat;
}

.elements {
	margin-left:10px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align:left;
	background-image: url(../img/menu-background-line.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
.elements a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #010d19;
	text-decoration: none;
	margin-top:5px;
}
.elements a:hover{
	color: #0099ff;
}
.space1 {
	padding-top:30px;
}
.space2 {
	padding-top:0px;
}
.space3{
	padding-top:0px;
}
