﻿/* Css document by Svein Erik Storkaas - www.prowebdesign.no | 2008 */


* {margin: 0 auto;
padding: 0;}

body
{

}

a { outline: none; } /* removes the dots */

#wrapper
{
    width:985px;
}

#contactwrapper{
width:500px;
height:500px;
}

#header
{
    background-image:url(images/header.jpg);
    height:316px;
    width:985px;
    
}

#slider
{
   float:right;
   margin-top:211px;
   margin-right:10px;
   width:350px;
   height:100px;
}

#slider img { height: 100px; width: 350px; }

#leftbox
{    
width:330px;   
margin-right:0px;
float:left;
}

#rightbox
{    
    height:231px;    
    margin-left:330px;  
    border-right:solid 3px #b962e8;    
}

.contactschema
{
float:left;
width:180px;
display:inline;
}

.contactinfo
{
float:right;
width:320px;
padding-right:6px;
}

.swap_value
{
color:#666;
}

.emailSent
{
color:#738626;
padding-left:20px;
}



#lastproject
{
margin-top:3px;
}


#contentwrapper
{
height:300px;
width:985px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#rightbox ul
{
list-style-type: none;
padding-left: 30px;
padding-top:10px;
}

#rightbox img
{
float:right;
}

#rightbox li
{
background-image: url(images/arrow.png);
background-repeat: no-repeat;
background-position: 0 .72em;
padding-left: .9em;
padding-top: .4em;
font-family:Arial;
font-size:12px;
color:#333;
line-height:16px;
word-spacing:1px;
}

input.send-btn {
width: 75px;
height: 25px;
background: #333 url(images/btn-send.jpg) no-repeat;
outline: none;
cursor:pointer;

}


a {color:#738626; text-decoration: none;}
a:visited {color:#738626;}
a:active {color:#738626;}
a:hover {text-decoration:none;}

img
{
	border:none;
}

.morepadding
{
padding-right:20px;
}


/* fonts */

h1{}

h2
{
padding:10px 0px 0px 20px;
font-family: "Trebuchet MS";
font-style: italic;
font-size: 17px;
color:#000;
}

#lett h3{	
	background-image: url(images/headings_lett.jpg);	
	text-indent: -2000px;
	height: 55px;
	width: 250px;	
	margin-left:15px;	
}

#leveringstid h3{	
	background-image: url(images/headings_leveringstid.jpg);	
	text-indent: -2000px;
	height: 55px;
	width: 250px;	
	margin-left:15px;	
}

#hvorfor h3{	
	background-image: url(images/headings_hvorfor.jpg);	
	text-indent: -2000px;
	height: 55px;
	width: 250px;	
	margin-left:15px;	
}

#referanser h3{	
	background-image: url(images/headings_referanser.jpg);	
	text-indent: -2000px;
	height: 55px;
	width: 250px;	
	margin-left:15px;	
}

#kontaktskjema h3{	
	background-image: url(images/headings_kontaktskjema.jpg);	
	text-indent: -2000px;
	height: 55px;
	width: 250px;	
	margin-left:15px;	
}

#informasjon h3{	
	background-image: url(images/headings_informasjon.jpg);	
	text-indent: -2000px;
	height: 55px;
	width: 250px;	
	margin-left:15px;	
}

p
{
font-family:Arial;
font-size:12px;
color:#333;
padding:10px 80px 0px 19px;
line-height:18px;
word-spacing:1px;
}


/* Kwicks meny */

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

#example3 .kwicks li{
	width: 330px;
	height: 56px;
	margin-bottom: 3px;
}
#example3 #kwick1 { 
	background-color: #8337ac;
	background-image:url(images/menuitem1.png);
	background-repeat:no-repeat;
}
#example3 #kwick2 {
	background-color: #516015;
	background-image:url(images/menuitem2.png);
	background-repeat:no-repeat;
}
#example3 #kwick3 {
	background-color: #95ac37;
	background-image:url(images/menuitem3.png);
	background-repeat:no-repeat;
}
#example3 #kwick4 { 
	background-color: #420b60;
	background-image:url(images/menuitem4.png);
	background-repeat:no-repeat;
	margin-bottom: none;	
}


#example3 .inlinetext
{
    padding:60px 20px 5px 20px;
    font-family:Trebuchet MS;
    color:#fff;
    font-size:11px;
}

/* Slutt på Kwicks menuen */ 

