@CHARSET "UTF-8";

/*
	General style sheet for both: onlinepocasie.sk and onlinepocasi.cz
*/
body {
	background-image: url('../img/bg.gif');
	font-family: Arial, Verdena;
	color: #e0d752;
	margin: 30px;
}

a:link,a:visited,a:hover,a:active {
	color: #e0d752;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

/**
 * Logo
 */
#logo {
	background: #333333 url('../img/tl.gif') no-repeat left top;
	width: 900px;
	margin: 0 auto;
}

#logo div {
	background: url('../img/tr.gif') no-repeat right top;
}

#logo div h1 {
	background: url('../img/logo.gif') no-repeat 10px top;
	text-indent: -5000px;
	height: 90px;
	margin: 0;
	padding: 0;
}

#logo div h1 a {
	display: block;
	width: 100%;
	height: 90px;
}

#logo ul li form {
	margin-left: 50px;
	float: right;
}

#logo ul li input {
	border: 1px solid #E0D752;
	color: #E0D752;
	background: transparent;
	padding: 3px;
	width: 200px;
	margin-left: 5px;
}

#logo ul li input.submit {
	border: none;
	font-weight: bold;
	width: auto;
}

/*
 * main menu
 */
ul#mainmenu {
	background: url('../img/mnubg.gif') repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	width: 900px;
}

#mainmenu li {
	float: left;
}

#mainmenu a {
	display: block;
	padding: 0 1em;
	margin: 0;
	color: #e0d752;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu a:hover {
	background-color: #e0d752;
	color: #a5be0e;
}

div#main {
	background: #6b4f2e url('../img/bl.gif') no-repeat left bottom;
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#mainr {
	background: url('../img/br.gif') no-repeat right bottom;
	padding: 20px 2em 20px 2em;
	margin: 0 auto;
	position: relative;
}

#foot {
	background: #333 url('../img/bgf.gif') repeat;
	margin: 10px auto;
	width: 900px;
	height: 100px;
}

#right {
	background: url('../img/fr.gif') no-repeat top right;
	height: 100px;
}

.links {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 0.9em;
}

.links li {
	width: 250px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

.links a {
	color: #e0d752;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

.links a:hover {
	text-decoration: underline;
}

/**
 * Current weather style
 *
 */
#currweather {
	margin: 40px 0;
	padding: 0px;
	width: 610px;
	height: 200px;
	position: relative;
}

#currweather h2 {
	margin: 0;
	padding: 40px 0 20px 140px;
}

#currweather img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#currweather span {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	width: 110px;
	top: 130px;
	left: 10px;
	text-align: center;
}

#currweather ul {
	list-style: none;
	margin: 0 0 0 140px;
	padding: 0;
	width: 500px;
}

#currweather li span {
	font-size: 1em;
	font-weight: bold;
	display: block;
	width: 105px;
	float: left;
	color: #e0d752;
	position: static;
	text-align: left;
}

#currweather li {
	display: block;
	width: 250px;
	float: left;
	color: #a5be0e;
}

/**
 * forecast style
 */
#forecast {
	margin: 50px 0 0 0px;
	width: 610px;
}

#forecast table {
	margin: 0;
	width: 300px;
	float: right;
}

#forecast td,
#forecast th {
	width: 60px;
}

#forecast td {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
}

#forecast td,#forecast th {
	border-bottom: 1px solid #e0d752;
}

.hostels {
	width: 300px;
	margin: -20px;
	margin-left: 10px;
	float: left;
}

.hostels h3 {
	margin: 0;
}

/*
 * Current weather - destination controler
 */
#dest-curr {
	width: 630px;
	margin-bottom: 20px;
}

#dest-curr li:hover {
	background: #735839;
}

#dest-curr li {
	width: 47%;
	border-bottom: solid 1px #735839;
	margin-right: 1%;
	padding: 5px;
}

#dest-curr h4 {
	color: #4197e3;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 1em;
}

#dest-curr a:link,#dest-curr a:visited,#dest-curr a:hover,#dest-curr a:active
	{
	text-decoration: none;
}

#dest-curr

#my_chart {
	background: #6B4F2E;
	width: 630px;
	margin: 20px 0 0 0;
}

.dayforecast { 
	margin: 20px 0;
	padding: 10px;
	float: left;
	width: 610px;
}

.dayforecast img {
	float: left;
	margin: 0 10px 70px 0;
}

.dayforecast:hover {
	background: #735839;
}

.dayforecast ul.hdr {
	margin: 0;
}

.hdr li {
	float: left;
	width: 49%;
	text-align: center;
	background: #735839;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 25px;
}

.dayforecast ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 0.8em;
}

.dayforecast ul li {
	display: block;
}

.dayforecast ul li span {
	color: #e0d752;
	font-weight: normal;
}

.dayforecast ul li h4 {
	color: #4197e3;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 1.5em;
}

.dayforecast ul li {
	color: #a5be0e;
}

.dayforecast h3 {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #e0d752;
}

.part-d {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
}

.part-n {
	width: 49%;
	margin: 0;
	padding: 0;
	float: right;
}

/** 
 * submenu 
 */
#submenu {
	float: right;
	width: 190px;
}

