* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 200 15pt "aktiv-grotesk","Helvetica","Arial",sans-serif;
	margin: 0;
	padding: 0;
}

div#header {
	background-color: white;
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
}

div#header img.logo {
	margin: 60px 0 0 60px;
}

div#header h1 {
	color: #2b3c74;
	font-size: 40pt;
	font-weight: 800;
	line-height: 40pt;
	margin: 40px 60px 60px 60px;
}

div#header p {
	font-weight: 200;
	margin: 0 60px 40px 60px;
}


div#article {
	background-color: grey;
	color: white;
	padding: 80px 170px;
	position: absolute;
	top: 0px;
	left: 360px;
	right: 0px;
	bottom: 0px;
}

div.breadcrumbs {
	border-bottom: 1px solid white;
	display: table;
	padding-bottom: 30px;
	width: 100%;
}

div.breadcrumbs div {
	color: white;
	display: table-cell;
	font-size: 20pt
}

div.breadcrumbs a {
	color: white;
	text-decoration: none;
}

div.breadcrumbs div.current a {
	color: yellow;
}

div.breadcrumbs div.amount {
	text-align: left;
}

div.breadcrumbs div.billing {
	padding: 0;
	text-align: center;
}

div.breadcrumbs div.payment {
	text-align: right;
}

div.breadcrumbs div.current {
	color: yellow;
}

h2.heading {
	font-size: 60pt;
	font-weight: 700;
}


div#footer {
	background-color: white;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
}

div#footer p {
	font-size: 10pt;
	font-weight: 200;
	margin: 0 60px 40px 60px;
}

div#footer p.address {
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	div#article {
		padding: 60px 80px;
	}
}