/*
sandoba.de - Offizieller Style-Guide
© SANDOBA//DE MEDIEN AGENTUR, 2002-2016

sandoba.de wird von SANDOBA//DE MEDIEN AGENTUR (www.sandoba.de) aus Berlin betrieben. Weder ein Teil noch der gesamte Quellcode, Inhalte oder Grafiken sind ohne schriftliche Erlaubnis in anderen Medien (u.a. auf anderen Websites) einzusetzen, sofern nicht anderweitig explizit angegeben.
*/

/* Formatierung der Seite als Druckversion */

body {
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	margin: 0;
}

#style_layout {
	width: 600px !important;
}

#style_header, #style_navigation, #style_content_breadcrumb, #style_search, #style_front_frame, #style_content_left, #style_footer_frame {
	display: none !important;
}

#frontend_editing_opener, #frontend_editing_content, #frontend_editing_extended {
	display: none !important;
}

#style_content {
  background-image: none !important;
  padding: 0;
}

#style_content_right {
  float: none;
	margin: 0;
	width: 600px !important;
}

#style_content_breadcrumb {
  left: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
}

.style_noprint {
	display: none !important;
}

.style_onlyprint {
	background-color: #F7F8F9;
	border: 1px solid #E4E7E9;
	display: block !important;
	padding: 6px;
	text-align: left;
}