/* CSS Document */

.info
{
	font-size: 10pt;
}
.center { text-align: center; }
.searchbox
{
	width: 430px;
  border: thin rgb(204,204,204) solid;
  font: medium ;
}
.iteminfo
{
	font-size: 12pt;
	color gray:
}
.navi_current { font-weight: bold; }
.navi
{
	font-size: 16pt;
	color: brown;
}
a.navi,a.navi:visited
{
	text-decoration: none;
	color: brown;
}
a.navi:hover
{
	text-decoration: underline;
	color: brown;
}
td.item
{
	border-width: 1px;
	border-style: dotted;
	border-color: #666666;
	padding: 5px;
}
body {
	text-align: center;
	font-family: Arial,Verdana;
	font-size: 12px;
	background-color: white;
	}
a:link {
	color: #6A6A6A;
}
a:visited {
	color: #6A6A6A;
}
a:hover {
	color: #3A3A3A;
}

.button {
border: thin rgb(204,204,204) solid;
font: medium ;
}

.mini {
font-size: xx-small;
padding-bottom: 10px;
}

.tagcloudblock{
	width: 400px;
}

.tagcloudlink{
	text-align: center;
	text-decoration: none;
}

.tagcloudlink:hover{
	text-decoration: underline;
}

.posledni{
	text-decoration: none;
	font-weight: bold;
}

.posledni_blok{
width: 400px;
text-align: center;
}

.hledase{
color: red;
}

.aktualne{
text-decoration: none;
font-weight: bold;
}

.aktualne_blok{
width: 400px;
text-align: center;
}