/* OBECNE  */
.hidden{
display:none
}
.db{
display:block !important
}
.dl{
display:inline !important
}
.clear{
clear:both
}
.right{
text-align:right
}
.center{
text-align:center
}
.left{
text-align:left
}
.b{
font-weight:bold
}
.i{
font-style: italic;
}
.fl{
float:left
}
.fr{
float:right
}
.fn{
float:none
}
.height100p{
height:100%
}
.width100p{
width:100%
}
html{
font-size:100%
}
ul{
list-style-image:none;
list-style-type:none
}
div, .npnm, p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px
}

