@charset "utf-8";
/* CSS Document */
/* (c) 2008 Kristián Feldsam */
/* Constants */
.cl {
	clear:both;
	height:0px;
	overflow:hidden;
}
.cl2 {
	clear:both;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#161d28;
}
a {
	color:#0d469a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#366fcf;
}
#content a {
	background:url(../images/arrow.gif) no-repeat;
	padding-left:12px;
}
#content a.no_bg_pd {
	padding:0px;
	background:0px;
}
a img {
	cursor:pointer;
}
h3 {
	font-size:16px;
	margin:0px;
}
hr {
	background:#d6d6d6;
	color:#d6d6d6;
	height:1px;
}
.input {
	width:140px;
}
select {
	width:144px;
}
input.prihlasit {
	background:url(../images/button_prihlasit.gif);
	width:65px;
	height:23px;
	border:0px;
	cursor:pointer;
}
input.registrovat {
	background:url(../images/button_registrovat.gif);
	width:80px;
	height:23px;
	border:0px;
	cursor:pointer;
}
/* Layout */
#container {
	margin:auto;
	width:978px;
}
#up_menu {
	width:355px;
	float:right;
	margin-right:-6px;
}
	ul.menu {
		margin:0px;
		padding:0px;
		list-style:none;
		width:auto;
		display:inline;
		float:left;
	}
		ul.menu li {
			display:inline;
			margin:0px;
			padding:0px;
		}
		ul.menu li a img {
			border:0px;
			margin:0px;
			margin-left:-3px;
			cursor:pointer;
		}
#header {
	width:978px;
	height:87px;
	background:url(../images/bg_header.jpg) repeat-x;
}
	#logo {
		margin-left:15px;
		float:left;
		border:0px;
	}
	.line_header {
		float:left;
		margin-left:28px;
		background:url(../images/line_header.jpg);
		width:9px;
		height:87px;
		margin-top:0px;
	}
	#search_bar {
		float:left;
		margin-left:34px;
		margin-top:32px;
	}
		#search_text {
			background:url(../images/input_search.jpg);
			width:222px;
			height:16px;
			border:0px;
			padding:5px 5px;
		}
		td.search_text {
			background:url(../images/input_search_hover.jpg) no-repeat;
			height:16px;
			width:235px;
		}
		#search_button {
			background:url(../images/button_search.jpg);
			width:66px;
			height:26px;
			border:0px;
			cursor:pointer;
		}
	#most_searched {
		background:url(../images/bg_searched.gif) repeat-y;
		position:absolute;
		z-index:1000;
		width:230px;
		clear:both;
		top:85px;
		margin-left:380px;
		display:none;
	}
		#most_searched_inner {
			margin:5px 25px 0px 15px;
		}
			ul.searched {
				margin:0px;
				padding:0px;
				list-style:none;
				display:inline;
				width:190px;
				line-height:18px;
			}
				ul.searched li {
					display:inline;
					margin:0px 5px;
					padding:0px;
					float:left;
				}
					ul.searched li a {
						border:0px;
						margin:0px;
						cursor:pointer;
						color:#ffffff;
					}
	#reklam {
		margin:0px;
		margin-left:10px;
		border:0px;
	}
