#wrapper {
	background-image: url(/img/wrapper_start.gif);
}

/* @group Splash */

#splash_sv,
#splash_en,
#splash_no {
	height: 300px;
}

#splash_sv {
	background-image: url(/img/splash_sv.jpg);
}

#splash_en {
	background-image: url(/img/splash_en.jpg);
}

#splash_no {
	background-image: url(/img/splash_no.jpg);
}

#splash_sv a,
#splash_en a,
#splash_no a {
	display: block;
	float: left;
	height: 21px;
	width: 160px;
	margin-top: 241px;
	margin-bottom: 18px;
	padding-top: 11px;
	padding-bottom: 9px;
	color: #ffffff;
	font-size: 14px;
	background: url(/img/button_start.png);
	text-align: center;
}

/* @end */

/* @group Våra galler */

#galler li {
	list-style: none;
	margin-left: 0px;
}

#galler > ul > li {
	width: 140px;
	float: left;
	font-size: 12px;
	color: #818386;
}

#galler > ul > li + li {
	margin-left: 20px;
}

#galler > ul > li > ul {
	padding-top: 8px;
}

#galler > ul > li > ul > li {
	border-bottom: 1px solid #d1d1d3;
}

#galler a {
	display: block;
	height: 20px;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 4px;
}

#galler a:hover {
	background-color: #fbfbfb;
}

a#alla { background-position: 8px -24px; }
a#aluminium { background-position: 8px -71px; } 
a#fasad { background-position: 8px -118px; } 
a#fonsterbank { background-position: 8px -165px; } 
a#golv { background-position: 8px -212px; } 
a#klick-in { background-position: 8px -259px; } 
a#tak { background-position: 8px -306px; } 
a#tra { background-position: 8px -353px; } 
a#vagg { background-position: 8px -400px; }

/* @end */

/* @group Login */

#login {
	width: 264px;
	height: 108px;
	padding: 18px;
	padding-right: 24px;
	margin-top: 36px;
	margin-right: -6px;
	background: url(../img/box_small.png) right top no-repeat;
}

#login h1 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}

#login label {
	display: block;
	float: left;
	width: 126px;
}

#login input {
	width: 120px;
	background-color: #e2e4e4;
}

#login input + input,
#login label + label {
	margin-left: 10px;
}

#login input.submit {
	width: 90px;
	float: right;
	background: url(/img/button_blue.png);
}

#login a {
	display: block;
	float: left;
	margin-top: 18px;
}

.o-instagram__image {
	width: 96px;
	margin: 2px;
	display: inline-block;
	float: left;
	border-radius: 3px;
}

.social-link {
	display: inline-block;
	line-height: 32px;
}

.social-circle {
	text-align: center;
	width: 30px;
	height: 30px;
	background: #cacbd2;
	border-radius: 15px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.social-link:hover .social-circle {
	background: #fff;
}
/* @end */