/*************************************GLOBAL****************************************/

* { margin: 0px auto; font-family: "Trebuchet MS", Verdana, Arial; }

body {
	background-image: url(bilder/top.png);
	background-repeat: repeat-x;

}

/*************************************LAYOUT****************************************/

#wrapper {
	width: 900px;
}

#header {
	margin-bottom: 25px;
}

#content {
}

.clear {
	clear:both;
}

#footer {
	margin: 35px 0px 20px 0px;
	clear:both;
	text-align:center;
	font-size: 14;	
}

#footer strong {
	color: #5aa0e6;
}

a.link {
	color: #5aa0e6;
	font-size: 14;
	font-weight:bold;
	text-decoration:none;
}

.link:link {color: #5aa0e6;}
.link:visited {color: #5aa0e6;}
.link:hover {color: #5aa0e6;}
.link:active {color: #5aa0e6;}

/*************************************Header****************************************/
#headerpicture {
	width: 522px;
	height: 121px;
	background-image: url(bilder/logo.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin: 15px 0px 0px -10px;
}

.om {
	width: 96px;
	height: 43px;
	background-image: url(bilder/om-oss.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin-top: -1px;
	margin-left: 60px;
}

.kontakt {
	width: 148px;
	height: 43px;
	background-image: url(bilder/kontakt.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin-left: -35px;
}

#meny {
	float:left;
	margin-top:50px;
}

#meny ul {
	display: inline;
}

#meny ul li {
	list-style:none;

}

#meny ul li a {
	display:block;
}

/*************************************Content****************************************/
#kunder {
}

.kunder {
	width: 142px;
	height: 44px;
	background-image: url(bilder/kunder.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin: 40px 0px 0px -23px;
}

.kundebilde {
	float:left;
	height:100px;
	width:200px;
}

.bildecontainer {
	margin-left: -14px;
}

#webdesign {
}

.webdesign {
	width: 763px;
	height: 49px;
	background-image: url(bilder/webdesign.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin: 15px 0px 0px -18px;
}

.contentbox {
	font-family:Arial, Verdana;
	font-size: 26px;
	font-weight:400;
	width: 500px;
	height:140px;
	float:left;
	text-align:left;
	margin-top: 5px;
	margin-left: -20px;
	padding: 10px 5px 10px 10px;
	border: 1px solid #fff;
}

.contentbox ul {
	float:left;
}


.contentbox ul li {
	list-style: none;
}

.contentbox:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}


#partnere {	
}

.partnere {
	width: 161px;
	height: 41px;
	background-image: url(bilder/partnere.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin: 20px 0px 0px -17px;
}

#partnere img {	
	float:left;
	border: 3px solid #fff;
	padding: 0px 4px 0px 4px;
}

#partnere img a {	
	border:none;
}

#partnere img:hover {	
	border: 3px solid #ccc;
}


#omoss {	
}

.omoss{
	width: 151px;
	height: 53px;
	background-image: url(bilder/omoss.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin: 40px 0px 0px -17px;
}

#kontaktoss {	
}

.kontaktoss{
	width: 240px;
	height: 53px;
	background-image: url(bilder/kontaktoss.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	float:left;
	margin: 40px 0px 15px -17px;
}


.back a {
	width: 200px;
	height: 25px;
	border: 1px solid #ccc;
	background-color:#eeeeee;
	text-align:center;
	float:left;
	padding:10px 0px 10px 0px;
	display:block;
	text-decoration:none;
	
}
.back a:link {
	color:#000;
	text-decoration:none;
}

.back a:visited {
	color:#000;
	text-decoration:none;
}

.back a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}



#info {
	height: 135px;
	width: 400px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px 10px 15px 10px;
	float:right;
	margin-right: 20px;
}

#info ul {
	list-style: none;
}

.kontaktmelding {
	float:left;
	width:400px;
}

.omtmelding {
	float:left;
	width:800px;
}

.left {
	float:left;
	margin-right:20px;
}

.ansatt {
	width: 410px;
	height:125px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	float:left;
}

.ansatt-right {
	width: 410px;
	height:125px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
}

/*************************************Skygger****************************************/

.topborder {
	width: 210px;
}

.shadow img:hover {

	background: #eee url(bilder/shad_bottom.png) repeat-x bottom left;
}


.shadow {
	float: left;
	padding: 1px 1px 0px 1px;
	background: #bfbfbf;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	position: relative;
	margin: 0px 8px 8px 0px;
}

.shadow a img {
	border:none;
}

.shadow img {
	padding: 5px 5px 9px 5px;
	background: white url(bilder/shad_bottom.png) repeat-x bottom left;
}


.shadow .topleft {
	width: 2px;
	height: 4px;
	background: url(bilder/shad_tlcorner.png) no-repeat top left;
	position: absolute;
	top: -1px;
	left: -1px;
}

.shadow .topright {
	width: 2px;
	height: 4px;
	background: url(bilder/shad_trcorner.png) no-repeat top right;
	position: absolute;
	top: -1px;
	right: -1px;
}

.shadow .bottomleft {
	width: 4px;
	height: 4px;
	background: url(bilder/shad_blcorner.png) no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: -1px;
}

.shadow .bottomright {
	width: 4px;
	height: 4px;
	background: url(bilder/shad_brcorner.png) no-repeat bottom right;
	position: absolute;
	bottom: 0px;
	right: -1px;
}

/*************************************Kontaktskjema****************************************/
input, textarea {
border: 1px solid #aaaaaa;
width: 94%;
margin: 0 4% 0 0;
_margin: 0;
text-align:left;
padding: 0 0 0 1%;
}

label {
margin: 0 0 2px 0;
padding: 10px 0 0 0;
display: block;
text-align:left;
	
}

form p {
width: 450px;
float: left;
}

form p.full {
width: 100%;
clear: both;
float: none;
}

form p.full input, form p.full textarea {
width: 869px;
text-align:left;
border-color: #aaaaaa;
}

input#send_inn {
width: auto;
border: none;
border-bottom: 3px double #535353;
background: #FFFFFF;
margin-top: 5px;
}

input#send_inn:hover {
border-bottom: 3px solid #535353;
}
