body {
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url(ten11/images/white-rising-sun.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	margin:0;
	padding:0;
	text-align:center;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 1000px;
	bottom: 90px;;

}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 0px;
}
a.dock-item2 {
 
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 50px; 
	color: #000; 
	bottom: 0px; 

	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 0px;
}
.dock-item2 img {
	border: none; 
	padding-left:10px;
	height:40px;
	
}
.dock-item2 img:hover { 
	height:42px;
	margin-top: -10px;
	margin-bottom: -10px;
	border-bottom:5px dotted	 #94c93d;
}

.hjem_header {
	background-image: url(images/hjem2012.png);
  	background-repeat: no-repeat;
	height: 623px;
	margin-top: 0px;}
#wrapper 
{ 
 margin: 0 auto; 
 border: 0px solid red; 
 padding: 0; 
 width: 1000px; 
 text-align: left; 
} 
