/* \*/
@import "sb-undohtml.css"; /* Aufheben der Browser-Stylesheets */
@import "sb-layout.css"; /* Layoutformatierungen */
@import "sb-inhalt.css"; /* Inhaltsformatierungen */


/*****************************
Schalter für Silbentrennung 
*****************************/

#HyphenatorToggleBox {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	margin: 0;
	background-color: #78777c !important;
	color: #fff !important;
	font-weight: bold;
	font-size: .7em;
	text-transform: uppercase;
	padding: 0 !important;
	cursor: pointer;
	width: 0;
	height: 0;
	overflow: hidden;
	border: solid #78777c;
	border-width: 0 0 12px 12px;
	
}
#HyphenatorToggleBox:hover {
	width: auto;
	height: auto;
	overflow: visible;
	padding: 3px 5px !important;
	border-width: 10px;
} 