body {
text-align: center;
width: 700px;
background-color: rgb(255,255,255);
font-family: Verdana;
color: rgb(111,105,98);
}

#container {
background: url(pic/banner++.jpg) no-repeat;
margin:auto;
width: 840px;
position: relative;
text-align: left;
}

#banner {
background: inherit;
margin:0px;
padding:0px;
width: 675px;
height: 100px;
float: left;
padding-top: 30px;
padding-left: 25px;
}

#menu {
margin:0px;
padding:0px;
width: 750px;
height: 32px;
float: left;
}

#menu ul{
list-style:none;
margin:0px;
padding-left: 30px;

}

#menu a{
background-image:url(pic/button.jpg);
background-repeat: no-repeat;
color: rgb(245,220,191);
display:block;
font-size:12px;
font-weight:bold;
text-decoration:none;
width:139px;
height:32px;
text-align:center;
padding-top: 10px;
}

#menu a:hover{
background-image:url(pic/button-s.jpg);
background-repeat:no-repeat;
color: rgb(255,230,200);
}

#menu li{
width:139px;
height:32px;
float:left;
padding-left: 2px;
}

#menu ul li.oznacene a{
background-image:url(pic/button-s.jpg);
background-repeat: no-repeat;
color: rgb(255,230,200);
}

#content {
padding: 0px;
width: 640px;
float: left;
padding-left: 40px;
}

#footer {
background: url(pic/footer.jpg) no-repeat;
margin:0px;
width: 840px;
height: 29px;
text-align: left;
float: left;
padding-top: 6px;
padding-left: 60px;
font-size: 12px;
}

#content p{
text-indent: 25px;
}

a:link {text-decoration: none; color: rgb(135,135,135);}
a:visited {text-decoration: none; color: rgb(135,135,135);}
a:active {text-decoration: none; color: rgb(135,135,135);}
a:hover {text-decoration: underline; color: rgb(135,135,135);}

img {
border: 0;
position: relative;
}

h1 {
padding-top: 20px;
padding-left: 20px;
font-size: 22px;
font-weight:400;
}

table tr td {
text-align: center;
}
