body {
	margin: 0px;
	padding: 0px;
/*	font-family: "Lucida Grande", "Verdana", "Helvetica Neue", Arial, sans-serif;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-family:"Courier New", Courier, monospace; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
}

.section {
	
}
	
	.section-page-logo {
		width: 100%;
		height: 100px;
		border-bottom: 0px solid #1a1a1a;
		margin-top: 5px;
		margin-bottom: 5px;

	}
	
	.section-page-menu {
		width: 100%;
		height: 35px;
		/*background: #e4701e;
		background: #666;*/
		background: #525C6D;
		border-bottom: 0px solid #fff;
	}
	
	
	

.link {
	
}

	a, 	
	a:link, 
	a:active, a:visited {
		font-size: 13px;
		text-decoration: none;
		color: #525C6D;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
	
	a:hover {
		text-decoration: underline;
		color: #525C6D;
	}
	
	a.top,
	a.top:link,
	a.top:active, .top:visited {
		font-size: 11px;
		color: #f2f2f2;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: none;
	}
	
	a.top:hover {
		color: #e4701e;
		text-decoration: none;
	}

.text {
	
}
	
	h1, h2, h3 {
		color: #e4701e;
		color: #f2f2f2;
		color: #525C6D;
		padding-bottom: 30px;

	}

	ul {
		color: #666;
		padding-bottom: 25px;
	}
	
	li {
		color: #666;
	}
	
	
	p.white {
		color: #fff;
		width: 400px;
		padding-bottom: 30px;
	}
	
	p.price {
		font-size: 18px;
		color: #e4701e;
		color: #666666;
	}
	
	p.quote {
		font-size: 18px;
		margin-top: 95px;
		color: #525C6D;
	}
	
	p.content {
		width: 425px;
		color: #525C6D;
		padding-bottom: 30px;
	}
	
	p {
		color: #666;
	}
	

.slideContainer {
	
}		
	
    #newHomeContainer {
		position: absolute;
		width: 100%;
    }
		
	#newHome {
    	width: 100%;
		padding: 15px;
		background: #F3F4F5;
    	display:none;
		border-bottom: 0px solid #2e2e2e;

    }

    #newWebDesignContainer {
		position: absolute;
		width: 892px;
		left: 50%;
		margin-left: -446px; /* half the width of the div */
		
    }
    
	#newWebDesign {
    	width: 862px;
		padding: 15px;
		background: #1a1a1a;
    	display:none;
		border-bottom: 0px solid #2e2e2e;

    }
		
	#newWebVedlikeholdContainer {
		position: absolute;
		width: 892px;
		left: 50%;
		margin-left: -446px; /* half the width of the div */
		
    }
	
    #newWebVedlikehold {
    	width: 862px;
		padding: 15px;
		background: #1a1a1a;
    	display:none;
		border-bottom: 0px solid #2e2e2e;

    }
		
	#newWebPubliseringContainer {
		position: absolute;
		width: 892px;
		left: 50%;
		margin-left: -446px; /* half the width of the div */
		
    }
	
    #newWebPublisering {
    	width: 862px;
		padding: 15px;
		background: #1a1a1a;
    	display:none;
		border-bottom: 0px solid #2e2e2e;

    }
		
	#newKontaktContainer {
		position: absolute;
		width: 892px;
		left: 50%;
		margin-left: -446px; /* half the width of the div */
			
    }
	
    #newKontakt {
    	width: 862px;
		padding: 15px;
		background: #1a1a1a;
    	display:none;
		border-bottom: 0px solid #2e2e2e;

    }
	
	#newWebApplikasjonerContainer {
		position: absolute;
		width: 892px;
		left: 50%;
		margin-left: -446px; /* half the width of the div */
			
    }
	
    #newWebApplikasjoner {
    	width: 862px;
		padding: 15px;
		background: #1a1a1a;
    	display:none;
		border-bottom: 0px solid #2e2e2e;

    }
	
	#newPortfolioContainer {
		position: absolute;
		width: 892px;
		left: 50%;
		margin-left: -446px; /* half the width of the div */
			
    }
	
    #newPortfolio {
    	width: 862px;
		padding: 15px;
		background: #1a1a1a;
    	display:none;
		border-bottom: 0px solid #2e2e2e;

    }
	
	.pactive {
		padding: 15px;
		background: #000;
	}
	
	.ppassive {
		padding: 15px;
		background: #1a1a1a;
	}
            
