* {
	margin: 0;
	padding: 0;
    }
body {
	font-size: 62.5%;
	text-align: center;
	font-family: Tahoma;
	color: #333333;
}
a, a:hover {
	color: #FF0000;
}
a:hover {
	text-decoration: none;
}
input.submit {
    cursor: pointer;
}
div.clear {
	height: 1px;
	font-size: 0;
	line-height: 0;
	clear: both;
}
div.wrapper {
	width: 980px;
	margin: 0 auto;
}
div.header {
	width: 100%;
	height: 130px;
	background: url("/img/main_header.gif") no-repeat;
}
div.header a.logo {
	float: left;
	display: inline;
	margin: 15px 0 0 47px;
	border: none;
}
div.header a.logo img {
	border: none;

}
div.header ul.langs {
	float: right;
	display: inline;
	margin: 15px 10px 0 0;
}
div.header ul.langs li {
	float: left;
	display: inline;
}
div.header ul.langs li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
    }
div.header ul.langs li.en,
div.header ul.langs li.cs,
div.header ul.langs li.ru, {
	margin: 0 5px;
    }
div.header ul.langs li.en a {
	background: url(/img/main_flag_en.gif) no-repeat;
    }
div.header ul.langs li.ru a {
	background: url(/img/main_flag_ru.gif) no-repeat;
    }
div.header ul.langs li.cs a {
	background: url(/img/main_flag_cs.gif) no-repeat;
    }
div.header menu {
	float: left;
	display: inline;
	margin: 14px 0 0 15px;
}
div.header menu li {
	width: 50px;
	float: left;
	display: inline;
	margin: 0 8px 0 0;
	text-align: center;
}
div.header menu li a {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
div.header menu li a:hover {
	color: #FF0000;
}
div.header menu li span {
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	margin: 0 auto 2px auto;
}
/*
div.header menu li.home span {
	background: url(/img/main_icon_home.gif) 0 0 no-repeat;
}
div.header menu li.home a:hover span, div.header menu li.home a.active span  {
	background: url(/img/main_icon_home.gif) -31px 0 no-repeat;
}
div.header menu li.online span {
	background: url(/img/main_icon_online.gif) 0 0 no-repeat;
}
div.header menu li.online a:hover span, div.header menu li.online a.active span {
	background: url(/img/main_icon_online.gif) -32px 0 no-repeat;
}
div.header menu li.tickets span {
	background: url(/img/main_icon_tickets.gif) 0 0 no-repeat;
}
div.header menu li.tickets a:hover span, div.header menu li.tickets a.active span {
	background: url(/img/main_icon_tickets.gif) -32px 0 no-repeat;
}
div.header menu li.services span {
	background: url(/img/main_icon_services.gif) 0 0 no-repeat;
}
div.header menu li.services a:hover span, div.header menu li.services a.active span {
	background: url(/img/main_icon_services.gif) -32px 0 no-repeat;
}
div.header menu li.journey span {
	background: url(/img/main_icon_journey.gif) 0 0 no-repeat;
}
div.header menu li.journey a:hover span, div.header menu li.journey a.active span {
	background: url(/img/main_icon_journey.gif) -32px 0 no-repeat;
}
div.header menu li.info span {
	background: url(/img/main_icon_info.gif) 0 0 no-repeat;
}
div.header menu li.info a:hover span, div.header menu li.info a.active span {
	background: url(/img/main_icon_info.gif) -32px 0 no-repeat;
}
div.header menu li.press span {
	background: url(/img/main_icon_press.gif) 0 0 no-repeat;
}
div.header menu li.press a:hover span, div.header menu li.press a.active span {
	background: url(/img/main_icon_press.gif) -32px 0 no-repeat;
}*/
/*** Search ***/
div.header div.search {
	float: right;
	display: inline;
	margin: 25px 12px 0 0;
}
div.header div.search input.text {
	width: 83px;
    height: 16px;
	#height: 20px;
	_height: 22px;
	float: left;
	display: inline;
	padding: 4px 0 0 3px;
	#padding: 0 0 0 3px;
	_padding: 0 0 0 3px;
	margin: 1px 4px 0 0;
	border: 1px solid #A8B297;
	font-size: 1.1em;
	line-height: 2em;
	
}

div.header div.search input.button {
	padding: 0 5px;
	background: url(/img/bck_odeslat.gif ) repeat-x;
	border: none;
	width: 75px;
	height: 24px;
	border: 1px solid #415729;
    }

div.header div.search input.submit {
	padding: 0 2px;
    }
div.header div.search a {
	clear: both;
	float: left;
	padding: 0 15px;
	margin-top: 8px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
div.header div.search a:hover {
	color: #FF0000;
}
/*** Intro box ***/
div.intro_box_wrapper {
	width: 978px;
	border: 1px solid #999999;
	background: #CACACA;
	margin: 15px 0 0 0;
}
div.intro_box {
/*	width: 798px;
	_width: 778px;*/
	min-height: 70px;
	_height: 70px;
	background: #FFF url(/img/panacek.jpg) 0 0 no-repeat;
	margin: 5px;
	text-align: left;
	padding: 10px 10px 10px 150px;
}
div.intro_box h1 {
	font-size: 1.4em;
	color: #FF0000;
	margin-bottom: 5px;
}
div.intro_box p {
	font-size: 1.1em;
	color: #333333;
	line-height: 1.4em;
}


/*** Footer ***/

div.footer {
    width: 100%;
    float:left;
    min-height: 90px;
    _height: 90px;
    clear: both;    
    background: #F9F9F9;
    border-top: 1px solid #333333;
    margin-top: 15px;
    text-align: left;
}
div.footer a {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid #6666FF;
    padding-bottom: 1px;
}
div.footer a:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 1px;
}
div.footer ul  {
    float: left;
    display: inline;
    margin: 10px 0 0 20px;
}
div.footer ul li {
    list-style: none;
    float: left;
    display: inline;
    margin-right: 60px;
    font-size: 1.2em;
    line-height: 1.5em;
}
div.footer ul li span {
    font-size: 0.9em;
    color: #7F7F7F;
}
div.footer div.partners {
    float: right;
    display: inline;
    margin: 25px 20px 0 0;
}
div.footer div.partners a {
    border: none;
}
div.footer div.partners a img {
    border: none;
    margin: 0 10px;
}