* {
	padding: 0px;
	margin: 0px;
}

html, body
{
	color: #000000;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 100%;
	text-align: center;
	background: #ffffff url("/images/bg_body.png") no-repeat left top;
}

/*-- prvky dokumentu --*/

.none {
	display: none;
}

img {
	border: none;
}

a {
	text-decoration: underline;
}

a:hover, a.active {
	text-decoration: none;
}

.clearboth
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/*-- zaklad --*/

#backout
{
	position: relative;
	width: 858px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("/images/bg_backout.png") no-repeat left top;
}

/*-- zaklad --*/
/*-- logo --*/

#backout .logo
{
	position: absolute;
	z-index: 2;
	top: 53px;
	left: 76px;
	cursor: pointer;
}

/*-- hlavicka --*/

#header
{
	width: 799px;
	height: 295px;
	margin-left: 59px;
	background-color: #8ec0ea;
}

#header a, #header h1
{
	font-size: 100%;
	font-weight: bold;
}

#header a {
	color: #000000;
	text-decoration: none;
}

#header .webname
{
	padding-top: 30px;
}

#header span.header_theme
{
	position: absolute;
	overflow: hidden;
	z-index: 1;
	top: 29px;
	right: 0px;
	width: 799px;
	height: 266px;
	cursor: default;
}

/*-- hlavni cast webu --*/

#main
{
	width: 815px;
	margin-left: 43px;
	background: #ffffff url("/images/bg_main.gif") repeat-y left top;
}

#main #in
{
	float: right;
	width: 597px;
}

#main .end_welt
{
	position: absolute;
	bottom: 37px;
	left: 43px;
	width: 16px;
	height: 112px;
	background: url("/images/bg_main_end_welt.jpg") no-repeat;
}

/*-- drobeckova navigace --*/

#navpath
{
	position: absolute;
	top: 310px;
	left: 276px;
	height: 25px;
	font-size: 80%;
	font-weight: bold;
	color: #1e3a68;
	border-bottom: 1px #e4e4e4 solid;
}

#navpath .next {
	font-size: 60%;
}

#navpath a.path {
	color: #1e3a68;
}

/*-- hlavni cas webu --*/
/*-- obsahova cas webu --*/

#content
{
	float: left;
	min-height: 500px;
	background-color: #ffffff;
}

#content .in
{
	margin: 49px 15px 10px 15px;
	font-size: 80%;
	color: #4f4f4f;
}

#content p {
	margin-top: 10px;
}

#content img {
	margin: 10px;
}

#content img.bordered {
	border: 3px #dddddd solid;
}

#content hr
{
	height: 1px;
	margin: 10px 0px 10px 0px;
	border: 0px;
	background-color: #e4e4e4;
}

#content li
{
	margin-bottom: 8px;
	list-style-type: none;
}

#content table {
	font-size: 100%;
	color: #888888;
}

#content a {
	color: #ee6626;
}

#content a:hover {
	color: #1e3a68;
}

/*-- hlavni cas webu --*/
/*-- obsahova cas webu --*/
/*-- formular - prvky --*/

#content form .input
{
	padding: 5px 0px 0px 5px;
	font-size: 100%;
	color: #808080;
	height: 17px;
	border: 1px #7d7e7d solid;
	background: #ffffff url("/images/bg_elm_input.gif") repeat-x;
}

#content form .textarea
{
	padding: 5px 0px 0px 5px;
	color: #808080;
	height: 17px;
	border: 1px #7d7e7d solid;
	background: #ffffff url("/images/bg_elm_input.gif") repeat-x;
}

#content form .send_button
{
	height: 24px;
	border: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background: #ffffff url("/images/bg_elm_button.gif") repeat-x;
	cursor: pointer;
}

/*-- hlavni cas webu --*/
/*-- obsahova cas webu --*/
/*-- formular - chybove stavy --*/

#content p.error, #content form .label_empty
{
	color: red;
}

#content form .element_empty
{
	border: 1px red solid;
	background: #ffffff url("/images/bg_elm_input_empty.gif") repeat-x;
}

/*-- hlavni cas webu --*/
/*-- obsahova cas webu --*/
/*-- systemove menu (tisk atd.) --*/

#content .system_menu
{
	width: 100%;
	height: 30px;
	font-size: 70%;
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px #e4e4e4 solid;
}

#content .system_menu a
{
	color: #707070;
	padding-left: 17px;
	background: url("/images/ico_print.gif") no-repeat 0px 2px;
}

