/* STYL CSS DO STRONY */
/* Ogólny styl ramów dokumentu, tło, color czcionki, marginesy zewnętrze i wewnętrzne */
body {
background-color: #281108;
background: url("images/background2.jpg");
/* background-attachment: fixed;  */
background-position: top center;
color: #000000;
margin: 0;
padding: 0;
}

@-moz-document url-prefix() {
    textarea {
        height: 16px;
    }
}

/* Styl dla znacznika P, A, DL, H1, H2 */
p { color: #301010; font-family: Tahoma; font-size: 14px; padding: 0px 24px 0px 24px; text-indent: 20px;}
a { color: #852c00; text-decoration: none;}
a:hover { color: #852c00; text-decoration: underline;}
dl { margin: 0px; padding: 0px; border: 0px; }
hr { color: #707070; background-color: #707070; height: 1px; width: 500px; border: 0px; }
li { color: #301010; font-family: Georgia; font-size: 12px; text-align: left; padding: 0px 24px 0px 0px; }

h1 {
background: url('images/book.gif') no-repeat left;
color: #301010;
font-family: Georgia;
font-weight: bold;
font-size: 16px;
margin: 0px 0px 0px 20px;
padding: 32px 0px 30px 80px;
text-align: left;
}

.stopka_center {
height: 197px;
text-align: center;
color: #4d4d4d;
font-size: 11px;
font-family: Verdana;
}

.stopka_center a {
height: 197px;
color: #b38e4d;
font-size: 11px;
font-weight: bold;
font-family: Verdana;
text-decoration: none;
}

.stopka_center a:hover {
height: 197px;
color: #df8e00;
font-size: 11px;
font-weight: bold;
font-family: Verdana;
text-decoration: none;
}

.stopka_left {
width: 260px;
height: 197px;
background: url('images/stopka_left.png');
background-position: center;
background-repeat: no-repeat;
text-align: center;
color: #f0f0f0;"
}

.stopka_right {
width: 200px;
height: 197px;
background-color: transparent;
text-align: center;
color: #c6c6c6;
font-size: 11px;
font-family: Verdana;
}


.top_klasa4_menu {
text-align: right;
padding-right: 25px;
}

.top_klasa4_menu a {
color: #ffffff;
background-color: #ffb400;
height: 40px;
font-family: Calibri;
font-size: 28px;
text-decoration: none;
font-weight: bold;
display: inline-block;
text-align: center;
margin: 5px;
padding-left: 10px;
padding-right: 10px;
opacity: 0.3;
}

.top_klasa4_menu a:hover {
color: #ffffff;
background-color: #ffb400;
height: 40px;
font-family: Calibri;
font-size: 28px;
text-decoration: none;
font-weight: bold;
display: inline-block;
text-align: center;
margin: 5px;
opacity: 1.0;
}

.main_menu2 {
text-align: center;
}

.main_menu2 a:hover {
padding-top:10px;
color: #ffffff;
background-color: #78c744;         /* kolor pasków pomiędzy zadaniami*/
width: 906px;
height: 60px;
font-family: Calibri;
font-size: 40px;
text-align: center;
text-decoration: none;
font-weight: bold;
display: inline-block;
margin: 5px;
opacity: 0.8;
}

.main_menu2 a {
padding-top:10px;
color: #ffffff;
background-color: #78c744;           /* kolor pasków pomiędzy zadaniami*/
width: 906px;
height: 60px;
font-family: Calibri;
font-size: 40px;
text-align: center;
text-decoration: none;
font-weight: bold;
display: inline-block;
margin: 5px;
opacity: 1.0;
}


.klasa4_zadania_menu {
text-align: center;
}

.klasa4_zadania_menu a:hover {
color: #ffffff;
background-color: #3c9700;         /* ciemny kolor tła zadań */
width: 445px;
height: 60px;
font-family: Calibri;
font-size: 24px;
text-decoration: none;
font-weight: bold;
display: inline-block;
margin: 5px;
opacity: 0.5;
}

.klasa4_zadania_menu a {
color: #ffffff;
background-color: #3c9700;           /* ciemny kolor tła zadań */
width: 445px;
height: 60px;
font-family: Calibri;
font-size: 24px;
text-decoration: none;
font-weight: bold;
display: inline-block;
margin: 5px;
opacity: 1.0;
}
