


/* basic elements */
body { 

	margin: 0;
	padding:0;
	background: url(/images/layout/prouzek_final.gif  );  
/*	background:  #e5e5e5;*/
	font: 12px arial, verdana, sans-serif; 
	color:#555555;
	line-height:1.3em;
	behavior: url(csshover.htc);} /* WinIE behavior call */



a:link  {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:visited  {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
      }
	  
a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
      }
	  
/* struktura stranky */

#container {
	/*background: url(../images/layout/container_bg.png) repeat-y center;*/
	width: 956px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background:#ffffff;
	margin-top:50px;
	margin-bottom:5px;
	
	/*height:100%;*/
	/*	voice-family: "\"}\"";
	voice-family: inherit;
	width:956px;*/
}

#container:after {
	content: "[.]";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
	margin-bottom:5px;
	
	}
	
#marquee {
margin-top:155px;
padding-left:15px;
width:520px;

}

#marquee_f {
margin-left:769px;
margin-top:5px;
font-size: 13px;
	font-weight: normal;
}
.marquee_text {
	/* background : #ffffff;*/
	color: #ffffff;
    font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#pageHeader {

	height:270px; 
 
}

#pageHeader1 {
background: url(../images/layout/header1.jpg) no-repeat top;
	height:50px; 
 
}


#pageHeader2 {
background: url(../images/layout/header2.jpg) no-repeat top;
	height:200px; 
 
}

#pageHeader3 {
background: url(../images/layout/header3.jpg) no-repeat top;
	height:30px;
	padding-top:3px;
 
}




#pageMenu {
	/*background: #ffffff;*/
	height:23px;
	

}
/*#pageHeader:hover {
	background-position: 0 top;
}
#contentwrapper{
float: right;
width: 100%;

}*/
/*
#container_main {
	


/*	voice-family: "\"}\"";
	voice-family: inherit;
	width:956px;
	
}*/

#mainpanel {
margin-right: 478px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

background:#ffffff;
height:100%;
}
#mainpanel_obalka {
float: left;
width:100%;	
padding:0 ;
color:#555555;
background:#ffffff;

}
#mainpanel_obalka2 {
margin: 5px 10px 0 25px;
background:#ffffff;
}*/

#mainpanelfooter {
	width:100%;
	
	
	}
#leftpanel {
 
float: right;
width: 200px; /*Width of left column in pixel*/
/*margin-left:-200px;*/
	background:#ffffff;
	height:100%;
}
#rightpanel {
float:right;
width: 278px; /*Width of right column*/
/*margin-left:-478px;*/
	background:#ffffff;
	height:100%;
}

#footer {
		 
	background:url(../images/layout/paticka.jpg);
	font: 10px arial, verdana, sans-serif; 
/*	clear: both;*/
	width: 956px;
	padding:20px 0 20px 0;
	
	/*height:100px;*/
	/*margin-bottom:50px;*/
/*	padding:15px;*/
	
 	
	color:#FFFFFF;
	
	 
	
}


.displayBox img { background-color: #ddd; padding: 15px; border: 1px solid #888 } 

#logo_ms {
	
	/*background:url(../images/layout/logo.png) no-repeat bottom;*/
	
	position:absolute;

	
	/*left: 1320px;*/
	top:50px;
	right:-110px;
}

.resetovac
{
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 0px;
line-height: 0px;
font-size: 0px;


} 


/* Menu Header */
#nav, 
#nav ul {padding:0;   margin:0; list-style:none; font: 10px arial, verdana, sans-serif; background:url(../image/layout/transparent.gif); position:relative; z-index:100;}
#nav {height:23px; width:956px; padding:0; }

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:23px;/* rozšírení velikosti listy do stran*/ padding:0 20px 0 10px; line-height:22px; text-decoration:none; white-space:nowrap; /*font-weight:bold*/; border-left:1px solid #990000;}
#nav li li a {height:21px; line-height:20px; float:none; display:block;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; background:#990000; color:#fff; border-left:1px solid #990000;}
#nav li:hover > a {border-left:1px solid #990000; /*background:#990000;*/ color:#fff;}

#nav :hover  ul {left:0; top:23px; border-left:1px solid #990000; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0; /*display:block;*/}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#990000; color:#fff; border-left:1px solid #990000;}