/*-- moduly - fotogalerie --*/

#photos {
	background-color: #ffffff;
}

#photos img {
	margin: 0px;
}

#photos .photo
{
	float: left;
	position: relative;
	overflow: hidden;
	width: 135px;
	height: 155px;
	font-size: 100%;
	text-align: center;
	margin: 0px 3px;
}

#photos .desc
{
	position: absolute;
	overflow: hidden;
	width: 135px;
	height: 48px;
	bottom: 0px;
	right: 0px;
	font-size: 90%;
	text-align: center;
	color: #000000;
	padding: 5px;
}

/*-- moduly - fotogalerie --*/

#rezervace img {
	margin: 0px;
}

#rezervace table {
	color: #000000;
	font-size: 100%;
	margin: auto;
}

#rezervace table.barevna {
	color: #666666;
	font-size: 80%;
}

#rezervace table.barevna td
{
	font-size: 100%;
	vertical-align: middle;
	border-bottom: 1px #dedede solid;
	border-right: 1px #dedede solid;
	background-color: #f7f7f7;
}

/*-- hlavni cas webu --*/
/*-- obsahova cas webu --*/
/*-- mapa stranek --*/

#sitemap ul {
	padding-left: 30px;
}

#sitemap ul li ul li
{
	margin-top: 10px;
	list-style-type: disc;
}

#sitemap ul li ul li ul li, #sitemap ul li {
	list-style-type: circle;
}

/*-- hlavni cas webu --*/
/*-- aktuality --*/

#newsreel
{
	float: right;
	width: 202px;
	min-height: 500px;
	color: #1e3a68;
	font-size: 70%;
	margin-bottom: 3px;
	background-color: #d3eff7;
}

#newsreel h3
{
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #ffffff;
	padding: 9px 0px 0px 37px;
}

#newsreel .title
{
	width: 100%;
	height: 46px;
	background: #d3eff7 url("/images/bg_newsreel_title.png") no-repeat;
}

#newsreel br
{
	line-height: 0.8;
}

#newsreel ul
{
	padding: 10px;
}

#newsreel li
{
	list-style-type: none;
}

#newsreel .description {
	color: #006fa9;
}

#newsreel a
{
	font-weight: bold;
	color: #1e3a68;
	background: url("/images/bg_newsreel_button.gif") no-repeat 32px 5px;
}

/*-- jazykove mutace --*/

#languages
{
	position: absolute;
	z-index: 100;
	width: 140px;
	height: 46px;
	color: #ffffff;
	text-align: left;
	top: 166px;
	left: 59px;
	background-color: #ee6626;
}

#languages .in
{
	margin: 13px 0px 0px 19px;
}

#languages a
{
	padding-top: 15px;
	color: #ffffff;
	font-size: 80%;
}

/*-- menu --*/

#menu
{
	position: absolute;
	z-index: 5;
	overflow: hidden;
	top: 0px;
	right: 0px;
	height: 29px;
	width: 799px;
	font-size: 70%;
	font-weight: bold;
	background-color: #34a4cd;
}

#menu li
{
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	list-style-type: none;
}

#menu li a
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	height: 29px;
	margin-top: 3px;
	padding-top: 6px;
	color: #ffffff;
	text-decoration: none;
	background-color: #34a4cd;
}

#menu li a span.first
{
	position: absolute;
	width: 1px;
	height: 29px;
	top: 0px;
	left: 0px;
	text-decoration: none;
	background: url("/images/bg_menu_noactive_first.gif") no-repeat;
}

#menu li a
{
	background: url("/images/bg_menu_noactive.gif") repeat-x left top;
}

#menu li a:hover, #menu li.active a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menu li.bg1 {
	background-color: #ee5100;
}
#menu li.bg1 a:hover, #menu li.bg1.active a {
	background-color: #ff6200;
}

#menu li.bg2 {
	background-color: #eeb700;
}
#menu li.bg2 a:hover, #menu li.bg2.active a {
	background-color: #ffc800;
}

#menu li.bg3 {
	background-color: #7bb700;
}
#menu li.bg3 a:hover, #menu li.bg3.active a {
	background-color: #8cc800;
}

#menu li.bg4 {
	background-color: #008fb3;
}
#menu li.bg4 a:hover, #menu li.bg4.active a {
	background-color: #00a0c4;
}

#menu li.bg5 {
	background-color: #000398;
}
#menu li.bg5 a:hover, #menu li.bg5.active a {
	background-color: #0011a8;
}

