/* CSS Document */
body {
 background-color: #ccc;
}
.hlavny_div {
 position: absolute;
 width: 80%;
 left: 10%;
 top: 0px;
 border-left: 1px #000 solid;
 border-right: 1px #000 solid;
 background-color: #fff;
}
.vrchny_div {
 width: 100%;
 height: 100px;
 background-image: URL("images/vrch_obrazok3.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
 border-bottom: 1px solid #000;
}
.menu_div {
 height: 15px;
 background-color: #333;
 background-image: URL("images/menu.gif");
 background-repeat: no-repeat;
 background-position: 100% 0px;
}
.menu_div a {
 color: #ccc;
 text-decoration: none;
 margin-left: 15px;
 padding-left: 15px;
}
.menu_div a:link {
 color: #ccc;
 text-decoration: none;
 padding-left: 15px;
}
.menu_div a:visited {
 color: #999;
 text-decoration: none;
 padding-left: 15px;
}
.menu_div a:hover {
 color: #fff;
 text-decoration: underline;
 background-image: URL("images/sipka.gif");
 background-repeat: no-repeat;
 background-position: 0% 50%;
 padding-left: 15px;
}
.text_div_1 {
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
}
.text_div {
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
}
.text_div img {
 border: 1px solid #000;
}
.text_div2 {
 text-align: justify;
 margin: 10px;
}
.patka {
 text-align: center;
 color: #fff;
 background-color: #333;
 font-size: 80%; 
}
