.submenu{
position: relative;
top: 0px;
left: 0px;
width: 582px;
height: 32px;
color: white;
background-color: #16332c;
border-bottom: 1px solid white;
}

.submenu a{
position: relative;
display: block;
height: 22px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
float: left;
color: white;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

.submenu a:hover{
color: #dddddd;
text-decoration: underline;

}

.info{
position: relative;
top: 0px;
left: 0px;
width: 522px;
height: auto;
background-color: #16332c;
color: white;
padding: 30px;
}

.projekty a:hover{

}