* { 
	font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; 
}
html { 
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
}
body {
  color: #5B5B5B;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align:center; /* center layout in ie5 and 5.5. */
}
a img {
	border: 0px;
	line-height: 0px;
}

a:link, a:visited { 
	text-decoration:none;
	color: #5B5B5B;
}
a:hover {
	text-decoration: underline; 
}

h1 {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  font-size: 12px;
}

h2 {
	color: #006600;
	font-size: 13px;
	margin-bottom: 5px;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 6px;
	width: 100%;
}
h2 .sub {
	color: #6A6969;
	font-size: 9px;
}
.forminput {
    padding: 1px;
	width: 120px;
	height: 15px;
	border: 1px solid #D0D0D0;
	color: #979797;
	font-size: 9px;
	margin-bottom: 2px;
}
  
form{
	font-size: 9px;
	}

#container {
  width:500px;
  text-align:left;
  padding:10px;
}


#header {
  width: 100%;
  height: 166px;
  background: url('/templates/_img/logo.gif');
}
#header #header1 {
  position: absolute;
  top: 30px;
}
#header #header2 {
  position: absolute;
  left: 260px;
  top: 0px;
  width: 494px;
  height: 164px;
  background: url('/templates/_img/logo1.jpg');
}
#header #header3 {
  position: absolute;
  top: 25px;
  right: 100px;
}
#header #header4 {
  position: absolute;
  top: 20px;
  right: 40px;
}


#content {
  float: left;
  width: 490px;
  margin-right: 10px;
}
.naglowek {
  margin-bottom: 10px;
}
.red1 {
  color: #793223;
}
.more {
  width: 100%;
  clear: both;
  border-bottom: 1px dotted #E6E6E6;
  text-align: right;
  padding-right: 18px;
}


