
* {
  box-sizing: border-box;
}

body {
  background-color: #333333;
  color: #333333;
  font-family: 'Titillium Web', sans-serif;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.a {
  text-align: center;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  
}


div.srodek {
  text-align: center;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
	background-color: #FFFFFF'
  
}




#top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #333333;
	z-index: 2;
}	
#srodek02 {
	width: 100%;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 55;
	background-color: #000000;
}

#srodek03 {
	width: 70%;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 55;
	background-color: #000000;
}	

a.menu01
{
text-decoration:none;
font-size:24px;
color:#FFFFFF;
font-family:'Titillium Web', sans-serif;
margin:0;
padding:0;
font-style:normal;
font-weight:normal;
}

a.menu01:hover
{
text-decoration:none;
font-size:24px;
color:#000000;
background-color: #FFFFFF;
font-family:'Titillium Web', sans-serif;
margin:0;
padding:0;
font-style:normal;
font-weight:normal;
}


/* Create two columns/boxes that floats next to each other II*/
player {
  float: left;
  width: 50%;
  height: 10%;
  background: #000000;
  padding: 1px;
  border-color: #FFFFFF;
  border-image-width: 40px;
  z-index: 1;
}

playerr {
  float: center;
  width: 50%;
  height: 10%;
  background: #000000;
  padding: 1px;
  border-color: #FFFFFF;
  border-image-width: 40px;
  z-index: 1;
}
srodek {
  float: center;
  width: 100%;
  height: 110%;
  background: #FFFF;
  padding: 1px;
  border-color: #FFFFFF;
  border-image-width: 40px;
z-index: 1;
}

informer {
  float: left;
  padding: 1px;
  top: 10px;
  width: 50%;
  background-color: #000000;
  height: 101%;
z-index: 1;
}


/* Create two columns/boxes that floats next to each other III*/
videop {
  float: left;
  width: 50%;
  height: 50%;
  background: #000000;
  padding: 10px;
  border-color: #FFFFFF;
  border-image-width: 40px;
z-index: 1;
}

/* Create two columns/boxes that floats next to each other III*/
videopp {
  float: center;
  width: 50%;
  height: 50%;
  background: #000000;
  padding: 10px;
  border-color: #FFFFFF;
  border-image-width: 40px;
z-index: 1;
}

czat {
  float: right;
  padding: 20px;
  width: 50%;
  background-color: #000000;
  height: 100%;
z-index: 1;
}




/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  nav, banerjpg {
    width: 100%;
    height: auto;
  }
}


/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens II*/
@media (max-width: 600px) {
  player, informer {
    width: 100%;
    height: auto;
  }
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens II*/
@media (max-width: 600px) {
  videop, czat {
    width: 100%;
    height: auto;
  }
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens II*/
@media (max-width: 600px) {
  videopp {
    width: 100%;
    height: auto;
  }
}


