.bez {
display: none;
}
img {
border: 0;
}
body {
font-family: Arial;
font-size: 14pt;
background-color: #444444;
color: #ffffff;
}
#baner {
width: 1000px;
margin: 0 auto;
height: 400px;
background-image: url('../graf/baner.png');
background-position: center center;
background-repeat: no-repeat;
}
.naglowek {
color: #00ffff;
}
.naglowek:hover {
color: #00ff00;
}
.temat {
color: #ffa500;
}
a {
color: #ffffff;
text-decoration: none;
}
a.powrot {
color: #ffff00;
}
a.linkwew {
text-decoration: underline;
}
a:hover {
color: #00ff00;
}
#tresc, .tresc {
width: 960px;
padding: 20px;
margin: 0 auto;
}
#stopka {
margin-top: 10%;
text-align: center;
}
.lista, .przycisk, .klucz {
font-size: 105%;
}
input {
width: 400px;
}
select, .klucz {
background-color: #000000;
color: #ffa500;
font-weight: bold;
}
input {
background-color: #ffffff;
color: #000000;
font-weight: bold;
}
select option:hover {
background-color: #ffffff;
color: #000000;
}
input.czek {
width: auto;
}
.przycisk {
background-color: #000000;
border: 2px outset #ffffff;
color: #ffff00;
padding: 5px;
display: inline-block;
width: auto;
margin: 0 5px;
}
.przycisk:hover {
color: #00ff00;
border: 2px inset #ffffff;
}
ul li {
margin-top: 5px;
margin-bottom: 5px;
}