/** plance 2017/11/27 [s] */
.w-prefix, .w-root, .w-suffix, .w-postfix, .w-base, .w-endung {
	padding: 2px; 
	background-size: 100% 100%;
}

.w-prefix{
	background-image: url("word/w-prefix.svg");
}

.w-root{
	background-image: url("word/w-root.svg");
}

.w-suffix{
	background-image: url("word/w-suffix.svg");
}

.w-postfix{
	background-image: url("word//w-postfix.svg");
}

.w-base{
	background-image: url("word/w-base.svg");
}

.w-endung{
	background-image: url("word/w-endung.svg");
}
/** plance 2017/11/27 [e] */

/** plance 2017/12/01 [s] */
.s-subordinate{
	border-bottom:1px solid black
}

.s-predicate{
	border-bottom:3px double black
}

.s-addition{
	border-bottom: 1px dashed black
}

.s-determination, s-circumstance {
	padding-bottom: 2px; 
	text-decoration: none; 
	white-space: nowrap;
}

.s-determination{
	background: url("sentence/s-determination.gif") repeat-x 100% 100%;
}

.s-circumstance{
	background: url("sentence/s-circumstance.gif") repeat-x 100% 100%;
}

.s-determination{
	background: url("sentence/s-determination.gif") repeat-x 100% 100%;
	padding-bottom: 5px;
	text-decoration: none;
	white-space: nowrap;
}
/** plance 2017/12/01 [e] */