/* Hoved */

body {
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: 0;
}


/* Header */

#header {
	margin: 10px 0 0 -430px;
	left: 50%;
	width: 860px;
	position: absolute;
	z-index: 1;
}

#header a {
	text-decoration: none;
	color: #000;
}
	
#header a:hover {
	text-decoration: none;
	color: #66cccc;
}

	
h1 {
	font-size: 23px;
	line-height: 23px;
	letter-spacing: -0.5px;
	margin: 0 0 15px; 0;
	color: #000;
	}

h2 {
	font-size: 17px;
	letter-spacing: -0.5px;
	margin: 0 0 -5px 0;
	color: #000;
	}

.logo {
	width: 130px;
	float: left;
	margin: 0 13px 0 0;
	text-align: right;
	font-size: 12px;
	color: #aaa;
	line-height: 15px;
	}

.logo a {	
	color: #aaa;
	}

.logo a:hover {
	color: #000;
	}

.meny {
	width: 150px;
	margin: 0 0 0 23px;
	float: left;	
	}

.meny ul {
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}

.meny li {
	list-style: none;
	}

.new {
	color: #66cccc;
	}

.ikon {
	float: right;
	}

.ikon a {
	width: 23px;
	height: 21px;
	display: block;
	overflow: hidden;
	}

.ikon a:hover {
	display: block;
	text-indent: -23px;
	}



#tekst {
	margin: 0 0 0 -465px;
	left: 50%;
	background-color: #fff;
	width: 930px;
	display: none;
	z-index: 1;
	position: absolute;
	top: 100px;
	height: 400px;	
}

/* Slideshow */	

.slideshow { 
	top: 100px;  
	left: 50%;
	position: absolute;
	margin-left: -465px; 
	z-index: 0;
	width: 930px;
	}
	
.slideshow img { 
 
	}
	
	
/* Navigering */

#nav a { 
	font: bold 14px Helvetica, Arial; 
	text-align: center; 
	line-height: 32px; 
	background: #000; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	width: 32px; 
	height: 32px; 
	}

#nav {
	position: absolute;
	right: 1px;
	top: 182px;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0; 
	list-style-type: none; 
	z-index: 2;
	}

#nav a.activeSlide { 
	background: #444; 
	color: #fff;  
	}

#nav a:hover { 
	background: #444; 
	color: #fff;  
	}
	




/* Navigering 2 */

#nav2 a { 
	font: bold 14px Helvetica, Arial; 
	text-align: center; 
	line-height: 32px; 
	background: #000; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	width: 32px; 
	height: 32px; 
	}

#nav2 {
	position: absolute;
	right: 1px;
	top: 150px;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0; 
	list-style-type: none; 
	z-index: 2;
	}

#nav2 a.activeSlide { 
	background: #444; 
	color: #fff;  
	}

#nav2 a:hover { 
	background: #444; 
	color: #fff;  
	}
	

