* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%; 
}



/* ENGLISH - DOPLNIT CLASS */
.doplnit {
	color:red;
}



.clear {
   clear: both;
   visibility: hidden;
   font-size: 1px;
}

.clear_right { clear: right;}

.hide 	{	visibility: hidden; }
.no_display { display: none; }

a 			{ color: #C30; }
a:hover 	{ color: #A63; }
.center 	{ text-align: center; }
.strong 	{ font-weight: bold; }
.italic 	{ font-style: italic;	}
.small 	{ font-size: 90%; }
.floatright {	float: right; }
.floatleft 	{	float: left; }
.textright 	{ text-align: right;	}

.imgleft {
   float: left;
   margin: 5px 8px 8px 0;
}

.imgright {
   float: right;
   margin: 5px 0 8px 8px;
}

img {
	vertical-align: middle;
}

li { list-style-type:square;}


