* {
	background: white;
	color: black;
}
a, a:visited {
	text-decoration: underline;
}

#Footer, .prejit_na_obsah, #Left, #Right, #Menu, #Head, .none, .inlinePopUp, form {
  display: none;
}

.none {
	display: none;
}

.error	{
	color: #ff0000;
}

.strike {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.small_caps {
	font-variant: small-caps;
}

.taleft	{
	text-align: left;
}

.taright	{
	text-align: right;
}

.aleft	{
	float: left;
}

.aright	{
	float: right;
}

.center		{
	text-align: center;
}

.clearall, .clear			{
	clear: none;
}

.middle	{
	vertical-align: middle;
}

.notice {
	color: #d5d5d5;
	font-size: 10px;
	font-weight: normal;
}

.noborder {
	margin: 0;
}

.clearr {
	clear: none;
}

.clearl {
	clear: none;
}










