	<!DOCTYPE html>
	<html xmlns="http://www.w3.org/1999/xhtml">
		<head>
			<title>Egensajt Webbhotell och domäner</title>
			<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
			<!-- Css -->
			<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" type="text/css">
			<style>
				html, body
				{
					margin: 0;
					padding: 0;

					font-family: "Source Sans Pro", sans-serif;
				}
				p
				{
					font-size: 18px;
					line-height: 22px;
					font-weight: 300;
					text-align: left;
					color: #3B3B3B;
					font-family: "Source Sans Pro", sans-serif;
				}
				h1
				{
					font-size: 34px;
					text-align: left;
					font-weight: 600;
					color: #3B3B3B;
					font-family: "Source Sans Pro", sans-serif;
				}
				h2
				{
					font-size: 26px;
					text-align: left;
					font-weight: 600;
					color: #3B3B3B;
					font-family: "Source Sans Pro", sans-serif;
					margin: 0;
				}
				h4
				{
					font-size: 18px;
					padding: 0;
					margin: 0;
					text-align: left;
					font-weight: 600;
					color: #3B3B3B;
					font-family: "Source Sans Pro", sans-serif;
				}
				.headerBackground
				{
					position: relative;
					height: 60px;
					width: 100%;

					padding: 0;
					margin: 0;

					background-color: white;
				}
				@media all and (min-width: 1281px)
				{
					.header
					{
						position: relative;
						height: 60px;
						width: 1265px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.banner
					{
						position: relative;
						height: 350px;
						width: 1265px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.footer
					{
						height: 91px;
						width: 1265px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.presentationH1
					{
						text-align: center;
						color: white;

						font-size: 60px;
						font-weight: 600;

						margin: 0;
					}
					.presentationH2
					{
						position: relative;
						text-align: center;
						color: white;
						font-size: 26px;
						font-weight: 600;

						margin: 0;
					}
					.transparentSearchWrapper
					{
						position: absolute;
						left: 0;
						right: 0;

						bottom: 30px;

						width: 800px;
						height: 50px;

						border: 2px solid #DDDDDD;
						border-radius: 5px;
						background-color: rgba(221, 221, 221, 0.4);

						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;

						z-index: 3;
					}
					.transparentSearchInput
					{
						float: left;

						height: 50px;
						width: calc(80% - 22px);

						margin: 0;
						padding: 0;

						padding-left: 10px;
						padding-right: 10px;

						outline: 0;
						font-size: 28px;
						color: white;

						background-color: transparent;
						border: none;
						border-right: 2px solid #DDDDDD;

						overflow: visible;
					}
					.transparentSearchButton
					{
						float: right;
						height: 50px;
						width: 20%;

						margin: 0;
						padding: 0;
						padding-top: 1px;

						color: white;
						font-size: 28px;

						outline: 0;
						background-color: transparent;
						border: none;
					}
					.transparentSearchButton:hover
					{
						background-color: rgba(255, 255, 255, 0.2);
						cursor: pointer;
					}
					.transparentSearchInput::-moz-placeholder
					{
						font-size: 28px;
						color: #F9F9F9;
					}
					.transparentSearchInput::-webkit-input-placeholder
					{
						font-size: 28px;
						color: #F9F9F9;
					}
				}
				@media all and (max-width: 1279px) and (min-width: 1025px)
				{
					.header
					{
						position: relative;
						height: 60px;
						width: 1009px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.banner
					{
						position: relative;
						height: 350px;
						width: 1009px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.footer
					{
						height: 91px;
						width: 1009px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.presentationH1
					{
						text-align: center;
						color: white;

						font-size: 60px;
						font-weight: 300;

						margin: 0;
					}
					.presentationH2
					{
						position: relative;
						text-align: center;
						color: white;
						font-size: 26px;
						font-weight: 300;

						margin: 0;
					}
					.transparentSearchWrapper
					{
						position: absolute;
						left: 0;
						right: 0;

						bottom: 30px;

						width: 800px;
						height: 50px;

						border: 2px solid #DDDDDD;
						border-radius: 5px;
						background-color: rgba(221, 221, 221, 0.4);

						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;

						z-index: 3;
					}
					.transparentSearchInput
					{
						float: left;

						height: 50px;
						width: calc(80% - 22px);

						margin: 0;
						padding: 0;

						padding-left: 10px;
						padding-right: 10px;

						outline: 0;
						font-size: 28px;
						color: white;

						background-color: transparent;
						border: none;
						border-right: 2px solid #DDDDDD;

						overflow: visible;
					}
					.transparentSearchButton
					{
						float: right;
						height: 50px;
						width: 20%;

						margin: 0;
						padding: 0;
						padding-top: 1px;

						color: white;
						font-size: 28px;

						outline: 0;
						background-color: transparent;
						border: none;
					}
					.transparentSearchButton:hover
					{
						background-color: rgba(255, 255, 255, 0.2);
						cursor: pointer;
					}
					.transparentSearchInput::-moz-placeholder
					{
						font-size: 28px;
						color: #F9F9F9;
					}
					.transparentSearchInput::-webkit-input-placeholder
					{
						font-size: 28px;
						color: #F9F9F9;
					}
				}
				@media all and (max-width: 1024px) and (min-width: 685px)
				{
					.header
					{
						position: relative;
						height: 60px;
						width: 670px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.banner
					{
						position: relative;
						height: 350px;
						width: 670px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.footer
					{
						height: 91px;
						width: 670px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.presentationH1
					{
						text-align: center;
						color: white;

						font-size: 32px;
						font-weight: 400;

						margin: 0;
					}
					.presentationH2
					{
						position: relative;
						text-align: center;
						color: white;
						font-size: 20px;
						font-weight: 600;

						margin: 0;
					}
					.transparentSearchWrapper
					{
						position: absolute;
						left: 0;
						right: 0;

						bottom: 30px;

						width: 600px;
						height: 50px;

						border: 2px solid #DDDDDD;
						border-radius: 5px;
						background-color: rgba(221, 221, 221, 0.4);

						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;

						z-index: 3;
					}
					.transparentSearchInput
					{
						float: left;

						height: 50px;
						width: calc(80% - 22px);

						margin: 0;
						padding: 0;

						padding-left: 10px;
						padding-right: 10px;

						outline: 0;
						font-size: 28px;
						color: white;

						background-color: transparent;
						border: none;
						border-right: 2px solid #DDDDDD;

						overflow: visible;
					}
					.transparentSearchButton
					{
						float: right;
						height: 50px;
						width: 20%;

						margin: 0;
						padding: 0;
						padding-top: 1px;

						color: white;
						font-size: 28px;

						outline: 0;
						background-color: transparent;
						border: none;
					}
					.transparentSearchButton:hover
					{
						background-color: rgba(255, 255, 255, 0.2);
						cursor: pointer;
					}
					.transparentSearchInput::-moz-placeholder
					{
						font-size: 28px;
						color: #F9F9F9;
					}
					.transparentSearchInput::-webkit-input-placeholder
					{
						font-size: 28px;
						color: #F9F9F9;
					}
				}
				@media all and (max-width: 684px)
				{
					.header
					{
						position: relative;
						height: 60px;
						width: 90%;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.banner
					{
						position: relative;
						height: 350px;
						width: 90%;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.footer
					{
						height: 91px;
						width: 90%;

						margin: 0;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
					}
					.presentationH1
					{
						text-align: center;
						color: white;

						font-size: 28px;
						font-weight: 400;

						margin: 0;
					}
					.presentationH2
					{
						position: relative;
						text-align: center;
						color: white;
						font-size: 18px;
						font-weight: 600;

						margin: 0;
					}
					.transparentSearchWrapper
					{
						position: absolute;
						left: 0;
						right: 0;

						bottom: 30px;

						width: 90%;
						height: 40px;

						border: 2px solid #DDDDDD;
						border-radius: 5px;
						background-color: rgba(221, 221, 221, 0.4);

						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;

						z-index: 3;
					}
					.transparentSearchInput
					{
						float: left;

						height: 40px;
						width: calc(80% - 22px);

						margin: 0;
						padding: 0;

						padding-left: 10px;
						padding-right: 10px;

						outline: 0;
						font-size: 18px;
						color: white;

						background-color: transparent;
						border: none;
						border-right: 2px solid #DDDDDD;

						overflow: visible;
					}
					.transparentSearchButton
					{
						float: right;
						height: 40px;
						width: 20%;

						margin: 0;
						padding: 0;
						padding-top: 1px;

						color: white;
						font-size: 18px;

						outline: 0;
						background-color: transparent;
						border: none;
					}
					.transparentSearchButton:hover
					{
						background-color: rgba(255, 255, 255, 0.2);
						cursor: pointer;
					}
					.transparentSearchInput::-moz-placeholder
					{
						font-size: 18px;
						color: #F9F9F9;
					}
					.transparentSearchInput::-webkit-input-placeholder
					{
						font-size: 18px;
						color: #F9F9F9;
					}
				}
				.footerText
				{
					display: inline-block;
					color: white;
					text-align: center;
					width: 100%;
					margin: 0;
					padding: 0;
					padding-top: 35px;
					padding-bottom: 30px;
					font-size: 15px;
					font-weight: 300;
				}
				.bannerBackground
				{
					height: 350px;
					width: 100%;

					padding: 0;
					margin: 0;

					background-image: url("/images/slide.jpg");
					background-repeat: no-repeat;
					background-size: cover;
				}
				.homePageMargin
				{
					height: 20px;
					width: 100%;

					margin: 0;
					padding: 0;

					visibility: hidden;
				}
				.presentationLink:link, .presentationLink:visited, .presentationLink:active
				{
					color: white;
					text-decoration: underline;
				}
				.presentationLink:hover
				{
					color: #DDD;
				}
				.bigLink:link, .bigLink:visited, .bigLink:active
				{
					text-decoration: none;
				}
				.bigLink:hover
				{
					text-decoration: none;
				}
				.logo
				{
					float: left;
					position: relative;
					display: inline-block;

					margin: 0;
					margin-top: 5px;
					margin-left: 5px;
					padding: 0;
				}
				.loginBox
				{
					float: right;
					padding: 0;
					margin: 0;
					margin-right: 21px;
					margin-top: 6px;
					cursor: pointer;
				}
				.loginBoxImage
				{
					height: 25px;
					width: 25px;

					padding: 0;
					margin: 0;

					margin-left: auto;
					margin-right: auto;

					background-repeat: no-repeat;
					background-position: 0 0;
				}
				.loginImage
				{
					background-image: url("/images/account_g_25x25.png");
				}
				.loginBoxText
				{
					display: block;
					height: auto;
					width: auto;

					padding: 0;
					padding-left: 15px;
					padding-right: 15px;

					margin: 0;
					margin-top: 5px;
					margin-left: auto;
					margin-right: auto;
					text-align: center;

					font-size: 16px;
					font-weight: 600;
					letter-spacing: 0.3px;
					line-height: 19px;
					color: #999;
				}
				.loginBox:hover .loginImage
				{
					background-image: url("/images/account_lb_25x25.png");
				}
				.loginBox:hover .loginBoxText
				{
					color: #84AEDD;
				}
				/*Main domain price section layout*/
				@media all and (min-width: 1280px)
				{
					.domainPriceSection
					{
						width: 1265px;
						height: 42px;

						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;
					}
					.domainPriceSectionBackground
					{
						height: 42px;
						width: 100%;

						padding: 0;
						margin: 0;
						background-color: white;
					}
					.domainPriceSectionColumn
					{
						float: left;
						text-align: center;

						width: 14%;
						height: 42px;
						padding: 0;
						margin: 0;
					}
					#domainPriceMarginLeft
					{
						margin-left: 40px;
					}
					#domainPriceMarginRight
					{
						margin-right: 40px;
					}
				}
				@media all and (max-width: 1279px) and (min-width: 615px)
				{
					.domainPriceSection
					{
						width: 600px;
						height: 210px;

						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;
					}
					.domainPriceSectionBackground
					{
						height: 210px;
						width: 100%;

						padding: 0;
						margin: 0;
						background-color: white;
					}
					.domainPriceSectionColumn
					{
						float: left;
						text-align: center;

						width: 33%;
						height: 42px;
						padding: 0;
						margin: 0;
					}
					.domainPriceCenterHolder
					{
						width: 600px;
						height: 42px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.domainPriceSectionColumnStandAlone
					{
						width: 100%;
						float: none;
					}
					#domainPriceMarginLeft
					{
						margin-left: 0px;
					}
					#domainPriceMarginRight
					{
						margin-right: 0px;
					}
				}
				@media all and (max-width: 614px)
				{
					.domainPriceSection
					{
						width: 305px;
						height: 294px;

						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;
					}
					.domainPriceSectionBackground
					{
						height: 294px;
						width: 100%;

						padding: 0;
						margin: 0;
						background-color: white;
					}
					.domainPriceSectionColumn
					{
						float: none;
						text-align: center;

						width: auto;
						height: 42px;
						padding: 0;
						margin: 0;
						margin-left: auto;
						margin-right: auto;
					}
					.domainPriceCenterHolder
					{
						width: 305px;
						height: 126px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					#domainPriceMarginLeft
					{
						margin-left: 0px;
					}
					#domainPriceMarginRight
					{
						margin-right: 0px;
					}
				}
				.domainPriceSectionColumnCenter
				{
					display: inline-block;
					height: auto;
					width: auto;
					margin: 0;
					padding: 0;
				}
				.newDomainImage
				{
					float: left;

					padding: 0;
					margin: 0;

					background-position: 0 0;
					background-repeat: no-repeat;
				}

				.newSeDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -11px;
					height: 20px;
					width: 42px;
					margin-top: 12px;
					margin-right: 10px;
				}
				
				.newComDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -97px;
					height: 20px;
					width: 81px;
					margin-top: 11px;
					margin-right: 10px;
				}
				
				.newNetDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -346px;
				
					height: 20px;
					width: 49px;
					margin-top: 12px;
					margin-right: 10px;
				}
				
				.newInfoDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -215px;
					height: 38px;
					width: 81px;
					margin-top: 0px;
					margin-right: 10px;
				}
				
				.newNuDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -53px;
					height: 20px;
					width: 40px;
					margin-top: 12px;
					margin-right: 10px;
				}
				
				.newXyzDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -170px;
					height: 38px;
					width: 57px;
					margin-top: 0px;
					margin-right: 10px;
				}
				
				.newShopDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -131px;
					height: 32px;
					width: 77px;
					margin-top: 3px;
					margin-right: 10px;
				}
				
				.newEsdomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -209px;
					height: 21px;
					width: 44px;
					margin-top: 11px;
					margin-right: 10px;
				}
				
				.newEuDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -271px;
					height: 21px;
					width: 48px;
					margin-top: 11px;
					margin-right: 10px;
				}
				
				.newFiDomainImage
				{
					background-image: url("/images/domains-sprite.png");
					background-position: 0 -385px;
					height: 23px;
					width: 27px;
					margin-top: 9px;
					margin-right: 10px;
				}

				.domainprice
				{
					position: relative;
					display: inline-block;

					font-weight: 600;
					color: #373737;

					float: left;
					text-align: left;
					font-size: 25px;
					font-weight: 400;
					margin-top: 4px;
					margin-bottom: 0px;
				}
				.red
				{
					color: #d40000;
				}
				.smaller80
				{
					font-size: 80%;
				}
				/*Price boxes section*/

				@media all and (min-width: 1280px)
				{
					.priceBoxes-background
					{
						position: relative;
						height: 700px;
						width: 100%;
						margin: 0;
						padding: 0;
						background-color: #F9F9F9;
					}
					.priceBoxes-background-order
					{
						height: 480px;
					}
					.priceBoxes-background-hosting
					{
						height: 810px;
					}
					.priceBoxes
					{
						width: 1265px;
						height: 690px;

						padding: 0;
						margin: 0;
						padding-top: 10px;
						margin-left: auto;
						margin-right: auto;
					}
					.priceBoxes-hosting
					{
						height: 800px;
					}
					.priceBoxes-order
					{
						padding-top: 30px;
						height: 450px;
					}
					.clearElement
					{
						display: none;
					}
					.secondClearElement
					{
						display: none;
					}
					.columnFourBox
					{
						float: left;
						margin: 20px;
						padding: 0;
						height: auto;
						width: 276px;
						padding-bottom: 40px;

						background: transparent;
						border-radius: 5px;
					}
					.columnFourBox-order-one
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBox-order-two
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBox-order-three
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBox-order-four
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBoxHosting
					{
						background-color: white;
						border: 1px solid #E4E4E4;
						width: 274px;
					}
					.hompageBoxText
					{
						text-align: center;
						color: #3B3B3B;
						margin: 0;
						margin-left: 30px;
						margin-right: 30px;
						margin-top: 6px;
						font-size: 18px;
						line-height: 26px;
						min-height: 52px;
					}
				}

				@media all and (max-width: 1279px) and (min-width: 1025px)
				{
					.priceBoxes-background
					{
						position: relative;
						height: 1300px;
						width: 100%;
						margin: 0;
						padding: 0;

						background-color: #F9F9F9;
					}
					.priceBoxes-background-order
					{
						height: 920px;
					}
					.priceBoxes
					{
						width: 632px;
						height: 1290px;

						padding: 0;
						margin: 0;
						padding-top: 10px;
						margin-left: auto;
						margin-right: auto;
					}
					.priceBoxes-order
					{
						padding-top: 30px;
						height: 890px;
					}
					.priceBoxes-background-hosting
					{
						height: 1460px;
					}
					.priceBoxes-hosting
					{
						height: 1450px;
					}
					.clearElement
					{
						display: none;
					}
					.secondClearElement
					{
						display: none;
					}
					.columnFourBox
					{
						float: left;
						margin: 20px;
						padding: 0;
						padding-bottom: 40px;
						height: auto;
						width: 276px;

						background: transparent;
						border-radius: 5px;
					}
					.columnFourBox-order-one
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBox-order-two
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBoxHosting
					{
						background-color: white;
						border: 1px solid #E4E4E4;
						width: 274px;
					}
					.hompageBoxText
					{
						text-align: center;
						color: #3B3B3B;
						margin: 0;
						margin-left: 30px;
						margin-right: 30px;
						margin-top: 6px;
						font-size: 18px;
						line-height: 26px;
						min-height: 52px;
						height: 182px;
					}
				}

				@media all and (max-width: 1024px) and (min-width: 495px)
				{
					.priceBoxes-background
					{
						position: relative;
						height: 1430px;
						width: 100%;
						margin: 0;
						padding: 0;

						background-color: #F9F9F9;
					}
					.priceBoxes-background-order
					{
						height: 920px;
					}
					.priceBoxes
					{
						width: 480px;
						height: 1420px;

						padding: 0;
						margin: 0;
						padding-top: 10px;
						margin-left: auto;
						margin-right: auto;
					}
					.priceBoxes-order
					{
						padding-top: 30px;
						height: 890px;
					}
					.priceBoxes-background-hosting
					{
						height: 1460px;
					}
					.priceBoxes-hosting
					{
						height: 1450px;
					}
					.clearElement
					{
						display: none;
					}
					.secondClearElement
					{
						display: none;
					}
					.columnFourBox
					{
						float: left;
						margin: 10px;
						padding: 0;
						padding-bottom: 40px;
						height: auto;
						width: 220px;

						background: transparent;
						border-radius: 5px;
					}
					.columnFourBox-order-one
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBox-order-two
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBoxHosting
					{
						background-color: white;
						border: 1px solid #E4E4E4;
						width: 218px;
						height: 604px;
					}
					.hompageBoxText
					{
						text-align: center;
						color: #3B3B3B;
						margin: 0;
						margin-left: 30px;
						margin-right: 30px;
						margin-top: 6px;
						font-size: 18px;
						line-height: 26px;
						min-height: 52px;
						height: 286px;
					}
				}

				@media all and (max-width: 494px)
				{
					.priceBoxes-background
					{
						position: relative;
						height: auto;
						width: 100%;
						margin: 0;
						padding: 0;

						background-color: #F9F9F9;
					}
					.priceBoxes-background-order
					{
						height: 1600px;
					}
					.priceBoxes
					{
						width: 305px;
						height: auto;

						padding: 0;
						margin: 0;
						padding-top: 10px;
						margin-left: auto;
						margin-right: auto;
					}
					.priceBoxes-order
					{
						padding-top: 30px;
						height: 1570px;
					}
					.priceBoxes-background-hosting
					{
						height: 2700px;
					}
					.priceBoxes-hosting
					{
						height: 2690px;
					}
					.clearElement
					{
						visibility: hidden;
						clear: left;
						width: 0;
						height: 0;
						padding: 0;
						margin: 0;
					}
					.secondClearElement
					{
						visibility: hidden;
						clear: left;
						width: 0;
						height: 0;
						padding: 0;
						margin: 0;
					}
					.columnFourBox
					{
						margin-top: 10px;
						margin-bottom: 10px;
						margin-left: auto;
						margin-right: auto;

						padding: 0;
						padding-bottom: 40px;
						height: auto;
						width: 220px;

						background: transparent;
						border-radius: 5px;
					}
					.columnFourBox-order-two
					{
						height: 388px;
						padding-bottom: 0;
					}
					.columnFourBoxHosting
					{
						background-color: white;
						border: 1px solid #E4E4E4;
						width: 274px;
					}
					.hompageBoxText
					{
						text-align: center;
						color: #3B3B3B;
						margin: 0;
						margin-left: 30px;
						margin-right: 30px;
						margin-top: 6px;
						font-size: 18px;
						line-height: 26px;
						min-height: 52px;
						height: 286px;
					}
				}
				@media all and (min-width: 1025px)
				{
					.mainpage-callouts
					{
						width: 100%;
						position: relative;
						text-align: center;
						padding: 0;
						font-size: 34px;
						margin: 0;
						margin-top: 22.78px;
						margin-bottom: 22.78px;
					}
					.mainpage-callouts-container
					{
						display: inline-block;
					}
					.mainpage-callouts-container h1, .mainpage-callouts-container p
					{
						width: auto;
						display: inline-block;
					    font-size: 34px;
					    line-height: 42px;
					    font-weight: 400;
					    color: #3B3B3B;
					    font-family: "Source Sans Pro", sans-serif;
					    margin: 0;
					    padding: 0;
					    text-align: center;
					}
				}
				@media all and (max-width: 1024px) and (min-width: 495px)
				{
					.mainpage-callouts
					{
						width: 100%;
						position: relative;
						text-align: center;
						padding: 0;
						font-size: 28px;
						margin: 0;
						margin-top: 18.76px;
						margin-bottom: 18.76px;
					}
					.mainpage-callouts-container
					{
						display: inline-block;
					}
					.mainpage-callouts-container h1, .mainpage-callouts-container p
					{
						width: auto;
						display: inline-block;
					    font-size: 28px;
					    line-height: 36px;
					    font-weight: 400;
					    color: #3B3B3B;
					    font-family: "Source Sans Pro", sans-serif;
					    margin: 0;
					    padding: 0;
					    text-align: center;
					}
				}
				@media all and (max-width: 494px)
				{
					.mainpage-callouts
					{
						width: calc(100% - 40px);
						position: relative;
						text-align: center;
						padding: 0;
						padding-left: 20px;
						padding-right: 20px;
						font-size: 24px;
						margin-top: 16.08px;
						margin-bottom: 16.08px;
					}
					.mainpage-callouts-container
					{
						display: inline-block;
					}
					.mainpage-callouts-container h1, .mainpage-callouts-container p
					{
						width: auto;
						display: inline-block;
					    font-size: 24px;
					    line-height: 32px;
					    font-weight: 400;
					    color: #3B3B3B;
					    font-family: "Source Sans Pro", sans-serif;
					    margin: 0;
					    padding: 0;
					    text-align: center;
					}
				}
				.boxImage
				{
					display: block;
					height: 60px;
					width: 60px;

					padding: 0;
					padding-top: 22px;

					margin: 0;
					margin-left: auto;
					margin-right: auto;
					margin-bottom: 0px;

					background-repeat: no-repeat;
					background-position: 0 0;
					background-color: transparent;
					background-position: 0 22px;
				}
				.hostingDomainImage
				{
					background-image: url("/images/icon_60x60_domain.png");
				}
				.hostingEmailImage
				{
					background-image: url("/images/icon_60x60_email.png");
				}
				.hostingWebsiteImage
				{
					background-image: url("/images/icon_60x60_website.png");
				}
				.hostingWebshopImage
				{
					background-image: url("/images/icon_60x60_webshop.png");
				}
				.box-wrapper
				{
					height: auto;
				}
				.highlightbox
				{
					-webkit-box-shadow:0 0 0 2px #ddd;
					box-shadow:0 0 0 2px #ddd;
					background-color: #FFF;
				}
				@media all and (min-width: 1025px)
				{
					.list
					{
						display: block;
					    list-style-type: none;
					    margin-top: 1em;
					    margin-bottom: 1em;
					    margin: 0;
					    margin-top: 10px;
					    padding: 0;
					    text-align: center;
					}
					.list li.price
					{
						font-size: 2.2rem;
						margin-bottom: 1rem;
						font-weight: 400;
						line-height: 1;
						color: #373737;
						text-align: center;
						border-bottom: none;
					}
					.list2
					{
					    display: block;
					    list-style-type: none;
					    margin-top: 1em;
					    margin-bottom: 1em;
					    margin-left: 0;
					    margin-right: 20px;
					    padding-left: 20px;
					    text-align: center;
					}
				}
				@media all and (max-width: 1024px)
				{
					.list
					{
					    display: block;
					    list-style-type: none;
					    margin-top: 1em;
					    margin-bottom: 1em;
					    margin-left: 0;
					    margin-right: 5px;
					    padding-left: 5px;
					    text-align: center;
					}
					.list li.price
					{
						font-size: 2.4rem;
						margin-bottom: 1rem;
						font-weight: 400;
					 	line-height: 1;
						color: #373737;
						text-align: center;
						border-bottom: none;
					}
					.list2
					{
					    display: block;
					    list-style-type: none;
					    margin-top: 1em;
					    margin-bottom: 1em;
					    margin-left: 0;
					    margin-right: 5px;
					    padding-left: 5px;
					    text-align: center;
					}
				}
				.list li
				{
					padding: 0.5rem 0;
					line-height: 0.8;
					font-size: 16px;
					font-weight: 400;
				}
				.list2 li
				{
					padding: 0.5rem 0;
					line-height: 0;
					font-size: 14px;
					font-weight: 400;
				}
				.boxHeadline
				{
					text-align: center;
					color: #3B3B3B;

					margin-top: 18px;
				}
				.boxPreHeadline
				{
					text-align: center;
					color: #3B3B3B;

					margin-top: 18px;
					margin-bottom: -12px;
				}
				.standardButton
				{
					position: relative;
					font-family: inherit;
					font-size: 16px;
					height: 34px;

					color: white;
					background-color: #3AA3A3;

					border-radius: 5px;
					border: none;

					margin: 0;
					padding-top: 3px;
					padding-bottom: 5px;
					padding-left: 15px;
					padding-right: 15px;
					line-height: normal;
				}
				.standardButton:hover
				{
					background-color: #7FCECE;
					cursor: pointer;
				}
				.standardButton:disabled, .standardButton:hover:disabled
				{
					background-color: #B1B1B1;
					color: white;
					cursor: default;
				}
				.orderButton
				{
					display: block;
					text-align: center;

					height: auto;
					width: 180px;
					background: #497ab3;
					color: white;
					font-size: 20px;

					margin: 0;
					margin-top: 33px;
					margin-left: auto;
					margin-right: auto;

					padding-top: 5px;
					padding-bottom: 5px;
				}
				.orderButton:hover
				{
					background: #84AEDD;
				}
				@media all and (min-width: 1280px)
				{
					.homepageInfoBackground
					{
						height: 400px;
						width: 100%;

						margin: 0;
						padding: 0;
						padding-top: 30px;
					}
					.homepageInfoSection
					{
						height: 330px;
						width: 1265px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.homepageInfoSectionNoReadmore
					{
						height: 400px;
					}
					.homepageInfoSubSection
					{
						float: left;
						position: relative;
						width: 318px;
						height: 220px;
						margin: 0;

						padding-top: 20px;
						padding-right: 50px;
						padding-left: 50px;
						padding-bottom: 20px;
					}
					.homepageInfoSubSectionNoReadmore
					{
						height: 284px;
					}
					h2.homepageInfoHeadline
					{
						margin-top: 0;
					}
					.homepageInfoClearElement
					{
						display: none;
					}
				}

				@media all and (max-width: 1279px) and (min-width: 852px)
				{
					.homepageInfoBackground
					{
						height: 670px;
						width: 100%;

						margin: 0;
						padding: 0;
						padding-top: 30px;
					}
					.homepageInfoSection
					{
						height: 600px;
						width: 822px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.homepageInfoSectionNoReadmore
					{
						height: 670px;
					}
					.homepageInfoSubSection
					{
						float: left;
						position: relative;
						width: 318px;
						height: 220px;
						margin: 0;

						padding-top: 20px;
						padding-right: 40px;
						padding-left: 40px;
						padding-bottom: 20px;
					}
					.homepageInfoSubSectionNoReadmore
					{
						height: 255px;
					}
					h2.homepageInfoHeadline
					{
						margin-top: 0;
					}
					.homepageInfoClearElement
					{
						clear: both;
					}
					.homepageInfoSubSectionFirst
					{
						float: left;
					}
					.homepageInfoSubSectionSecond
					{
						float: right;
					}
					.homepageInfoSubSectionThird
					{
						float: none;
						margin-left: auto;
						margin-right: auto;
					}
				}

				@media all and (max-width: 851px) and (min-width: 433px)
				{
					.homepageInfoBackground
					{
						height: 940px;
						width: 100%;

						margin: 0;
						padding: 0;
						padding-top: 30px;
					}
					.homepageInfoSection
					{
						height: 870px;
						width: 418px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.homepageInfoSectionNoReadmore
					{
						height: 940px;
					}
					.homepageInfoSubSection
					{
						float: left;
						position: relative;
						width: 318px;
						height: 220px;
						margin: 0;

						padding-top: 20px;
						padding-right: 50px;
						padding-left: 50px;
						padding-bottom: 20px;
					}
					.homepageInfoSubSectionNoReadmore
					{
						height: 255px;
					}
					h2.homepageInfoHeadline
					{
						margin-top: 0;
					}
					.homepageInfoClearElement
					{
						display: none;
					}
				}

				@media all and (max-width: 432px)
				{
					.homepageInfoBackground
					{
						height: 940px;
						width: 100%;

						margin: 0;
						padding: 0;
						padding-top: 30px;
					}
					.homepageInfoSection
					{
						height: 870px;
						width: 305px;

						margin: 0;
						margin-left: auto;
						margin-right: auto;
						padding: 0;
					}
					.homepageInfoSectionNoReadmore
					{
						height: 940px;
					}
					.homepageInfoSubSection
					{
						position: relative;
						width: 305px;
						height: 220px;
						margin: 0;

						padding-top: 20px;
						padding-right: 0px;
						padding-left: 0px;
						padding-bottom: 20px;
					}
					.homepageInfoSubSectionNoReadmore
					{
						height: 255px;
					}
					h2.homepageInfoHeadline
					{
						margin-top: 0;
					}
					.homepageInfoClearElement
					{
						display: none;
					}
				}
				.webHostingImage1_1
				{
					background-image: url("https://www.egensajt.se/templates/egensajt/images/icons60/icon_60x60_sitepro.png");
				}

				.webHostingImage2_1
				{
					background-image: url("https://www.egensajt.se/templates/egensajt/images/icons60/icon_60x60_wordpress_s.png");
				}

				.webHostingImage3_1
				{
					background-image: url("https://www.egensajt.se/templates/egensajt/images/icons60/icon_60x60_woocommerce.png");
				}
				.boxTextBody
				{
					text-align: center;
					color: #3B3B3B;
					margin: 0;
					margin-top: 6px;
					font-size: 18px;
					line-height: 26px;
					min-height: 52px;
				}
				.footerBackground
				{
					height: 91px;
					width: 100%;

					margin: 0;
					padding: 0;

					background-color: #3B3B3B;
				}
				.readmoreHolder
				{
					position: relative;
					height: 70px;
					width: 305px;

					margin: 0;
					margin-left: auto;
					margin-right: auto;
					padding: 0;
				}
				.rightarrow {
				    display:inline-block;
				    width: 9px;
				    height:9px;
				    -ms-transform: rotate(45deg); /* IE 9 */
				    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
				    transform: rotate(45deg); /* Firefox */
				}

				.rightarrow_stem {
				    position: absolute;
				    width:2px;
				    height:9px;
				    background-color:#3D6796;
				    left: 7px;
				    top: 0px;
				}

				.rightarrow_kick
				{
				    position: absolute;
				    width:8px;
				    height:2px;
				    background-color:#3D6796;
				    left: 0px;
				    top: 0px;
				}
				.readmore
				{
					position: absolute;
					height: auto;
					width: 95px;
					left: calc(50% - 38px);
					top: 23px;
					margin: 0;
					padding: 0;

					font-size: 20px;
					font-weight: 400;
					text-align: center;
				}
				.readmore-domains
				{
					position: relative;
					height: auto;
					width: 120px;
					margin: 0;
					margin-top: 4px;
					padding: 0;

					font-size: 20px;
					font-weight: 400;
					text-align: center;
				}
				.readmore:hover a, .readmore-domains:hover a
				{
					color: #84AEDD;
				}
				.readmore:hover .rightarrow_kick, .readmore:hover .rightarrow_stem, .readmore-domains:hover .rightarrow_kick, .readmore-domains:hover .rightarrow_stem
				{
					background-color: #84AEDD;
				}
				.link
				{
				    color: #3D6796;
				    text-decoration: none;
				}
			</style>
		</head>
		<body>
			<div class="headerBackground" >
				<div class="header">
					<a href="https://www.egensajt.se/" >
						<img class="logo" src="/images/egensajt_logo_199x50.png"
						width="199px" height="50px" alt="egensajt logo" />
					</a>
					<div onclick="window.open('https://www.egensajt.se/clientarea/','_self')" class="loginBox">
						<div class="loginBoxImage loginImage" ></div>
						<p class="loginBoxText">Logga in</p>
					</div>
				</div>
			</div>
			<div class="bannerBackground" >
				<div class="banner" >
					<div class="homePageMargin" ></div>
					<h1 class="presentationH1" >Domänen filmveckan.se</h1>
					<h2 class="presentationH2" >är parkerad hos <a class="presentationLink bigLink" href="https://www.egensajt.se/"	>Egensajt</a></h2>
					<h2 class="presentationH2 smallMargin" >Om du vill göra en hemsida på denna domän behöver du ett <a
					class="presentationLink" href="https://www.egensajt.se/kopa-webbhotell/" >Webbkonto</a></h2>
					<h2 class="presentationH2 smallMargin" >För att komma igång med din E-post se denna <a class="presentationLink"
					href="https://www.egensajt.se/kunskapsbank/7/Satta-upp-e-post-i-kontrollpanelen.html" >kunskapsbanksartikel</a></h2>
					<form method="post" action="https://www.egensajt.se/registrera-doman/" >
						<div class="transparentSearchWrapper" >
							<input class="transparentSearchInput" placeholder="Sök domännamn" type="text" autocomplete="off"
							name="domains" />
							<button class="transparentSearchButton" type="submit" >Sök</button>
						</div>
					</form>
				</div>
			</div>
			<div class="domainPriceSectionBackground" >
				<div class="domainPriceSection" >
					<div class="domainPriceSectionColumn domainPriceSectionColumnStandAlone" >
						<div class="domainPriceSectionColumnCenter" >
							<div id="domainPriceMarginLeft" class="domainprice" >
								<span class="smaller80">Billiga domäner</span>
							</div>
						</div>
					</div>

		<div class="domainPriceSectionColumn domainPriceSectionColumnStandAlone" >
			<div id="farLeftDomainPriceSection" class="domainPriceSectionColumnCenter" >
				<div class="newFiDomainImage newDomainImage" ></div>
				<div class="domainprice" >
					<span style="text-decoration: line-through; font-size: 70%">109kr</span><span class="red"> 97 <span class="smaller80"> kr</span></span>
				</div>
			</div>
		</div>
		<div class="domainPriceCenterHolder" >
			<div class="domainPriceSectionColumn" >
				<div id="leftDomainPriceSection" class="domainPriceSectionColumnCenter" >
					<div class="newSeDomainImage newDomainImage" ></div>
					<div class="domainprice" >
												127 <span class="smaller80"> kr</span>
					</div>
				</div>
			</div>
			<div class="domainPriceSectionColumn" >
				<div id="centerDomainPriceSection" class="domainPriceSectionColumnCenter" >
					<div class="newComDomainImage newDomainImage" ></div>
					<div class="domainprice" >
												89 <span class="smaller80"> kr</span>
					</div>
				</div>
			</div>
			<div class="domainPriceSectionColumn" >
				<div id="rightDomainPriceSection" class="domainPriceSectionColumnCenter" >
					<div class="newNuDomainImage newDomainImage" ></div>
										<div class="domainprice" >
												127 <span class="smaller80"> kr</span>
					</div>
				</div>
			</div>
		</div>
		<div class="domainPriceSectionColumn domainPriceSectionColumnStandAlone" >
			<div id="farRightDomainPriceSection" class="domainPriceSectionColumnCenter" >
				<div class="newEuDomainImage newDomainImage" ></div>
				<div class="domainprice" >
					79 <span class="smaller80"> kr</span>
				</div>
			</div>
		</div>



					<div class="domainPriceSectionColumn domainPriceSectionColumnStandAlone" >
						<div class="domainPriceSectionColumnCenter" >
							<div id="domainPriceMarginRight" class="domainprice" >
								<span class="readmore-domains"><a class="link" href="https://www.egensajt.se/registrera-doman/">Läs mer <span class="rightarrow"><div class="rightarrow_kick"></div><div class="rightarrow_stem"></div></span></a></span>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="priceBoxes-background" >
				<div class="priceBoxes" >
					<h2 class="mainpage-callouts" >Webbhotell med 30 dagars öppet köp</h2>
					<div class="columnFourBox">
						<div class="box-wrapper">
							<div class="hostingDomainImage boxImage" ></div>
							<h2 class="boxHeadline" >Domänkonto</h2>
							<h4 class="boxPreHeadline" >GratisDNS</h4>
							<ul class="list">
								<li id="price" class="price"><span>Gratis</span></li>
							</ul>
							<p class="hompageBoxText">Skapa gratis ett kundkonto hos oss med fri domänhantering och DNS-panel med färdig mallar och inställningar för alla dina domäner. Inga kostnader eller startavgifter!</p>
							<button class="standardButton orderButton" type="button" onclick="javascript: window.open('https://www.egensajt.se/gratis-domankonto/','_self')" >Kom igång</button>
						</div>
					</div>
		<div class="columnFourBox">
			<div class="box-wrapper">
				<div class="hostingEmailImage boxImage" ></div>
				<h2 class="boxHeadline" >Endast E-post</h2>
				<h4 class="boxPreHeadline" >E-posthotell</h4>
				<ul class="list">
					<li id="price" class="price">17<span style="font-size:70%"> kr/mån</span></li>
				</ul>
				<p class="hompageBoxText">5 e-postadresser och 1GB som kan uppgraderas. Webmail, delad kalender/kontakter<br />IMAP/POP/ActiveSync samt stöd för Outlook Exchange.<br>0 kr i startavgift.</p>
				<button class="standardButton orderButton" type="button" onclick="javascript: window.open('https://www.egensajt.se/gratis-epost/','_self')" >Kom igång</button>
			</div>
		</div>
		<div class="secondClearElement" ></div>
		<div class="columnFourBox highlightbox" >
			<div class="box-wrapper">
				<div class="hostingWebsiteImage boxImage" ></div>
				<h2 class="boxHeadline" >Hemsida</h2>
				<h4 class="boxPreHeadline" >Webbhotell</h4>
				<ul class="list">
					<li id="price" class="price">39<span style="font-size:70%"> kr/mån</span></li>
				</ul>
				<p class="hompageBoxText">Aktivera vår lättanvända sidbyggare eller installera Wordpress där SSL ingår för 1 hemsida. Webmail, delad kalender och kontakter med IMAP eller ActiveSync ingår.<br>0 kr i startavgift</p>
				<button class="standardButton orderButton" type="button"
				onclick="javascript: window.open('https://www.egensajt.se/egen-hemsida/','_self')" >Kom igång</button>
			</div>
		</div>
		<div class="clearElement" ></div>
		<div class="columnFourBox">
			<div class="box-wrapper">
				<div class="hostingWebshopImage boxImage" ></div>
				<h2 class="boxHeadline" >Hemsida Plus</h2>
				<h4 class="boxPreHeadline" >Webbhotell</h4>
				<ul class="list">
					<li id="price" class="price">75<span style="font-size:70%"> kr/mån</span></li>
				</ul>
				<p class="hompageBoxText">Ett mer kraftfullt alternativ för 20 hemsidor eller webbshop med Woocommerce eller Prestashop. Webmail, delad kalender och kontakter med IMAP eller ActiveSync ingår.<br>0 kr i startavgift</p>
				<button class="standardButton orderButton" type="button"
				onclick="javascript: window.open('https://www.egensajt.se/egen-webbshop/','_self')" >Kom igång</button>
			</div>
		</div>
					<div class="secondClearElement" ></div>
				</div>
			</div>
			<div class="homepageInfoBackground" >
				<div class="homepageInfoSection" >
					<h2 class="mainpage-callouts homepageInfoHeadline">Skapa hemsida med vår sajtbyggare eller med Wordpress</h2>
					<div class="homepageInfoSubSection homepageInfoSubSectionFirst" >
						<div class="webHostingImage1_1 boxImage" ></div>
						<h2 class="textCenteredHeadline" ></h2>
						<p class="boxTextBody">Vår sidbyggare är mycket enkel att använda. Det finns 200 olika utseenden att välja ifrån och du byter enkelt ut text och bilder. Det finns online-hjälp om du fastnar!</p>
					</div>
					<div class="homepageInfoSubSection homepageInfoSubSectionSecond" >
						<div class="webHostingImage2_1 boxImage" ></div>
						<h2 class="textCenteredHeadline" ></h2>
						<p class="boxTextBody">Wordpress är världens mest populära innehållshanteringssystem och hos oss aktiverar du det enkelt och kan sätta upp en riktigt proffsig hemsida!</p>
					</div>
					<div class="homepageInfoClearElement" ></div>
					<div class="homepageInfoSubSection homepageInfoSubSectionThird" >
						<div class="webHostingImage3_1 boxImage" ></div>
						<h2 class="textCenteredHeadline" ></h2>
						<p class="boxTextBody">Woocommerce är ett tillägg i Wordpress som transformerar om Wordpress till att bli en fantastisk webbshop som vårt system är optimerat och anpassat för.</p>
					</div>
				</div>
				<div class="readmoreHolder" >
					<div class="readmore"><a class="link" href="https://www.egensajt.se/webbhotell/">Läs mer <span class="rightarrow"><div class="rightarrow_kick" ></div><div class="rightarrow_stem" ></div></span></a></div>
				</div>
			</div>
			<div class="footerBackground" >
				<div class="footer" >
					<p class="footerText" >© EgenSajt Hosting AB</p>
				</div>
			</div>
		</body>
	</html>