#menu li.bg6 {
	background-color: #b5006c;
}
#menu li.bg6 a:hover, #menu li.bg6.active a {
	background-color: #c6007d;
}

#menu li.bg1 a:hover span.first, #menu li.bg1.active a span.first {
	background: url("/images/bg_menu1_active_first.gif") no-repeat;
}
#menu li.bg1 a:hover, #menu li.bg1.active a {
	background: url("/images/bg_menu1_active.gif") repeat-x left top;
}

#menu li.bg2 a:hover span.first, #menu li.bg2.active a span.first {
	background: url("/images/bg_menu2_active_first.gif") no-repeat;
}
#menu li.bg2 a:hover, #menu li.bg2.active a {
	background: url("/images/bg_menu2_active.gif") repeat-x left top;
}

#menu li.bg3 a:hover span.first, #menu li.bg3.active a span.first {
	background: url("/images/bg_menu3_active_first.gif") no-repeat;
}
#menu li.bg3 a:hover, #menu li.bg3.active a {
	background: url("/images/bg_menu3_active.gif") repeat-x left top;
}

#menu li.bg4 a:hover span.first, #menu li.bg4.active a span.first {
	background: url("/images/bg_menu4_active_first.gif") no-repeat;
}
#menu li.bg4 a:hover, #menu li.bg4.active a {
	background: url("/images/bg_menu4_active.gif") repeat-x left top;
}

#menu li.bg5 a:hover span.first, #menu li.bg5.active a span.first {
	background: url("/images/bg_menu5_active_first.gif") no-repeat;
}
#menu li.bg5 a:hover, #menu li.bg5.active a {
	background: url("/images/bg_menu5_active.gif") repeat-x left top;
}

#menu li.bg6 a:hover span.first, #menu li.bg6.active a span.first {
	background: url("/images/bg_menu6_active_first.gif") no-repeat;
}
#menu li.bg6 a:hover, #menu li.bg6.active a {
	background: url("/images/bg_menu6_active.gif") repeat-x left top;
}

/*-- hlavni cas webu --*/
/*-- podmenu --*/

#submenu
{
	float: left;
	width: 202px;
	margin-left: 16px;
	font-size: 70%;
	background-color: #ffffff;
}

#submenu .color
{
	width: 100%;
	height: 10px;
	background-color: #ee6626;
}

#submenu .banner {
	margin-top: 1px;
}

#submenu ul {
	border-top: 1px #ededed solid;
	border-right: 1px #ededed solid;
}

#submenu li
{
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
	list-style-type: none;
}

#submenu li a
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 22px;
	color: #707070;
	padding: 8px 0px 0px 30px;
	text-decoration: none;
	border-bottom: 1px #ededed solid;
	background: #ffffff url("/images/bg_submenu_li_a.gif") no-repeat 15px 11px;
	cursor: pointer;
}

#submenu li a:hover, #submenu li.active a
{
	color: #ffffff;
	text-decoration: none;
	background: #ee6626 url("/images/bg_submenu_li_a_hover.gif") no-repeat 15px 11px;
}

/*-- vyhledavaci formular --*/

#search
{
	position: absolute;
	z-index: 100;
	top: 29px;
	right: 0px;
	width: 198px;
	height: 31px;
	text-align: right;
	background-color: #8ec0ea;
}

#search .in
{
	margin: 5px 5px 0px 0px;
}

#search form .input
{
	width: 151px;
	margin-bottom: 6px;
	padding: 3px 0px 0px 5px;
	font-size: 70%;
	color: #808080;
	height: 16px;
	border: 1px #7d7e7d solid;
	background: #ffffff url("/images/bg_elm_input.gif") repeat-x;
}

#search form .button
{
	color: #ffffff;
	background-color: #ee6626;
}

/*-- paticka (copyright) --*/

#footer
{
	width: 799px;
	height: 38px;
	margin-left: 59px;
	color: #006fa9;
	font-size: 70%;
	background-color: #e0ecef;
}

#footer .in
{
	float: left;
	width: 100%;
	height: 33px;
	margin-top: 5px;
	text-align: right;
	background-color: #edf9fc;
}

#footer .copyright p
{
	padding: 9px 10px 0px 0px;
}

#footer a {
	color: #006fa9;
}

#footer a.sitemap
{
	position: absolute;
	left: 69px;
	bottom: 11px;
	padding-right: 15px;
	background: url("/images/ico_sitemap.gif") no-repeat right 3px;
}
