body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
/* 	background-image: url("../pics/layout2.jpg");
	background-position: top center;
        background-repeat: no-repeat; */
	background-color: white;
	color: dimgray;
}

a:link, a:visited {
  color: crimson;
}

a:hover, a:active {
  color: dimgray;
  text-decoration: none;
}  

#container {
  text-align: center;
}

#package    {
  margin: 0 auto;
  width: 760px;
  min-width: 760px;
  max-width: 760px;
  text-align: left;
}

#top {
  width: 660px;
  height: 132px;
  float: left;
}

#center {
  width: 590px;

  float: left;
  margin: 0px;
  padding: 0px;

}

#content {
 float: left; 
 width: 570px;
 margin: 5px;
 padding: 0px;




}
#right {
  width: 170px;
  float: right;
  text-align: center;
}

#footer {
  float: left;
  width: 100%;
  height: 40px;
  background-color: whitesmoke;
  margin-top: 5px;
  border-top: 1px solid dimgray;
  text-align: center;
}

#footer a:link, #footer a:visited {
  color: dimgray;
}

img { 
  margin: 0px;
  border: 0px;
}

h1 {
  font-size: 12px;
  margin: 5px;

}

.error {
  font-weight: bold;
}

.aktualnosc_duza {
  width: 550px;
  margin-bottom: 5px;
  float: left;
  background-image: url("../pics/line550.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

.aktualnosc_duza .dodano {
  height: 20px;
}

.aktualnosc_duza .foto {
  float: left;
  margin: 0px 5px 5px 0px;
}

.aktualnosc_duza img {
  border: 1px solid dimgray;
}

.aktualnosc_duza .tresc {
  margin-bottom: 5px;
}

#tresc {
  text-align: justify;
}

#h00 {
  width: 100px;
  height: 161px;
  float: right;
  background-image: url("../pics/h00.jpg");
  background-position: top left;
  background-repeat: no-repeat;
}

.line {
  width: 100%;
  float: left;
}

.opis_certyfikatu {
  float: left;
  margin: 5px 5px 5px 5px;
}


