/* CSS Document */

body {
background-attachment: fixed; 
background-color: #996633; 
color: ivory; } 

a         {text-decoration: underline}
a:link    {color: ivory}
a:visited {color: ivory}
a:active  {color: ivory}
a:hover   {color: ivory}

body { margin: 0px; padding: 0px;}

#stranka {
position: absolute; 
background-color: #996633;
background-attachment: fixed;
width: 800px;
top: 130px; 
left: 170px;
border-style: none;
border-width: medium;
z-index: 1 }

#hlavicka {
text-align: center;
background-color: #996633;
background-attachment: fixed;
position: fixed; 
width: 100%;
top: 0px; 
left: 0px;
height: 120px;
border-bottom-style: double;
border-bottom-width: medium;
z-index: 3 }

#menu {
position: fixed; 
background-color: #996633;
background-attachment: fixed;
top: 130px; 
left: 0px;
width: 160px;
float: left;
border-right-style: none;
border-right-width: thin;
z-index: 2 }

h1 {
color: ivory;
text-align: center;
font-family: Verdana, Century Gothic, Tahoma, Trebuchet MS, Arial;
font-size: 40px;
font-varinat: small-caps; }


h2 {
color: ivory;
text-align: center;
font-family: Century Gothic, Tahoma, Trebuchet MS, Arial;
font-size: 22px;
font-weight: bold; }


p {
color: ivory;
text-align: justify;
font-family: Century Gothic, Tahoma, Trebuchet MS, Arial;
font-size: 15px;
font-weight: normal; }

