@charset "utf-8";

body{
	/*background-color:#000000;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 14px;
	/*
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	*/
	/*color: #82B11F;*/
	color:#333333;
}



table,tr,td{
	/*color: #E8E8E8;*/
	text-align: left;
}

/*******************************************/

/*Nadpis stranky*/
h1.pageHeadline {
	text-align:left;
	font-size: 15px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
	color: #c40006;
	margin-bottom:20px;
}

h2 {
	text-align:left;
	font-size: 14px;
	color: #c40006;
	font-weight: bold;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	text-align:left;
	font-size: 12px;
	color: #c40006;
	font-weight: bold;
	margin:0px;
	line-height: 14px;
	padding: 0px;
}

/*Text stranky*/
.page {
	text-align:justify;
	line-height:140%;
}


a {
	text-decoration:underline;
	color:#333333;
}

a:link {
	border:none;
	cursor:pointer;
}
a:visited 
{
	border:none;
}
a:hover 
{
	border:none;
	color: #c40006;
	cursor:pointer;
}
img {
	border:none;
}

