@charset "utf-8";

@import "undohtml.css";
@import "layout.css";
@import "inhalt.css";
@import "jquery.fancybox.css";


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

#HyphenatorToggleBox {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	background-color: #b6b1a9 !important;
	color: #fff !important;
	font-weight: bold;
	font-size: .7em;
	text-transform: uppercase;
	/*letter-spacing: 0.2em;*/
	padding: 0 !important;
	cursor: pointer;
	width: 0;
	height: 0;
	overflow: hidden;
	border-bottom: 8px solid #fff;
	border-left: 8px solid #fff;
	/*-webkit-border-bottom-left-radius: 4px !important;
	-moz-border-radius-bottomleft: 4px !important;*/
	
}
#HyphenatorToggleBox:hover {
	width: auto;
	height: auto;
	overflow: visible;
	padding: 3px 5px !important;
	/*border: none;*/
} 



#koerper, 
#inhalt, 
#text, 
#inhalt h1{
	background-color: transparent !important;
}
#inhalt #text p:last-child,
#inhalt #text ul:last-child,
#inhalt #text ul:last-child li:last-child {
	background-color: transparent !important;
}
#inhalt #text p.last-child,
#inhalt #text ul.last-child,
#inhalt #text ul.last-child li.last-child {
	background-color: transparent !important;
}
