html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #cdccc7;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.menu {
	background-color: #ffffff;
	width: 100%;
	float: left;
}

.content {
	width: 900px;
	margin: 0 auto;
}

#logo {
	float: left;
	padding: 24px 20px 20px;
	margin-right: 20px;
	background-color: #ffffff;
	width: 118px;
	height: 44px;
}

#navbar {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	float: left;
	padding: 36px 10px 31px;
}

#navbar li a {
	color: #652d86;
	font-size: 20px;
	text-decoration: none;
	vertical-align: baseline;
}

#navbar li a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.header {
	background-image: url('http://customers.anpdm.com/telia/1406_htmlx/bg.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.white {
	background-color: #ffffff;
}

.headerimage {
	width: 900px;
	height: 316px;
	background-image: url('http://customers.anpdm.com/telia/1406_htmlx/image-new.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.information {
	padding: 45px 30px 20px;
}

h1 {
	color: #7b3f95;
	font-size: 30px;
	margin: 0 0 20px;
}

p, .information p a {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin: 0 0 20px;
	text-decoration: none;
}

.form {
	background-color: #06cdab;
}

.form-content {
	background-color: #00bf9e;
}

.form-content h3 {
	color: #ffffff;
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
	padding: 35px 30px 30px;
	margin: 0;
}

form {
	padding: 30px 30px 60px;
}

.form-element {
	width: 525px;
	padding-bottom: 10px;
	float: left;
}

label {
	color: #ffffff;
	font-size: 24px;
	line-height: 20px;
	position: relative;
	top: 16px;
}

input[type="text"] {
	float: right;
	width: 330px;
	background-color: #06cdab;
	color: #ffffff;
	font-size: 24px;
	line-height: 20px;
	border: none;
	padding: 10px;
}

input[type="image"] {
	width: 186px;
	height: 186px;
	border: none;
	float: right;
	position: relative;
	bottom: 250px;
	right: 50px;
	cursor: pointer;
}

.thanks {
	background-image: url('http://customers.anpdm.com/telia/1406_htmlx/thanks-bg.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.image-thanks {
	width: 900px;
	height: 444px;
	background-image: url('http://customers.anpdm.com/telia/1406_htmlx/image-thanks.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.confirmation {
	background-color: #06cdab;
}

.confirmation-content {
	background-color: #00bf9e;
	padding-bottom: 60px;
}

.confirmation-content h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 30px;
	font-weight: normal;
	padding: 30px 30px 20px;
	margin: 0;
}

.confirmation-content p {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	padding: 0 30px;
}

.confirmation-content img {
	display: block;
	margin: 60px auto 0;
	border: none;
}

.footer {
	padding: 26px 0 60px;
}

.image {
	width: 900px;
	height: 331px;
	background-image: url('http://customers.anpdm.com/telia/1406_htmlx/image2.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}

.list {
	float: left;
	width: 40%;
	padding: 0 30px;
}

.list h3 {
	color: #7b3f95;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 0 35px;
}

.list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list li {
	color: #7b3f95;
	font-size: 18px;
	line-height: 24px;
	background-image: url('http://customers.anpdm.com/telia/1406_htmlx/pil.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 0px 10px 35px;
}

.list li a {
	color: #7b3f95;
	text-decoration: none;
}

.footer p {
	font-weight: bold;
	padding: 30px;
}