#hlavicka, #menu, #text {position: absolute}
#hlavicka {aling: center; background-color: green; top: 0px; left: 0px; height: 60px;}
#menu {background-color: red; width: 100px; top: 60px; left: 0px;}
#text {background-color: pink; top: 60px; left: 100px;}

.error {color: pink;}
.text {color: white;}

a          {font-family: Arial; text-decoration: none;}
a:link     {font-family: Arial; color: white; text-decoration: none;}
a:visited  {font-family: Arial; color: white; text-decoration: none;}
a:active   {font-family: Arial; color: lime; text-decoration: none;}
a:hover    {font-family: Arial; color: lime; text-decoration: none;}

table      {font-family: Arial; color: white;}
