/*************** STYLE OGÓLNE ***************/

body {
    font-family   : verdana, sans-serif;
    margin        : 0px;
    margin-top    : 10px;
    margin-bottom : 10px;    
    background    : white;
    text-align    : center;
}

div {
    margin  : 0px;
    border  : none;
    padding : 0px;
}

img {
    border : none;
}

img.x100x75x {
    width  : 100px;
    height : 75px;
}

img.x200x150x {
    width  : 200px;
    height : 150px;
}

p {
    text-align  : justify;
    font-size   : 10pt;
    text-indent : 2em;
    line-height : 16pt;
}

table {
    margin          : auto;
    margin-top      : 25px;
    border          : none;
    border-collapse : collapse;
}

td {
    border      :  0px rgb(0, 0, 255);
    padding     : 8px;
    font-size   : 8pt;
    line-height : 12pt;
}

tr {
    vertical-align : middle;
}

.right {
    text-align : right;
}

.left {
    text-align : left;
}

.noindent {
    text-indent : 0px;
}


a {
    font-weight : bold;
}

a:hover {
    text-decoration : none;
}

h4 {
    margin         : 0px;
    margin-bottom  : 10px;
    text-align     : right;
    font-size      : 10pt;
    font-style     : italic;
    text-align     : right;
}
h1 {
    margin         : 0px;
    margin-bottom  : 0px;
		padding    		 : 10px;
		padding-bottom : 0px;
    text-align     : center;
    font-size      : 24pt;
		
		font-family		 : "Trebuchet MS",Verdana, Arial, monospace;
    font-style     : normal;
   }
h2 {
    margin         : 5px;
    margin-bottom  : 5px;
    text-align     : center;
    font-size      : 18pt;
		font-family		 : "Times New Roman", Verdana, Arial, monospace;
    font-style     : italic;
   }


/*************** LAYOUT ***************/


/**#ramka{
	background-image:url(logoa.png);
}**/
}

#strona {
    margin     : auto;
    border     : 0px;
    padding    : 0px;
    width      : 840px;
		text-align : center;
	
}

#naglowek {
    margin     : 0px;
    border     : none;
    padding    : 0px;
    width      : 800px;

    text-align : right;
    
}

#menu {
    text-align: right;
		background : rgb(173, 216, 230);
}

#tresc {
    margin        : 0px;
    border        : none;
    border-top    : 0px solid black;
    border-left   : 0px solid black;
    border-bottom : 0px solid black;
    padding       : 0px;
    width         : 600px;

    clear         : none;
    float         : right;

    text-align    : right;
    background    : white;
}

body>#strona>#tresc {
    width         : 577px;
}


/*

if IE6 then #kolumnaPrawa.width = 577

if IE5 then #kolumnaPrawa.width = 575

*/



#tresc {
    margin      : 0px;
    border      : none;
    padding     : 20px;
    padding-top : 10px;
    width       : 580px;
		text-align  : center;
    float       : left;
}

#stopka {
    margin      : 0px;
    margin-left : 0px;
    text-align  : right;
    border      : none;
    padding     : 7px 0px 7px 0px;
    width       : 758px;

    clear       : both;
    text-align  : center;

    font-size   : 8pt;
    font-weight : bold;
    background  : rgb(173, 216, 230);
}




/*************** ZAWARTOŚĆ NAGŁÓWKA ***************/

#GAds1 {
    width       : 268px;
    height      : 60px;
    float       : left;
    margin      : 15px 0px 0px 15px;
}

#naglTytul {
    width : 450px;
    float : right;
}





/*************** ZAWARTOŚĆ KOLUMNY LEWEJ ***************/

#obrazOkladka {
    margin         : 0px;
    padding        : 0px;
    padding-bottom : 0px;
    border         : none;
    width          : 130px;

    float          : left;

    text-align     : left;
    
}

#menuPion {
    margin       : 0px;
    border       : none;
    border-top   : 0px black;
    padding      : 0px;
    width        : 120px;

    clear        : left;
    float        : left;

    font-family  : verdana, sans-serif;
    font-weight  : bold;
    font-size    : 10pt;
    text-align   : right;
    background   : rgb(249,249,240);

    margin-bottom : 10px;
}

