/*reguły dla body*/
body
{
 color: black;
 background-color: #f1be86; 
 font-family: Verdana, Arial, sans-serif;
 text-align: center;
 margin: 0;
 padding: 0;
 border: none;
}
/*blok główny, zawiera tło*/
#main
{  	
  background-image: url("gfx/layout/bgtheme.png");
  background-repeat: no-repeat;	
  background-position: top center;	
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  height: 770px;
  z-index: 0;				
}

#top
{
 background-image: url("gfx/layout/toptheme.png");
 background-repeat: no-repeat;
 position: relative;
 float: left;
 width: 700px;
 height: 212px;
 left: 32px;
 top: 10px;
 z-index: 1;
}

#menu
{
 position: relative;
 width: 683px;
 height: 49px;
 float: left;
 left: 39px;
 top: 10px;
 z-index: 1;
}

#text
{
 vertical-align: top;
 text-align: left;
 background-image: url("gfx/layout/text.png");
 background-repeat: repeat;
 position: relative;
 width: 600px;
 height: 391px;
 float: left;
 left: 83px;
 top: 10px;
 z-index: 1;
}

#leftbar
{
 background-image: url("gfx/layout/left_bar.png");
 background-repeat: repeat-y;
 position: relative;
 width: 44px;
 height: 208px;
 float: right;
 right: 677px;
 top: 10px;
 z-index: 1;
}

#leftleaf
{
 background-image: url("gfx/layout/left_leaf.png");
 background-repeat: no-repeat;
 position: relative;
 width: 62px;
 height: 183px;
 float: right;
 right: 633px;
 top: 218px;
 z-index: 1; 
}

#rightbar
{
 background-image: url("gfx/layout/right_bar.png");
 background-repeat: repeat-y;
 position: relative;
 width: 44px;
 height: 391px;
 float: right;
 right: -68px;
 top: 10px;
 z-index: 1;
}

#bottom
{
 background-image: url("gfx/layout/bottomtheme.png"); 
 background-repeat: no-repeat;
 position: relative;
 width: 695px;
 height: 64px;
 float: left;
 left: 27px;
 z-index: 1;
}

img
{
 border: none;
 display: block;
 margin: 0 auto;
 z-index: 1;
}

#text img
{
 display: inline;
 border: white 3px solid; 
}

.p01
{
 text-align: center;
}

.p01 img
{
 margin: 20px;
}

#foki img
{
margin-top: 55px; 
}

#glowna img
{
 margin-top: 60px;
}

p
{
 margin-top: 0;
 font-size: 12px;
 text-align: left;
 vertical-align: top;
 z-index:3;
}

p.kontakt
{
 text-align: center;
 line-height: 150%;
 font-size: 14px;
 margin-top: 60px;
}

p.stopka
{
 color: #313131;
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10px;
 margin-left: 250px;
 margin-top: 35px; 
}

a.laguna
{
 color: black;
 text-decoration: none;
}

a.laguna:hover
{
 border-bottom-style: dotted;
 border-bottom-width: 1px;
}

a.m
{
 color: #313131;
 text-decoration: none;
}
