/*body {background-image: url("../images/bg.jpg"); background-color:#2F7792; background-repeat: repeat-x}*/
body {background-color:#111111}
/*nastaveni levych kolonek (odakzy) */
#leve_odkazy a {width:165px;  line-height:16px; background-color: fee82; display: block; text-indent: 0.5em; text-align: left; font-family:  Arial, Verdana; font-size: 0.7em; }
#leve_odkazy a:visited {color: white; text-decoration: none;}
#leve_odkazy a:link {color: white; text-decoration: none;}
#leve_odkazy a:hover { background-color: #EEEEEE; color: black; display: block; text-decoration: none;} 

/*pevne kolonky (černe) */
#h { width:150px; text-indent: 0.7em;  line-height:18px; background-color: black; display: block; text-align:left; font-family:  Arial, Verdana; font-size: 0.7em; font-weight: bold; color: #fff;}

/*nasveni textu v hlavnim menu */
.menu a  { text-decoration: none; font-family:  Arial, Verdana; _font-family:  Arial, Verdana; font-size: 0.7em;  color: white; font-weight: bold;}  /*bez potrzeni */
.menu a: link {text-decoration: none; font-weight: bold;} 
.menu a:hover {text-decoration: none; font-family:  Arial, Verdana; font-size: 0.7em;  color: red; font-weight: bold;}
 
/*nasveni textu v hlavnim menu2  (umísteno uplně dole) */
.menu2 a  { text-decoration: none; font-family:  Arial, Verdana; font-size: 0.7em;  color: black; font-weight: bold;}  /*bez potrzeni */
.menu2 a: link {text-decoration: none; font-weight: bold;} 
.menu2 a:hover {text-decoration: none; font-family:  Arial, Verdana; font-size: 0.7em;  color: red; font-weight: bold;}

/*nastaveni klasickych odkazu (nastaveno nepodtrhavani odkazu )*/
a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}

/*nasveni textu v hlavnim menu-zabava-videa   */
.menu-zabava a  {width:160px;  background-color: fee82; display: block; text-indent: 1em; display: block; text-align: left; font-family:  Arial, Verdana; font-size: 11px; color:white }  /*bez potrzeni */
.menu-zabava a: link {text-decoration: none; color: white;} 
.menu-zabava a:hover { background-color: #EEEEEE; color: black; display: block; text-decoration: none;} 
.menu-zabava a:visited {text-decoration: none;  color: red;}

/*text-decoration: none znamená, že odkazy nebudou podtrhávané 
a:link znamená nenavštívený odkaz 
a:visited je už navštívený 
a:active je ten, na který se zrovna kliklo , nebo ten, po kterém jede tabulátor 
a: hover je ten, přes který se jede myší 

*/

