body {
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
/*	text-indent:inherit; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.content 
	{
	text-align:justify; 
	}

.kontakti
	{
	font-size:12px;
	color:#FFF;
	text-align:right;
	font-family:Tahoma;
	font-weight:bold;
	padding-bottom:40px;
	}
td 
	{
	color: #000000;
	font-size: 11px;
	text-indent:inherit;
	}

a 
	{
	font-weight:bold;
	}
.pgl_left 
	{
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	}
.pgl_right
        {
        font-size: 15px;
        font-weight:bold;
        color: #FFFFFF;
        text-align:center;
        }

.thumbnail
	{
	position: relative;
	}

.thumbnail:hover
	{
	background-color: transparent;
	}

.thumbnail span
	{
	position: absolute;
	top:-350px;
	background-color: #333333;
	padding: 2px;
	left: -1000px;
	border: 1px solid #057101;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
.thumbnail span img
	{
	border-width: 0;
	padding: 2px;
	}

.thumbnail:hover span
	{
	visibility: visible;
	top: 0;
	left: 0px; /*position where enlarged image should offset horizontally */
	width:201px;
	color:#FFF;
	}
h1 
	{
	font-size:13px;
	}

