<!--
html, body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	background-image: url(images/podklad.gif);
	background-position: top;
	background-repeat: repeat-x;
}
a, a:link, a:visited {
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  color: #00aeef;
  text-decoration: NONE;
}
a:hover {
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  color: #444;
  text-decoration: none;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
ul li {
	background: url(images/punkt.gif) no-repeat left top;
	padding-left: 10px;
}
#wrap {
  padding: 60px 0px 0px 0px;
  width: 920px;
  display: block;
  margin: 0 auto;
}
#gora {
  background-color:#fff;
	background-image: url(images/tlo_gora.jpg);
	background-position: top;
	background-repeat: no-repeat;
  width: 920px;
  height: 300px;
  display: block;
  overflow: hidden;
}
#body {
  background-color:#fff;
	background-image: url(images/tlo_body.gif);
	background-position: top;
	background-repeat: no-repeat;
  width: 920px;
  min-height: 440px;
  display: block;
}
#stopka {
  width: 920px;
  height: 50px;
  display: block;
  overflow: hidden;
}
#logo {
  padding: 35px 0px 0px 40px;
  width: 250px;
  height: 150px;
  display: block;
  float: left;
}
#jezyk {
  padding: 48px 39px 0px 0px;
  width: 78px;
  height: 39px;
  display: block;
  float: right;
}
#menu {
  padding: 74px 0px 0px 255px;
  width: 626px;
  height: 18px;
  display: block;
  clear: both;
  text-align: right;
}
#glowna {
  padding: 0px 5px 0px 50px;
  width: 470px;
  display: block;
  float: left;
}
#prawy {
	width: 370px;
	display: block;
	float: left;
}
#naglowek {
  padding: 38px 0px 15px 0px;
	width: 400px;
	display: block;
	font-family: georgia;
	font-weight: normal;
	text-decoration: none;
	font-size: 20pt;
  color: #00aeef;
}
#tresc {
  width: 450px;
  font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 17px;
  color: #42515a;
  display: block;
}
#bok1 {
  background-image: url(images/bok1.gif);
	background-position: top;
	background-repeat: no-repeat;
  margin: 35px 0px 0px 15px;
  width: 346px;
  height: 200px;
  display: block;
  overflow: hidden;
}
#bok2 {
  background-image: url(images/bok2.gif);
	background-position: top;
	background-repeat: no-repeat;
  margin: 5px 0px 0px 15px;
  width: 346px;
  height: 97px;
  display: block;
  overflow: hidden;
}
#bok3 {
	background-position: top;
	background-repeat: no-repeat;
  margin: 5px 0px 0px 15px;
  width: 346px;
  height: 98px;
  display: block;
  overflow: hidden;
}
#mediatel {
  width: 220px;
  height: 40px;
  padding: 29px 0px 0px 24px;
  font-family: georgia;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 17px;
  color: #42515a;
  float: left;
  display: block;
  overflow: hidden;
}
#mediatel_logo {
  padding: 20px 0px 0px 15px;
  display: block;
  float: left;
}
#news_tytul {
  margin: 18px 0px 8px 24px;
	width: 298px;
	display: block;
	font-family: georgia;
	font-weight: normal;
	text-decoration: none;
	font-size: 14pt;
  color: #00aeef;
}
#news_tresc {
  margin: 0px 0px 0px 24px;
  width: 298px;
  height: 130px;
  display: block;
  overflow: hidden;
  font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 11px;
  color: #42515a;
}

/*formularz*/
label {
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 17px;
  color: #42515a;
}
td {
  text-align: right;
  padding: 1px;
}
input.inp, select.inp, textarea.inp {
	border: 1px solid #CCC;
	width: 220px;
	margin-left: 10px;
	background: #FCFCFC;
	font: 11px verdana;
	color: #666;
	padding: 2px;
	outline: none;
}
input.inp:hover, select.inp:hover, textarea.inp:hover	{
	border: 1px solid #00aeef;
}
input.inp:focus	{
	border: 1px solid #00aeef;
	background: #FFF !important;
	color: #5D4E37;
}
input.wyslij {
	background-color: #3299c0;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	border-top: 1px solid #ccc;
	border-right: 1px solid #077098;
	border-bottom: 1px solid #077098;
	border-left: 1px solid #ccc;
	margin: 0px;
	width:100px;
	color: #fff;
	margin-left:10px;
}
#pozytyw {
  font-family: verdana;
	font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px 10px 0px;
  color: #0a0;
}
#uwaga {
  font-family: verdana;
	font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px 10px 0px;
  color: #a00;
}
/*end formularz*/
-->