/* CSS Document */

.impressum{
	width:680px;
	height:450px;
	background-color:#363636;
	position:absolute;
	left:32px;
	top:249px;
	z-index:3;
	}
	
.impressumbild{
	background-image:url(../img/impressum.gif);
	width:288px;
	height:410px;
	top: 30px;
	left:66px;
	position:relative;
	background-repeat:no-repeat;
	}
	
/*--------------------------FOOTER-------------------------------*/	
	
.footer{
	width:680px;
	height:48px;
	background-image:url(../img/tmfooter.gif);
	position:absolute;
	top:715px;
	left:32px;
	}

