@charset "utf-8";
/* CSS Document */

body {
background-color: #000000;
margin: 0 auto;
color: #FFFFFF;
}

a, a:visited, a:hover {
color: #FFFFFF;
}

#top {
background-image: url(gfx/bg_top.png);
height: 257px;
text-align: center;
}

#tresc {
width: 360px;
margin: 0 auto;
color: #FFFFFF;
font-family: Genova, Arial, Times New Roman, sans-serif;
font-size: 12px;
text-align: justify;
padding-bottom: 40px;
}

#tresc p:first-letter { 
font-size: 45px;
color: pink;
font-family: Times New Roman;
float: left;
}

#tresc table {
width: 340px;
}

.td1 {
padding-right: 5px; 
width:155px;
}

.td2 {
padding-right: 60px;
padding-left: 77px;
width:43px;
color:#000000;
font-size: 14px;
background-repeat: no-repeat;
vertical-align: top;
padding-top: 90px;
}

#tresc input {
border: 1px solid #ffffff;
background-color: #000000;
color: #ffffff;
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
font-size: 11px;
}


#stopka {
text-align: center;
background-image: url(gfx/bg_stopka.png);
height: 50px;
}