#obsah {position: absolute; width: 80%; top: 160px; left: 120px}

#hlavicka {position: absolute; width: 100%; height: 120px; top: 50px;}

#info {position: absolute; width: 80%; height: 80%; top: 250px; left: 155px}

body {
background-image: URL('SMYC2.jpg'); /* obrázek na pozadí */
background-attachment: fixed; /* pozadí neroluje */
background-color: white; /* případná barva pozadí černá */
color: black; /* bílý text */
background-repeat: no-repeat;
background-position: center center;} 
a:link    {color: blue; text-decoration: none}
a:visited    {color: purple; text-decoration: none}
a:active    {color: red; text-decoration: none}
.lista {background-color: #00bfff; color: white; padding: 3px; margin: 0px} /*Modré pozadí a bílé písmo */
.lista a {color: white} /* Odkazy (a) uvnitř třídy lista budou bílé */
a:hover, .lista a:hover { color: red }
.stred {text-align: center}
.tlacitko {margin: 8px}
