/* CSS Document */
BODY {
  background:#5b5a5a;
  font-family:Arial;
  margin: 0px;
  border-collapse:collapse;
}

div.play {
	position: absolute; 
	top: 15px; 
	left: 450px;
}

div.play div.player {
	
	display:block;
	width:384px;
	height:216px;
}
div.player img {
	margin-top: 90px;
	margin-left: 170px;
	opacity: 0.9;
}
/* info */
div.play div.player div.info {
	height:40px;
	background:#000000;
	opacity:0.7;
	text-align:left;
	color:#777;
	font-size:12px;
}

#play { 
	top: 30px;
	left: 500px;
}

#main
{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
position: relative;
width: 978px; 
height: 580px; 
background-color: white; 
border: black
}

#ramka
{
position: relative; /* absolute */
top:1px; 
left: 3px; 
width:970px; 
height:367px; 
border:1px solid grey;
}

#logo 
{
position: absolute; 
top: 2px; 
left: 50px;
}

#ID
{
position: absolute;

top: 200px; 
left: 50px; 
width: 300px; 
height: 30px; 
color:#184481;
background-color: white;
}

#pasek
{
	position: absolute;
	top: 5px;
	left: 6px;
	width: 8px;
	height: 352px;
	/* background-color:#f4dc00; */
	
}

#www 
{
position: absolute;
top: 120px;
left: 95px;
font-family: "Arial";
font-size: 14px;
color:#015a9c ;
}

#stopka
{
	top: 320px;
	left: 596px;
	width: 340px;
	height: 20px;
	background-color: white;
	position: absolute;
}

#szary
{
position: absolute;
top: 325px;
left: 140px;
width:850px;
height:70px;
}

#ID hr {
color:#184481;
}

#szary h4 { 
color: #898989;
display: inline;
font-family: "Arial";
font-size: 10px;
margin-left: 3px;
}
#img {
border: none;
position: absolute;
top: 300px;
left:50px;
float: left;
}

img {
border: none;
 }
 #img {
 	 float:left;
 }

h1{
color:#75748d;
font-size:14px;
}
h2{
display:inline;
font-family:Arial;
font-size:14px;
color: #999999;
}

h4 {
font-size:10px;
font-family: Arial;
display:inline;
margin-left:3px;

}

h3{
text-transform:uppercase;
font-size:12px;
font-family: Arial;
display:inline;
color:#152C3C;
}
h5 {
text-transform:uppercase;
font-size:8px;
font-family:Arial;
color:grey;
}

#ID h6 {

font-family:Arial;
font-size: 12px;
display: inline;
}


h5 a:link, h5 a:visited { color: grey; text-decoration:none;}
h5 a:hover {color: red;text-decoration:underline;}