#submenu h2 {
	margin: 0;
}

#submenu ul {
	list-style: none;
	border-left: 1px solid #e0d752;
	margin: 10px 0;
	padding: 0;
	display: block;
}

#submenu a {
	color: #e0d752;
	text-decoration: none;
	display: block;
	width: 150px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 20px;
	padding-left: 10px;
}

#submenu a:hover {
	background: url('../img/mnubg.gif') repeat-x;
}

/** 
 * submenu2
 */
.submenu2,.submenu3 {
	float: left;
	width: 610px;
	margin-top: 60px;
}

.tundra .submenu, .tundra .submenu2, .tundra .submenu3 {
	float: left;
	width: 650px;
	margin-top: 0px;
}

.submenu2 h2,.submenu3 h2 {
	margin: 15px 0 0 10px;
	padding: 0;
	font-size: 1.2em;
}

.submenu2 ul,.submenu3 ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: block;
	width: 650px;
}

.submenu2 ul li,.submenu3 ul li {
	width: 150px;
	float: left;
}

.submenu2 a,.submenu3 a {
	color: #e0d752;
	text-decoration: none;
	display: block;
	width: 150px;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 15px;
	padding-left: 10px;
}

.submenu2 a:hover,.submenu3 a:hover {
	background: url('../img/mnubg.gif') repeat-x;
}

.submenu3 a,.submenu3 ul li {
	width: 210px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

/**
 * Search results
 */
#result {
	margin: 0;
	padding: 0;
	list-style: none;
}

#result li {
	margin: 10px 0;
}

#result a {
	color: #e0d752;
	text-decoration: none;
}

#result a:hover {
	text-decoration: underline;
}

/**
 * Data provider
 */
#dp {
	color: #333;
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.7em;
}

#dp a {
	color: #333;
	text-decoration: none;
	cursor: default;
}

/*
 * footer partners
 */
#stoparsk h2 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}

#stoparsk {
	float: right;
	display: block;
	height: 100px;
	width: 100px;
	background: url('../img/ikonkabw.gif') no-repeat center center;
}

#stoparsk :hover {
	background: url('../img/ikonka.png') no-repeat center center;
}

#stoparsk a {
	display: block;
	width: 100px;
	height: 100px;
	float: right;
}

#links {
	width: 230px;
	float: left;
	padding: 5px;
	margin:0;
	font-size: 0.6em;
}

/*
 * vyhladavanie
 */
#searchform {
	margin: 0 auto;
	width: 250px;
	margin-bottom: 50px;
}

/*
 *	Zoznam miest s predpovedou(destination tree)
 */
.destlist ul {
	float: left;
	width: 610px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.destlist li {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}

.snow ul {
	margin-bottom: 30px;
	width: 90%;	
}

.mountain ul {
	width: 100%;
	margin-bottom: 40px;	
}

.snow li {
	width: 190px;
}

.snow h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.mountain li {
	font-size: 0.9em;
	border-bottom: solid 1px #735839;
	margin-right: 2px;
	padding: 15px 5px 0 0;	
	width: 370px;
}

.mountain li:hover {
	/*border: 3px solid #999;*/	
}

.mountain li span {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}
	
.mountain h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0;
	color: #4197E3;
}

.mountain h2 a {
	color: #4197E3;	
}

.mountain img {
	float: left;
	margin: 5px;
}

.nt {
	margin-left: 100px;
}

/*
 * Ads styling
 */
.adsense-footer {
	margin: 5px auto 0 auto;
	width: 900px;
}

.adsense-right {
	position: absolute;
	top: -130px;
	left: 910px;
	margin: 0;
	padding: 0;
}

.adsense-header {
	margin: 0 auto auto;
	width: 900px;
	padding: 0;
}

#weather-ads div {
	height: 60px;
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
}

#weather-ads span {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0.8em;
}

#weather-ads span img {
	padding-right: 5px;
}

#weather-ads span#ad1 {
	width: 212px;
}

#weather-ads span#ad2 {
	width: 468px;
}

.tundra .dijitTab {
	margin-top: 20px;
	background: #6B4F2E;
	border-color: #e0d752;
	font-weight: bold;
	font-size: 0.9em;	
}

.tundra .dijitTabChecked,
.tundra .dijitTabContainerTop-tabs .dijitTabChecked {
	border-bottom: 1px solid #6B4F2E;
}
.tundra .dijitTabContainerTop-dijitContentPane, .tundra .dijitTabContainerLeft-dijitContentPane, .tundra .dijitTabContainerBottom-dijitContentPane, .tundra .dijitTabContainerRight-dijitContentPane, .tundra .dijitAccordionContainer-dijitContentPane
	{
	background: #6B4F2E;
}
.tundra .dijitTabPaneWrapper {
	background: #6B4F2E;
	border: none;
}
	
.tundra .dijitTabHover {
	color: #e0d752;
	font-weight: bold;
	border-color: #e0d752; 
}

.tundra .dijitTabContainerTop-tabs {
	border-color: #e0d752; 
}

.adslot {
	float: left;
	width: 500px;
}

.ereklama {
	width: 160px;
}

.fb table {
	float: left;
}