body, html{
	background: #f3f3f3;
	margin: 15px;
	padding: 0;
}



/* START HEADER */

#header{
	width: 960px;
	height: 177px;
	background: url(images/header_background.png) no-repeat 0 0;
	margin: 0 auto;
}

#header .logo{

	
	width: 299px;
	height: 170px;
	margin: -20px 0 0 50px;
	float: left;
	display: block;

	
}

#header .language{
	float: left;
	margin: 80px 0 0 345px;
	display: block;
}

#header .language img{
	float: left;
}

/* END HEADER */



/* START NAVIGATION */

#navigation{
	width: 958px;
	height: 61px;
	background: #FFFFFF;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin: 0 auto;
	padding: 0;
}

/* Start Navbar */

#smoothmenu1{
	width: 958px;
	height: 38px;
	background: url(images/navbar_background.png) no-repeat 0 0;
	margin: 0 0 0 35px;
	padding: 29px 0 28px 0;
	line-height: 0;

}

#smoothmenu1 ul,li{
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	
}

#smoothmenu1 img{
	margin: -28px 0 0 0;
	padding: 0;
}

#smoothmenu1 a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 23px 20px 23px 20px;
	line-height: 0.3em;
	margin: 0;
	height: 61px;
	position: relative;
	top: 0px;

}

#smoothmenu1 a.left:hover{
	background: url(images/navbar_background-hover.png) no-repeat 0 0;
	
}

#smoothmenu1 a.middle:hover{
	background: url(images/navbar_background-hover.png) no-repeat 50% 0;
	
}

#smoothmenu1 a.right:hover{
	background: url(images/navbar_background-hover.png) no-repeat -776px 0;
}

#smoothmenu1 a.selected-left{
	background: url(images/navbar_background-selected.png) no-repeat 0 0;
}

#smoothmenu1 a.selected-middle{
	background: url(images/navbar_background-selected.png) no-repeat 50% 0;
}

#smoothmenu1 a.selected-right{
	background: url(images/navbar_background-selected.png) no-repeat -772px 0;
}


/* End Navbar */



/* Start Dropdown Menu */

#smoothmenu1 ul.submenu{
	margin: 33px 0 0 0;
	background: url(images/dropdown-menu_background.png) bottom repeat-x;
	height:auto;
	width:230px;
	
	
}

#smoothmenu1 .submenu li.top{
	width: 230px;
	height: 21px;
	padding: 0 0 0 0;
	margin: 0;
	background: #FFFFFF;
}

#smoothmenu1 .submenu li.top img{
	padding: 0;
	margin: 0;
}

.div_menu_top
{
padding:20px 0 5px 0;
}
.div_menu
{
padding:15px 0 15px;

}

#smoothmenu1 .submenu li a{
	width: 210px;
	height: 41px;
	border: 0;
	margin: 0 0 0 0;
	padding: 0px 10px 0 10px;
	display: list-item;
	list-style: none;
	background: url(images/dropdown-menu_item-background.png) repeat-x 0 0;
	background-color:#474747;

}

#smoothmenu1 .submenu li a:hover{
	background: url(images/dropdown-menu_item-background_over.png) repeat-x 0 0;
		background-color:#474747;
		
}

/* End Dropdown Menu */

/* END NAVIGATION */



/* START CONTAINER */

#container{
	background: url(images/content_div-line.png) repeat-y 651px 0 #FFFFFF;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin: 0 auto;
	display: table;
	clear: both;
	width:958px;
}

/* Start Content */

#container .content{
	width: 575px;
	height: auto;
	border-right: 1px solid #e0e0e0;
	padding: 38px 38px 0 38px;
	float: left;
}

#container .content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	margin: 32px 0 23px 0;
	padding: 0 29px 0 10px;
}

#container .content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #777777;
	text-transform: none;
	text-decoration: none;
	margin: 10px 0 15px 0;
	padding: 0 29px 0 10px;
}

#container .content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	margin: 0 0 20px 0;
	padding: 0 29px 0 10px;
}

#container .content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: underline;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

#container .content a:hover{
	color: #777777;
	text-decoration: none;
}

#container .content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	margin:  -10px 0 20px 50px;
	padding: 0 29px 0 10px;
}

#container .content li{
	display: list-item;
	list-style: url(images/bullet_list.png);
	float: none;
	margin: 0;
	padding: 0;
}

#container .content ul.sub{
	margin:  -10px 0 25px 7px;
	padding: 0;
}

