html, body, h1, h2, h3, p, div, span, form, fieldset, dl, dt, dd, ul, ol, li, img {
	border:0;
	padding:0;
	margin:0;
}
body {
	font:70%/70% verdana,Arial, Helvetica, sans-serif;
	background:#5d5d5d url(img/background.png) repeat-y center;
	font-family:"lucida grande",verdana,helvetica,arial,sans-serif;
}
a:focus {
	outline-style:none;
}
#wrapper {
	position:relative;
	width:780px;
	margin:10px auto 0 auto;
	padding:10px;
	font-size:1.2em;
	line-height:1.5em;
	background-color:#FFF;
}
#header {
	background:url(/theme/header.png) no-repeat 0px 0px;
	height:320px;
	margin-bottom:5px;
}
#footer {
	background-color:#E0E0D6;
	height:20px;
	margin-top:5px;
	color:#666666;
	font-size:10px;
	font-weight:normal;
	padding-left:16px;
}
ul.navigation {
	list-style:none;
}
ul.navigation li a {
	text-indent:-999em;
	float:left;
	width:194px;
	height:35px;
	margin:0 1px 0 0;
	background:url(/theme/menu.png) no-repeat 0px 0px;
}
ul.navigation li#n1 a {
	background-position:0px 0px;
}
ul.navigation li#n2 a {
	background-position:-195px 0px;
	width:195px;
}
ul.navigation li#n3 a {
	background-position:-391px 0px;
}
ul.navigation li#n4 a {
	background-position:-586px 0px;
	margin-right:0;
}
ul.navigation li#n1 a.selected {
	background-position:0px -140px;
}
ul.navigation li#n2 a.selected {
	background-position:-195px -140px;
}
ul.navigation li#n3 a.selected {
	background-position:-391px -140px;
}
ul.navigation li#n4 a.selected {
	background-position:-586px -140px;
}
ul.navigation li#n1 a:hover {
	background-position:0px -70px;
}
ul.navigation li#n2 a:hover {
	background-position:-195px -70px;
}
ul.navigation li#n3 a:hover {
	background-position:-391px -70px;
}
ul.navigation li#n4 a:hover {
	background-position:-586px -70px;
}

#p1 {
	margin-left:0;
	background:#E0E0D6 url(/theme/mark1.png) no-repeat 0px 0px;
}
#p2 {
  background:#E0E0D6 url(/theme/mark2.png) no-repeat 0px 0px;
}
#p3 {
  background:#E0E0D6 url(/theme/mark3.png) no-repeat 0px 0px;
}
#p4 {
  background:#E0E0D6 url(/theme/mark4.png) no-repeat 0px 0px;
}

#slider {
  width: 780px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 400px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 400px;
  width: 760px; /* change to 560px if not using JS to remove rh.scroll */
  background:#E0E0D6;
  margin:0 10px;
  font-size:13px;
}
#kvitto {
  padding: 20px;
  height: 400px;
  width: 740px; 
  background:#E0E0D6;
  font-size:13px;
}
p {
	margin-bottom:.7em;
	line-height:1.3;
}
.panel a {
	color:#4A8A29;
	text-decoration:none;
} 
.panel a:hover {
	text-decoration:underline;
} 
h2 {
	color:#4A8A29;
	font-family:'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	font-size:1.7em;
	font-weight:normal;
	padding-top:.4em;
	padding-bottom:.4em;
}
h3 {
	font-size:13px;

}
.col1{
	width:360px;
	float:left;
}
.col2 {
	width:360px;
	float:right;
	padding-right:10px;
}
.panel ul {
	margin-left:1em;
}
.info {
	position:relative;
	top:-40px;
	font-size:11px;
}
.info img {
	border:solid #333 1px;
}
input {
	width:20px;
}
#lev {
	width:100%;
	height:60px;
	margin-bottom:.6em;
}
#email {
	width:100%;
}
#submit {
	margin-top:1em;
	width:auto;
}
