body {
	background: white url('../../img/fitness/body.gif') left top repeat-x;
	text-align: center;
}

#body {
	width: 770px;
	_height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url('../../img/fitness/body-1.gif') center top repeat-y;
	position: relative;
}

#body-2 {
	background: url('../../img/fitness/body-2.gif') center top no-repeat;
	padding: 0 10px 70px 10px;
	
}

#footer {
	position: absolute;
	bottom: 0;
	width: 710px;
	_width: 750px;
	margin: 0 10px;
	border-bottom: 10px #64C2CC solid;
	background: #E0F3F5;
	padding: 10px 20px;
}
#footer-2 {
	margin-left: 13px;
}
#footer span {
	padding: 0 8px;
	color: #ABCACD;
}
#footer p {
	margin-bottom: 2px;
}
#copy {
	position: absolute;
	color: #64C2CC;
	font-weight: bold;
	right: 20px;
	top: 27px;
}

#header {
	border-top: 9px #003A81 solid;
	height: 136px;
	_height: 145px;
	background: url('../../img/fitness/logo-right.gif') right 0px no-repeat;
}

#header a {
	position: absolute;
	left: 20px;
	top: 20px;
}

#visual {
	height: 210px;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#menu {
	position: absolute;
	top: 109px;
	left: 10px;
	width: 750px;
	background: url('../../img/fitness/menu.gif') left top repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	behavior: url('/css/fitness/htc/mainmenu.htc');
}

#menu ul li a {
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menu ul li a:hover {
	background: url('../../img/fitness/menu-hover.gif') left bottom repeat-x;
}

#menu ul ul {
	position: absolute;
	top: 36px;
	left: 0;
	width: 160px;
	visibility:	hidden; 
}
#menu ul ul li {
	float: none;
}
#menu ul ul li a {
	width: 160px;
	border-top: 1px #FFA482 solid;
	float: none;
	background: url('../../img/fitness/menu.gif') left bottom repeat-x;
	height: 31px;
	line-height: 31px;
}
#menu ul ul li a:hover {
	color: #DE4911;
	background: #FCE1C9;
}

#menu ul li:hover ul ul, #menu ul li:hover li:hover ul ul, #menu ul li:hover li:hover li:hover ul ul,
#menu ul li.hover ul ul, #menu ul li.hover li.hover ul ul, #menu ul li.hover li.hover li.hover ul ul {
	visibility: hidden;
} 

#menu ul li:hover ul, #menu ul li:hover li:hover ul, #menu ul li:hover li:hover li:hover ul, #menu ul li:hover li:hover li:hover li:hover ul,
#menu ul li.hover ul, #menu ul li.hover li.hover ul, #menu ul li.hover li.hover li.hover ul, #menu ul li.hover li.hover li.hover li.hover ul   {
	visibility: visible;
}  




#left-side {
	float: left;
	width: 481px;
	_width: 493px;
	padding-left: 12px;
}

.content {
	margin-left: 13px;
}

#right-side {
	width: 223px;
	_width: 235px;
	float: right;
	padding-right: 12px;
}

.box {
	margin-bottom: 15px;
}

.box h3 {
	background: url('../../img/fitness/nadpis-blue.gif') left top no-repeat;
	color: #0F4486;
	font-size: 1.4em;
	margin-bottom: 15px;
	padding: 3px 5px 3px 13px;
	font-family: verdana;
}

.red, .box h3.red {
	background-image: url('../../img/fitness/nadpis-red.gif');
	color: #FD5416;
}

.title #title-left {
	float: left;
	width: 232px;
}

.title #title-right {
	float: right;
	width: 232px;
}

/* box mailing */
.box fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.box legend, .box form label {
	display: none;
}

form input {
	border: 1px #FFBCA4 solid;
	padding: 3px 6px;
	/*height: 12px;*/
	_height: 20px;
	background: #F5F5F5 url('../../img/fitness/input.gif') left top repeat-x;
	color: #979797;
}

.box input {
	width: 110px;
}

form input.submit {
	border: 1px #FF672F solid;
	background: #FF672F url('../../img/fitness/input-submit.gif') left top repeat-x;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	height: auto;
	padding: 1px 0;
}

