@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	margin: auto;
}
.oneColElsCtr #container {
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 734px;
	padding: 0px;
}
#jezyk {
}

.oneColElsCtr #mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #58B0BE;
	text-decoration: none;
}
a:hover {
	color: #58B0BE;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #58B0BE;
	text-decoration: none;
	font-weight: bold;
}
