@charset "utf-8";
body  {
	font-family: Arial;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #353535;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.form_menu{
  border:none;
  background:none;
}
.form_menu_hover{
  border:none;
  background:none;
  font-weight:bold;
}
.contener{
  width:870px;
  margin: 0 auto;
}
.linia{
  width:870px;
  margin: 0;
  padding:0;
}
.lewo{
  width:170px;
  margin: 0;
  padding:0;
  float:left;
  text-align:left;
}
.prawo{
  width:700px;
  margin: 0;
  padding:0;
  float:right;
  text-align:right;
}
.krotka{
  width:700px;
  margin: 0;
  padding:0;
  text-align:right;
}
.main{
  width:860px;
  margin:0;
  padding:0;
  text-align:left;
}
.linki{
  width:150px;
  margin:0;
  float:right;
  text-align:left;
  min-height:350px;
  
}
.glowna{
  width:680px;
  margin:0;
  float:left;
}
.baner{
  width:870px;
  /*height:300px;*/
  margin:0;
  padding:0;
  /*background-image:url(img/baner.jpg);
  background-repeat:no-repeat;*/
}
.stopka{
  width:870px;
  /*height:300px;*/
  margin:0;
  padding:2 0;
  background-image:url(img/stopka.jpg);
  background-repeat:no-repeat;
  background-position:top;
}
.rozek{
  background-image:url(img/rozek_jasny.jpg);
  background-repeat:no-repeat;
  background-position:top left;
}
.rozekC{
  background-image:url(img/rozek_ciemny.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}
.menu{
  width:870px;
  margin:0;
  padding:0;
}
.tabela_main td{
  width:135px;
  margin:0;
  overflow:hidden;
}
.tabela_main a{
  text-decoration:none;
  color:#353535;
}
.tabela_main a img{
  border:none;
}
.link_lewa{
  text-decoration:none;
  color:#353535;
}
.link_lewa_menu{
  text-decoration:none;
  color:#353535;
  font-weight:bold;
}
.link_lewa:hover{
}
.linki_szukaj{
  text-decoration:none;
  color:#353535;
}
.zatwierdz{
  border:none;
  background:none;
  cursor:pointer;
  font-family: Arial;
	font-size:16px;
}
.zatwierdz_hover{
  border:none;
  background:none;
  cursor:pointer;
  font-family: Arial;
	font-size:16px;
}
.szukaj_mnie{
font-size:9px;
}
.zatwierdz1{
  border:none;
  background:none;
  cursor:pointer;
  font-family: Arial;
	font-size:11px;
	color:#497081;
	font-weight:bold;
}
.zatwierdz_hover1{
  border:none;
  background:none;
  cursor:pointer;
  font-family: Arial;
	font-size:11px;
	color:#497081;
	font-weight:bold;
}

