#menu{
	position: absolute;
	left:0px;
	top:0px;
	}
#link1, #link2, #link3, #link4, #link5{
	position: absolute;
	top:0px;
	width: 160px;
	height:150px;
	overflow: hidden;
	}
#link1{left:0px;}
#link2{left:160px;}
#link3{left:320px;}
#link4{left:480px;}
#link5{left:640px;}

#menu p{
	position: absolute;
	bottom: 0px;
	left:0px;
	display: block;
	margin: 0;
	width: 160px;
	height: 30px;
	text-align: center;
	font-size:14px;
	z-index:2;
	font-weight:0
	}

#menu a{
	position: absolute;
	left:0px;
	top:0px;
	top:0px;
	display:block;
	width:160px;
	height:150px;
	color: rgb(0,0,0);
	margin:0;
	overflow: hidden;
	text-decoration: none;
	cursor:pointer;
	}

.eksternLinks{
	z-index:10;
	position:absolute;
	top:10px;
	right:20px;
	margin:0;
	padding:0;
	width:290px;
	}
.eksternLinks p{
	font-size:13px;
	margin:0;
	padding:0;
	color:black;
	opacity:0.60;
	text-align:right;
	font-weight:bold;
	}
.eksternLinks a{
	color:black;
	font-size:12px;
	float:right;
	}
	
#menu a:hover{
	color: rgb(0,0,0);
	}

#image {
	position: relative;
	left:0px;
	top:0px;
	width:160px;
	margin:0;
	height:150px;
	display: block;
	overflow: hidden;
	}
#image img{
	position: relative;
	top:-23px;
	border:0;
	z-index:0;
	}
