html, body {
	background-color: #4C5156;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    margin-bottom: 10px;
}

#all {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#naglowek {
	width: 100%;
	height: 120px;
    margin-top: 30px;
    background-color: #36393D;
    padding-top:2px;
    padding-bottom:2px;
    line-height:110px;
    text-align: right;
    color: #EEE;
    font-size: 30px;
    font-weight: bold;
}

#naglowek p {
    font-size: 15px;
    font-weight: normal;
}

#linia_gora {
	width: 100%;
	height: 5px;
    margin:0px;
    background-color: #C3D9FF;
    padding:0px;
}

#linia_dol {
	width: 100%;
	height: 5px;
    background-color: #C3D9FF;
    padding:0px;
}

#okladka {
	width: 94px;
	height: 128px;
    background: url('okladka.png') #C3D9FF no-repeat;
    background-position: center;
    padding:2px;
    margin-left: 15px;
}

#ramka {
	width: 780px;
    min-height: 50px;
	margin-left: auto;
	margin-right: auto;
    margin-top: -128px;
}

#content {
	width: 100%;
    margin-top: 10px;
}

#content #menu {
    background-color: #36393D;
    width: 170px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    float: left;
}

#menu a {
    color: #EEEEEE;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;

}

#menu a:hover {
    color: #EEEE00;
    font-size: 12px;
    padding: 5px;
    text-decoration: underline;
}

#content #tekst {
    width: 595px;
    min-height: 100px;
    float: left;
    margin-left: 10px;
    text-align: justify;
    color: #eee;
    font-size: 13px;

}

#content #podpis {
    text-align: right;
    color: #eee;
    font-size: 13px;
    float: right;
}

#waz {
	width: 100px;
	height: 11300px;
    background: url('waz.gif') #4C5156;
    background-position: top;
    padding:0 px;
    margin-left: 0 px

}

#wazru {
	width: 100px;
	height: 12300px;
    background: url('waz.gif') #4C5156;
    background-position: top;
    padding:0 px;
    margin-left: 0 px
    margin-top: 0 px;    margin-top: 0 px;
}

#wazk {
	width: 100px;
	height: 743px;
    background: url('waz.gif') #4C5156;
    background-position: top;
    padding:0 px;
    margin-left: 0 px
    margin-top: 0 px;
}

#wazq {
	width: 100px;
	height: 2343px;
    background: url('waz.gif') #4C5156;
    background-position: top;
    padding:0 px;
    margin-left: 0 px
    margin-top: 0 px;
}

#wazrec {
	width: 100px;
	height: 14143px;
    background: url('waz.gif') #4C5156;
    background-position: top;
    padding:0 px;
    margin-left: 0 px
    margin-top: 0 px;
}

#wazrecq {
	width: 100px;
	height: 14143px;
    background: url('waz.gif') #4C5156;
    background-position: top;
    padding:0 px;
    margin-left: 0 px
    margin-top: 0 px;
}

#wazzam {
	width: 100px;
	height: 1043px;
    background: url('waz.gif') #4C5156;
    background-position: top;
    padding:0 px;
    margin-left: 0 px
    margin-top: 0 px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
