@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 10pt;
	background: #ffffff;
}

/* ############################################################## */

/* DEFAULT ELEMENTS -------- */
a, a:link, a:visited 
{
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
*/	color: #ff1794;
	text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c71e02;
	margin: 0px;
}

h1
{
	font-size: 17pt;
	line-height: 20pt;
	padding: 0px 0px 15pt 0px;
}

h2
{
	font-size: 14.5pt;
	line-height: 19pt;
	padding: 19px 0px 16pt 0px;
}

h3
{
	font-size: 13pt;
	line-height: 15pt;
	padding: 16pt 0px 13pt 0px;
}

h4
{
	font-size: 11pt;
	line-height: 14pt;
	padding: 15pt 0px 11pt 0px;
}

h5
{
	font-size: 9pt;
	line-height: 12pt;
	padding: 13pt 0px 10pt 0px;
}

h6
{
	font-size: 7pt;
	line-height: 9pt;
	padding: 10pt 0px 9pt 0px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #808080;
	margin: 0pt 0pt 0pt 0pt;
}

p.note
{
	font-size: 80%;
}

hr
{
	color: #d6e1f1;
	background: #d6e1f1;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	clear: both;
	padding: 0px;
	border-top: 1px solid  #d6e1f1;
	border-left: 1px solid  #d6e1f1;
	border-right: 1px solid  #d6e1f1;
	border-bottom: 0px solid  #d6e1f1;
}
/* DEFAULT ELEMENTS -------- */

/* ############################################################## */

/* SPECIAL ELEMENTS -------- */
/* pink14 ----------- */
a.pink14, a:link.pink14, a:visited.pink14 
{
	font-size: 10.5pt;
	font-weight: bold;
	color: #ff1794;
	text-decoration: none;
}

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

/* ##### */

a.pink13, a:link.pink13, a:visited.pink13 
{
	font-size: 10pt;
	font-weight: bold;
	color: #ff1794;
	text-decoration: none;
}

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

/* ##### */

a.pink, a:link.pink, a:visited.pink 
{
	color: #ff1794;
	text-decoration: none;
}

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

/* ##### */

a.blue14, a:link.blue14, a:visited.blue14 
{
	font-size: 10.5pt;
	font-weight: bold;
	color: #33a6ff;
	text-decoration: none;
	letter-spacing: -0.3pt;
}

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

/* ##### */

a.tip_picto
{
	line-height: 150%;
	background: url(../img/picto_tip.gif) no-repeat left top;
	padding: 0px 0px 0px 22px;
}

/* ##### */

a.tip_man
{
	line-height: 150%;
	background: url(../img/picto_man.gif) no-repeat left top;
	padding: 0px 0px 0px 22px;
}

#hp_content {
    width: 500px;
    margin:  5px auto;
}

/******************************************************/
/*                  WIDE PINK BOX                     */
/******************************************************/
#left_column .wide_pink_box {
    width: 260px;
    background: #ffffff url('../img/bg_box_pink.gif') no-repeat;
    padding-bottom: 30px;
}

#left_column .wide_pink_box h2 {
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 15px;
}

#left_column .wide_pink_box .wpb_content {
    width: 241px;
    background: #DEDEDE none no-repeat;
    margin-left: 10px;
}

#left_column .wide_pink_box .wpb_bottom {
    width: 250px;
    height: 20px;
    background: #DEDEDE url('../img/bg_box_pink_bottom.gif') no-repeat;
    margin-left: 10px;
}

.little_tip {
    background: transparent url('../img/little_tips_bg.gif') no-repeat 0% 100%;
    padding-bottom: 10px;
    margin-top: 10px;
}

.little_tip .lt_left_part {
    float: left;
    width: 75px;
    margin: 0 10px;
    _margin: 0 10px 0 5px;
}

.little_tip .lt_left_part img {
    width: 75px;
}

.little_tip .lt_right_part {
    width: 145px;
    float: left;
}

.little_tip .lt_right_part .lt_href a {
    font: bolder 13px Arial;
    color: #FF1794;
    line-height: 17px;
    text-decoration: none;
}

