*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 0.75em;
    text-align: center;
    font-family: "Tahoma", "Tahoma CE", "Arial", "Verdana" ,"Helvetica", sans-serif;
    background-color: #171718;
    color: #999999;
    background:  #151515 url("../pics/bg-body2.jpg") no-repeat center top;
}

fieldset{
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: 0;
}

a{
    color: #3399CC;         /*světle modrá barva*/
}

/*
 *styl pro barevné nadpisy bloků TOP10, HRY , NEPREHLEDNETE apod.
 *styl je doplněn o specifické vlastnosti v jednotlivých blocích níže
 */
h2{
    display: block;
    position: relative;
    overflow: hidden;
}
h2 span{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
h3{
    color: #3399CC;      /*světle modrá barva - nadpisy článků*/
    font-size: 1.2em;
}

/*centrujeme obrazky na sred bloku*/ 
.centrovac{
margin-top: 8px;
text-align: center;
}

.levo{

margin-top: 8px;
margin-left: 8px;
float: left;

}

#header{
    width: 905px;
    height: 193px;
    
    position: relative;
}
#header img{
    position: absolute;
    top: 15px;
    left: 11px;
}

#layout{
    width: 905px;
    margin: 0 auto;
    text-align: left;
}
#top{
    width: 905px;
    height: 70px;
    background: #151515 url("../pics/bg-top.jpg") no-repeat left top;
}

#top h1, #top h1 a, #top h1 a span {
    display:block;
    width: 410px;
    height: 70px;
    overflow:hidden;
    position: relative;
	  left: 0;
	  top: 0;
    float: left;
}

#top h1 a span{
    position:  absolute;
	  line-height: 0;
	  font-size: 0;
    z-index: 1;
    background: url("../pics/logo.jpg") left top no-repeat;
}

form#search{
    width: 250px;
    float: left;
    margin-left: 240px;
    padding-top: 26px;
}

#header{
    width: 905px;
    height: 193px;
    background: #151515 url("../pics/bg-header.jpg") no-repeat left top;
}

#menu{
    width: 905px;
    height: 44px;
    background: #151515 url("../pics/bg-menu.jpg") no-repeat left top;
}

#menu ul, #menu li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu li{
    float: left;
    position: relative;
    background: none;
}

#menu li.tlac1{
    width: 79px;
}

#menu li.tlac1 span{
    background: url("../pics/tlacitko1.jpg") no-repeat center top ;
}
  
#menu li.tlac2{
    width: 78px;
}

#menu li.tlac2 span{
    background: url("../pics/tlacitko2.jpg") no-repeat center top ;
}
  
#menu li.tlac3{
    width: 93px;
}

#menu li.tlac3 span{
    background: url("../pics/tlacitko3.jpg") no-repeat center top ;
}
  
#menu li.tlac4{
    width: 90px;
}

#menu li.tlac4 span{
    background: url("../pics/tlacitko4.jpg") no-repeat center top ;
}
  
#menu li.tlac5{
    width: 76px;
}

#menu li.tlac5 span{
    background: url("../pics/tlacitko5.jpg") no-repeat center top ;
}

#menu li.tlac6{
    width: 106px;
}

#menu li.tlac6 span{
    background: url("../pics/tlacitko6.jpg") no-repeat center top ;
}

#menu li.tlac7{
    width: 120px;
}

#menu li.tlac7 span{
    background: url("../pics/tlacitko7.jpg") no-repeat center top ;
}

#menu li.tlac8{
    width: 109px;
}

#menu li.tlac8 span{
    background: url("../pics/tlacitko8.jpg") no-repeat center top ;
}
  
#menu li.tlac9{
    width: 69px;
}

#menu li.tlac9 span{
    background: url("../pics/tlacitko9.jpg") no-repeat center top ;
}

#menu li.tlac10{
    width: 85px;
}

#menu li.tlac10 span{
    background: url("../pics/tlacitko10.jpg") no-repeat center top ;
}

/*tento styl je přepsán stylem výše, tzn. že pounáme jeho zobrazení když se nenačtou obrázky*/
#menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;  
    padding-top: 18px;
}

#menu li a span {
    display: block;
    cursor: pointer;
    height: 44px;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
  
