@charset "utf-8";
#projectpage {
	height: 605px;
	left: 50%;
	margin: 20px 0px 0px -465px;	/* top right bottom left */
	position: absolute;
	width: 931px;
	visibility: visible;
	z-index: 1;
}
#kader {
	height: 575px;
	left: 0px;	/* top right bottom left */
	position: absolute;
	width: 931px;
	visibility: visible;
	border: black 1px solid;
	z-index: 2;
}
#footer {
	height: 20px;	/* top right bottom left */
	position: absolute;
	text-align: center;
	width: 931px;
	visibility: visible;
	z-index: 2;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;
}
    #blackline {
	background-color: #000000;
	height: 535px;
	left: 585px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 1px;
	visibility: visible;
	z-index: 8;
}

