<!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" />
		<meta name="viewport" content="width=device-width, initial-scale=1" >
		<!-- 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: #FFF;
				text-shadow: 1px 1px 1px #787878;
				line-height: normal;
				font-size: 60px;
				font-weight: 600;

				margin: 0;
			}
			.presentationH2
			{
				position: relative;
				text-align: center;
				color: #FFF;
				text-shadow: 1px 1px 1px #787878;
				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: #3B3B3B;

				font-size: 60px;
				font-weight: 300;

				margin: 0;
			}
			.presentationH2
			{
				position: relative;
				text-align: center;
				color: #3B3B3B;
				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: #3B3B3B;

				font-size: 32px;
				font-weight: 400;

				margin: 0;
			}
			.presentationH2
			{
				position: relative;
				text-align: center;
				color: #3B3B3B;
				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: #3B3B3B;

				font-size: 28px;
				font-weight: 400;

				margin: 0;
			}
			.presentationH2
			{
				position: relative;
				text-align: center;
				color: #3B3B3B;
				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_neutral.png");*/
			background-image: url("/images/slide_neutral.png");
			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: #FFF;
			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");*/
			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");*/
			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: 1000px;
				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: 20%;
				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: 126px;

				padding: 0;
				margin: 0;
				margin-left: auto;
				margin-right: auto;
			}
			.domainPriceSectionBackground
			{
				height: 126px;
				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: 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: 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-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-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-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-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-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-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-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-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-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-image: url("/images/domains-sprite.png");
			background-position: 0 -385px;
			height: 23px;
			width: 27px;
			margin-top: 9px;
			margin-right: 10px;
		}

		.newSiteDomainImage
		{
		    /*background-image: url("images/domains-sprite.png");*/
			background-image: url("/images/domains-sprite.png");
		    background-position: 0 -424px;
		    height: 23px;
		    width: 50px;
		    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;
		}
		.lineThrough
		{
			text-decoration: line-through !important;
		}
		.smallerText
		{
			font-size: 60%;
		}
		.biggerText
		{
			font-size: 120%;
		}
		.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");*/
			background-image: url("/images/icon_60x60_domain.png");
		}
		.hostingEmailImage
		{
			/*background-image: url("images/icon_60x60_email.png");*/
			background-image: url("/images/icon_60x60_email.png");
		}
		.hostingWebsiteImage
		{
			/*background-image: url("images/icon_60x60_website.png");*/
			background-image: url("/images/icon_60x60_website.png");
		}
		.hostingWebshopImage
		{
			/*background-image: url("images/icon_60x60_webshop.png");*/
			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;
		}

		.checkmark
		{
		    display:inline-block;
		    width: 25px;
		    height:17px;
		    -ms-transform: rotate(40deg); /* IE 9 */
		    -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
		    transform: rotate(40deg); /* Firefox */
		}
		.checkmark_stem
		{
		    position: absolute;
		    width:3px;
		    height:12px;
		    background-color:#009900;
		    left: 15px;
		    top: 3px;
		}
		.checkmark_kick
		{
		    position: absolute;
		    width:6px;
		    height:3px;
		    background-color:#009900;
		    left: 10px;
		    top: 12px;
		}

		.floatLeft
		{
			float: left;
		}
		.floatRight
		{
			float: right;
		}
		.clear
		{
		    clear: both;
		}
		.setAutoHeight
		{
			height: auto !important;
		}
		.mainSummaryList li .checkmark .checkmark_stem, .mainSummaryList li .checkmark .checkmark_kick
		{
			background-color: #497ab3;
		}

		/*info section css*/
		@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;
				margin-bottom: 80px;
			}
			.homepageInfoClearElement
			{
				display: none;
			}
			.mainBuyButton
			{
				display: block;
				font-size: 22px;
				margin: 0;
				margin-top: 22px;
				height: 60px;
				background-color: #497ab3;
			}
			.mainBuyButton:hover
			{
				background-color: #84AEDD;
			}
			.textSectionCentered
			{
				position: absolute;
				width: 400px;
				left: 50%;
				top: 50%;
				transform: translateX(-50%) translateY(-50%);
			}
			.sectionHeight:nth-of-type(1)
			{
				height: 480px;
			}
			.sectionHeight:nth-of-type(2)
			{
				height: 520px;
			}
			.sectionHeight:nth-of-type(3)
			{
				height: 500px;
			}
			h1.halfSectionHeadline
			{
				margin-top: 0;
				margin-bottom: 4px;
				text-align: left;
			}
			.halfSectionText
			{
				margin-top: 0;
				line-height: 26px
			}
			.halfSectionPriceText
			{
				margin-top: 38px;
				margin-bottom: 0;
				font-size: 42px;
				line-height: 44px;
				color: #3B3B3B;
				font-weight: 600;
			}
			.halfSectionPriceText .lineThrough
			{
				font-size: 70%;
			}
			.mainSummaryList
			{
				display: block;
				list-style-type: none;
				padding: 0;
				margin: 0;
				margin-top: 10px;
				text-align: left;
				line-height: 26px;
			}
			.mainSummaryList li
			{
				font-weight: 400;
				font-size: 18px;
				padding-top: 4px;
				padding-bottom: 4px;
			}
			.halfSection
			{
				position: relative;
				width: 50%;
				height: 100%;
			}
			.hiddenMobileImage
			{
				display: none;
			}
			.staticHeightWidth
			{
				height: 220px;
			}
			.mainPageImageText::before
			{
				float: left;
				content: "";
				background-repeat: no-repeat;
				background-position: 0 0;
				margin-top: 1px;
				margin-right: 10px;
				height: 30px;
				width: 30px;
				background-size: contain;
			}
			.mainPageSubText, .mainPageImageText
			{
				width: calc(90% - 80px);
				margin-left: 80px;
				margin-top: 20px;
			}
			.mainPageImageText
			{
				margin-top: 0;
			}
			.mainBuyButton
			{
				width: 210px;
			}
		}

		@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;
				margin-bottom: 50px;
			}
			.homepageInfoClearElement
			{
				clear: both;
			}
			.homepageInfoSubSectionFirst
			{
				float: left;
			}
			.homepageInfoSubSectionSecond
			{
				float: right;
			}
			.homepageInfoSubSectionThird
			{
				float: none;
				margin-left: auto;
				margin-right: auto;
			}
			.mainBuyButton
			{
				display: block;
				font-size: 18px;
				margin: 0;
				margin-top: 20px;
				height: 40px;
				background-color: #497ab3;
			}
			.mainBuyButton:hover
			{
				background-color: #84AEDD;
			}
			.textSectionCentered
			{
				position: absolute;
				width: 300px;
				left: 50%;
				top: 50%;
				transform: translateX(-50%) translateY(-50%);
			}
			.sectionHeight:nth-of-type(1)
			{
				height: 400px;
			}
			.sectionHeight:nth-of-type(2)
			{
				height: 410px;
			}
			.sectionHeight:nth-of-type(3)
			{
				height: 430px;
			}
			h1.halfSectionHeadline
			{
				margin-top: 0;
				margin-bottom: 4px;
				text-align: left;
				font-size: 30px;
			}
			.halfSectionText
			{
				margin-top: 0;
				line-height: 22px;
				font-size: 16px;
			}
			.halfSectionPriceText
			{
				margin-top: 30px;
				margin-bottom: 0;
				font-size: 26px;
				line-height: 28px;
				color: #3B3B3B;
			}
			.halfSectionPriceText .lineThrough
			{
				font-size: 70%;
			}
			.mainSummaryList
			{
				display: block;
				list-style-type: none;
				padding: 0;
				margin: 0;
				margin-top: 10px;
				text-align: left;
				line-height: 26px;
			}
			.mainSummaryList li
			{
				font-weight: 400;
				font-size: 16px;
				padding-top: 0px;
				padding-bottom: 0px;
			}
			.halfSection
			{
				position: relative;
				width: 50%;
				height: 100%;
			}
			.hiddenMobileImage
			{
				display: none;
			}
			.staticHeightWidth
			{
				height: 220px;
			}
			.mainPageImageText::before
			{
				float: left;
				content: "";
				background-repeat: no-repeat;
				background-position: 0 0;
				margin-top: 1px;
				margin-right: 10px;
				height: 30px;
				width: 30px;
				background-size: contain;
			}
			.mainPageSubText, .mainPageImageText
			{
				width: calc(90% - 60px);
				margin-left: 60px;
				margin-top: 20px;
				margin-right: 0;
			}
			.mainPageSubText
			{
				margin-top: 4px;
			}
			.mainBuyButton
			{
				width: 190px;
			}
			.buttonBoxSection
			{
				margin-left: 58px;
			}
			.domainTable
			{
				width: 800px;
			}
			.domainTableWrapper
			{

			}
		}

		@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;
				margin-bottom: 40px;
			}
			.homepageInfoClearElement
			{
				display: none;
			}
			.mainBuyButton
			{
				display: block;
				font-size: 18px;
				margin: 0;
				margin-top: 20px;
				height: 40px;
				background-color: #497ab3;
			}
			.mainBuyButton:hover
			{
				background-color: #84AEDD;
			}
			.textSectionCentered
			{
				position: absolute;
				width: 300px;
				left: 50%;
				top: 50%;
				transform: translateX(-50%) translateY(-50%);
			}
			.sectionHeight:nth-of-type(1)
			{
				height: 560px;
			}
			.sectionHeight:nth-of-type(2)
			{
				height: 560px;
			}
			.sectionHeight:nth-of-type(3)
			{
				height: 600px;
			}
			h1.halfSectionHeadline
			{
				margin-top: 0;
				margin-bottom: 4px;
				text-align: left;
				font-size: 30px;
			}
			.halfSectionText
			{
				margin-top: 0;
				line-height: 22px;
				font-size: 16px;
			}
			.halfSectionPriceText
			{
				margin-top: 30px;
				margin-bottom: 0;
				font-size: 26px;
				line-height: 28px;
				color: #3B3B3B;
			}
			.halfSectionPriceText .lineThrough
			{
				font-size: 70%;
			}
			.mainSummaryList
			{
				display: block;
				list-style-type: none;
				padding: 0;
				margin: 0;
				margin-top: 10px;
				text-align: left;
				line-height: 26px;
			}
			.mainSummaryList li
			{
				font-weight: 400;
				font-size: 16px;
				padding-top: 0px;
				padding-bottom: 0px;
			}
			.halfSection
			{
				float: none;
				position: relative;
				width: 100%;
				height: 100%;
			}
			.halfSectionWithImage
			{
				display: none;
			}
			.hiddenMobileImage
			{
				display: block;
				width: 270px;
				height: 175px;
				margin-left: auto;
				margin-right: auto;
			}
			.staticHeightWidth
			{
				height: 190px;
			}
			.mainPageImageText::before
			{
				float: left;
				content: "";
				background-repeat: no-repeat;
				background-position: 0 0;
				margin-top: 5px;
				margin-right: 6px;
				height: 20px;
				width: 20px;
				background-size: contain;
			}
			.mainPageSubText, .mainPageImageText
			{
				width: calc(90% - 40px);
				margin-left: 40px;
				margin-top: 20px;
				margin-right: 0;
			}
			.mainPageImageText
			{
				font-size: 22px;
			}
			.mainPageSubText
			{
				margin-top: 4px;
			}
			.mainBuyButton
			{
				width: 190px;
			}
			.buttonBoxSection
			{
				margin-left: 40px;
			}
			.domainTable
			{
				width: 400px;
				font-size: 16px;
			}
			.domainTable th, .domainTable td
			{
				padding-left: 1px !important;
				padding-right: 1px !important;
			}
			.domainTable th:nth-child(5)
			{
				display: none;
			}
			.domainTable td:nth-child(5)
			{
				display: none;
			}
			.domainTableWrapper
			{
				height: 485px;
			}
		}

		@media all and (max-width: 432px)
		{
			.homepageInfoBackground
			{
				height: 964px;
				width: 100%;

				margin: 0;
				padding: 0;
				padding-top: 30px;
			}
			.homepageInfoSection
			{
				height: 890px;
				width: 305px;

				margin: 0;
				margin-left: auto;
				margin-right: auto;
				padding: 0;
			}
			.homepageInfoSectionNoReadmore
			{
				height: 964px;
			}
			.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;
				margin-bottom: 30px;
			}
			.homepageInfoClearElement
			{
				display: none;
			}
			.mainBuyButton
			{
				display: block;
				font-size: 18px;
				margin: 0;
				margin-top: 20px;
				height: 40px;
				background-color: #497ab3;
			}
			.mainBuyButton:hover
			{
				background-color: #84AEDD;
			}
			.textSectionCentered
			{
				position: absolute;
				width: 300px;
				left: 50%;
				top: 50%;
				transform: translateX(-50%) translateY(-50%);
			}
			.sectionHeight:nth-of-type(1)
			{
				height: 560px;
			}
			.sectionHeight:nth-of-type(2)
			{
				height: 560px;
			}
			.sectionHeight:nth-of-type(3)
			{
				height: 600px;
			}
			h1.halfSectionHeadline
			{
				margin-top: 0;
				margin-bottom: 4px;
				text-align: left;
				font-size: 30px;
				padding-left: 0;
				width: 100%;
			}
			.halfSectionText
			{
				margin-top: 0;
				line-height: 22px;
				font-size: 16px;
			}
			.halfSectionPriceText
			{
				margin-top: 30px;
				margin-bottom: 0;
				font-size: 26px;
				line-height: 28px;
				color: #3B3B3B;
			}
			.halfSectionPriceText .lineThrough
			{
				font-size: 70%;
			}
			.mainSummaryList
			{
				display: block;
				list-style-type: none;
				padding: 0;
				margin: 0;
				margin-top: 10px;
				text-align: left;
				line-height: 26px;
			}
			.mainSummaryList li
			{
				font-weight: 400;
				font-size: 16px;
				padding-top: 0px;
				padding-bottom: 0px;
			}
			.halfSection
			{
				float: none;
				position: relative;
				width: 100%;
				height: 100%;
			}
			.halfSectionWithImage
			{
				display: none;
			}
			.hiddenMobileImage
			{
				display: block;
				width: 270px;
				height: 175px;
				float: left;
			}
			.staticHeightWidth
			{
				height: 190px;
			}
			.mainPageImageText::before
			{
				float: left;
				content: "";
				background-repeat: no-repeat;
				background-position: 0 0;
				margin-top: 5px;
				margin-right: 6px;
				height: 20px;
				width: 20px;
				background-size: contain;
			}
			.mainPageSubText, .mainPageImageText
			{
				width: 100%;
				margin-left: 0px;
				margin-top: 20px;
				margin-right: 0;
			}
			.mainPageImageText
			{
				margin-bottom: 2px;
				font-size: 22px;
			}
			.mainPageSubText
			{
				margin-top: 4px;
			}
			.mainBuyButton
			{
				width: 190px;
			}
			.buttonBoxSection
			{
				margin-left: 0px;
			}
			.domainTable
			{
				width: 300px;
				font-size: 14px;
			}
			.domainTable th, .domainTable td
			{
				padding-left: 1px !important;
				padding-right: 1px !important;
			}
			.domainTable th:nth-child(4)
			{
				display: none;
			}
			.domainTable td:nth-child(4)
			{
				display: none;
			}
			.domainTable th:nth-child(5)
			{
				display: none;
			}
			.domainTable td:nth-child(5)
			{
				display: none;
			}
			.domainTableWrapper
			{
				height: 482px;
			}
		}

		.domainPriceDarkBackground
		{
			background-color: #F9F9F9;
		}

		.ImageMainWordpress
		{
			background-image: url("/images/wordpress_mainpage.png");
			/*background-image: url("images/wordpress_mainpage.png");*/
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
		}
		.ImageMainSitebuilder
		{
			background-image: url("/images/sitepro_mainpage.png");
			/*background-image: url("images/sitepro_mainpage.png");*/
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
		}
		.ImageMainPremiumEmail
		{
			background-image: url("/images/premium_email_mainpage.png");
			/*background-image: url("images/premium_email_mainpage.png");*/
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
		}
		.space100
		{
			width: 100%;
			height: 100px;
			margin: 0;
			padding: 0;
		}
		</style>
	</head>
	<body>
		<div class="headerBackground" >
			<div class="header">
				<a href="https://www.egensajt.se/" >
					<!--/images/egensajt_logo_199x50.png-->
					<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 www.ekke.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 domainPriceDarkBackground" style="cursor: pointer" onclick="window.open('https://www.egensajt.se/doman/','_self')" >
			<div class="domainPriceSection" >
				<div class="domainPriceSectionColumn domainPriceSectionColumnStandAlone" >
					<div id="farLeftDomainPriceSection" class="domainPriceSectionColumnCenter" >
						<div class="newXyzDomainImage newDomainImage" ></div>
						<div class="domainprice" ><span style="text-decoration: line-through; font-size: 70%">189 kr</span><span class="red"> 29<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" >209 <span class="smaller80"> kr</span></div>
						</div>
					</div>
					<div class="domainPriceSectionColumn" >
						<div id="centerDomainPriceSection" class="domainPriceSectionColumnCenter" >
							<div class="newComDomainImage newDomainImage" ></div>
							<div class="domainprice" >219 <span class="smaller80"> kr</span></div>
						</div>
					</div>
					<div class="domainPriceSectionColumn" >
						<div id="rightDomainPriceSection" class="domainPriceSectionColumnCenter" >
							<div class="newNuDomainImage newDomainImage" ></div>
							<div class="domainprice" >199 <span class="smaller80"> kr</span></div>
						</div>
					</div>
				</div>
				<div class="domainPriceSectionColumn domainPriceSectionColumnStandAlone" >
					<div id="farRightDomainPriceSection" class="domainPriceSectionColumnCenter" >
						<div class="newFiDomainImage newDomainImage" ></div>
						<div class="domainprice" >219 <span class="smaller80"> kr</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>
						<form action="https://www.egensajt.se/webbhotell/" method="post" >
							<input type="hidden" name="package" value="0" />
							<button class="standardButton orderButton" type="submit"  >Kom igång</button>
						</form>
					</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>
						<form action="https://www.egensajt.se/webbhotell/" method="post" >
							<input type="hidden" name="package" value="1" />
							<button class="standardButton orderButton" type="submit" >Kom igång</button>
						</form>
					</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>
						<form action="https://www.egensajt.se/webbhotell/" method="post" >
							<input type="hidden" name="package" value="2" />
							<button class="standardButton orderButton" type="submit" >Kom igång</button>
						</form>
					</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>
						<form action="https://www.egensajt.se/webbhotell/" method="post" >
							<input type="hidden" name="package" value="3" />
							<button class="standardButton orderButton" type="submit" >Kom igång</button>
						</form>
					</div>
				</div>
				<div class="secondClearElement" ></div>
			</div>
		</div>
		-->
		<div class="homepageInfoBackground setAutoHeight noPaddingTop"  >
			<div class="homepageInfoSection setAutoHeight" >
				<div class="sectionHeight" >
					<div class="halfSection floatLeft" >
						<div class="textSectionCentered"  >
							<div class="ImageMainWordpress hiddenMobileImage" ></div>
							<div class="clear" ></div>
							<h1 class="mainpage-callouts halfSectionHeadline"  >Optimerat för Wordpress</h1>
							<p class="halfSectionText" >Om du inte kan Wordpress kan du istället aktivera vår sidbyggare som är både enkel och kul att arbeta med och få till en fin hemsida</p>
							<ul class="mainSummaryList" >
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Mycket snabb laddtid</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Skydd mot angrepp och attacker</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Webbaserad filhanterare</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Åtkomst med SSH</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>SSL cert ingår gratis</li>
							</ul>
							<form action="https://www.egensajt.se/webbhotell/" method="post" >
								<input type="hidden" name="package" value="2" />
								<button type="submit" class="mainBuyButton standardButton floatLeft" >Läs mer</button>
							</form>
							<h1 class="halfSectionPriceText floatRight" ><span class="lineThrough">12</span> 5<span class="smallerText" >kr/mån</span></h1>
							<div class="clear" ></div>
						</div>
					</div>
					<div class="halfSection floatRight ImageMainWordpress halfSectionWithImage"  >

					</div>
				</div>
				<div class="sectionHeight"  >
					<div class="halfSection floatLeft ImageMainSitebuilder halfSectionWithImage"  >

					</div>
					<div class="halfSection floatRight"  >
						<div class="textSectionCentered" >
							<div class="ImageMainSitebuilder hiddenMobileImage" ></div>
							<div class="clear" ></div>
							<h1 class="mainpage-callouts halfSectionHeadline" >Bra & enkel sidbyggare</h1>
							<p class="halfSectionText" >Om du inte kan Wordpress kan du istället aktivera vår sidbyggare som är både enkel och kul att arbeta med och få till en fin hemsida</p>
							<ul class="mainSummaryList" >
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Bygg sidan direkt i webbläsaren</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>200 mallar att välja mellan</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Interaktiv guide</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Har stöd för flera språk</li>
								<li><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Lägg upp produkter som du vill sälja</li>
							</ul>
							<form action="https://www.egensajt.se/webbhotell/" method="post" >
								<input type="hidden" name="package" value="2" />
								<button type="submit" class="mainBuyButton standardButton floatLeft" >Läs mer</button>
							</form>
							<h1 class="halfSectionPriceText floatRight" ><span class="lineThrough">12</span> 5<span class="smallerText" >kr/mån</span></h1>
							<div class="clear" ></div>
						</div>
					</div>
				</div>
				<div class="sectionHeight"  >
					<div class="halfSection floatLeft"  >
						<div class="textSectionCentered" >
							<div class="ImageMainPremiumEmail hiddenMobileImage" ></div>
							<div class="clear" ></div>
							<h1 class="mainpage-callouts halfSectionHeadline" >Premium mailhosting</h1>
							<p class="halfSectionText" >Sätt upp e-postkonton på din domän med några klick och skicka och ta emot e-post på dator och i mobilen</p>
							<ul class="mainSummaryList" >
								<li ><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Välj utrymme från 5GB och uppåt</li>
								<li ><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Effektivt spamskydd</li>
								<li ><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Snygg och snabbladdad webmail</li>
								<li ><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Åtkomst från varsomhelst via IMAP</li>
								<li ><span class="checkmark" ><div class="checkmark_stem"></div><div class="checkmark_kick" ></div></span>Delade filer, kalendar och kontaktbok samt ActiveSync, 15kr/mån extra per användare</li>
							</ul>
							<form action="https://www.egensajt.se/webbhotell/" method="post" >
								<input type="hidden" name="package" value="1" />
								<button type="submit" class="mainBuyButton standardButton floatLeft" >Läs mer</button>
							</form>
							<h1 class="halfSectionPriceText floatRight" ><span class="lineThrough">22</span> 9<span class="smallerText" >kr/mån</span></h1>
							<div class="clear" ></div>
						</div>
					</div>
					<div class="halfSection floatRight ImageMainPremiumEmail halfSectionWithImage" >

					</div>
				</div>
			</div>
		</div>
		<!--
		<div class="homepageInfoBackground domainPriceDarkBackground" >
			<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="space100" ></div>
		<div class="footerBackground" >
			<div class="footer" >
				<p class="footerText" >&#169; EgenSajt Hosting AB</p>
			</div>
		</div>
	</body>
</html>