.little_tip .lt_right_part .lt_href a:hover {
    text-decoration: underline;
}

.little_tip .lt_right_part .lt_location {
    font-size: 11px;
    line-height: 18px;
    font-style: italic;
}

.little_tip .lt_right_part p {
    margin: 0;
    font-size: 11px;
}

/* SPECIAL ELEMENTS -------- */

/* ############################################################## */

/* BUTTONS ----------------- */
a.button_1, a:link.button_1, a:visited.button_1
{
	background: url(../img/button_yellow1.gif) no-repeat top left;
	width: 65px;
	height: 19px;
	text-align: center;
	display: block;
	color: #000000;
	font-size: 80%;
	padding-top: 3px;
	text-decoration: none;
}

a.button_2, a:link.button_2, a:visited.button_2
{
	background: url(../img/button_yellow2.gif) no-repeat top left;
	width: 90px;
	height: 19px;
	text-align: center;
	display: block;
	color: #000000;
	font-size: 80%;
	padding-top: 3px;
	text-decoration: none;
}

a.button_3, a:link.button_3, a:visited.button_3
{
	background: url(../img/button_yellow3.gif) no-repeat top left;
	width: 113px;
	height: 19px;
	text-align: center;
	display: block;
	color: #000000;
	font-size: 80%;
	padding-top: 3px;
	text-decoration: none;
}

a.button_4, a:link.button_4, a:visited.button_4
{
	background: url(../img/button_pink1.gif) no-repeat top left;
	width: 77px;
	height: 19px;
	text-align: center;
	display: block;
	color: #000000;
	font-size: 80%;
	padding-top: 3px;
	margin-left: 6px;
	text-decoration: none;
}
/* BUTTONS ----------------- */

/* ############################################################## */

/* DUMMY BOXES ------------- */
#dummy_540_290
{
	padding: 0px; margin: 0px;
	width: 540px; height: 290px;
}

#dummy_260_210
{
	padding: 0px; margin: 0px;
	width: 260px; height: 210px;
}

#dummy_190_280
{
	padding: 0px; margin: 0px;
	width: 190px; height: 280px;
}

/* DUMMY BOXES ------------- */

/* ############################################################## */

/* CONTAINER --------------- */
#container
{
	background: url(../img/bg_container.jpg) #ffffff no-repeat top right;
	padding: 0px 33px 0px 0px;
	width: 990px;
	height: auto;
	margin: 0px auto 0px auto;
}
/* CONTAINER --------------- */

/* ############################################################## */

/* MAIN -------------------- */
#main
{
/*	background: url(../img/bg_main.jpg) no-repeat bottom center; */
	background: url(../img/bg_main.jpg) #ffffff no-repeat top right;
	padding: 0px 0px 30px 0px;
	width: 990px;
	height: auto;
	margin: 0px auto 0px auto;
}
/* MAIN -------------------- */

/* ############################################################## */

/* HEADER ------------------ */
#header
{
	background: url(../img/bg_header.jpg) #ffffff no-repeat top right;
	height: 144px;
	width: 990px;
	border-bottom: 0px solid #FFFFFF;
	position: relative;
}

#header div.logo
{
	width: 280px;
	height: 120px;
	position: absolute;
	left: 10px;
	top: 0px;
}

#header div.logo img
{
	border: none;
}
/* HEADER ------------------ */

/* ############################################################## */

/* MENU -------------------- */
/* topmenu ----------------- */
#topmenu
{
	top: 70px;
	left: 305px;
	background: transparent;
    height: 30px;
	position: absolute;
	z-index: 950; 
}

#topmenu ul
{
	margin: 0px;
	padding: 0px;
}

#topmenu li
{
	display: block;
	float: left;
	font-weight: bold;
	line-height: 28px;
	height: 30px;
	position: relative;
	border-right: 1px solid #ef720f;
}

#topmenu li a {
    color: #6c6c6c;
	display: block;
	float: left;
    height: 30px;
    padding: 0px 10px 0px 10px;
	margin: 0px;
    position: relative;
	font-size: 11pt;
	font-weight: bold;
}

#topmenu li a.active {
  background-color: pink;
}

