/* Hlavni */


body {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        font-size: x-small;
        font-family: Arial, Helvetica;
     }

p    {
       margin-left: 0;
     }


a    {
	color: red;
        text-decoration: none;
     }

a:hover {color: red; text-decoration: underline;}

a:visited {color: red}

h1: {
      align: center; 
    }


.menu a {
	color: #dddddd;
        text-decoration: none;
        font-weight: bold;
        font-family: Arial;
        font-size: 11px;
        }

.menu a:hover   {color: white;}
.menu a:visited {color: #dddddd;}


.lista a {color: #444444;
         font-weight: bold;
         font-family: Arial;
         font-size: 11px;
         }

.lista a:hover {color: black;}
.lista a:visited {color: #444444;}


.telo {
	background-image: URL('graphics/pozadi.jpg'); /* obrázek na pozadí */
	background-attachment: fixed; /* pozadí neroluje */
	background-color: #333333; /* případná barva pozadí černá */
	color: white;  /* bílý text */
	background-repeat: repeat-y;
        font-size: x-small;
        font-family: Arial, Helvetica;
     }
