html{
width: 100%;
margin: 0px;
padding:0px;
}

body{
margin: auto;
font-family: Tahoma;
font-size: 11px;
color: #666666;
width: 100%;
text-align: center;
margin: 0px;
margin-top:0px;
padding:0px;
}
a{
color: #0F88C4;
text-decoration: none;
}
a:hover{
text-decoration: underline;
color: #0A5980;
}
#bramka_tlo{
width:100%;
height: 381px;
background-image: url('images/bramka_tlo.gif');
}
#tekst_opis{
font-size: 10px;
border: solid 0px #000000;
width:250px;
text-align: left;
padding-left:20px;
float: left;
}

#tekst_firma{
font-size: 10px;
width:250px;
text-align: right;
float:left;
border: solid 0px #000000;
padding-right:20px;
}
#linia_dolna{
width:5px;
height:117px;
background-image: url('images/bramka_linia_dolna.gif');
float:left;
}
#podpis_dolny{
width:548px;
margin: auto;
}
h1, h2, h3 {
font-size: 11px;
font-weight: normal;
}