/* OBECNE  */

.hidden {
	display: none;
}
.db {
	display: block !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;
}

.height100p {
	height: 100%;
}
.width100p {
	width: 100%;
}
.npnm {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

html {
	font-size: 100%;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	
.red{
	color: red;
}