#licznik {
    font-size   : 8pt;
    font-weight : bold;
    text-align  : center;
    font-family : "courier new", monospace;
    clear       : left;
}

#licznik span {

}




/*************** ZAWARTOŚĆ KOLUMNY PRAWEJ ***************/

#menuPoziome {
    margin        : 0px;
    border        : none;
    border-bottom : solid 0px black;
    padding       : 0px;
    width         : 575px;

    /****ZMIANY: czcionka****/
    font-family  : verdana, sans-serif;
    font-size    : 10pt;
    font-weight  : bold;
    text-align   : right;

    background    : rgb(249,249,240);
}


body>#strona>#kolumnaPrawa>#menuPoziome {
    width         : 577px;
}

/*

if IE6 then #menuPoziome.width = 577

if IE5 then #menuPoziome.width = 575


*/



/*************** MINIMALNA WYSOKOŚĆ ***************/

/* poprawiamy wysokośc prawej kolumny */
/* ie nie interpretuje atrybutu min-height dlatego ustalamy sztucznie wysokość... */
#tresc {
    height : 450px;
}

/* po czym przeglądarki różne od ie informujemy, o prawdziwej wysokości*/
body>#strona>#kolumnaPrawa>#tresc {
    height     : auto;
    min-height : 450px;
}




/*************** MENU PIONOWE ***************/

#menu1 ul {
    margin          : 0px;
    padding         : 0px;
    list-style-type : none;
}

#menu1 li {
  border-bottom : solid 0px black;
	border-left		:	solid 0px black;
	border-right	:	solid 0px black;
}

#menu1 a {
    padding         : 0px;
    padding-right   : 10px;
    display         : block;
    text-decoration : none;
}

#menu1 a:link {
    color       :  rgb(50,50,60);
    background  :  transparent;
}

#menu1 a:visited {
    color       :  rgb(148, 1, 1);
    background  :  transparent;
}

#menu1 a:hover {
    color       :  rgb(234,233,200);
    background  :  rgb(37,36,14);
}

#menu1 a:active {
    color       :  rgb(0,100,0);
    background  :  transparent;
}

#menu1 span {
    font-size   : 14px;
    font-family : "times new roman", serif;
    color       : black;
}



#menu1 a:active span {
    color       :  rgb(251,48,38);
    background  :  transparent;
}


/****************MENU2*************************/
#menu2 ul {
    margin          : 0px;
    padding         : 0px;
    list-style-type : none;
}

#menu2 li {
  border-bottom : solid 0px black;
	border-left		:	solid 0px black;
	border-right	:	solid 0px black;
}

#menu2 a {
    padding         : 0px;
    padding-right   : 10px;
    display         : block;
    text-decoration : none;
}

#menu2 a:link {
    color       :  rgb(50,50,60);
    background  :  transparent;
}

#menu2 a:visited {
    color       :  rgb(148, 1, 1);
    background  :  transparent;
}

#menu2 a:hover {
    color       :  rgb(234,233,200);
    background  :  rgb(37,36,14);
}

#menu2 a:active {
    color       :  rgb(0,100,0);
    background  :  transparent;
}

#menu2 span {
    font-size   : 14px;
    font-family : "times new roman", serif;
    color       : black;
}



#menu2 a:active span {
    color       :  rgb(251,48,38);
    background  :  transparent;
}

/*************** MENU POZIOME ***************/

#menuPoziome ul {
    margin          : 0px;
    padding         : 0px;
    list-style-type : none;
}

#menuPoziome li {
    margin      : 0px;
    border      : none;
    border-left : 0px solid black;
    padding     : 0px;
    display     : inline;
}

#menuPoziome ul li * {
    padding-left  : 4px;
    padding-right : 4px;
}

#menuPoziome span {
    color : rgb(180,180,180);
}

#menuPoziome a {
    text-decoration : none;
}

#menuPoziome a:link {
    background :  transparent;
    color      :  rgb(92,89,35);
}

#menuPoziome a:visited {
    background :  transparent;
    color      :  rgb(148, 0, 211);
}

#menuPoziome a:hover {
    background :  rgb(92,89,35);
    color      :  rgb(249,249,240);
}

#menuPoziome a:active {
    background :  transparent;
    color      :  rgb(255,0,0);
}

