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

body {
	background:;
	background: #2c7b44;
	font-family: "Trebuchet MS";
	font-size:13px;
	color: #999999;
	margin: 0px;
}

div#top1 {
  background:url(http://luggi.bplaced.net/pgwc/startseite/top_bg.jpg);
  height:159px;
  width: 100%;
  min-width: 100%;
  text-align: left;
}

div#cont1{
	width: 845px;
	height: 500px;
	float: left;
  	position:relative;
}

div#cont2{
	width: 177px;
	height: 500px;
	float: left;
  	position:relative;
}

div.navi{
	width: 168px;
	height: 23px;
	background-image:url(http://luggi.bplaced.net/pgwc/startseite/navi_bg.jpg);
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 9px;
	margin-bottom: 2px;
	cursor: pointer;
}

div.navi:hover{
	background-image:url(http://luggi.bplaced.net/pgwc/startseite/navi_hover.jpg);
}

img.img1_bg {
	z-index: 0;
	position: absolute;
	float: left;
	left: 50px;
	top: 20px;
}

img.img2_bg {
	z-index: 2;
	position: absolute;
	float: left;
	left: 330px;
	top: 170px;
}

div#img2 {
	z-index: 3;
	position: absolute;
	float: left;
	left:359px;
	top:211px;
	background:#000000;
	width: 300px;
	height: 225px;
}

div#img1 {
	z-index: 1;
	position: absolute;
	float: left;
	left:79px;
	top:43px;
	background:red;
	width: 400px;
	height: 254px;
}
