#Header
{	
	 Color:white;
	 height: 90px;
	  
	display:grid;
}
body
{
	margin: 0px;
	background-color: #404040;
    font-family: 'Lato', sans-serif;
}
#lewy
{
	float: left;
    width: 248px;
    min-height: 620px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-right: 2px groove #666666;
	background-color:  #dedede;
	height:620px;

}
#prawy
{
	float: left;
    padding: 0px 40px 0px 40px;
    width: 630px;
    background-color: #dedede;
    min-height: 660px;
	height:660px;
}
#Menu>a
{
	margin:10px;
	float:right;
	text-decoration: none;
	padding: 20px;
	color: black;
	font-size: 150%;
}
#Gora
{
	height: 30px;
	background-color: #404040;
	color: white;
}
#Gora>a
{
	
	float:right;
	text-decoration: none;
	padding: 20px;
	color: white;
	
}
a:hover
{
	background-color: #D4D9DB;
}
#Footer
{
	clear: both;
    color: black;
    text-align: center;

    
}
div.sticky
{
	top: 0;
    position: sticky;

}
#dol
{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.zdj
{
    margin-top: 10px;
    margin-bottom: 15px;
    height: 213px;	
}
.Prawy
{
	float:right;
	width: 30%;
	color: white;
	float: right;
}
.kontakt
{
	font-size: 18px;
    height: 20px;
    padding: 10px;
    border-bottom: 1px groove #444444;
}
.Lewy
{
	width: 70%;
	float:left;
}
#prawyG
{
	float: left;
    padding: 40px;
    width: 920px;
    background-color: #dedede;
    text-align: center;
}
.napisy a:link
{
	text-decoration: none;	
	color:black;
}
.napisy a:hover
{
	color:black;
}
.kadra
{
	float: right;	
}
#linki a
{
	text-decoration: none;
	color: black;
}
#linki a:hover
{
	color: white;
}
#glowny
{
    text-align:center;
}
.guzik
{
    padding:10px 15px;
    text-decoration:none;
    color:black;
    background-color:white;

}
html
{
	display:grid;
}

