
#tlo_srodkowego_paska {
  background: url(../images/kalendarium2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#content_h1 {
  margin: 0px auto;
  background: #F7F7F7;

}

@media (max-width: 1099px) {
	#content_h1 {
          background: grey;
          
}
}



.pole_tekstowe {
  margin: auto;
  overflow: hidden;
  width: 1050px;
}

@media (max-width: 1099px) {
	.pole_tekstowe {
          width: 90%;
          
}
}


.kurs1 {
  width: 1050px;
  float: left;
  font-size: 20px;
  margin-bottom: 40px;

}

@media (max-width: 1099px) {
	.kurs1 {
          display: none;
          
}
}



.kurs1 a {
  color: black;
}








@media (min-width: 1100px) {
	.kurs2{
          display: none;
          
}
}


.kartka{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
	.kartka img{
          width: 60%;
          
}
}




.miesiac {
  padding-top: 50px;
  margin-bottom: 20px;
  font-size: 44px;
  text-align: center;
  clear: both;
}


.dzien_tygodnia {
  width: 150px;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;

}


.dzien {
  backgroundx: #B9D2EB;
  backgroundx: #2AA8FC;
  background: #607AD1;
  width: 148px;
  float: left;
  height: 70px;
  text-align: center;
  borderx: solid #333333 1px;
  border: solid black 1px;
  border-radius: 10px;
  color: white;
}



.dzien_szkolenia {
  background: #FAB914;
  width: 148px;
  float: left;
  height: 70px;
  text-align: center;
  border: solid #666666 1px;
  border-radius: 10px;

}

.dzien_szkolenia:hover {
  background: #E8A600;
}


span.dzien_szkolenia_formatowanie {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;

}

span.miejsce_szkolenia_formatowanie {
  font-size: 18px;
  font-style: italic;

}


.dzien_szary {
  width: 148px;
  float: left;
  height: 70px;
  text-align: center;
  border: solid #D4D4D4 1px;
  color: #B8B8B8;
  background: #F2F2F2;
  border-radius: 10px;
}