#menu li a:hover span {
    background-position:  center bottom ;
}

/*obsah-3 sloupce pod menu*/
#content{
    margin-top: 8px;
}

/*******************************LEVÉ MENU*********************************************/
#left_column{
    width: 195px;
    float: left;
}

/*odzaení odkazů od TOP10 a HRY*/
#left_column ul.topten{
    padding-top: 8px;
}

/*zformatování odkazů v levém menu*/
#left_column ul, #left_column li{
    margin: 0;
    padding: 0;
    display: block;
    list-style-type:none;
    height:24px;
    line-height:24px;
}

/*zformatování oddělení odkazů v levém menu*/
#left_column li{
    border-bottom: 1px solid #333333;
    margin-left: 5px;
    width: 173px;
    padding-left: 12px;
}

#left_column li.none{
   border: none;
}

#left_column li a{
    text-decoration: none;
    color: #999999;
}

#left_column li a:hover{
    color: #3399CC;
}

#first_lc{
    width: 195px;
    height: 295px;
    border: 1px solid #333333;
    background: #212427 url("../pics/bg-menutopten.gif") repeat-x left top;
}

/*rozšiřuju vlastnosti už definované na začátku, často se opakují*/
#first_lc h2{
    width: 67px;
    height: 28px;
}

#first_lc h2 span{    
    width: 67px;
    height: 28px;
    background-image: url("../pics/topten.gif");
}

#second_lc{
    width: 195px;
    height: 225px;
    border: 1px solid #333333;
    margin-top: 10px;
    background: #1E2123 url("../pics/bg-hry.gif") repeat-x left top;
}

#second_lc h2{
    width: 48px;
    height: 30px;
}

#second_lc h2 span{
    width: 48px;
    height: 30px;
    background-image: url("../pics/hry.gif");
}

#third_lc{
    width: 195px;
    height: 254px;
    border: 1px solid #333333;
    margin-top: 10px;
    background: #1E2123 url("../pics/bg-hry.gif") repeat-x left top;
}

#third_lc h2{
    width: 138px;
    height: 34px;
}
#third_lc h2 span{
    width: 138px;
    height: 34px;
    background-image: url("../pics/vychazi.gif");
}

/*Formátování bloku - Už brzy vyjde*/
#third_lc ul.vychazi {
    padding-top: 8px;
}
#third_lc ul.vychazi li{
    border-bottom: 1px solid #333333;
    margin-left: 5px;
    width: 163px;
    padding-left: 22px;
}
#third_lc ul.vychazi li.none{
    border: none;
}

#fourth_lc{
    width: 195px;
    height: 175px;
    border: 1px solid #333333;
    margin-top: 10px;
    background: #1E2123 url("../pics/bg-rss.gif") repeat-x left top;
}

#fourth_lc h2{
    width: 75px;
    height: 31px;
}
#fourth_lc h2 span{
    width: 75px;
    height: 31px;
    background-image: url("../pics/rss.gif");
}
#fourth_lc img{
    margin-top: 12px;
}

/*********************Centr menu***********************************/
#center_column{
    width: 502px;
    float: left;
    margin: 0 10px 0 10px;
}
#first_cc{
    width: 502px;
    height: 322px;
    border: 1px solid #333333;
    background: #222628 url("../pics/bg-neprehlednete.gif") repeat-x left top;
}

#first_cc h2{
    width: 146px;
    height: 32px;
}
#first_cc h2 span{
    width: 146px;
    height: 32px;
    background-image: url("../pics/neprehlednete.gif");
}

#second_cc{
    width: 502px;
    /*height: 1280px;*/
    border: 1px solid #333333;
    margin-top: 10px;    
   
    background: #222628 url("../pics/bg-zpravy.gif") repeat-x left top;
}

#second_cc h2{
    width: 76px;
    height: 30px;
}

#second_cc h2 span{
    width: 76px;
    height: 30px;
    background-image: url("../pics/zpravy.gif");
}

.dbher{
background-image: url("../pics/dbher.gif");
}

/*Formátovaní članků -zprávy*/
#second_cc .box{
    width: 462px;
    height: 84px;
    margin-left: 14px;
    margin-top: 16px;
    padding-left: 8px; 
    border-bottom: 1px solid #333333; 
}

