body {
	background-image:	url("obrazki/tlo.png");
	font-family:		Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:			normall;
	line-height:		1.33em;
	color:				#fff;
}

h1, h2 {
	font-family:		Calibri, Impact, Veranda, sans-serif;
	font-weight:		normal;
	text-align:			center;
}

h1 {
	font-size:			175%;
	color:				#FFF;
}

h2 {
	font-size:			135%;
}


#all {
	margin-top:			150px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			20px;
	width:				800px;
	height:				500px;
}


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	text-decoration:	none;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 170px;
	
	z-index: 1;
}

.hoverbox img
{
	background: #000;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 150px;
	height: 100px;
}

.hoverbox li
{
	background: #000;
	border-color: #f000;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #f00;
	width: 380px;
	height: 253px;
}