* {
    padding: 0;
    margin: 0;
}

body {
    color: #000;
    background-color: #fff;
    font-family: Arial, Verdana, sans-serif;
    background: #e1d0b4 url(../images/sand2.png) top left repeat;
}

#header {
    position: relative;
    width: 100%;
    padding: 10px 0;
    min-height: 110px;
    min-width: 1000px;
    background: #57a3df url('../images/cloud1.gif') 120px 10px no-repeat;
}

#footer {
    width: 100%;
    height: 82px;
    margin: 0;
    padding: 0px;
    background: #fff url(../images/sand.png) top left repeat-x;
}

#cloud2 {
    position: absolute;
    left: 415px;
    top: 15px;
    width: 107px;
    height: 58px;
    background: #57a3df url('../images/cloud2.gif') top left no-repeat;
}

#cloud3 {
    position: absolute;
    top: 40px;
    left: 270px;
    width: 316px;
    height: 79px;
    background: #57a3df url('../images/cloud3.gif') top left no-repeat;
}
#bannerdiv,
#sponsorbanner {
    float: right;
    margin-right: 60px;
    margin-top: 0px;
    padding: 0;
    background: transparent;
    width: 400px;
    height: 100px;
}

#sponsorbanner img { border: 0; }

#content {
    background: #fff url('../images/prechod.png') repeat-x top left;
    padding: 10px 10px 30px 10px;
    margin: 0;
}
#menu {
    margin: 10px;
    font-size: medium;
}
h1 {
    font-family: Georgia, Verdana, sans-serif;
    font-size: 200%;
    margin-right: 20px;
    color: #000;
    float: left;
}
h2 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 125%;
    color: #333;
}
h3 {
    font-size: 1.1em;
    padding-top: 1ex;
    padding-bottom: 1ex;
}

.centered {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#menu h2 {
    float: left;
    font-style: italic;
}
#menu ul {
    list-style-type: none;
}
#menu li {
    float: left;
    margin-right: 5px;
}
#menu a {
    display: block;
    text-decoration: none;
    background-color: #466f01;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-family: Georgia, Verdana, sans-serif
}
#menu a:hover {
    background: url('../images/fb2.png');
}
#mainbody {
    width: 95%;
    margin: 0px auto;
    background-color: #fff;
    min-width: 770px;
}
.clear {
    clear: both;
}
.message {
    background-color: #ff0;
    padding: 5px;
    border: 2px solid black;
    font-size: 1.2em;
    font-weight: bold;
    width: 400px;

}

.vmenu {
list-style-type: none;
background: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.vmenu li a {
background-color: #466f01;
border-bottom: 1px solid #eee;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .vmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.vmenu li a:visited, .vmenu li a:active{
color: white;
}

.vmenu li a:hover{
background-image: url('../images/bbg.png');
color: white
}