body {
background-image: url(files/body-bg.gif);
background-position: top;
background-repeat: repeat-x;
margin-top: 15px;
}

form {
margin: 0px;
}

hr {
color: #dfdfdf;
background-color: #e4dfd4;
height: 1px;
border: 0;
width: 100%;
}

.input {
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 11px;
color: #555555;
border: 1px solid #7f9db9;
padding: 2px;
}

/* LINKS */
.bialy { color: #ffffff; text-decoration: none; }
.bialy:hover { color: #4e739f; text-decoration: none; }

.niebieski { color: #375d89; text-decoration: none; }
.niebieski:hover { color: #acacac; text-decoration: none; }

.szary { color: #555555; text-decoration: none; }
.szary:hover { color: #acacac; text-decoration: none; }

/* TXT */
.bialy11 {
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 11px;
color: #ffffff;
}

.szary11 {
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 11px;
color: #555555;
}

.niebieski11 {
font-family: Trebuchet MS, Arial, Tahoma;
font-size: 11px;
color: #375d89;
}