#nav li a:hover ul li a:hover {background: #990000;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0; }

/* keep further levels hidden */
#nav a:hover ul ul
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}




/*
/*navigacni menu 


/*vzhled menu a polozek 

div#nav { margin: 0 0 0 5px;/*left:215px; /* position: absolute;  font: 12px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;/*top:268px; 
  background: #ffffff;/* border: 1px solid #000;} 
div#nav ul {margin: 0; padding: 0; border: 1px solid #ffffff; background:#ffffff}
div#nav li {position: relative; list-style: none; margin: 0;  
  float: left; width: 9em; line-height: 1.3em;}
div#nav ul a {width: auto; }
div#nav ul ul {position: absolute; top:0; left:8em;width: 9em;
  display: none;}

/*pozadi polozek 

div#nav li li:hover {background: #DBD7C3;}
div#nav li li.polozka a:hover {color: #000}

/*pozadi a barva textu treti urovne 
div#nav li.topmenu li.submenu li.polozka2:hover {background: #DBD7C3 ;}
div#nav li.topmenu li.submenu li.polozka2 a:hover {color: #000;}

/*pozadi a barva textu druhe urovne kdyz obsahuje jeste treti 
div#nav li.topmenu li.submenu:hover { background:#DBD7C3 url(../images/layout/arrow_r.gif) 95% 50% no-repeat;}
div#nav li.topmenu li.submenu a:hover { color:#000;}

/*pozadi a barva textu druhe urovne kdyz neobsahuje jeste treti 
div#nav ul.level2 li.polozka a:hover {color: #cc0000;}
  
 /* obrazek sipky 
div#nav li.topmenu li.submenu {background: url(../image/layout/arrow_r.gif) 95% 50% no-repeat;}

/* definovani jedlotliveho odkazu  
div#nav li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width:100%; voice-family:"\"}\""; voice-family:inherit; width: 8.5em; /*border-bottom: 1px solid #000 color:#DBD7C3}

/*pozadi a barva textu prvni urovne 
div#nav li.topmenu  { background-color:#ffffff;}  
div#nav li.topmenu a {color:#000000;}     
div#nav li.topmenu a:hover { color:#730000} 

/* vytvoreni vyskakovaciho menu 
div#nav ul.level1 li.topmenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

div#nav ul.level2 {top: 1.5em; left: -1px;}
div#nav ul.level3 {top: -1px; left: 9em;
  border-top: 1px solid #CCC;}*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/














/* formátovací identifikatory  */

/* all */

/*span, p 
	{ font:11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em;
	
	}*/
/* bloky */

.blok { 
	}

.nadpis_blok {
	/*background: #730000;*/
	height:8px;
	padding: 5px 0 0 5px;
	}

#online a:link  {
	color: #ffffff;
	text-decoration: none;
}

#online a:visited  {
	color: #ffffff;
	text-decoration: none;
	
}

#online a:hover {


	text-decoration: underline;
      }
	  


		
	
.cerv_lista {  
	background:#990000;
	height:25px; 
 	margin-top:15px; 
	width:468px;
	font: 12px arial, verdana, sans-serif; 
	color:#ffffff;
	font-weight:bold;
}
.nadpis_blokstred {
	background:url(../images/layout/listastred1.png) no-repeat;
	height:26px;
	padding: 13px 0 0 0;
/*	font:12px  Verdana, Arial, Helvetica, sans-serif;*/
	text-align:center;
	
	color:#747459;
	letter-spacing : 3px;
	}
	
#rubriky { 
	
	}
.blok1 p {
	padding: 0px 17px 0 17px;
	font:12px Arial,Verdana, Helvetica, sans-serif;
	color:#000000;
	}

/* Hlavní panel */

.blok2 {
	padding: 0;
	font:12px Arial,Verdana, Helvetica, sans-serif;
	color:#555555;
/*	line-height:14px;*/
	
	}		

/*#mainpanel p {
	color:#555555;
margin:10px 0 15px 10px;
	padding:0;
	line-height:20px;
	font-size:11px;

}*/
/* Bleskovky */

 #bleskovky p {
	padding: 0px 10px 0 10px;
	line-height:1.5em;
	
	 
	}