#main_menu {
	height:22px;
	width:975px;
	margin:1px 0px 1px 3px;
	background:url(../images/bg_main_menu.jpg) repeat-x;
}
#main_menu a {
	color:#ffffff;
}
#spacer {
	width:978px;
	height:10px;
	background:url(../images/shadow_content.jpg) no-repeat;
}
#middle {
	width:978px;
	height:auto;
	background:url(../images/bg_content.jpg) repeat-y;
}
	#left {
		float:left;
		width:190px;
		min-height:100px;
		margin-left:25px;
	}
		#left a {
			color:#6a6a6a;
			font-weight:bold;
		}
		#left a:hover, #left a.text:hover {
			color:#ff5a00;
		}
		.news_header {
			margin:0px;
			margin-bottom:5px;
		}
		#left a img {
			float:left;
			margin:0px 10px 5px 0px;
			border:1px solid #6a6a6a;
		}
		#left a.text {
			text-decoration:none;
			color:#333333;
			font-weight:normal;
		}
		.related {
			margin-top:0px;
			margin-bottom:5px;
		}
		#left .related a {
			text-decoration:none;
			font-weight:normal;
			background:url(../images/arrow2.gif) no-repeat;
			padding-left:14px;
		}
		#left .related a:hover {
			text-decoration:underline;
		}
		.news_type {
			height:27px;
			width:100%;
			background:#e0e0df;
			margin-bottom:3px;
			line-height:27px;
			padding-left:14px;
			font-size:14px;
			font-weight:bold;
			clear:both;
		}
	#content {
		float:left;
		margin-left:0px;
		margin-bottom:5px;
		width:735px;
	}
		h1,h2 {
			margin:0px;
			height:27px;
			line-height:27px;
			padding-left:14px;
			font-size:16px;
			background:#ececeb;
			clear:both;
		}
		div.categories h2 {
			height:auto;
			line-height:20px;
			padding-left:0px;
			font-size:16px;
			background:none;
		}
		#content p {
			margin:8px 14px;
			line-height:18px;
			text-align:justify;
		}
		#content p.reklama {
			margin-left:0;
			padding-left:0;
		}
	.foot {
		width:978px;
		height:26px;
		background:url(../images/bg_foot1.jpg) repeat-x;
		text-align:center;
		line-height:26px;
	}
	.foot_w {
		background:none;
	}
		.foot a {
			color:#161d28;
			text-decoration:none;
		}
		.foot a:hover {
			text-decoration:underline;
			color:#464749;
		}
/** Other **/
/** my_account **/
table.my_account {
	background:#a2a2a2;
	width:100%;
	margin:5px 0px;
}
table.my_account thead {
	font-weight:bold;
}
table.my_account td {
	background:#ffffff;
	padding:3px;
}
table.my_account a img {
	border:0px;
}
/** end my_account **/
/** katalog **/
.categories {
	float:left;
	margin:0px;
	padding:10px;
}
.categories span {
	color:#ff6800;
	font-weight:bold;	
}
a.category {
	padding:0px;
	background:none;
}
.podcategories {
	padding-right:20px;
	line-height:25px;
	text-align:left;
}
.podcategories a:hover {
	color:#ff6800;
}
a.category_n {
	font-weight:bold;
}
a.category_n:hover {
	color:#ff6800;
}
a.podcategory_n {
	font-size:12px;
	text-decoration:none;
}
a.podcategory_n:hover {
	text-decoration:underline;
}
/** end katalog **/
/** stat start **/
.stat img {
	border: 0px solid #ffffff;
}
.stat table {
	font-family : Verdana CE, Arial CE, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	border: 1px solid Black;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color:#CCCCCC;
}
.stat td {
	font-size: 100%;
	color : Black;
	padding : 3px;
	background-color : #F8F8F8;
}
.stat th {
	font-size: 110%;
	color : Navy;
	font-weight : bold;
	background-color : #a7bbd1;
	padding : 3px;
}
.tableheader td {
	font-size: 110%;
	color : Navy;
	font-weight : bold;
	background-color : #D8E0EB;
}
.calendar td {
	text-align: center;
}
.width1 {
	width: 450px;
}
.width2 {
	width: 400px;
}
table.calendar {
	background:#FFFFFF;
	border:1px solid #a2a2a2;
	color:#222222;
}
table.calendar a {
	font-size: 11px;
	font-weight:bold;
	color:#000099;
	padding:0px;
	background:none;
}
table.sum {
	background:#FFFFFF;
	border:1px solid #a2a2a2;
	margin-top:10px;
	color:#000000;
}
/** end stat **/
div.obdobie {
	border:1px solid #a2a2a2;
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}
div._info {
	position:fixed;
	top:100px;
	left:200px;
	max-width:500px;
	width:auto !important;
	width:500px;
	background:#ECECEB;
	display:none;
	padding:10px;
	border:1px solid #999999;
}
table.info {
	background:#999999;
	margin:5px 0px;
}
table.info a img {
	border:0px;
}
table.info td {
	background:#ECECEB;
}
div.code {
	border:#666666 1px solid;
	padding:5px; 
	margin:12px;
}
span.bad_link {
	color:#e84002;
	background:url(../images/arrow.gif) no-repeat;
	padding-left:12px;
	cursor:pointer;
}
span.bad_link img {
	margin-left:12px;
}
span.link_ok {
	color:#e84002;
}