﻿/*
grybos.pl
*/

body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,td,th,table,dl,dt,dd{margin:0;padding:0;border:0;}
body,table{background-color:inherit; font: 11px Arial; line-height: 180%; color: #868686; }

.clear{clear:both;font-size:0px;line-height:0px;}
.hide{display:none;}

#body .left{text-align:left;}
#body .right{text-align:right;}
#body .center{text-align:center;}

body {width: 900px; margin: 0 auto; background: #000;  }
hr { height: 1px; border: 0; background-color: #c0c0c0; color:#c0c0c0; width: 100%; }

/*
Hiperlacza
*/
a {color:#cf3232;}
a:link, a:visited, a:active {color: #a56f0e; text-decoration:none; }
a:hover {color: #dea730; text-decoration:none;  }

/*
Zmiana obrazka po najechaniu myszą i przyciemnienie
*/
img#zmiana_obrazka {
background-image: url("../images/wiecej.jpg");
background-repeat: no-repeat;
width: 8px;
height: 6px;
}
img#zmiana_obrazka:hover {
background-image: url("../images/wiecej.jpg");
background-repeat: no-repeat;
width: 16px;
height: 12px;
opacity : 0.70;
filter : alpha(opacity=70);
}


/*
Head
*/
#head { background:  url(../images/head.jpg) no-repeat; width: 900px; height: 240px;  }


/*
Pages
*/
#contentwrapper { background-color: #000; min-height: 150px; }
.pasek { width: 1px; height: 220px; float:left; background:  url(../images/pasek.png) no-repeat; margin: 0 20px 0 20px; }
.box1 { width: 360px; float:left }
.box2 { width: 190px; float:left }
.box3 { width: 250px; float:left }

ul#menu {margin:0 0 0 10px;padding:0;}
ul#menu li {margin:0 20px 0 0;padding:0; background:  url(../images/li.png) no-repeat; height: 20px; width: 92px; text-align:center; list-style: none; float:left;}
ul#menu li.menuBoczne {margin:20px 0 0 0;padding:0; background:  url(../images/li.png) no-repeat; height: 20px; width: 92px; text-align:center; list-style: none; }
ul#menu li#selected { background:  url(../images/liSelected.png) no-repeat; width: 100px; height: 24px;}

ul#menu li a:link, ul#menu li a:visited, ul#menu li a:active {color: #a56f0e;}
ul#menu li a:hover {color: #dea730;}    /* #e0857e */ 


/*
Footer
*/
#footer { background:  url(../images/footer.png) no-repeat; width:900px; height:220px; color:#4a4319;}


#easyTooltip{
	padding:5px 10px;
	border:2px solid #6e4e11;
	background-color: #000;
	color:#868686;
	-moz-border-radius: 5px;
	opacity: .9;
	filter: alpha(opacity=90);
	margin-left: 20px;
	cursor:help;
width: 450px;
}

/*
GoToTop
*/

#scroolTOP { display: none; position: fixed;z-index:99999;right: 220px;bottom: 20px;border:0px; }
.gototop_icon_i { width:45px;height:45px; }