#menuPoziome ul li#first {
    border : none;
}

#menuPoziome ul li#first * {
    /****ZMIANY: indywidualnie odstęp pierwszego elementu****/
    padding-left  : 6px;
}



body>#strona>#kolumnaPrawa>#menuPoziome>ul>li#first>* {
    padding-left  : 8px;
}

/*

if IE6 then #menuPoziome ul li#first * . padding-left = 8

if IE5 then #menuPoziome ul li#first * . padding-left = 6

*/




/*************** SZCZEGÓŁY ***************/


#naglowek h2 {
    margin         : 0px;
    margin-top     : 5px;
    padding        : 0px;
    padding-bottom : 10px;
    padding-right  : 50px;
    font-size      : 12pt;
    font-family    : "times new roman", serif;
    font-style     : italic;
    font-weight    : normal;
}

#tresc h3 {
    margin         : 0px;
		margin-top     : 10px;
    margin-bottom  : 20px;
    font-size      : 12pt;
		font-family		 : italic;
    text-align     : left;
}

#tresc h4 {
    margin         : 0px;
    margin-bottom  : 10px;
    text-align     : right;
    font-size      : 10pt;
    font-style     : italic;
    text-align     : left;
}

#tresc h5 {
    text-align  : right;
    font-family : "times new roman", serif;
    font-style  : italic;
    font-weight : normal;
    font-size   : 10pt;
}

#tresc h6 {
	text-align		:left;
	font-size			:13pt;
	font-weight   : normal;
}

/*błąd IE: błednie wyznaczana szerokość akapitu */
#tresc  p {
/*    width : 470px; */
    width : 600px;
}

#tresc  ul {
    text-align : left;
}

#stopka h5 {
    margin        : 0px;
    margin-bottom : 5px;
    padding       : 0px;
    font-size     : 8pt;
    display       : inline;
    text-align    : center;

    margin-left  : 180px;
}


/*************** SPIS TREŚCI ***************/

ul.spistresci {
    margin-left         : 0px;
    list-style          : none;
    font-size           : 10pt;
    list-style-position : outside;
}

ul.spistresci li {
    margin-left : 0px;
    list-style  : none;
}

ul.spistresci li ul {
    margin-left : 10px;
    list-style  : none;
}




/*************** STYLE POJEDYNCZEGO ĆWICZENIA ***************/

table#cwiczenieTab {
    margin-top    : 10px;
    margin-bottom : 0px;
    border-top    : none;
    padding       : 0px;
    width         : 420px;
}

table#cwiczenieTab td.left {
    padding    : 3px;
    width      : 100px;
    font-size  : 8pt;
    text-align : left;
}

table#cwiczenieTab td.right {
    padding    : 3px;
    width      : 320px;
    font-size  : 8pt;
    text-align : right;
}

table#cwiczenieTab td.center {
    margin         : 0px;
    padding        : 0px;
    width          : 420px;
    font-size      : 8pt;
    text-align     : center;
    vertical-align : middle;
}

table#cwiczenieTab h3 {
    margin      : 10px;
    padding     : 0px;
    line-height : 110%;
    font-size   : 160%;
    font-weight : bold;
}

div#cw {
    margin  : 0px;
    border  : none;
    padding : 0px;
    width   : 420px;
}

div#cw table {
    margin  : 0px;
    border  : none;
    padding : 0px;
    width   : 420px;
}

div#cw table td {
    border         : none;
    vertical-align : top;
}

div#cwcwiczenie {
    height : 530px;
}

td.naglowek {
    font-weight : bold;
    text-align  : right;
    background  : rgb(219,218,162);
    border      : 1px dashed rgb(239,238,182);
}

td.naglowek2 {
    font-weight : bold;
    text-align  : center;
    background  : rgb(219,218,162);
    border      : 1px dashed rgb(239,238,182);
}

#tresc li {
    padding-top : 2px;
    font-size   : 10pt;

}

#tabogladalnosc {
    text-align    : center;
    margin-bottom : 30px;
}

#wskaznik {
    text-align : center;
    margin     : 0 auto;
}



#GAds2 {
    margin : 5px auto 0px auto;
    width : 468px;
}

#GAds3 {
    margin : 5px auto;
    width  : 336px;
}