#second_cc .box#posledni{
    border-bottom: none;
    
}
#second_cc .box img{
    float: left;
}
#second_cc .box .zprava{
    float: left;
    margin-left: 24px;
}

/*Formátování času, autora , žánru*/
#second_cc .box p.info{
    font-size: 0.9em;
}

#second_cc .box p.infoclanek{
    color: #fff;
}



#second_cc_clanek{
    text-align:justify;
    width: 502px;
    /*height: 1280px;*/
    border: 1px solid #333333;
    padding-top: 10px; 
    padding-bottom: 10px;    
    background: #222628 url("../pics/bg-zpravy.gif") repeat-x left top;
}

#second_cc_clanek h1{
    color: #3399CC;      /*světle modrá barva - nadpisy článků*/
    font-size: 32px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

#second_cc_clanek h2{
    color: #3399CC;      /*světle modrá barva - nadpisy článků*/
    font-size: 26px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
#second_cc_clanek h3{
    color: #3399CC;      /*světle modrá barva - nadpisy článků*/
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
#second_cc_clanek h4{
    color: #3399CC;      /*světle modrá barva - nadpisy článků*/    
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

#second_cc_clanek h5{
    color:#fff;     
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#second_cc_clanek ul{
    color:#fff; 
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
}

/*Formátovaní članků -zprávy*/
#second_cc_clanek .box{
    width: 462px;
    height: 84px;
    margin-left: 14px;
    margin-top: 16px;
    padding-left:8px; 
    margin-bottom: 10px;
    border-bottom: 1px solid #333333; 
}



/*Formátování času, autora , žánru*/
#second_cc_clanek p.info{
    font-size: 0.9em;
    text-align: center;
}

#second_cc_clanek p{
    color: #fff;   
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}




#second_cc_kom{
    width: 502px;
    /*height: 1280px;*/
    border: 1px solid #333333;
    padding-top: 10px; 
    padding-bottom: 10px;    
    background: #222628 url("../pics/bg-zpravy.gif") repeat-x left top;
}

#second_cc_kom h3{
    color: #3399CC;      /*světle modrá barva - nadpisy článků*/
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
}




/*Formátování času, autora , žánru*/
#second_cc_kom p.info{
    font-size: 0.9em;
    text-align: left;
}

#second_cc_kom p{
    color: #fff;   
    margin-left: 20px;
    margin-right: 20px;
}



#f_left{ 
   
  float: left;
  margin-top:10px;
  margin-left:10px;
 padding-bottom: 10px;
}


#f_left img{ 
  
  margin-right: 10px;
  margin-bottom: 10px;

}






#second_cc .box a.vice{
    width: 36px;
    height: 16px;
    position: relative;
    overflow: hidden;
  
}

#second_cc .box a.vice span{
 
    width: 36px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background: url("../pics/vice.gif") no-repeat;
    z-index: 1;
}


#stranky{
    text-align: center;
    margin: 20px 0px;
}




/*********************Right menu***********************************/
#right_column{
    width: 188px;
    float: left;  
}

#first_rc{
    width: 188px;
    height: 150px;
    border: 1px solid #333333;
    background: #1E2123 url("../pics/bg-rss.gif") repeat-x left top;

}

#first_rc h2{
    width: 103px;
    height: 28px;
}
#first_rc h2 span{
    width: 103px;
    height: 28px;
    background-image: url("../pics/prihlaseni.gif");
}

form.prihlas{
    margin: 12px 0px 0px 10px;
}

form.prihlas td{
    width: 50px;
    padding-bottom: 6px;
}

form.prihlas input.it{
    width: 104px;
}

/*formatování tlačítka registrace*/
#first_rc a{
    float: right;
    margin: 3px 5px 0 0;
    font-size: 0.8em;
}


#first_rc_logged{
    width: 188px;
    height: 150px;
    border: 1px solid #333333;
    background: #1E2123 url("../pics/bg-rss.gif") repeat-x left top;

}

#first_rc_logged h2{
    width: 103px;
    height: 28px;
}
#first_rc_logged h2 span{
    width: 103px;
    height: 28px;
    background-image: url("../pics/prihlaseni.gif");
}

