/* Akkus REN-Stylesheet "how-to-layout"*/


@media screen {

	html, body{
		height: 100%;
		width: 100%
		text-align: center;
		background: transparent url(../back.gif) top left repeat-y;
	}


	#trailer { 
	  	top:0;
		left:0 ;
		right:0 ;
		width: auto;
		height: 100px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 130px;
		text-align: left;
		clear: left;
		background: transparent url(../logo.jpg) center left no-repeat;
	}




	#wrap {

		width: 100%;
		height: 150px;
		background: transparent url(../kinder.jpg) bottom left repeat-x;
		z-index: 1;
	}

	#leftmenu {
		width: 240px;
		float: right;
		margin: 0;
		margin-top: 2px;
		border: 0;
		border-top: 1px solid black;
		padding: 0;
		margin-right: 2px;
		text-align: left;
		background: transparent url(../menu-back.gif) top left repeat-y;
		font: small Verdana, sans-serif;
		z-index: 2;
	}


	#content {
		width: auto;
		padding-bottom: 2em;
		padding-top: 2em;
		padding-left: 150px;
		padding-right: 2em;
		float: left;
		border: 0;
		background: transparent url(../spenden.jpg) bottom left no-repeat;
		z-Index: 2;
	}	

}

@media print {
#trailer { 
	height: 160px;
	margin-top: 1.5cm;
	margin-bottom: 1cm;;
	clear: left;
}

#wrap {
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-bottom: 1cm;
}

#leftmenu {
	display: none;
}


#content {
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}

}

/* End Of File */

