* {
font-size: 12px;
font-family: Verdana, Tahoma, Arial;
margin: 0px;
padding: 0px;
}

body {
background-image: url('../grafika/tlo.jpg');
background-position: top;
background-repeat: repeat-x;
}

div.glowny {
}

div.baner {
display: block;
height: 176px;
width: 1000px;
border-left: 1px solid white;
border-right: 1px solid black;
}

div.menu {
display: block;
height: 22px;
width: 1000px;
border-left: 1px solid white;
border-right: 1px solid black;
border-bottom: 1px dashed gray;
text-align: left;
background-color: white;
}

div.menu1 { 
height: 22px;
float: left;
padding-left: 5px;
padding-right: 5px;
}

div.menu2 { 
float: left;
}

div.menu3 { 
float: left;
}

div.tresc { 
display: block;
width: 1000px;
min-height: 520px;
background-image: url("../grafika/tlo-tresc-body.png");
background-position: center top;
background-repeat: repeat-y;
border-left: 1px solid white;
border-right: 1px solid black;
}

div.stopka {
display: block;
width: 1000px;
border-left: 1px solid white;
border-right: 1px solid black;
border-top: 1px dashed gray;
border-bottom: 1px dashed gray;
margin-bottom: 20px;
text-align: center;
background-color: silver;
}

div.mapa {
float: right;
font-size: 14px;
margin-right: 5px;
}

div.mapa a {
display: block;
padding-top: 3px;
font-size: 14px;
}

a.map {
text-decoration: none;
}

a.map:hover, a.map.hover {
text-decoration: underline;
}

ul.menu1 {
list-style: none;
margin: 0;
padding: 0;
}

ul.menu1 li {
margin: 0px;
float: left;
position: relative;
padding-right: 5px;
color: black;
}
	 
ul.menu1 a {
font-size: 14px;
color: black;
display: block;
height: 16px;
text-decoration: none;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
margin: 0px;
}

ul.menu1 a:hover, ul.menu1 a.hover {
color: brown;
display: block;
}

ul.menu2 {
display: none;
left: 0;
list-style: none;
position: absolute;
padding: 0;
top: 22px;
border-left: 1px solid #454545;
border-right: 1px solid #454545;
border-bottom: 1px solid #454545;
background-color: #F5F5F5;
}

ul.menu2 li {
padding: 0px;
text-align: left;
}

ul.menu1 li:hover ul.menu2, ul.menu1 li.over ul.menu2 {
display: block;
}

ul.menu2 a {
color: black;
display: block;
height: 16px;
text-decoration: none;
font-weight: normal;
width: 130px;
}

ul.menu2 a:hover, ul.menu2 a.over {
background-color: #EAEAEA;
color: brown;
text-decoration: underline;
}

ul.menu2 li:hover ul.menu3, ul.menu2 li.over ul.menu3 {
    display: block;
}

ul.menu3 {
display: none;
left: 0;
list-style: none;
margin: 0;
position: absolute;
padding: 0;
top: -1px;
left: 130px;
border: 1px solid #454545;
background-color: #EAEAEA;
}

ul.menu3 li {
padding: 0px;
}

ul.menu3 a {
    color: black;
    display: block;
    text-decoration: none;
	 font-weight: normal;
}

ul.menu3 a:hover, ul.menu3 a.hover{
background: #E1E1E1;
color: brown;
text-decoration: underline;
}

