body {
    background: #e8ffff;
    margin: 0 auto;
    padding: 0;
    width: 750px;
    font-weight: 400;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #000080;
    
    }

div{
    width: 750px;
    background: #FFFFFF;
    }
div#blok-tekst {padding: 10px; width: auto;}

div#blok-start {
    position: absolute;
    top: 10px;
    border: 1px solid #eeeeee;
    }

div#baner-gorny {
    background-image: url(szyndzielnia-3.jpg);
    height: 250px;
    }

div#baner-gorny h1 {
	position: absolute;
	font-size: 14px;
	top: 0px;
	left: 220px;
	margin: 0px;
	color: #000080;
	}

div#baner-gorny h2 {
	position: absolute;
	font-size: 14px;
	top: 0px;
	left: 5px;
	margin: 0px;
	color: #000080;
	}
/*
div#baner-gorny *
    {
    display: none
    }
    */
    
div#menu-01
    {
    height: 20px;
    overflow: hidden;
    padding: auto auto auto auto;
    background-color: transparent;
    font-weight: 800;
   }
    
div#menu-01 ul
    {
    list-style: none;
    width:100%;
    padding:0;
    margin:0;
   }

div#menu-01 li
    {
    width:120px;
    border-top: 2px solid #E0E0FF;
    border-left: 2px solid #E0E0FF;
    border-bottom: 2px solid #A0A0FF;
    border-right: 2px solid #A0A0FF;
    
	float: left;
	background-color: #b3b3b3;
	margin: 1px 1px 0 0;
	text-align: center;
	}

div#menu-01 li.zaznaczony
    {
    background-color: #e6e6e6;
    border-top: 1px solid #A0A0FF;
    border-left: 1px solid #A0A0FF;
    border-bottom: 1px solid #E0E0FF;
    border-right: 1px solid #E0E0FF;
    }

    
div#menu-01 li a
    {
    text-decoration: none;
    display:block;
    width:100%;
    }
div#menu-02
    {
    height: 20px;
    overflow: hidden;
    padding: auto auto auto auto;
    background-color: transparent;
    font-weight: 800;
    }
    
div#menu-02 ul
    {
    list-style: none;
    width:100%;
    padding:0;
    margin:0;
    }

div#menu-02 li
    {
    width:118px;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    
	float: left;
	background-color: #cccccc;
	margin: 0px 0px 0 0;
	text-align: center;
	color: #000080;
    }

div#menu-02 li.zaznaczony
    {
    background-color: #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    }

    
div#menu-02 li a
    {
    text-decoration: none;
    display:block;
    width:100%;
    }
    
div.obraz-z-podpisem
    {
    width: 120px;
    float: right;
    clear: both;
    text-align: center;
    font-size: 11px;
    }
    
div#blok-reklama
    {
    float: right;
    width: auto;
    padding: 10px;
    }