body {
  width: 100%;
  margin: 0 auto;
  font-family: Tahoma, sans-serif;
  font-size: small;
  color: white;
  background-image: url('img/bg-site.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-attachment: fixed;
}

#obal {
  width: 960px;
  margin: 0 auto;
  font-family: Tahoma, sans-serif;
  font-size: small;
  color: white;
  background-position: center middle;
  background-repeat: no-repeat;
}

a:hover {
text-decoration: none;
}

p {
margin-bottom: 10px;
font-size: 120%;
line-height: 150%;
}

h1 {
font-size: 200%;
color: white;
font-weight: normal;
text-align: left; 
}

h2 {
font-size: 250%;
color: #444;
text-shadow: 2px 2px 2px #ffffff;
font-weight: bold;
text-align: center;
line-height: 55%;
}

h3 {
font-size: 180%;
color: #444;
text-shadow: 2px 2px 2px #ffffff;
font-weight: bold;
text-align: center;
line-height: 100%;
}

h4 {
font-size: 130%;
color: #3A6188;
text-shadow: 2px 2px 2px #ffffff;
font-weight: bold;
text-align: center;
line-height: 100%;
}

table {
width: 100%;
border-collapse: collapse;
border: none;
}

td {
vertical-align: top;
padding: 0 auto;
border: none;
}

#content {
width: 100%;
}

#header {
color: #0000ff;
}

#header h1 {
color: #0000ff;
}

#container {
background-color: transparent !important;
background-image: url('img/bg.png');
background-repeat: repeat;
padding: 35px;
}

#container ul {
margin-left: 30px;
padding: 0px;
}

#container li {
padding: 0px 0px 0px 5px;
font-size: 105%;
}

#menu {
width: 100%;
display: inline-block;
background-color: transparent !important;
font-size: 20px;
height: 45px;
vertical-align: middle;
background-image: url('img/menu-bg.jpg');
background-repeat: repeat-x;
text-align: center;
margin-bottom: 15px;
}

#menu ul {
margin: 0px;
padding: 0px;
list-style-type: none;
font-size: 20px;
display: inline-block;
}

#menu li {
padding: 10px 18px;
font-size: 18px; 
display: inline-block;
}

#menu a {
font-size: 20px;
display: inline-block;
color: white;
text-shadow: 1px 1px 1px #444;
text-decoration: none;
}
#menu a:hover {
font-size: 20px;
display: inline-block;
color: #E0E0E0;
text-shadow: 1px 1px 1px #444;
text-decoration: none;
}

#footer {
text-align: right;
padding: 5px 10px 5px 10px;
background-color: #336699;
color: white;
}