#container .content ul.sub li{
	margin:  10px 0 -12px 0;
	padding: 0;
	list-style: url(images/bullet_sub-list.png);
}

#container .content table{
	width: 550px;
	border: 0;
	margin: 0 auto;
}

#container .content table .top{
	height: 7px;
	background: url(images/table-content_top.png) no-repeat bottom;
	border: 0;

}

#container .content table .bottom{
	height: 7px;
	background: url(images/table-content_bottom.png) no-repeat top;
	border: 0;
	
}

#container .content table td{
	background: #DFDFDF;
}

#container .content table.inner{	
	width: 100%;
	padding: 0px;
}

#container .content table.inner td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: normal;
	text-transform: none;
	background: #FFFFFF;
	padding: 7px;
}

#container .content table.inner td.title{
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	background: #DFDFDF;
}

#container .content table.inner td.heading{
	color: #555555;
	font-weight: bold;
	text-transform: none;
	background: #F3F3F3;
}

#container .content table.gallery{
	width: 274px;
}

#container .content table.gallery td{
	background: #FFFFFF;
	padding: 7px;
	margin: 0 auto;
}

#container .content table.info{
	display: table;
}

#container .content table.info p{
	color: #777777;
}

#container .content table.info td{
	background: #FFFFFF;
	padding: 7px;
	margin: 0 auto;
	vertical-align: top;
}

/* End Content */

/* Start Sidebar */

#container .sidebar{
	width: 210px;
	background: url(images/sidebar_background.png) no-repeat 0 0;
	padding: 38px 38px 0 25px;
	float: left;
}
.button{
	width: 241px;
	height: 56px;
	background: url(images/sidebar_button.png) no-repeat 0 0;
	padding: 16px 0 0 15px;
}

.button-map{
	width: 241px;
	height: 56px;
	background: url(images/sidebar_button_map.png) no-repeat 0 0;
	padding: 16px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
	
}

#container .sidebar .button{
	width: 241px;
	height: 56px;
	background: url(images/sidebar_button.png) no-repeat 0 0;
	padding: 16px 0 0 15px;
}
.button:hover{
	background: url(images/sidebar_button-hover.png) no-repeat 0 0;
	cursor: pointer;
}
#container .sidebar .button:hover{
	background: url(images/sidebar_button-hover.png) no-repeat 0 0;
	cursor: pointer;
}
.button img{
	float: left;
	padding: 0 0 0 0;
	margin: -7px 13px 0 0;
}
#container .sidebar .button img{
	float: left;
	padding: 0 0 0 0;
	margin: -7px 13px 0 0;
}
.button a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
}
#container .sidebar .button a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
}

#container .sidebar .button2{
	width: 188px;
	height: 44px;
	background: url(images/sidebar_button2.png) no-repeat 0 0;
	cursor: pointer;
	padding: 12px 10px 0 10px;
}

#container .sidebar .button2:hover{
	width: 188px;
	height: 44px;
	background: url(images/sidebar_button2-hover.png) no-repeat 0 0;
	cursor: pointer;
}

#container .sidebar .button2 img{
	float: left;
	margin: 0 7px 0 10px;
	padding: 0;
}

#container .sidebar .button2 a.link{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#container .sidebar .button2 a.link:hover{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.box{
	width: 196px;
	background: url(images/sidebar_box-background.png) no-repeat 0 0;
	margin: 0 0 20px 0;
	padding: 13px 25px 0 20px;
}

#container .sidebar .box{
	width: 196px;
	background: url(images/sidebar_box-background.png) no-repeat 0 0;
	margin: 0 0 20px 0;
	padding: 13px 25px 0 20px;
}
.box h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 32px 0;
	padding: 0;
}
#container .sidebar .box h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 32px 0;
	padding: 0;
}
.box h1 img{
	float: left;
	margin: -8px 7px 0 -7px;
	padding: 0;
}
#container .sidebar .box h1 img{
	float: left;
	margin: -8px 7px 0 -7px;
	padding: 0;
}
.box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	margin: 0 0 20px 0;
	padding: 0;
}
#container .sidebar .box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	margin: 0 0 20px 0;
	padding: 0;
}
.box p.weather{
	margin: 5px 0 33px 0;
	padding: 0;
}
#container .sidebar .box p.weather{
	margin: 5px 0 33px 0;
	padding: 0;
}
box p.weather span{
	font-size: 10px;
	color: #777777;
}

