/* Ausgabe Druck */

body {
	background-image: none;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	font: 11px Verdana, Arial,sans-serif;
	}
	
#box_horizontal_top, #box_content_right, box_horizontal_bottom, #box_footer_left, #box_footer_right	 {
	display: none;
	}
	
#box_middle, #box_conten, #box_content_left, #box_content_left_scroll,
#box_content_left_content  {
	width:100%;
	left:0;
	position: absolute;  /* Wegen IE5 Mac */
	}

#box_content_left_content_a, #box_content_left_content_b {
	left:0;
	position: absolute;  /* Wegen IE5 Mac */
	width: 50%;
	}

	
h1 {
	margin-top: 25px;
	font: bold 14px Verdana, Arial,sans-serif;
	color: #333;
	}
	
h2, h4 {
	margin-top: 25px;
	font: bold 12px Verdana, Arial,sans-serif;
	}
	
h3, h5 {
	margin-top: 25px;
	font: bold 11px Verdana, Arial,sans-serif;
	}

h2 { color: #666;}

img { border: 0;}