#topmenu li.last
{
	border-right: 0px solid #ef720f;
}

#topmenu li a:link, #topmenu li a:visited
{
    color: #6c6c6c;
    text-decoration: none;
}

#topmenu li a:hover, #topmenu li a:focus
{
    color: #6c6c6c;
	text-decoration: underline;
}
/* topmenu ----------------- */

/* ##### */

/* topmenu_account --------- */
#topmenu_account
{
	top: 20px;
	left: 305px;
	background: transparent;
    height: 30px;
	position: absolute;
	z-index: 950; 
}

#topmenu_account ul
{
	margin: 0px;
	padding: 0px;
}

#topmenu_account li
{
	display: block;
	float: left;
	font-weight: bold;
	line-height: 28px;
	height: 30px;
	position: relative;
	border-right: 1px solid #ef720f;
}

#topmenu_account li a {
    color: #6c6c6c;
	display: block;
	float: left;
    height: 30px;
    padding: 0px 10px 0px 10px;
	margin: 0px;
    position: relative;
	font-size: 13px;
	font-weight: bold;
}

#topmenu_account li.last
{
	border-right: 0px solid #ef720f;
}

#topmenu_account li a:link, #topmenu_account li a:visited
{
    color: #6c6c6c;
    text-decoration: none;
}

#topmenu_account li a:hover, #topmenu_account li a:focus
{
    color: #6c6c6c;
	text-decoration: underline;
}
/* topmenu_account --------- */

/* ##### */

/* footermenu_top ---------- */
#footermenu_top
{
	background: transparent;
    height: 20px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#footermenu_top ul
{
	margin: 0px;
	padding: 0px;
}

#footermenu_top li
{
	display: block;
	float: left;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
	position: relative;
	border-right: 1px solid #ffffff;
}

#footermenu_top li a {
    color: #ffffff;
	display: block;
	float: left;
    height: 16px;
    padding: 0px 10px 0px 10px;
	margin: 0px;
    position: relative;
	font-size: 8pt;
	font-weight: bold;
}

#footermenu_top li.last
{
	border-right: 0px solid #ffffff;
}

#footermenu_top li a:link, #footermenu_top li a:visited
{
	font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
}

#footermenu_top li a:hover, #footermenu_top li a:focus
{
	font-size: 8pt;
    color: #ffffff;
	text-decoration: underline;
}
/* footermenu_top ---------- */

/* ##### */

/* footermenu -------------- */
#footermenu
{
	background: transparent;
	min-height: 50px;
	height: auto !important;
    height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
}

#footermenu ul
{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 175px;
	height: auto;
	display: block;
}

#footermenu li
{
	font-weight: normal;
	list-style: none;
    padding: 0px;
	margin: 0px;
	line-height: 13px;
}

#footermenu li a
{
    padding: 0px;
	margin: 0px;
	font-size: 8pt;
	line-height: 12px;
}

#footermenu li a:link, #footermenu li a:visited
{
	font-size: 8pt;
    text-decoration: none;
}

#footermenu li a:hover, #footermenu li a:focus
{
	font-size: 8pt;
	text-decoration: underline;
}
/* footermenu -------------- */

/* ##### */

/* NEPOUZITE !!! ----------- */
/* mini navigation --------- */
#item.nav
{
	font-size: 80%;
	width: auto;
	background: #f7fafe;
	border-bottom: 0px solid #eeeeee;
	padding: 3px 5px 4px 5px;
	margin: 0px 0px 20px 0px;
}

#item_bottom.nav
{
/*	background: #EAF4FF;*/
	height: 10px !important;
	height: 1px;
	clear: both;
}

#item.nav a
{
	color: #868686;
}

#item.nav .act, #item.nav a:link.act, #item.nav a:visited.act
{
	color: #548c74;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px solid #aaaaaa;
}
/* mini navigation --------- */
/* NEPOUZITE !!! ----------- */

/* MENU -------------------- */

/* ############################################################## */

