@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family:Helvetica, Arial, sans-serif
}

body {
	background-color: #000;
	background-image:url(../bilder/Gulvex_Intro_Webshop.jpg);
}

.canvas {
	width:950px;
	height:327px;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	height:35px;
	width:222px;
	margin: 0 auto;
	background-image:url(../bilder/streijfert-header-ny.png);
	margin-bottom:50px;
}
.bilde {
	background-image:url(../bilder/streijfert-image-front.jpg);
	width: 950px;
	height:327px;
	margin-bottom:4px;
}
.tekstBlock {
	height: 20px;
	margin-bottom: 75px;
}
.tekst {
	background-color: #EEE;
	height: 100%;
	width:45%;
	float:left;
}
.tekst p {
	font-size:13px;
	color: #FF0000;
	vertical-align:bottom;
	
	margin-top:3px;
	margin-left: 15px;
}
.eng {
	color:#000;
}
.tekstpynt {
	background-color: #1f1e21;
	height:100%;
	width: 54.5%;
	float:right;
}
.tid {
	background-image:url(../bilder/streijfert-footer.png);
	width:181px;
	height:21px;
	
	margin: 0 auto;
	margin-bottom:50px;
}
.footer {
	background-image:url(../bilder/kontaktinfo.png);
	width:413px;
	height:11px;
	margin: 0 auto;
}
