@charset "utf-8";
/* CSS Document */
.lager1 {
	background-color: yellow;
	height: 7em;
	width: 175px;
	z-index:3;
	position: absolute;left: 75px;top: 4.5em;
}
.vit{
	color: white;
	
}
.lager2 {
	background-color: blue;
	height: 7em;
	width: 175px;
	z-index: 1;
	position: absolute;top: 1em;left: 50px;
}
.lager3 {
	background-color: green;
	height: 7em;
	width: 175px;
	z-index: 2;
	position: absolute;top: 2.5em;left: 100px;
}
body {
	font-family: arial;
}
img {
	position: absolute;top:20em;
	height: 6em;
	width: 400px;
	border: 2px red solid;
	text-align: right;
}
.lager4{
	background-image: url(bilder/texture.jpg);
	position: absolute;top:20em;
	height: 6em;
	width: 400px;
	border: 4px red solid;
	text-align: right;
}
.inded{
	margin-left: 20px;
}
.ind{
	position: absolute;top: 30em;
}
#gul{
	background-color: yellow;
	letter-spacing: 5px;
}
#myfooter{
	position: absolute;top: 40em;
}