 * {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header, subheader, footer, article { display: block;}

body {
	background-color: #f2f2f2;
	font-size: 0.95em;
	font-family: Arial;
}

img{border:none;}

.imgl {
	float: left;
	margin-left: 100px;
}
.imgr {
	float: right;
	margin-right: 100px;
}

header {
	height: 70px;
	width: 100%;
	min-width: 1145px;
	position: fixed;
	left: 0;
	top: 0;
	background:#ff3000;
}

whiteheader{
	height: 2px;
	width: 100%; 
	position: fixed;
	left: 0;
	top: 70px;
	background:#fff;
}

subheader {
	height: 39px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 72px;
	background:#292e31;
}

article {
	max-width: 1430px;
	min-width: 300px;
	margin:0px  auto;
	margin-bottom: 100px;
	padding: 113px 20px;
}

.scrollicon{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url('top.png') no-repeat;
    background-color: #000;	
	text-align: center;
	text-decoration:none;
	opacity:1;
}

.scrollicon div{
	font-weight:bold;
	font-size:28px;
	color:#333;
	padding-top:12px;
}

.fett {
	font-size:1.8em;
	font-weight: normal;
	margin: 0 0 20px;
}

.box {
	float: left;
    background-color: white;
    font-size: 12px;
    font: Arial;
    width: 257px;
    height: 424px;
    padding: 10px;
    margin: 10px;
}