/* CSS copyright by websteil. 2009 */
/*
=====
ausgeblendete DIVS
=====
*/
#right, div#scrollbar, #logotop, #menu
 { display: none; }

/*
===============
eingeblendete DIVS
===============
*/
body { margin:0px; }
img { border: 1px solid #000;}
#container { 	
	background: #2b2b2b;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	width: 960px;
	height: auto;
	visibility: visible;
	border: 1px solid #000;

}
#boxText {	position: relative; height: auto;}
#lyr1 {	height: auto;}
#lyr1 h2 {
	color: #666;
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
}
#lyr1 p {
	color: #000;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
}

#footerPrint {
	position: relative;
	display: block;
	border-top: 1px solid #000;
	color: #000;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}