body{
	background-color:#B9E0ED;
}
a:link {color:#8728D4;text-decoration:none;}
a:visited {color:#8728D4;text-decoration:none;}
a:hover {color:#8728D4;text-decoration:none;}
a:active {color:#8728D4;text-decoration:none;}

h1{
	text-align:center;
}
#pagewrap{
	margin:0px auto;
	width:920px;
	float:left;
	}
#header{
	width:920px;
	height:200px;
	background-image:250px
	float:left;
}
#logo{
	width:200px;
	height:200px;
	float:right;
}
#firmanavn{
	position:absolute;
	left:715px;
	top:180px;
}
#grad{
	float:left;
	width:920px;
	height:500px;
	background: repeating-radial-gradient(red,yellow 10%, green 15%);
}
#pip{
	background-image:url(../billed/DSC08953.jpg);
	background-size:cover;
	width:400px;
	height:300px;
	position:relative;
	top:50px;
}
#menulinje{
	width:920px;
	height:65px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	}
#menu{
	width:90px;
	height:10px;
	padding:15px;
	margin-top:10px;
	margin-bottom:100px;
	margin-left:10px;
	margin-right:10px;
	background-color:#B9E0ED;
	float:left;
	text-align:center;
}
#menu:hover{
	background-color:#56F061;
	border-radius:5px 15px 5px 15px;
}
#area{
	
	width:920px;
	height:550px;
	background-color:#B9E0ED;
		float:left;
}
.gradient{
	background-color: linear-gradient(to left, "009EDF 0%, #F19200 100%);")
}
#kasse{
	width:200px;
	height:250px;
	border:1px #000000 solid;
	/* den lige oppe over "border" og de 3 nedenunder gør det samme :)
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	*/
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	
	width:200px;
	height:250px;
	border:1px #000000 solid;
	}
	#footer{
	width:920px;
	height:35px;
	background-color:#56F061;
	float:left;
	margin-top:10px;
	padding-top:10px;
	}
#imagehover:hover{
	transform:scale(1.2,1.2)
}
#textarea{
	width:220px;
	height:532px;
	background-color:#27F238;
	float:left;
	margin-top:-280px;
}