/*
   --------------------------------------------------------
   STYLE PODSTAWOWE
   --------------------------------------------------------
*/

html,body {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px;
}
body {
        background-color: #3a3a38;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #222222;
}

a, img { 
    color: #c25511;
    border-color: #c25511;
   
}
a:link, img { 
    color: #c25511; 
    text-decoration: none; 
    border-color: #c25511;
}

a:visited. img { 
    color: #c25511; 
    text-decoration: none;
    border-color: #c25511; 
}

a:hover, img { 
    color: #c25511; 
    text-decoration: underline; 
    border-color: #c25511;
    
}

a:active, img { 
    color: #c25511; 
    text-decoration: none;
    border-color: #c25511; 
}



/*
   --------------------------------------------------------
   SZKIELET
   --------------------------------------------------------
*/


#top {
        height: 325px;
        width: 100%;
        padding: 0;
        border: none;
        margin: 48px 0 0 0;
        display: block;
        background-image: url(bg1.gif);
}
#menu {
        height: 100px;
        width: 100%;
        padding: 0;
        border: none;
        margin: 0;
        display: block;
        background-color: #aeb0ae;
}
#mid {
        height: auto;
        width: 100%;
        padding: 0;
        border: none;
        margin: 0;
        display: block;
        background-image: url(bg1.gif);
}
#cnt {
        text-align: justify;     
        height: auto;
        width: 496px;
        padding: 20px 20px 10px 209px;
        border: none;
        margin: 0;
        display: block;
        background-color: #e2dfd7;
        background-image: url(ciencnt.gif);
        background-repeat: repeat-y;
        background-position: right top;
}
#cnt2 {
        height: auto;
        width: 685px;
        padding: 20px 20px 10px 20px;  
        border: none;
        margin: 0;
        display: block;
        background-color: #e2dfd7;
        background-image: url(ciencnt.gif);
        background-repeat: repeat-y;
        background-position: right top;
}
#left {
	height: auto;
	width: 199px;
	padding: 20px 0 10px 10px;
	border: none;
	margin: 0;
	display: block;
	background-color: #e2dfd7;
	float: left;
}
#cntzleft {
	height: auto;
	width: 725px;
	padding: 0;
	border: none;
	margin: 0;
	display: block;
	background-color: #e2dfd7;
	background-image: url(ciencnt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#cnt3 {
	height: auto;
	width: 486px;
	padding: 20px 20px 10px 10px;
	border: none;
	margin: 0;
	display: block;
	float: left;
}
#stopka {
        height: auto;
        width: 725px;
        padding: 0;
        border: none;
        margin: 0;
        display: block;
        text-align: right;
}



.pole  { 
COLOR: #000000; FONT-FAMILY: sans-serif, Verdana, Helvetica; 
FONT-SIZE: 11px; border: 1px #000000 solid; border-bottom-style:
solid; border-left-style: solid; 
border-right-style: solid; border-top-style: solid
}

TD.jus {
	font-size: 10px;
	text-align: justify;
}

#hidden {
    visibility: hidden;
}

#tytul {
    text-align: left;
    padding: 0px 0px 0px 15px;
    background-image: url(bullet2.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
