﻿/* ARKUSZ STYLÓW DLA SZKIELETU STRONY I MENU*/

body {
 background-color: rgb(148, 148, 148);
 font-family: arial, sans serif;
 color: white;
}

.greyHover:hover {
	color: grey;
}
/*Tabela z div-ów - szkielet strony*/
#table {
 border: solid 0px black;
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 /*height:700px;*/
 width: 1000px;
}

#tr-top {
 border: solid 0px black;
 height: 30px;
 width: 1000px;
}

#tr-middle {
 background-image: url("_images/long.jpg");
 background-repeat: repeat-y;
 border: solid 0px black;
 min-height: 450px;
 width: 1000px;
}

#tr-bottom {
 border: solid 0px black;
 height: 30px;
 width: 1000px;
}
/* TR TOP */
#td-top-left {
 background-image: url("_images/top-left.gif");
 border: solid 0px black;
 height: 30px;
 width: 30px;
 float: left;
}

#td-top {
 background-image: url("_images/top.gif");
 background-repeat: repeat-x;
 border: solid 0px black;
 height: 30px;
 width: 940px;
 margin: 0 30px 0 30px;
 position: relative;
 z-index: 50;
}

#td-top-right {
 background-image: url("_images/top-right.gif");
 border: solid 0px black;
 height: 30px;
 width: 30px;
 float: right;
}

/*TR MIDDLE*/
#td-middle-left {
 border: solid 0px black;
 min-height: 450px;
 width: 30px;
 float: left;
}
#td-middle {
 background-color: black;
 border: solid 0px black;
 min-height: 450px;
 width: 940px;
 margin: 0 30px 0 30px;
 position: relative;
 z-index: 40;
}

#td-middle-right {
 border: solid 0px black;
 min-height: 450px;
 width: 30px;
 float: right;
}

/* TR BOTTOM */
#td-bottom-left {
 background-image: url("_images/bottom-left.gif");
 border: solid 0px black;
 height: 30px;
 width: 30px;
 float: left;
}

#td-bottom {
 background-image: url("_images/bottom.gif");
 background-repeat: repeat-x;
 border: solid 0px black;
 height: 30px;
 width: 940px;
 text-align: center;
 margin: 0 30px 0 30px;
}

#td-bottom-right {
 background-image: url("_images/bottom-right.gif");
 border: solid 0px black;
 height: 30px;
 width: 30px;
 float: right;
}

/*PRZYCISKI MENU*/
img#index {}

img#o-mnie {
 position: relative;
 top: -2px;
 left: 30px;
}
img#rzezby {
 position: relative;
 top: 10px;
 left: 60px;
}
img#naczynia {
 position: relative;
 top: 9px;
 left: 80px;
}
img#rysunki {
 position: relative;
 top: 8px;
 left: 110px;
}
img#inne {
 position: relative;
 top: -2px;
 left: 135px;
}
img#linki {
 position: relative;
 top: -2px;
 left: 160px;
}
img#kontakt {
 position: relative;
 left: 180px;
}
