body, span, div, form, p, h1, h2, h3, ul, li, fieldset, label, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: #beb68c;
	font-size: 12px;
  font-family: arial, verdana, helvetica;
}

img {
	border: none;
}

#tekst {
	color: #22211e;
	font-size: 12px;	
      font-family: arial, verdana, helvetica;	
	padding-right: 50px;
}

#tekst h1 {
	color: #3e3d36;
	font-size: 16px;	
	text-align: right;
	padding-right: 50px;
	padding-bottom: 10px;
}

.pagelink,
.pagecurrent{
	background: #EAEBEC url(images/stronia.png) repeat-x center bottom;
	color: #445563;
	border: 1px solid #000;
	padding: 1px 3px 1px 3px;
}

.pagecurrent{
	background: #F4F5F6 url(images/stronib.png) repeat-x center bottom;
	color: #000;
	border: 1px solid #a0a0a0;
}

input {
  font-family: Tahoma;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
}


a {text-decoration: none; color: #000;}
a:hover {text-decoration: underline;}
