@charset "UTF-8";
/* CSS Document */
body{
	padding: 40px 0 0 0;
	color: #6d6a6a;
	font-family: Helvetica, san-serif;
	font-size: 12px;
	text-align:justify;

}

*{
	padding: 0;
	margin: 0;
}

#wrapper{
	width: 964px;
	margin: 0 auto;
}

#wrapperClient{
	width: 1020px;
	margin: 0 auto;
}
#content{
	float: left;
	width: 964px;
}

#top{
	position: relative;
	background: url(../images/bg-top.jpg) no-repeat;
	height: 610px;
	padding: 0 80px 0 130px;
	
}

#navigation{
	position: relative;
	float:right;
	width: 340px;
	top: 64px;
}
	
#navigation ul{
	list-style: none;
	margin: 20px 0 35px 0;
	display: block;
	overflow: auto;
}

#navigation ul li{
	float: left;
	padding: 0 30px 0 0;
}

#logo{
	position: relative;
	top: 64px;
	float: left;
	width: 340px;
	display: none;
}

#logo2{
	position: absolute;
	top: 40px;
	left: 24px;
	float: left;
	width: 345px;
}

#welcome{
	width: 340px;
	position: absolute;
	top: 153px;
}

#middle{
	position: relative;
	background: url(../images/bg-middle.jpg) no-repeat;
	height: 608px;
	padding: 0 80px 0 130px;
}

#webfolio, #kontakt{
	position: relative;
	top: 50px;
	width: 340px;
	float: left;
}

#webfolio{
	width: 100%;
}

#projektbeskrivning{
	position: relative;
	top: 100px;
	_top: 70px;
	width: 340px;
	float: left;
}

#teknik{
	position: relative;
	top: 100px;
	_top: 70px;
	width: 340px;
	float: right;
}

.teknik_btn{
	list-style: none;
}

.teknik_btn li{
	float: left;
	padding: 0 20px 20px 0;
		position: relative;
	text-align: center;
}

#galleri{
	position: relative;
	top: 50px;
	width: 340px;
	float: right;
}

#us{
	position: absolute;
	top: 340px;
}

#mattias{
	position: relative;
	width: 340px;
	float: left;
	margin: 0 70px 0 0;
}

#vilhelm{
	position: relative;
	float:right;
	width: 340px;
}

#mattias p, #vilhelm p{
	line-height: 140%
}

#bottom{
	position: relative;
	background: url(../images/bg-bottom.jpg) no-repeat;
	height: 644px;
	padding: 0 80px 0 130px;
}

#contactForm {
	float:right;
	position:relative;
	top:32px;
	width:340px;
}

h1{
	margin-bottom: 30px;
	font-size: 24px;
}

h2{
	font-family: Helvetica, san-serif;
	font-size: 11px;
	text-transform:uppercase;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	border-bottom: #c5c5c5 1px solid;
}

#navigation a, #navigation a:visited{
	text-decoration: none;
	color: #6d6a6a;
}

#navigation a:hover{
	color: #ffb138;
}
	

.upp{
	float: right;
	position: relative;
	top: 80px;
	_top: 50px;
}

.upp2{
	float: right;
	position: relative;
	top: 120px;
	_top: 90px;
}

a:hover{
	color: #ffb138;
}


p{
	margin-top: 20px;
	line-height: 20px;
}

.signatur{
	float: right;
	color: #ffb138;
	font-size: 20px;
	font-weight: lighter;
}

.kunder{
	margin: 20px 0 0 30px;
	list-style: url(../images/gray_dot.gif);
}

.kunder li{
	padding: 0 0 20px 0;
}

.kunder li.active{
	list-style: url(../images/orange_dot.gif);
}

.kunder li:hover{
	list-style: url(../images/orange_dot.gif);
}

.kunder li a{
	font-size: 14px;
	color: #6d6a6a;
	text-decoration:none;
}

a{
	text-decoration:underline;
	color: #ffb138;
}

a img{
	border: none;
}

.ingress{
	color: #ffb138;
	font-style:italic;
}
	
.clear{
	clear: both;
}

.contact_info{
	list-style: none;
	margin: 15px 0 0 10px;
}

.contact_info li{
	margin: 0 0 5px 0;
}

.contact_info li.skype{
height: 29px;
	background: url(../images/skype_btn.gif) no-repeat;
	padding: 8px 0 0 40px;
	
}

.contact_info li.email{
	height: 29px;
	background: url(../images/email_btn.gif) no-repeat;
	padding: 8px 0 0 40px;
}

.contact_info li.phone{
height: 29px;
	background: url(../images/ph_btn.gif) no-repeat;
	padding: 8px 0 0 40px;
}

.nav_aktiv{
	color: #ffb138 !important;
}

.portfolio{
	width: 100%;
	display: block;
}
.portfolioPost{
	float: left;
	margin: 0 30px 0 0;
	width: 230px;
	height: 142px;
}

.portfolioImage{
	border: 8px solid #fff;
}

.portfolioTitle{
	text-align: center;
	padding: 8px 0px 0px 0px;
	background: #fff;
	font-size: 12px;
	width: 214px;
}

.noMargin{
	margin: 0;
}

.clear{
	clear: both;
}

#webfolio ul{
	list-style: none;
	margin: 0;
}

#webfolio h1{
	margin: 0 0 25px 0;
}


ul.gallery li a.thumb {
	width: 214px; /*--Width of image--*/
	height: 130px; /*--Height of image--*/
	cursor: pointer;
}

ul.gallery li a.thumb span { /*--Used to crop image--*/
	width: 214px;
	height: 130px;
	overflow: hidden;
	display: block;
}

ul.gallery li a {text-decoration: none; color: #777; display: block;}

form{
	margin: 20px 0 0 0;
}
input, textarea{
	border: 1px solid #c7c7c7;
	margin: 2px 0 8px 0;
	display: block;
	padding: 4px 2px;
	font-family: Helvetica, Arial, sans-serif;
	width: 160px;
	background: transparent;
}

textarea{
	font-size: 12px;
	width: 220px;
	height: 60px;
}

input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus{
	border: 1px solid #c7c7c7;
	background: #fff;
	opacity: 0.6;
}

.submit{
	width: auto;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	background: #ffb138;
	border: none;
}

#clientImage{
	position: absolute;
	top: 150px;
	left: 80px;	
	overflow: auto;
}

#imageSlider{
	margin: 4px 4px 0 4px;
	border: 10px solid #fff;
	-moz-box-shadow:0 0 4px #858585;
}

#imageSlider img{
	
}

#tillbaka {
	left:1063px;
	position:absolute;
	top:80px;
	display: none;
}

#tillbaka:hover{
	cursor: pointer;
}

#projectInfo{
	height: 400px;
	margin: 40px 60px 0 0;
	width: 340px;
	float: left;
}

#projectClient{
	height: 400px;
	margin: 40px 0 0 0;
	width: 340px;
	float: left;
}

.website{
	text-align: center;
	margin: 0 0 0 -45px;
}

.website a{
	color: #6d6a6a;
	text-decoration: none;
}
