body {
  background-color: #dedede;
	font-family: "Palatino Linotype";
	font-size: 15px;
   
}
a {
  color:#ffffff;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color:#c2c2c2;
  text-decoration: none;
  font-weight: bold;
}

#strona {
 width: 100%;
}
#logo {
 background: #ffffff;
 width: 100%;
 height: 150px;
 padding-top: 0px;
 text-align:left;
}

#menu {
  background: #000000;
  width: 100%;
  border-bottom: 5px solid #4f4f4f;
  text-align: right;
  padding-bottom: 0px;
}

#tresc {
  background: #ffffff;
  padding: 15px 15px 15px 15px;
}
#tresc a {
  color:#000000;
  text-decoration: none;
  font-weight: bold;
}
#tresc a:hover {
  color:#c2c2c2;
  text-decoration: none;
  font-weight: bold;
}
.tekst {
  border: 2px solid	#adadad;
  background:	#efefef;
  margin-bottom: 5px;
}
.tekstg {
  background:	#adadad;
  width: 100%;
}

#stopka {
  background: #000000;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.glos {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.link_menu {
 padding-right: 15px;

}
.padding5 {

padding-top: 5px;
padding-bottom: 5px;

}

.stronnicowanie {
 background-color: #1d0f0a;
 color: #ffffff;
 width: 20px;
 height: 20px;
}
.stronnicowanie a{
 color: #ffffff; 
}
.stronnicowanie_a {
 background-color: #c00e24;
 color: #ffffff;
 width: 20px;
 height: 20px;
 font-weight: bold;
}
#reklama {
float:right;
width: 320px; 
padding-left: 20px; 
background: lightgrey; 
border: 1px solid #A8A8A8;
font-size: 12px;
}

#reklama a:hover {
text-decoration: underline;
color: #000000; 
} 
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.akcja_nieudana{ 
   width:630px;
   padding:5px 5px 5px 5px; 
   border:solid #800000 3px; 
   background:#B22222; 
   color: #ffffff;
}
.akcja_udana{ 
   width:630px;
   padding:5px 5px 5px 5px; 
   border:solid #008000 3px; 
   background:#228D22; 
   color: #ffffff;
}