#container .sidebar .box p.weather span{
	font-size: 10px;
	color: #777777;
}
.box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
}


#container .sidebar .box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
}
.box a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
	text-decoration: underline;
}
#container .sidebar .box a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
	text-decoration: underline;
}
.box ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	display: list-item;
	list-style: none;
	float: none;
	padding: 0;
	margin: 0;
}
#container .sidebar .box ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	display: list-item;
	list-style: none;
	float: none;
	padding: 0;
	margin: 0;
}
.li-news{
	list-style-image: url(images/bullet_news.png);
	list-style-position: inside;
	display: list-item;
	float: none;
	padding: 0;
	margin: 0 0 19px 0;
}
.box li{
	list-style-image: url(images/bullet_news.png);
	list-style-position: inside;
	display: list-item;
	float: none;
	padding: 0;
	margin: 0 0 19px 0;
}
#container .sidebar .box li{
	list-style-image: url(images/bullet_news.png);
	list-style-position: inside;
	display: list-item;
	float: none;
	padding: 0;
	margin: 0 0 19px 0;
}
.box .days{
	display: table;
	clear: both;
	margin: 0 0 0 100px;
	float: none;
}
#container .sidebar .box .days{
	display: table;
	clear: both;
	margin: 0 0 0 100px;
	float: none;
}
.box .days ul li{
	font-size: 10px;
	color: #777777;
	list-style: none;
	float: left;
	margin: -10px 19px 7px 0;
	padding: 0;
}
#container .sidebar .box .days ul li{
	font-size: 10px;
	color: #777777;
	list-style: none;
	float: left;
	margin: -10px 19px 7px 0;
	padding: 0;
}
.box .cities, .icons, .today, .tomorrow, .wind{
	display: table;
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	height:280px;
	
}
.box  .tomorrow, 
{
	display: table;
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	width:50px;
	height:280px;
}
#container .sidebar .box .cities, .icons, .today, .tomorrow, .wind{
	display: table;
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	
	
	height:280px;
}
.box .tomorrow, .wind{
	margin: 0 0 0 3px;
}
#container .sidebar .box .tomorrow, .wind{
	margin: 0 0 0 3px;
}
.bottom{
	margin: 0 0 0 -20px;
	padding: 0;
}
#container .sidebar .box .bottom{
	margin: 0 0 0 -20px;
	padding: 0;
	
}

/* End Sidebar */

/* Start Container - bottom */

#container-bottom{
	width: 988px;
	height: 70px;
	background: url(images/container_bottom.png) no-repeat 0 0;
	margin: 0 auto ;
}
#container-bottom-no-flag{
	width: 960px;
	height: 70px;
	background: url(images/container_bottom-no-flag.png) no-repeat 0 0;
	margin: 0 auto ;
}
/* End Container - bottom */

/* END CONTAINER */



/* START FOOTER */

#footer{
	width: 960px;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0 11px 0;
	clear: both;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	margin: 0 0 20px 0;
	padding: 0;
	
}

#footer p.bottom-navigation{
	margin: -15px 0 20px 0;
	
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	margin: 0 0 20px 0;
	padding: 0;
	
}

#footer a:hover{
	color: #777777;
	text-decoration: underline;
	
}

/* END FOOTER */
/*add*/
.content_style
{
	background-color:#FFFFFF;
	width:958px; 
	margin:0 auto; 	
	border-left: 1px solid #e0e0e0;	
	border-right: 1px solid #e0e0e0;
}
.sidebar_style
{
	float:right;
	width: 243px;
	background: url(images/sidebar_background.png) no-repeat 0 0; 
	padding: 38px 38px 0 25px; 
	border-left: 1px solid #e0e0e0; 
	width: 243px;
	background: url(images/sidebar_background.png) no-repeat 0 0;
	padding: 38px 38px 0 25px; 	
	height: 1300px;
}
.h1_style
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 32px 0;
	padding: 50px 0 0 50px;
}

.h1_style_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 12px 0;
	padding: 20px 0 0 50px;
	font-weight:bold
}
.div_dnes
{
	display: table;
	float: left;
	margin: 0 7px 0 0;
	padding: 0 20px 0 0 ;
	font-size: 12px;
	color: #777777;
}
.div_utre
{
	display: table;
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	font-size: 12px;
	color: #777777;
}
.div_news
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	display: list-item;
	list-style: none;
	float: none;
	padding: 0;
	margin: 0;
}
