body{
font-family: Arial;
font-size: 12;
color: 000000;
background-color: #ff0;
margin: 0 0 0 0;
}
td{
font-family: Arial;
font-size: 12;
color: 000000;
vertical-align: top;
}
a{
font-weight: bold;
color: #00f;
text-decoration: none;
}
a:hover{
color: #9cf;
background-color: #990;
cursor: hand;
}

.nadpis{
font-size: 24px;
font-weight: bold;
}
.nadpis_navi{
font-size: 16px;
font-weight: bold;
}
.nadpis_logo{
font-size: 36px;
font-weight: bold;
}
.navilink{
width: 128px;
}

.bold{
font-weight: bold;
}
.center{
text-align: center;
}
.right{
text-align: right;
}
.left{
text-align: left;
}
.top{
vertical-align: top;
}
.middle{
vertical-align: middle;
}
.bottom{
vertical-align: bottom;
}

.bg1{
background-image: url('gfx/bg1.gif');
}
.bg2l{
background-image: url('gfx/bg2.gif');
background-position: top right;
background-repeat: repeat;
}
.bg2r{
background-image: url('gfx/bg2.gif');
}
.side{
background-image: url('gfx/bg3.gif');
}
.agreebutton{
background-color: #ff0;
color: #000;
border-left: solid 2px #cc0;
border-right: solid 2px #660;
border-top: solid 2px #cc0;
border-bottom: solid 2px #660;
width: 384px;
height: 24px;
}