@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#container {
	position: relative;
	height: 875px;
	width: 1212px;
	margin: 20px auto;
	margin-bottom: 5px;
	background-color: #fff;
}
ul, li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
h1 {
	font-size:0px;	
}
#header {
	position: absolute;
	top: 20px;
	left: 305px;
	z-index: 10;
}
#header img {
	margin: 0 5px;	
}
img {
	border: 0;
}
a, object {
  outline: none;
}
#copyright {
	width: 1173px;
	margin: 10px auto;
	font-size: 9px;
	color: #555; 
	text-align: right;
}
#copyright a {
	color: #555; 
	text-decoration: none;
}
#copyright a:hover {
	color: #BBB; 
}

#top {
	position: absolute;
	top: 110px;
	left: 630px;
}
#bottom {
	position: absolute;
	top: 480px;
	left: 70px;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 640px;
	left: 375px;
}

#tekst {
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 1173px;
	height: 13px;
	background-image: url("../images/tekst.png");
	text-indent: -9000px;
	z-index: 10;
}