body, html { margin: 0px; padding: 0px; }
body { background: url(/images/bg-body.jpg) left top repeat-x #fff; text-align: center; font-family: helvetica, arial, sans-serif; font-size: 80%; }

a { text-decoration: none; color: #2f8fe3; }
a img { border: 0px; }

.clearing { clear: both; }

#body { width: 980px; margin: auto; text-align: left; }
	#header { height: 145px; position: relative; }
		img.logo { position: absolute; left: 0px; top: 30px; }
		#navi { width: 800px; position: absolute; right: 0px; top: 0px; }
			#navi ul { margin: 0px; padding: 0px; }
				#navi ul li { list-style-type: none; float: right; height: 90px; margin: 0px 0px 0px 25px; }
					#navi ul li a { display: block; line-height: 115px; color: #8e8e8e; }
						#navi ul li a:hover, #navi ul li a.active { background: url(/images/bg-navi-li.jpg) bottom center no-repeat; color: #2f8fe3; }
						
			#content { position: relative; }
						
			#content h1, #content h2, #content h3 { color: #60b5ff; padding-top: 10px; }
			#content p { line-height: 18px; color: #616161; }
			
			#content td { vertical-align: top; }
			
			#content table.referenssit td { background: #f5f5f5; border: 1px solid #fff; padding: 0px 10px; }
			
			#content ul { background: #f1f1f1; padding: 20px 30px 10px 30px; margin: 15px 0px 25px 0px; }
				#content li { list-style-image: url(/images/blueball.jpg); list-style-position: inside; line-height: 18px; padding: 5px 0px; }
						
						
	#footerframe { position: relative; height: 80px; margin-top: 20px; }
		#footer { padding: 15px 0px; line-height: 18px; }