/* Style Page Standart */

@media screen {
	#Layoutbereich {
		width:840px;
		margin:0px auto;

	}
	#Layoutbereich_innen {
		position:relative;
		left:0px;
		top:0px;
	}
	
	#Inhaltsbereich {
		position:absolute;
		left:0px;
		width:840px;

	}
	#Inhaltsbereich_Hintergrund {
		position:absolute;
		left:0px;
		width:840px;
		height:2000px; /* wird per JS geaendert */
	}
	
	#Werkzeugbereich {
		float:right;
		margin-right:20px;
		height:45px;
	}

	#fontmenue {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:14px;
		text-decoration:none;
		width:740px;
		height:17px; 
		margin-left:80px; 
		padding-top:1px;
	}
	
	
}

@media print {
	#Linker_Bereich {
		display:none;
	}
	#Inhaltsbereich_Hintergrund {
		display:none;
	}
	#Mittlerer_Bereich {
		margin-left:20mm;
		margin-right:25mm;
	}	
	#Rechter_Bereich {
		display:none;
	}
	#Werkzeugbereich {
		display:none;
	}
}

