/* skeleton */
body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #F8F9FB;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
.clr { width: 0; height: 0; display: block; overflow: hidden; visibility: hidden; clear: both; }
.invisible { display: none; }

/* top banner */
#top-banner {
	width: 100%;
	min-height: 125px;
	padding: 10px 0;
	background: #022640;
}
#top-banner .inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background: #022640;
}
#top-banner .inner a {
	height: 115px;
	display: block;
	background: #fff;
}
#top-banner .banner-960x115 {
	margin-top: 0 !important;
}

/* header */
#header {
	width: 100%;
	height: 105px;
	background: #022640;
}
#header .inner {
	width: 960px;
	height: 105px;
	margin: 0 auto;
	position: relative;
	background: #022640 url("../img/header.jpg") top center no-repeat;
}
#header .logo {
	top: 11px;
	left: 0;
	position: absolute;
}
#header .logo img {
	display: block;
}
#header .nameday {
	top: 20px;
	right: 0;
	position: absolute;
	font-size: 11px;
	color: #efefef;
}
#header .mod_search {
	top: 50px;
	right: 0px;
	position: absolute;
}
#header .mod_search input.text {
	border: 0;
	width: 150px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: #F4F5F9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#header .mod_search input.submit {
	top: 3px;
	right: 5px;
	position: absolute;
	border: 0;
	width: 20px;
	height: 20px;
	text-indent: 9999;
	background: blue;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* navigation */
#navigation {
	width: 100%;
	height: 62px;
	background: #022640;
}
#navigation .inner {
	width: 960px;
	margin: 0 auto;
	background: url("../img/navigation.jpg") top left repeat-x;
}
#navigation ul {
	height: 62px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	height: 62px;
	line-height: 62px;
	font-size: 13px;
	float: left;
	position: relative;
}
#navigation ul a {
	padding: 0 46px;
	text-decoration: none;
	display: block;
	background: url("../img/navigation-separator.jpg") center right no-repeat;	
	color: #fff;
}
#navigation a:active {
	outline: none;
}
#navigation a:focus {
  -moz-outline-style: none;
}
#navigation ul a:hover {
	background: #eef1f8;
	color: #01233f;
}
#navigation ul a.active {
	background: #eef1f8;
	color: #01233f;
}
#navigation ul li.last {
	width: 180px;
}
#navigation ul li.last a {
	background: none;
}
#navigation ul li.last a:hover {
	background: #eef1f8;
	color: #01233f;
}
#navigation ul li.last a.active {
	background: #eef1f8;
	color: #01233f;
}

#navigation ul li:hover ul {
	display: block;
}
#navigation ul li:hover a {
	background: #eef1f8;
	color: #01233f;
}
#navigation ul ul {
	top: 62px;
	left: 0;
	position: absolute;
	width: 203px;
	height: auto !important;
	padding: 10px 0;
	display: none;
	background: url("../img/submenu.png") top left repeat;
	color: #fff;
	z-index: 999;
}
#navigation ul ul li {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	float: none;
	z-index: 999;
}
#navigation ul ul li a {
	margin: 0;
	padding: 0 20px;
	text-decoration: none;
	display: block;
	background: none;
	color: #fff;
}
#navigation ul ul li a {
	background: none !important;
	color: #fff !important;
}
#navigation ul ul li a:hover {
	background: url("../img/submenu-active.png") top left repeat;
	color: #fff !important;
}
#navigation ul ul a:hover {
	background: url("../img/submenu-active.png") top left repeat !important;
	color: #fff;
}
#navigation ul ul a.active {
	background: url("../img/submenu-active.png") top left repeat;
	color: #fff;
}
#navigation ul ul li.last {
	width: auto;
}
#navigation ul ul li.last a:hover {
	background: url("../img/submenu-active.png") top left repeat;
	color: #fff;
}
#navigation ul ul li.last a.active {
	background: url("../img/submenu-active.png") top left repeat;
	color: #fff;
}

/* icons */
#icons {
	background: #f4f5f9;
}
#icons .inner {	
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: #f4f5f9;
}
#icons p {
	margin-right: 16px;
	font-size: 15px;
	display: inline-block;
}
#icons p a {
	height: 38px;
	line-height: 38px;
	margin: 12px 0 0 0;
	padding: 0 0 0 48px;
	text-decoration: none;
	display: block;
	color: #000;
}
#icons p.podnikatelia a {
	background: url("../img/icons.png") 0 0 no-repeat;
}
#icons p.kultura a {
	background: url("../img/icons.png") 0 -52px no-repeat;
}
#icons p.kino a {
	background: url("../img/icons.png") 0 -110px no-repeat;
}
#icons p.denne-menu a {
	background: url("../img/icons.png") 0 -218px no-repeat;
}
#icons p.lekaren a {
	background: url("../img/icons.png") 0 -274px no-repeat;
}
#icons p.facebook a {
	margin-right: 0;
	background: url("../img/icons.png") 0 -162px no-repeat;
}

/* top */
#top {
	width: 100%;
	min-height: 330px;
	padding: 0 0 10px 0;
	background: #f4f5f9;
}
#top .inner {
	width: 960px;
	min-height: 330px;
	margin: 0 auto;
	background: #f4f5f9;
}

/* facebook plugin */
#facebook-plugin {
	width: 300px;
	margin: 10px 0 0 0;
	float: right;
}

/* section */
#section {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	background: #F8F9FB;
}

/* article */
#article {
	width: 470px;
	min-height: 400px;
	margin: 0;
	float: left;
}

/* aside */
#aside {
	width: 470px;
	min-height: 400px;
	float: right;
}

