/* CSS Document */

BODY {
	font-family:Trebuchet MS;
	font-size:16px;
	background:#000000 url('../images/shadow.gif') top center repeat-y;
}
#shadow {
	width:100%;
	height:567px;
	background:transparent url('../images/bg.jpg') top center no-repeat;
}
#logo {
	width:292px;
	background:transparent url('../images/logo.png') no-repeat;
	position:relative;
	top:40px;
	left:35px;

}
#logo H1, #logo H1 A{
	width:292px;
	height:56px;
	display:block;
}
#logo A SPAN {
	display:none;
}
#logo P {
	text-align:left;
	margin:10px 0 0 0;
	color:#0071BC;
}
#mainmenu {
	position:absolute;
	left:0px;
	top:188px;
}
#mainmenu LI {
	width:160px;
	height:36px;
	float:left;
	margin:0 7px 0 0;
}
#mainmenu LI A{
	width:160px;
	height:26px;
	display:block;
	padding:5px 0 5px 0;
	text-align:center;
	text-decoration:none;
	color:#00538A;
	background:#DFF1F3 url('../images/menu_shadow.gif') top repeat-x;
}
#mainmenu LI.tabs-selected A {
	font-weight:bold;
	background-image:none;
}
#conteiner {
	width:640px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#header {
	width:100%;
	height:224px;
	background:transparent url('../images/header.jpg') top center no-repeat;
}
#content {
	width:100%;
	padding:0 0 200px 0;
	background:#D0EFF5;
}
.content {
	background:#C3EDF7 url('../images/footer_shadow.gif') bottom repeat-x;
	padding:0 0 18px 0;
	color:#4D4D4D;
	font-size:13px;
	line-height:16px;
}
.content H2 {
	height:40px;
	width:100%;
}
.content H2 span {
	display:none;
}
.content .item {
	padding:0 0 0 6px;
}
.content .item H3 {
	background:#8DE2F7;
	color:#FFFFFF;
	padding:5px 0 5px 25px;
}
.content .item H4 {
	margin:10px 0 0 23px;
}
.content .item DL {
	float:left;
	width:100%;
	margin:10px 0 10px 23px;
}
.content .item DT {
	width:130px;
	float:left;
}
.content .item DD {
	float:left;
	width:400px;
}
.content .item UL {
	list-style-type:disc;
	margin:10px 0 10px 20px;
	padding:0 0 0 20px;
}
.content .item P {
	float:left;
	width:100%;
	margin:10px 0 10px 20px;
}
#program H2{
	background:#DBF0F4 url('../images/program.gif') left top no-repeat;
}
#program .item {
	background:url('../images/program_bg.gif') left top no-repeat;
}
#fitmenu H2{
	background:#DBF0F4 url('../images/fitmenu.gif') left top no-repeat;
}
#fitmenu .item {
	background:url('../images/fitmenu_bg.gif') left top no-repeat;
}
#informace H2{
	background:#DBF0F4 url('../images/informace.gif') left top no-repeat;
}
#informace .item{
	background: url('../images/informace_bg.gif') left top no-repeat;
}
#objednavka H2 {
	background:#DBF0F4 url('../images/objednavka.gif') left top no-repeat;
}
#objednavka .item {
	background:url('../images/program_bg.gif') left top no-repeat;
}
#cena-button {
	padding:0 0 10px 0;
	float:left;
	width:100%;
}
#cena-button A{
	width:200px;
	height:24px;
	display:block;
	background:url('../images/objednat-button.gif') no-repeat;
	margin:0 auto;
}
#cena-button A SPAN {
	display:none;
}
#rezervace LABEL {
	width:117px;
	padding:0 0 0 20px;
	margin:0 0 3px 0;
	height:20px;
	float:left;
}
#rezervace INPUT {
	margin:0 0 3px 0;
	border:0px;
	padding:0px;
	height:20px;
	width:200px;
}
#rezervace .submit {
	text-align:center;
	font-size:16px;
	background:#EB980C;
	color:#FFFFFF;
	height:23px;
	margin:0 auto;
}
#submit-buttons {
	margin:10px 0 10px 0;
	text-align:center;
}
.err {
	border:1px red solid;
	background:#FF555B;
	color:#FFFFFF;
	padding:5px 0 5px 20px;
	margin:0 7px 5px 0;
}
.cena {
	margin:0 0 0 100px;
}
.tabs-hide {
	display:none;
}
.clear {
	clear:both;
}