/* LEFT COLUMN ------------- */
#left_area
{
	color: #255193;
	line-height: 12pt;
	width: 260px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#left_area p
{
	line-height: 11pt;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/*
#left_area a, #left_area a:link, #left_area a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #255193;
	text-decoration: none;
}

#left_area a:hover, #left_area a:active
{
	text-decoration: underline;
}

#left_area .aktivni, #left_area a:link.aktivni, #left_area a:visited.aktivni
{
	font-weight: bold;
}
*/
/* LEFT COLUMN ------------- */

/* ############################################################## */

/* MIDDLE COLUMN ----------- */
#middle_area
{
	color: #808080;
	width: 540px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
	z-index:100;
}

#middle_area img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#middle_area p img
{
	margin: 3px;
	padding: 3px;
	border: none;
}

#middle_area p
{
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

#middle_area.homepage p
{
	margin: 0px;
	padding: 0px;
}

/* absolute positioned elements ------- */
#middle_area .map
{
	position: absolute;
	top: -25px;
	left: 0px;
	width: 540px;
	height: 330px;
	background: transparent url(../img/pic_map_destinations.gif);
	z-index: 50;
}

#middle_area .advertisement
{
	position: absolute;
	top: 0px;
	left: -260px;
	width: 305px;
	height: 210px;
	background: transparent;
	z-index: 90;
	padding-bottom: 10px;
}
 
#middle_area a.tip, #middle_area a:link.tip, #middle_area a:visited.tip
{
	position: absolute;
	color: #FFFFFF;
	display: block;
	left: 500px;
	width: 155px;
	height: 65px;
	padding: 10px 15px 10px 60px;
	background: transparent url(../img/bg_buble_grey.gif) no-repeat top left;
	z-index: 1;
	text-decoration: none;
	overflow: hidden;
	font-size: 90%;
}

#middle_area a.tip .header
{
	font-size: 150%;
}

.one
{
	top: 0px;
}
.two
{
	top: 90px;
}

.three
{
	top: 180px;
}

/*
#middle_area a:hover.tip, #middle_area a:active.tip, #middle_area .akt, #middle_area a:link.akt, #middle_area a:visited.akt
{
	z-index: 1980;
	text-decoration: none;
}
*/
#middle_area a.one, #middle_area a:hover.one, #middle_area a:active.one, #middle_area .akt_one, #middle_area a:link.akt_one, #middle_area a:visited.akt_one
{
	z-index: 1980;
	background: #ffffff url(../img/bg_buble_orange_one.gif) no-repeat top left;
}
#middle_area /*a:hover.two, #middle_area a:active.two, #middle_area .akt_two, #middle_area a:link.akt_two, #middle_area a:visited.akt_two*/
{
	z-index: 1980;
	background: #ffffff url(../img/bg_buble_grey.gif) no-repeat top left;
}
#middle_area /*a:hover.three, #middle_area a:active.three, #middle_area .akt_three, #middle_area a:link.akt_three, #middle_area a:visited.akt_three*/
{
	z-index: 1980;
	background: #ffffff url(../img/bg_buble_grey.gif) no-repeat top left;
}
/* absolute positioned elements ------- */
/* MIDDLE COLUMN ----------- */

/* ############################################################## */

/* RIGHT COLUMN ------------ */
#right_area
{
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
	z-index: 10;
	background: transparent;
}

#right_area p
{
/*	font-size: 10px;
	line-height: 12px;
	color: #000000;
*/
}

/*
#right_area a, #right_area a:link, #right_area a:visited 
{
	color: #333333;
	text-decoration: none;
}

#right_area a:hover, #right_area a:active
{
	text-decoration: underline;
}
*/	
/* RIGHT COLUMN ------------ */

/* ############################################################## */

/* BOXES ------------------- */

/* box_pink_tiny ----------- */
#box_pink_tiny
{
	width: 180px;
	padding: 55px 0px 0px 10px;
	margin: 5px 0px 5px 0px;
	background: url(../img/bg_box_pink_tiny.gif) no-repeat top left;
	position: relative;
}

#box_pink_tiny .header
{
	width: 160px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	position: absolute;
	top: 15px;
	left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15pt;
}

#box_pink_tiny .cont
{
	width: 151px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(../img/bg_box_pink_tiny_cont.gif) no-repeat bottom left;
}
/* box_pink_tiny ----------- */

/* ##### */

/* box_pink ----------- */
#box_pink
{
	width: 250px;
	padding: 55px 0px 0px 10px;
	margin: 5px 0px 5px 0px;
	background: url(../img/bg_box_pink.gif) no-repeat top left;
	position: relative;
}

#box_pink .header
{
	width: 230px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	position: absolute;
	top: 15px;
	left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15pt;
}

#box_pink .cont
{
	width: 221px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background: #dedede url(../img/bg_box_pink_cont.gif) repeat-y top left;
}

#box_pink .bottom
{
	width: 250px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #dedede url(../img/bg_box_pink_bottom.gif) no-repeat bottom left;
}

#box_pink hr
{
	display:block;
	color: #f8f8f8;
	background: #f8f8f8;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 5px 0px 5px 0px !important;
	margin: -5px 0px 0px 0px;
/*	margin: -7px;*/
	border-top: 1px solid  #f8f8f8;
	border-left: 1px solid  #f8f8f8;
	border-right: 1px solid  #f8f8f8;
	border-bottom: 0px solid  #f8f8f8;
}

#box_pink img
{
	margin: 0px 5px 5px 0px;
}
/* box_pink ----------- */

/* ##### */

/* box_black ---------- */
#box_black
{
	width: 530px;
	padding: 45px 0px 0px 10px;
	margin: 15px 0px 20px 0px;
	background: url(../img/bg_box_black.gif) no-repeat top left;
	position: relative;
}
#box_black .header
{
	width: 510px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;;
	position: absolute;
	top: 5px;
	left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15pt;
	line-height: 16pt;
}
#box_black .cont
{
	width: 500px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(../img/bg_box_black_cont.gif) no-repeat bottom left;
}

#box_black .wide250
{
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#box_black .photo_small
{
	width: 83px;
	height: 95px;
	text-align: center;
}

#box_black .photo_small p
{
	font-size: 80%;
	margin-top: 3px;
}
/* box_black ---------- */

/* ##### */

/* box_blue ----------- */
#box_blue
{
	width: 533px;
	padding: 48px 0px 0px 7px;
	margin: 5px 0px 5px 0px;
	background: url(../img/bg_box_blue.gif) no-repeat top left;
	position: relative;
}
#box_blue .header
{
	width: 510px;
	padding: 3px 0px 0px 20px;
	margin: 0px 0px 0px 0px;;
	position: absolute;
	top: 5px;
	left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15pt;
	line-height: 16pt;
}
#box_blue .cont
{
	width: 506px;
	padding: 0px 5px 10px 15px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(../img/bg_box_blue_cont.gif) no-repeat bottom left;
}

#box_blue ul
{
	font-size: 9pt;
	line-height: 11pt;
/*	color: #255193;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#box_blue ul ul
{
	margin: 0px 0px 5px 10px !important;
	margin: 5px 0px 5px -10px;
	padding: 0px 0px 0px 0px;
	background: none;
}

#box_blue ul ul ul
{
	background: none;
}

#box_blue li
{
	list-style: none;
	list-style-position: outside;
	background: url(../img/pink_dot.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#box_blue .wide150
{
	width: 168px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
/* box_blue ----------- */

/* ##### */

/* banner ------------- */
#banner
{
	width: 190px;
	text-align: center;
	padding-top: 10px;
}
/* banner ------------- */

/* BOXES ------------------- */

/* ############################################################## */

/* FOOTER ------------------ */
#footer
{
	background: url(../img/bg_footer.gif) no-repeat top center;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 10px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

#footer p
{
	margin: 0px;
	padding: 0px;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

#footer a, #footer a:link, #footer a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #717171;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	text-decoration: underline;
}
/* FOOTER ------------------ */

/* ############################################################## */

/* OTHERS ------------------ */

/* fotogallery */
p.fotogallery
{
	border-top: 1px solid #d6e1f1;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

p.fotogallery img
{
	border: none;
	margin: 3px;
}
/* fotogallery */


/* ============= HIDDEN BOXES ============== */
#hidden_boxes div {
    width: 100px;
    height: 100px;
    border: 1px solid #000000;
    
}