@charset "utf-8";
/* CSS Document */

#body{
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	font-family: "prestige Elite Std";
	size: 11px;
	color: #000;
	text-align: left;
}

#wrap{
	width: 800px;
	border: 5px #FFF solid;
	background-color: #fff;
	float: auto;
}


#header{
	background:url('design/header.jpg');
	width: 100%;
	height: 275px;
}

#meny{
	width: 100%;
	text-align: left;
	font-size: 20px;
	margin-top: 10px;
}




#inside{
	width: 100%;
	padding: 0px;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
}


#innhold{
	width: 510px;
}


#clear2{
	clear:both;
	
}

#rightdiv{
	 background:url('images/prev5.jpg');
	 width: 145px;
	 height: 479px;
	 margin-left: 10px;
}

#insideright{
	width:180px;
	margin-right:10px;
	margin-bottom: 10px;
	float: right;
	background:url('design/rightbg.jpg');
	height: 520px;
	
}

#meny a{
	color: #222;
	text-decoration: none;
}

#meny a:hover{
	color: #555;
}

	
#innholdcon{
	width: 90%;
	font-family:Tahoma, Geneva, sans-serif;
}

a:link{
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #00F;
	text-decoration: none;
}

a:visited{
	color: #999;
	text-decoration: none;
}

#rightfacebook{
	float: right;
	width: 145px;
}


#IE{
	overflow: hidden;
	width: 100%


#twitter{
	float: left;
}


/*
	CSS for Slideshow w/ PNG Frame Layer
*/

*{margin:0; padding:0; border:0;}
body{background:#FAFAFA;}

/* Slideshow & Billboard Images */	
	#top-zone{overflow:hidden; width:145px; margin:0 auto; height:500px;} /*Here to keep images hidden in IE mostly*
	
	.slideshow{width:150px; height:500px; margin:0px; overflow:hidden;}
		.slideshow li{list-style:none; float:right; display:inline; position:relative;}
	

