body {
  background-image: url('../img/page_bg.png');
  background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	color: #898989;
	font-size: 14px;
}
.content-out-box {
	position: relative;
	top: 244px;
  width: 918px;
	background-color: #ffffff;
}
.content-box {
	padding: 20px;
	padding-top: 5px;
}
.content-box ul {
	list-style-image: url('../img/li.png');
}
.content-box a {
	color: #f46c13;
	text-decoration: underline;
}
.content-box a:hover {
  color: #d80303;
  text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #2d2d2d;
}
h2 {
	font-size: 15px;
	color: #2d2d2d;
}
.envelope_box {
	margin-top: 10px;
	text-align: left;
	width: 918px;
	position: relative;
}
.slogan {
	position: absolute;
	margin-left: 630px;
	color: #0076d7;
	top: 15px;
	font-weight: bold;
}
.logo-box {
	position: absolute;
	top: 4px;
	margin-left: 40px;
	z-index: 20;
}
.collage-box {
  background-image: url('../img/collage.jpg');
  background-repeat: no-repeat;
	width: 918px;
	height: 162px;
	position: absolute;
	margin-left: 0px;
	top: 41px;
  z-index: 10;
}
.bottom-box {
  background-image: url('../img/bottom_bg.png');
  background-repeat: repeat-x;
  border: 1px solid #d2d2d2;
  width: 903px;
  height: 21px;
	position: absolute;
	bottom: -25px;
	font-size: 12px;
	padding: 7px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.bottom-box a {
	color: #898989;
	text-decoration: none;
}
.partner-box {
	float: right;
}
.partner-box a {
	color: #ff6600;
	text-decoration: none;
}
.menu-box {
  background-image: url('../img/menu_bg.png');
  background-repeat: no-repeat;
  width: 917px;
  height: 37px;
  position: absolute;
  top: 205px;
  z-index: 50;
}
.menu-box ul {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 20px;
}
.menu-box ul li {
	display: inline;
}
.menu-box ul li a {
	color: #2d2d2d;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 40px;
	padding-right: 40px;
	display: block;
	float: left;
}
.menu-box ul li a:hover {
	color: #ffffff;
}
.clear {
	clear: both;
}


label {
  /*margin-right: 20px;*/
}
.form .label {
	font-size: 13px;
	float: left;
	text-align: right;
	width: 170px;
	margin-top: 1px;
	margin-right: 5px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
  color: #434343;
}
.form .clear {
	clear: none;
	margin-bottom: 3px;
}

.form .error {
	color: #ff0000;
	font-weight: bold;
	margin-left: 5px;
	white-space: nowrap;
}

#odkazy td{
  padding: 5px;
}









