html { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #3B392D;
	background-color: #F2F2F2;
}

body {
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
	line-height: 1.3;
}

h2 {
  font-size: 14px;
  color: #3B392D;
  font-weight: bolder;
  display:inline;
  
}

a {
  color: #000000;
  text-decoration: none;
}

a img { border: none; }


#kontener {
	 width: 641px;
	 margin: auto;
	 background: url(back.jpg) repeat-y;
}


#top {
  width: 641px;
  height: 285px;
  background: url(top.jpg) no-repeat;
}

#top1 {
  width: 641px;
  height: 18px;
  background: url(c_top.jpg) no-repeat;
}

#main {
  width: 601px;
  padding: 0px 20px 10px 20px;
}


h1 {
  margin-top:0px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #6E7F0F;
  font-size: 26px;
}
#footer {
  clear: both;
  width: 641px;
  height: 60px;
  background: url(footer.jpg) no-repeat;
}

#footer-text {
  color: #8B8B8B;
  font-size: 10px;
  padding-top:25px;
  padding-left: 230px;
}

#footer-text a{
  color: #C4C4C4;
  text-decoration: none;
  font-weight: bold;
}

