/* CSS | Print copyright by websteil. 05.2008*/
/*
=====
ausgeblendete DIVS
=====
*/
#block03, #footer
 { display: none; }

/*
===============
eingeblendete DIVS
===============
*/

#container {
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 540px;
	visibility: visible;
	border: 0px solid #000;
}
/* Textblock*/
#block02 { 
	position: absolute;
	left: 460px;
	top: 5px; 
	width: 328px; 
	height: auto;
	overflow: auto;
	border: 1px solid #000; 
	background: transparent;
	text-align: left;
	padding: 0 0 20px 0;
}



