@import url("layout.css");

html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 11px Tahoma, Arial, sans-serif, serif;
  background:url(../tworzenie_stron_www/bg_top_01.jpg) repeat-x top left;
  width: 100%;
}
/***** Common Formatting *****/

h1, h2, h6, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif, serif;
  font-size: 11px;
  display: inline;
  color: #50b4c7;
}

h1 a{
  color: #8c8c8c; 
  text-decoration: none;
  display: inline;
}
h1 a:hover{
  color: #5cc2d0; 
  display: inline;
}

h2 a{
  color: #8c8c8c; 
  display: inline;
  text-decoration: none;
}
h2 a:hover{
  color: #5cc2d0; 
}
h6 a{
  color: #8c8c8c; 
  display: inline;
  text-decoration: none;
}
h6 a:hover{
  color: #5cc2d0; 
}
h3 a{
  color: #8c8c8c; 
  display: inline;
  text-decoration: none;
}
h3 a:hover{
  color: #5cc2d0; 
}
h4 {
	font-family: Tahoma, Arial, sans-serif, serif;
	font-size: 11px;
	line-height: 14px;
	color: #646464;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
	text-align: left;
}


p, ul, ol {
  margin: 0;
  padding: 0;
}