/* modules */
#modulse {
	border: 0;	
}
#modules .inner {
	border-top: 1px solid #d5d7da;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

/* sale */
#sale {
	width: 310px;
	margin-right: 15px;
	float: left;
	color: #032842;
}
#sale .t1 {
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px 0;
	padding: 3px 10px;
	font-size: 16px;
	background: #008acf url("../img/finger.png") 250px -10px no-repeat;
	color: #fff;
}
#sale p {
	line-height: 22px;
	font-size: 14px;
}
#sale p a {
	text-decoration: none;
	color: #032842;
}

/* poll */
#poll {
	width: 310px;
	margin-right: 15px;
	float: left;
	color: #032842;
}
#poll .t1 {
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px 0;
	padding: 3px 10px;
	font-size: 16px;
	background: #008acf url("../img/finger.png") 250px -10px no-repeat;
	color: #fff;
}

/* competition */
#competition {
	margin: 20px 0 0 0;
	color: #032842;
}
#competition .t1 {
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px 0;
	padding: 3px 10px;
	font-size: 16px;
	background: #008acf url("../img/finger.png") 250px -10px no-repeat;
	color: #fff;
}

/* footer */
#footer {
	width: auto;
	height: 235px;
	margin-top: 30px;
	background: #eef1f6 url("../img/footer.jpg") top left repeat-x;
}
#footer .inner {
	width: 500px;
	height: 235px;
	margin: 0 auto;
	position: relative;
	background: #eef1f6 url("../img/footer.jpg") top left repeat-x;
}
#footer ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul.links li {
	line-height: 25px;
	font-size: 13px;
}
#footer ul.links li a {
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url("../img/arrow-footer.jpg") center left no-repeat;
	color: #000;
}
#footer ul.links.one {
	top: 30px;
	left: 0;
	position: absolute;
}
#footer ul.links.two {
	top: 30px;
	left: 160px;
	position: absolute;
}
#footer ul.links.three {
	top: 30px;
	left: 350px;
	position: absolute;
}
#footer .contact-form {
	top: 30px;
	right: 0;
	position: absolute;
}
#footer .contact-form label {
	width: 80px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	display: block;
	float: left;
	color: #000;
}
#footer .contact-form input.text {
	border: 1px solid #c7c8ca;
	width: 288px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#footer .contact-form textarea {
	border: 1px solid #c7c8ca;
	width: 288px;
	height: 80px;
	line-height: 18px;
	padding: 5px 10px;
	font-size: 13px;
	resize: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#footer .contact-form input.submit {
	border: 0;
	width: 100px;
	height: 25px;
	margin: 5px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	background: #3c3c3c;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* login */
#login {
	top: 30px;
	right: 0;
	position: absolute;
	width: 310px;	
}
#login .t1 {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	display: none;
	color: #008acf;
}
#login .t2 {	
	font-size: 16px;
	display: none;
	color: #022842;
}
#login form {
	margin: 0;
	padding: 0;
}
#login label {
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
	display: block;
	color: #555;
}
#login input.text {
	border: 0;
	width: 220px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	background: #D9D9D9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#login .checkbox_container {
	margin: 0 0 10px 0;
}
#login .checkbox_container label {
	line-height: 20px;
	display: inline;
	float: none !important;
}
#login .checkbox_container input {
	padding: 10px !important;
}
#login .submit_container a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	float: left;
	color: #000;
}
#login .submit_container input {
	border: 0;
	width: 130px;
	height: 40px;
	line-height: 40px;
	float: right;
	background: #022842;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#login p.error {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* logout */
#tl_logout {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#tl_logout .login_info {
	margin: 10px 0 0 0;
}
#tl_logout .submit_container {
	height: 50px;
	margin: 15px 0 0 0;
	text-align: center;
}
#tl_logout .submit_container input {
	float: none !important;
}

/* copyright */
#copyright {
	width: auto;
	height: 90px;
	background: url("../img/copyright.jpg") top left repeat-x;
}
#copyright .inner {
	width: 960px;
	height: 90px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 12px;
	background: url("../img/copyright.jpg") top left repeat-x;
	color: #4c4c4c;
}
#copyright a {
	text-decoration: none;
	color: #4c4c4c;
}
#copyright span {
	color: #022640;
}

/* banner-960x115 */
.banner-960x115 {
	margin-top: 15px;
}
.banner-960x115 small {
	font-size: 10px;
	text-align: center;
	display: block;
	color: #a6a6a6;
}
/* banner-470x325 */
.banner-470x325 {
	margin-top: 10px;
}
.banner-470x325 small {
	font-size: 10px;
	text-align: center;
	display: block;
	color: #a6a6a6;
}
/* banner 310x310 */
.banner-310x310 {
	width: 310px;
	margin-right: 15px;
	float: left;
}
.banner-310x310 small {
	font-size: 10px;
	text-align: center;
	display: block;
	color: #a6a6a6;
}
/* banner 470x150 */
.banner-470x150 {
	width: 470px;
}
.banner-470x150 small {
	font-size: 10px;
	text-align: center;
	display: block;
	color: #a6a6a6;
}
/* cookies */
#cookies {
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	margin: auto;
	padding: 15px 10px;
	z-index: 9999;
	opacity: 0.9;
    filter: alpha(opacity=90);
	background: #000;
	color: #fff;
}
#cookies p {
	margin-bottom: 0;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
#cookies p a {
	border: 1px solid #fff;
	margin: 2px 5px;
	padding: 2px 5px;
	color: #fff;
}
#cookies p a:hover {
	border: 1px solid red;
	color: #fff;
}