/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }
.title { color: #808080; background: #fff; }

/* layout */
#content { margin: 10px auto; width: 960px; text-align: left; }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; position:relative; left:0px; top:0px}
#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#mainMenu{
		padding: 3px 0; 
		margin: 0; 
		float: left; 
}
	#mainMenu li{
	list-style: none;
	display: inline;
	margin: 0; 
}

	#mainMenu .key {
	text-decoration: underline;
}
ul#mainMenu, ul  {
    color:000000;
		padding:0;
		margin:0;
		list-style-type:none;
	}
	ul#mainMenu ul {
/*		margin-top:6px; */
	}
	
	ul#mainMenu li {
	list-style: none; 
	display: inline; 
	margin: 0; 
	}
	
	ul#mainMenu li a {
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #6495AB url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #f0f0f0;
	}
	
	
	ul#mainMenu li a:hover {
		background: #cd0e29 url(images/corner.gif) no-repeat top right;
		color: #f0f0f0;
	}
	
	ul#mainMenu li a.current{
		background: #3988e9 url(images/corner.gif) no-repeat top right;
		color: yellow;
		padding: 6px 22px;
	}	
		
	ul#mainMenu ul a {
		border-bottom:none;
		border-left:1px solid #dddddd;
		border-right:2px solid #dddddd;
		padding-left:2px;
	}
	
	ul#mainMenu ul a:hover {
	  color:blue;
		border-left:5px solid white;
		border-right:1px solid white;
		background-color:#ffffff;	
	}
	
	ul#mainMenu ul {
		position:absolute;
		visibility:hidden;
		border-bottom:1px solid white;
		background-color:white;
	}
	
	ul#mainMenu li:hover ul, ul#mainMenu li.hover ul{
		visibility:visible;
	}
	
	ul#mainMenu li li {
		float:none;
		border:none;
		padding:0;
	}
		
	ul#mainMenu li {
		behavior: url(hover.htc); /* Proto?e IE nedodr?uje CSS standarty, aby bylo ?e?en? funk?n?, pou?ijeme tento *.htc soubor */
	}


/* main menu topics*/ 
#highlighter {
	position:absolute;
  left:0;
  top:0;
  font-size:18px;
  font-family:Verdana;
  clip:rect(0px, 0px, auto, 0px)
}
#highlighter2 {
	position:absolute;
  left:0;
  top:0;
  font-size:18px;
  font-family:Verdana;
  clip:rect(0px, 0px, auto, 0px)
}


#topics {
	clear: left;
	float: left;
	width: 640px;
	background: #fff url(images/bg-menu-pozadi.png) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: black;
	height: 59px;
}
	#topics li a {
	background-image: url(images/bullet.gif);
	color: Navy;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 12px;
}
	#topics li a:hover {
	background-image: url(images/bullet.gif);
	color: blue;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 12px;
}	

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.png) no-repeat;
	color: #000;
	padding: 0px 20px 12px 20px;
	min-height: 75px; /* FF height */
	height: 63px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.subheader-reklama {
	margin: 0 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(images/bgshade.gif) repeat-x;
	color: #808080;
	border: thin groove Maroon;
}	
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
	.thirds-dual {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}	
	.dual {
	float: none;
	width: auto;
	margin: 0 0 55px 95px;
	padding: 0 10px 0 15px;
	clear: inherit;
}	
	.dual-IN {
	float: none;
	width: 424px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	  		  
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 0px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #fff;
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.boxtop { height: 19px; background: #fff url(images/boxtop.gif) no-repeat; color: #000; }
	.box { background: #fff url(images/box.gif) no-repeat bottom left; color: #5b5b5b; padding: 0 10px 15px 10px; margin: 0 0 10px 0; }
	
.tablebox {
	background: transparent none;
	color: #5b5b5b;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font: .7em Tahoma, Arial, sans-serif;
	line-height: 1.7em;
}
	
	
	.box p { padding: 0; margin: 0;}
	
	
	.chmu { border: 0; margin: 0;}


	
/* bottom thirds */
/*.thirds { float: left; width: 203px; background: #eee; margin: 0 12px 0 0; color: #5d5d5d; } */
	.smallboxtop { height: 14px; background: #fff url(images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fff url(images/smallbox.gif) no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
	.smallbox p { padding: 0; margin: 0; }	
	.notes {
	/*	border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc; */
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #eee url(images/rss-blue.gif) no-repeat center left;
		color: #454545;
		border: 1px solid #ccc;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
	
	
.red
	{
	cursor: default;
	color: Red;
	}

.blue
	{
	cursor: default;
	color: Navy;
	
}	
	
#zaplaceno 
	{
	font-size: 25px;
	text-align: center !important;
	color: Green;
	width: 100%;
}
#dluzno
	{
	font-size: 30px;
	text-align: center !important;
	color: Red;
	width: 100%;
}
#neplaceno
	{
	font-size: 28px;
	text-align: center !important;
	color: #FFD700;
	width: 100%;
}
	
.pozadi1 
	{
	background-color: #FFFFFF;
	cursor: default !important;
	}
.pozadi2
	{
	background-color: #A0FFFF;
	cursor: default !important;
	}	
	
.neplaticpozadi1 
	{
	background-color: #FFFFFF;
	cursor: default;
	color: Red;
	}
.neplaticpozadi2
	{
	background-color: #A0FFFF;
	cursor: default;
	color: Red;
	}	
	
.vyber
	{
	background-color: #66CCFF;
	cursor: default;
	color: White;
	text-align: center;	
	}	
	
.vyberUDAJE
	{
	background-color: #66CCFF;
	cursor: default;
	color: White;
	}	

.nic {
	background-color: transparent;
	cursor: default;
	text-align: center;
}

.tablename1 {
	color: Navy;
	width: 400px;
}	

.tablename2 {
	width: 120px;
}	

.tablename3 {
	width: 355px;
}	

#page {
	text-align: center;
}	


.small {
	font-size: 1.3em;
}	


.petka {
background: url(images/petka.gif) no-repeat bottom right;
}	


.enko {
	background: url(images/enko.gif) no-repeat bottom right;
	display: block !important;
}	
#Mapa {
width:640px;
height:480px;
border:1px solid silver
}	

.reklama {
	background-color: White !important;
	color: #f0f0f0;
	text-decoration: none !important;
}	

a .reklama {
color: #c0f0ff;
text-decoration: none !important;
}	

.akce{
	color: #11008f;
	border: thin double #11008f;
}	

.reklamni-ramec{
	color: #11008f;
	border: thin double #11008f;
}	

.h1{
	color: #11008f;
}	

#svatek
{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	height: 20px;
	text-align: left;
	vertical-align: top !important;
}
.svatek-text
{
	vertical-align: top !important;
}
/*
div div div div div p {
    display: none;
}	
*/
.partneri {
	border: none !important;
}

.pocasi {
	border: none;
	background: none;
	text-align: center;
}

.nadpis {
	font: 900 25px;
}
.small {
	font-size: 19px;
}
.clock {
	background: url(images/clock.png) no-repeat left;
	padding-left: 40px;
	font-size: 13px;
	height: 40px;
	vertical-align: baseline;
}
.check_mark {
	background: url(images/check_mark.png) no-repeat left;
	padding-left: 40px;
	font-size: 13px;
	height: 40px;
	vertical-align: baseline;
}
