/***
 *	Die Styles fuer das Ausdrucken. Wird nur beim Drucken geladen und macht all
 *	die Elemente unsichtbar, die fuer das Drucken nicht erwuenscht sind.
 **/


#layout_container_all {
	width: 758px;
	border-width: 0px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	color: #000000;
	background-image: none;
}

#layout_frame_header {
	display: none;
	overflow: hidden;
	height: 0px;
}

#layout_frame_footer {
	display: none;
	overflow: hidden;
	height: 0px;
}


#layout_head_bar {
	display: none;
	overflow: hidden;
	height: 0px;
}


#layout_navbar_top {
	display: none;
	overflow: hidden;
	height: 0px;
}

#layout_navbar_top2 {
	display: none;
	overflow: hidden;
	height: 0px;
}


#layout_mainpart {
	margin: 5px 25px 20px 25px;
	min-height: 100px;
}


#layout_main_column_left {
	display: none;
	overflow: hidden;
	height: 0px;
}

#layout_main_column_right {
	display: none;
	overflow: hidden;
	height: 0px;
}

