body {
background-color: gray;
background-image: url(./images/maze_pat_20031119143234.gif);
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0;
line-height: 22px;
}



.container {
position: relative;
bottom: 9px;
right: 10px;
/*left: 150px;
width: 500px;
height: 300px; */
background-color: #f8f8f8;
background-image: url(./images/banner2.jpg);
background-position: right top;
// background-position: 267px 50px;
background-repeat: no-repeat;
border-top: solid 45px #f8f8f8;
// border-bottom: solid 45px #f8f8f8;
padding: 45px;
padding-right: 0;
/* padding-bottom: 82px; */
height: 326px;
// height: 281px;
}

.list1 {
background-color: white; 
position: relative;
left: 150px;
top: 25px;
width: 500px;
height: 462px;
margin-top: 30px;
}

.list2 {
background-color: #1d1d1d; 
position: relative;
right: 7px;
top: -7px;
width: 500px;
height: 462px;
}

.nadpis {
text-transform: capitalize;
font-weight: bold;
padding: 10px;
display: none;
}

img {
clear: both;
padding-top: 30px;
}

a {
text-decoration: none;
color: #721E6B;
}

a:hover {
text-decoration: underline;
}