.cerveny {	color: #990000;
			font-weight:bold;
}
.bold {font-weight:bold;}

/* Blahoprejeme */ 

#blahoprejeme {
	
	}
#blahoprejeme span {
	padding: 10px 0px 10px 0px;
	color:#555555;
	/*font-weight:bold;*/
}
.bggrblah {
	background : #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.bgblblah {
	background : #FFFFFF;
	padding: 5px 5px 5px 5px;
}


a.linkblah:link  {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.linkblah:visited  {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.linkblah:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
      }
	  
a.linkblah:active {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
      }

#clanek {	
	

}
#nadpisclanku {
	padding:0.25em 0 0.25em 0; color: #990000; font-size:16px; font-weight:bold; 
 
}

.nadpisclanku {
	padding:0.25em 0 0.25em 0; color: #990000; font-size:16px; font-weight:bold; padding:inherit 
 
}
.infoclanku {
	color:#888888; font-size: 9px; 
	
}
.textclanku { 

		color:#555555; padding: 0.25em 10px 0.25em 0.5em;  line-height: 1.5em; text-indent: 0em; 
}
.starsiclanky { 
        line-height:2em;
	 
}

.odsazeni {
	padding: 15px 0 5px 5px;
}
#textclanku {
	color:#555555; padding: 0.25em 10px 0.25em 0em;  line-height: 1.5em; text-indent: 0em; text-align: left;  /* ;margin: 0 1px 0 1px;*/

}

.patickaclanku {
	color:#888888; border-bottom: #CCCCCC dotted 1px; padding: 0 0 2px 0; text-align: left;  font-size: 10px;margin: 0 1px 10px 1px;

}

.patickanadpisu {
	color:#888888; padding: 5px 0 2px 0; text-align: left;  font-size: 10px;

}

/* stary web */	


/* Odkaz nadpisu clánku */	

a.nadpis_clanku  {
	color: #990000;
}
a.nadpis_clanku:visited {
	color: #990000;
	text-decoration: none;
}
a.nadpis_clanku:hover {
	color: #990000;
	text-decoration: underline;
      }

/* Odkaz celeho clánku */	




a.link  {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.gray1 {
	color: #555555;
}
a.link:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
      }
a.link2  {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
a.link2:visited {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
a.link2:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
      }
a.hlmenu  {
	color: #ffffff;
	text-decoration: none;
}
a.hlmenu :visited {
	  color: #ffffff;
	text-decoration: none;
	  }
a.hlmenu:hover {
	color: #FFBD59;
	text-decoration: underline;
}

span.hrac  {
	color: #990000; 
	font-weight: bold;
	}

a.hrac  {
	color: #555555; 
	font-weight: bold;
	text-decoration: none;
	}
a.hrac:visited {
  color: #990000;
	font-weight: bold;
	text-decoration: underline;
	  }
a.hrac:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
      }

.menu {
	padding: 4px 0px 4px 0px;
	background: #222222;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-left: 0px solid White;
	border-right: 0px solid White;
}

.big{
	font-size: 18px;
	height: 15px;
}

.blackbold {
	text-align: left;
	color: #555555;
	font-weight: bold;	
}

.postoupil{
	color : #256AB2;
	font-weight : bold;
}

.bggray {
	background: #e5e5e5	;
	color: #555555;
	text-align: left;
	font-size: 10px;
}

.bggray2 {
	background : #e5e5e5;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	width:60%;
	
}
.baggray {
	background : #FFFFFF;
	color : #555555;
}
.bagwhite {
	background : #ffffff;
	border-bottom:dotted 1px #CCCCCC;  
}
.bagwhite1 {
	background : #e5e5e5;
}
.bggrclanky {
	background : #fff;
	padding: 5px 5px 5px 5px;
}
.vysledky {
	background : #E5E5E5;
}
.bgwhclanky {

	padding: 2px 5px 2px 5px;
}

