/* Akku-seins-Stylesheet "how-to-layout"*/

@media screen {

	html, body{
		height: 100%;
		text-align: center;
	}

	#wrap {
		height: 100%;
		width: 100%;
	}

	#trailer { 
	  	top:0;
		left:0 ;
		right:0 ;
		width: 100%;
		height: 155px;
		clear: left;
		background: #E0E0FF ;
		z-index: 4;
	}


	#leftmenu {
		position:absolute;
		width: 180px;
		float: left;
		border: 0;
		margin: 1em;
		border-top: 1px solid black;
		text-align: left;
		background: #CCCCFF;
		font: small Verdana, sans-serif;
	}


	#content {
		margin: 1em;
		border: 0;
		margin-left: 220px;
		background: #FFF;
	}	
}


@media print {

#trailer { 
	height: 160px;
	margin-top: 1.5cm;
	margin-bottom: 1cm;
	background: #E0E0FF;
	clear: left;
}


#leftmenu {
	display: none;
}


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


}


/* End Of File */



