@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: tahoma, Arial, verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	background-color: #f9f9f7;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: underline;
}

body,td,th {
	color: #333333;
}


.web #container {
	width: 780px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: justify; 
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.web #header {
	background: #DDDDDD;
} 
.web #header h1 {
	margin: 0;
	padding: 10px 0; 
}

.web #menu {
	background-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/bg_menu1.gif);
	border: 1px none #000000;
}
.web #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
}.web #mainContent_Covid19 {	padding: 0 20px; 	background: #FF0000;}

.web #mainContent img {
	float: right;
	padding-left: 20px;
}
.web #mainContent h1{
	background: #FFFFFF;
	padding-top: 30px;
	text-align: left;
	font-size: 12px;
	padding-bottom: 10px;
}
.web #mainContent h2{
	background: #FFFFFF;
	padding-top: 40px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 40px;
}

.web #mainContent h3{
	background: #FFFFFF;
	padding-top: 40px;
	text-align: center;
	font-size: 11px;
	padding-bottom: 20px;
}

.web #logo td,th {
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
.web #wdrozenia td,th {

	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background:#FFFFFF;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

.web #footer {
	padding: 0 10px; 
	background:#073d72;
	border-top: 4px;
	border-top-style: solid;
	border-color: #FF0000;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
} 
.web #footer p {
	margin: 0;
	padding: 10px 0;
}