html,body	{
	text-align:center;
}
body	{
	background-color:#ffffff;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
	font-family:arial,tahoma;

}
h3	{
	font-size:14pt;
	text-align:center;
	color:#ee0000;
}
h4	{
	font-size:13pt;
	text-align:center;
	color:#ee0000;
}

table	{
	background-color:#fbfbfb;
}
td	{
	vertical-align:top;
	font-size:9pt;
}
.tab	{
	background-color:#dcdcdc;
	text-align:center;
	border: solid #ee0000 1px;
	padding:2px;
}
.popis	{
	color:#ee0000;
	font-size:11;
	text-align:center;
	}
.info		{
	background-color:#ee0000;
	text-align:right;
	padding:2px;
	color:#dcdcdc;
	font-size:10;
}
/*------------------------odkazy--------------------------------*/
a	{
	text-decoration:none;
	font-weight: bold;
	color: #555555;
	}
a:hover	{
	text-decoration:underline;
	color:#ff0000;
	}
.info a	{
	color:#dcdcdc;
}

.info a:hover	{
	color:#ffffff;

}
/*------------------------menu--------------------------------*/
div.menu p	{
	margin:2px 0 2px 0;
}
div.menu p a	{
	display:block;
	width:170px;
	font-size:13;
	color:#000000;
	text-transform: uppercase;
	height:20px;
	padding:2px 0px 2px 12px;
	background-image: url('obr/menu1.jpg');
	background-repeat:no-repeat;
}
div.menu p a:hover	{
	background-image: url('obr/menu2.jpg');
	background-repeat:no-repeat;
	color:#ff0000;
}
