/* rozměry - sirky a vysky */

#page {
	width: 1000px !important;
}
#column {
	width: 200px;
}
#content {
	width: 780px;
}

.w110 {
	width: 110px;
}
.w180 {
	width: 180px;
}


.hidden {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}

.align-right {
	text-align: right !important;
}

.strong {
	font-weight: bold;
}
