body {
margin: 0px; 
line-height: 18px;
font-family: arial;
font-size: 12px;
background: url(img/bg.jpg) repeat-x top;
background-color: #22324C;
}

table {
line-height: 18px;
font-family: arial;
font-size: 12px;
color: #222222;
}


div {
color: #222222;
font-family:arial;
}



input {
background-color: #262F38;
border: 1px solid gray;
color: silver;
}

.inputjasny {
background-color: white; 
border: 1px solid #C6C6C6; 
color: gray;
}

a {
color: #ffffff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.menu {
display: block;
width: 116px;
height: 46px;
line-height: 46px;
background: url(img/m_off.jpg) no-repeat;
text-decoration:none;
color: white;
text-align: center;
}

.menu:hover {
text-decoration:none;
background: url(img/m_on.jpg) no-repeat;
}

h1 {
color: #364E7A;
font-size: 22px;
line-height: 22px;
}
