html, body {
                /*background-color: #C0C0C0;*/
       background-color: #ececec;
       /*background-image: url("../images/IMG_0055.jpg");*/
       color: #000;
       margin: 0px;
       padding: 0;
       text-align: left;
}

#top {
       width: 800px;
       margin-left: auto;
       margin-right: auto;
       text-align: left;
}

#NAGLOWEK {
       /*background-color: #888;*/
}

#MENU {
       width: 150px;
       float: left;
       overflow: hidden;
       background-color: #ccc;
}

#INFORMACJE {
       width: 150px;
       float: right;
       overflow: hidden;
       background-color: #ccc;
}

#TRESC {
       width: 800px;
       float: left;
       overflow: hidden;
       background-color: #fff;
                text-align: justify;
}

#STOPKA {
       font-size: 12px;
       clear: both;
       width: 100%;
       background-color: #ececec;
}

h1{
font-size:22px;
margin-left: 10px;
}

h2 {
color: black;
font-size: 19px;
margin-left: 10px;
}

#figure {
width: 800px;
height: 185px;
margin-left: 0px;
margin-right: 0px;
}

#fotki:hover {
opacity: 0.70;
filter: alpha(opacity=70);
}

#box {
width: 780px;
height: 110px;
/*background: orange;*/
margin-left: 10px;
margin-right: 10px;
}

/*#box:hover {
background-color: #FFFFCC;
}*/

#navigatione {
background-color: #ececec;
width: 800px;
height: 5px;
}

#me {
background-color: black;
width: 800px;
height: 30px;
}

#kontener {
width: 800px;
margin: 0 auto;
}

#menu {
display: table;
padding: 0 10px 0;
margin: 0 auto;
overflow: hidden; 
font-size: 18px;
background: #242424;
}

#menu li {
list-style-type: none; 
margin: 0 auto;
float: left; 
}

#menu li:hover {
background: #404040;
}

#menu li a {
display: block; 
color: silver; 
text-decoration: none; 
padding: 3px 10px 7px;
}

#menu li a:hover {
background: #404040; 
color: white;
}

#menu li li a {
width: 160px;
}

#menu li ul {
overflow: hidden; 
display: none; 
background: #242424;
}

#menu li:hover ul {
position: absolute; 
padding: 0; 
display: block; 
width: 160px;
}

#menu *:hover {
transition: 0.3s ease-in;
}
 
#menu {
border-radius: 3px;
}

#menu li ul {
border-radius: 0 0 3px 3px;
}

.test {
}

.test:hover {
background: red;
}