#first_rc_logged a{
   margin-left: 10px;
   margin-top: 6px;    
}
#first_rc_logged li{
   list-style-type: none;
    
}



#second_rc{
    width: 188px;
    height: 184px;
    border: 1px solid #333333;
    margin-top: 10px;
    background: #1E2123 url("../pics/bg-rss.gif") repeat-x left top;
}
#second_rc h2{
    width: 165px;
    height: 33px;
}
#second_rc h2 span{
    width: 165px;
    height: 33px;
    background-image: url("../pics/nahobr.gif");
}

#third_rc{
    width: 188px;
    height: 320px;
    border: 1px solid #333333;
    margin-top: 10px;
    text-align: justify;
    background: #222628 url("../pics/bg-menutopten.gif") repeat-x left top;
}

#third_rc  h2{
    width: 97px;
    height: 31px;
}

#third_rc h2 span{
    width:97px;
    height: 31px;
    background-image: url("../pics/aktualne.gif");
}

#third_rc p{
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #333333;
    margin: 0px 6px;
}
#third_rc p.bottom{
    border: none;
}

#third_rc a.vice{
    width: 47px;
    height: 18px;
    float:right;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
  
}

#third_rc a.vice span{
    width: 47px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 0px;
    cursor: pointer;
    background: url("../pics/dalsi.gif") no-repeat;
    z-index: 1;
}

#fourth_rc{
   width: 188px;
    height: 224px;
    border: 1px solid #333333;
    margin-top: 10px;
    line-height: 1.4em;
    background: #1E2123 url("../pics/bg-hry.gif") repeat-x left top;
}

#fourth_rc h2 {
    width: 76px;
    height: 33px;
}

#fourth_rc h2 span{
    width: 76px;
    height: 33px;
    background-image: url("../pics/eshop.gif");
}

#fourth_rc .centrovac{
    line-height: 1.4em;
}

#fifth_rc{
    width: 188px;
    height: 340px;
    border: 1px solid #333333;
    margin-top: 10px;
    background: #1E2123 url("../pics/bg-hry.gif") repeat-x left top;
}

#fifth_rc h2 {
    width: 84px;
    height: 33px;
}
#fifth_rc h2 span{
    width: 84px;
    height: 33px;
    background-image: url("../pics/anketa.gif");
}

#fifth_rc .format{
    padding: 10px 14px; 
}

#fifth_rc p{
    font-size: 0.8em;
    text-decoration: underline;
    text-align: center;
    padding-top: 15px;
}

#sixth_rc{
    width: 188px;
    height: 240px;
    border: 1px solid #333333;
    margin-top: 10px;
    background: #1E2123 url("../pics/bg-hry.gif") repeat-x left top;
}

#sixth_rc h2{
    width: 91px;
    height: 30px;
}

#sixth_rc h2 span{
    width: 91px;
    height: 30px;
    background-image: url("../pics/reklama.gif");
}

#seventh_rc{
    width: 188px;
    height: 120px;
    border: 1px solid #333333;
    margin-top: 10px;
    background: #222628 url("../pics/bg-rss.gif") repeat-x left top;
}

#seventh_rc h2{
    width: 95px;
    height: 34px;
}

#seventh_rc h2 span{
    width:95px;
    height: 34px;
    background-image: url("../pics/navstevy.gif");
}

#footer{
    width: 905px;
    height: 105px;
    padding-top: 45px;
    font-size: 0.9em;
    text-align: center;
    background: #0B0C0E url("../pics/bg-footer.gif") repeat-x left top;
    margin-bottom: 20px;
}

#footer p.autor{
    padding-top: 8px;
}

.cleaner {
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	float: none;
  	clear: both;
}

.anketa{
margin-top: 3px;
margin-bottom: 5px;
height: 11px;
background: #0B0C0E url("../pics/anketa_line.gif") repeat-x left top;
}



/*
======================hodnoceni hvezdickami==========================
*/

	/*             styles for the star rater                */	
	.star-rating{
	  text-align: center;
		list-style:none;
		margin: 0px;
		margin-left: 188px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(../images/alt_star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:25px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(../images/alt_star_yelow.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(../images/alt_star_gold.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		
