@charset "UTF-8";

/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-image: url(../images/bgrnds/pattern_gray_large.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColFixCtrHdr #header {
	height:212px;
	background: #fff;
	background-image:url(../images/bgrnds/menu.jpg);
	background-repeat:no-repeat;
	margin-top: 25px;
}
.oneColFixCtrHdr #mainContent {
	height:460px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: transparent;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
	color: #000;
}

.oneColFixCtrHdr #footer a {
	color: #000;
}

div.float {
	width: 279px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
	margin-top: 80px;
	_margin-top: 88px;
}

div.leftBoxIndex {
	float: left;
	width: 530px;
	color: #fff;
	font-size: 13px;
	position: relative;
	font-weight: normal;
	text-align: center;
	top: 128px;
	left: -5px;
}

div.leftBoxIndex2 {
	float: left;
	width: 530px;
	color: #fff;
	font-size: 13px;
	position: relative;
	font-weight: normal;
	text-align: center;
	top: 245px;
	left: -5px;
}

div.leftBox1 {
	float: left;
	width: 471px;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: normal;
	text-align: left;
	margin-left: 18px;
	margin-top: 14px;
}

div.leftBox1cenik1 {
	float: left;
	width: 477px;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: normal;
	text-align: left;
	margin-left: 18px;
	margin-top: 30px;
}

div.leftBox1cenik2 {
	float: left;
	width: 100px;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: normal;
	text-align: left;
	margin-left: 18px;
	margin-top: 14px;
	letter-spacing: -0.06em;
	word-spacing: -0.06px;
}

div.backLink {
	position: absolute;
	float: left;
	top: 666px;
	clear:  left;
	margin-left: 8px;
}

#mainContent div.leftBox1 p a {
	color: #fff;
	text-decoration: underline;
}

#mainContent div.leftBox1 p a:hover {
	color: #fff;
	text-decoration: none;
}

#mainContent div.leftBox1 p a:visited {
	color: #fff;
	text-decoration: underline;
}

div.headline {
	float: left;
	width: 536px;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	top: 12px;
	color: #000;
	/*margin-top: 12px;*/
}

div.podekovani {
	float: left;
	width: 295px;
	color: #fff;
	font-size: 10px;
	position: relative;
	top: 220px;
	left: 170px;
	text-align: center;
	line-height: 1.6;
}

/*td.buttons{
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}*/

.leftBox #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

div.rightBox {
	width: 290px;
	float: right;
	margin-top: 13px;
	color: #000;
}

a { text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a {
	text-decoration: underline;
	color: #fff;
}

.buttonLink a {
	text-decoration: none;
	color: #fff;
}

.buttonLink a:hover {
	text-decoration: underline;
	color: #fff;
}

.buttonLink a {
	text-decoration: none;
	color: #fff;
}