#obal { margin: 0px auto; position: relative; width: 800px; } #obsah { position: absolute; width: 590px; top: 160px; left: 0px; z-index: 2; } #pata { width: 100%; } #hlavicka { position: absolute; width: 600px; top: 0px; left: 0px; height: 100px; } #hledani { position: absolute; width: 200px; top: 0px; left: 600px; height: 100px; } 
#odkazy { position: absolute; width: 800px; top: 100px; left: 0px; height: 60px; } #pravy { position: absolute; width: 200px; top: 160px; left: 600px; height: 1550px; z-index: 1;} 
#hledani A:link {color:grey; text-decoration: none; font-size: 90%}
#hledani A:visited {color:grey; text-decoration: none; font-size: 90%}
#pravy { background-color: #4169e1; color: black; border-style: none; border-width: medium; } #pravy A:link { color: white; } #pravy A:visited { color: yellow; } #pravy A:hover { color: yellow; } #odkazy { background-color: #4169e1; color: black; border-style: none; border-width: medium; } #odkazy A:link { color: white; } #odkazy A:visited { color: yellow; } #odkazy A:hover { color: yellow; } #hlavicka, #pata { background-color: white; color: black; border-style: none; border-width: medium; } div { padding: 5px 5px 5px 5px; } H1 { font-size: 150%; } H2 { font-size: 125%; } H3 { font-size: 113%; }