.rightborder
{
	border-right : 1px solid #c0c0c0;
}
.bggrays {
	background : #e5e5e5;
	border: 1px solid #c0c0c0;
	text-align: left;
	font-size: 10px;
}
.mod {
	padding: 2px 0px 2px 3px;
	color: #464646;
	text-align: left;
	font-size: 10px;
}
.bgblue {
	background : #256AB2;
	color: #ffffff;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}
. {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
}
.velke { text-transform:uppercase;  
	
	
}
.texttab {
	font-size: 11px;
	/*font-weight:bold;*/
}
.item {
	padding-left: 25px;
}
.bordergr {
	padding-top: 2px;
	border: 1px solid #c0c0c0;
}
.bleskovky {
	padding: 8px;
	border: 1px dotted #CCCCCC;
}
.bold {
	font-weight: bold;
}
.redbold {
	font-weight: bold;
	color: #990000;
}
.linka {
	border-bottom: #CCCCCC dotted 1px;
}
.linkac {
	border-bottom: #990000  ridge 1px;
}

.linka2{ border-bottom:dotted 1px #CCCCCC;  
	
	 padding: 5px 5px 5px 5px;  
	
 }
.linka_top{ border-top:dotted 1px #CCCCCC;  
	
	 padding: 0 0 10px 0;  
	
 }

.linka_bottom{ border-bottom:dotted 1px #CCCCCC;  
	
	 padding: 10px 0 0 0;  
	
 }

.ital {
	font-style : italic;
}

.blue {
	color:  #990000;
}
.soutez {
	background-image : images/otaznik.jpg;
	background : url(../../otaznik.jpg);
}
.soutez2 {
	color : Maroon;
  background : #e5e5e5;
	background-image : url(../../otaznik.jpg);
  font-family : System;
}
.body2 {
	color: White;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.tipovacka0{
	font-size : smaller;
	font-weight : bold;
	text-align: center;
}
.tipovacka1{
	background-color : Silver;
	color : Black;
	font-size : smaller;
	font-weight : bold;
	text-align : center;
}
.tipovacka2{
	background-color : White;
	color : Black;
	font-size : smaller;
	font-weight : bold;
	text-align : center;
}
.tipovacka3{
	color : White;
	font-size : x-small;
	font-weight : bold;
	text-align : center;
	border: ridge;
}
.tipovacka4{
	color : Navy;
  font-size: 10px;
	font-weight : bold;
	text-align : center;
	border: ridge;
}

.TIPtab{
	color : White;
	font-size : x-small;
	font-weight : bold;
	text-align : center;
	border : ridge;
}
.pozn{
	color : Gray;
	font-size : xx-small;
	font-style : italic;
	font-variant : normal;
}
a.pozn  {
	color : Gray;
	font-size : xx-small;
	font-style : italic;
	font-variant : normal;
	text-decoration: none;
}
a.pozn:visited {
	color : Gray;
	font-size : xx-small;
	font-style : italic;
	font-variant : normal;
	text-decoration: none;
	  }
a.pozn:hover {
	color : Gray;
	font-size : xx-small;
	font-style : italic;
	font-variant : normal;
	text-decoration: underline;
      }
.red{
	color : Red;
	text-align : center;
	font-style : italic;
	font-weight : bold;
}

.TIPx{
	color : White;
	font-size : smaller;
	font-weight : bold;
	text-align : center;
	
}

.tipovackaZAKLAD {
text-align : left;
font-size: x-small;
}

.vzkaz {
	color : black;
	font-variant : normal;
	font-weight : bold;
        font-size: 12px;
	cursor : alias; 
}
.online{
	background-color: #001c37;
	font-family:  verdana;
	font-weight: normal;  
	text-decoration: none;
	text-align: center;
	margin: 0px;
	color: white;
}
.chat{
	background-color: #003366;
	font-family:  verdana;
	font-size : 12px;
	font-weight: bold;  
	text-decoration: none;
	text-align: left;
	margin: 1px;
}
.yellow{
	font-size : 12px;
	text-align: center;
  font-weight: bold;  
	color: #ffff15;
}
.TIPtab2 {
	color : Navy;
	font-size : smaller;
	font-weight : bold;
	text-align : left;
   border : ridge;
}
.tipovackadetail{
	background-color: Silver;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.skore
{
	color: #990000;
	font-size: 35px;
	font-family: "Arial Black";
	vertical-align: middle;
	text-align: center;
	padding-left: 15px;
}

