
/*********************************************************************
		DER SEITENKOPF
*********************************************************************/
body {
	
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
	background-color	: #000000;
	background-image	: url("/pic_alg/bg.gif");
	background-repeat	: repeat-y;
	overflow: auto;
}

#logo {
	position: absolute;
	left	: 0px;

}
#flash {
	position 		: absolute;
	left			: 61px;
	top				: 66px;
	border-bottom	: solid 1px #000000;

}

#bottom {
	height			: 50%;
	width			: 850px;
	background-image: url("/pic_alg/bottom.gif");
	position 		: absolute;
	left			: 61px;
	bottom			: 0px;

}