/* Akkus Agrokraft-Streutal-Stylesheet "how-to-layout"*/


@media screen {

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


	#wrap {
		height: 100%;
		width: 100%;
/*		padding-top: 150px;
*/	}

	#trailer { 

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




	#leftmenu {
		position: relative; top:10px; left:2px;
		width: 180px;
		float: left;
		border: 0;
		margin: 1em;
		border-top: 1px solid black;
		text-align: left;
		background: #E0FFE0;
		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: #006549;
	clear: left;
}


#leftmenu {
	display: none;
}


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

}

/* End Of File */


