main {
	padding: 0 0 0;
}

body {
	font-family: "Droid Sans", Arial, sans-serif;
}

.cke_combo__fontsize .cke_combo_text {
	width: auto !important;
}

.ym-vlist ul {
	border-bottom: 0px;
	border-top: 1px solid #DDDDDD;
}

.header-image{
	float:left;
}

.ym-wrapper {
	max-width: 958px;
}

.header {
	height: 88px;
}

.warn {
	background-color: rgb(253, 253, 163);
}

.center {
	margin:0;
}

.fs-label {
	margin-right: 15px;
	float: none;
}

.fieldsetContent {
	display: inline-block;
	width: 100%;
}

.fs-hidden {
	display: none;
}

.fs-no-margin {
	margin: 0;
}

.fs-aligned-image {
	vertical-align: middle;
}

.ym-form {
	margin-top: 1em;
}

footer p span.assistantIdentifier {
	margin-left: 0.5em;
}

.ym-footer {
	text-align: center;
}

.fs-submit {
	float: right;
	margin-right: 0px !important;
}

#logo {
	width: 23.26%;
}

#identityArea {
	width: 76.74%;
}

main form.ym-form legend {
	position: relative;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.3em;
	float: left;
	padding-right: 0px;
	width: 98%;
	padding-left: 0;
}

.fs-preformatted-text {
	white-space: pre-wrap;
}

button i {
	margin-right: 1pt;
}

@media screen and (max-width: 639px) {
	.header {
		height: 43px;
	}
	.ym-wrapper {
		width: 460px;
	}
	.ym-fbox-text img {
		max-width: 450px;
	}
	div.ym-fbox-check label {
		margin-left: 2px;
		width: 80%;
	}
}

@media screen and (max-width: 479px) {
	.header {
		height: 29px;
	}
	.ym-wrapper {
		width: 260px;
	}
	.ym-fbox-text img {
		max-width: 250px;
	}
}

@media screen and (max-width: 977px) {
	.header {
		height: 29px;
	}
	.ym-wrapper {
		width: 100% !important;
	}
	.ym-fbox-text img {
		max-width: 610px;
	}
	div.ym-fbox-check label {
		margin-left: 5px;
		width: 85%;
	}
	#main {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.linearize-form [class*="ym-fbox"]:not ([class*="ym-fbox-check"] ) label, .linearize-form.ym-label, .linearize-form .ym-message,
		.linearize-form input[type="text"], .linearize-form textarea, .linearize-form select {
		width: 100%;
	}
	.linearize-form .ym-message, .linearize-form .ym-fbox-check input {
		margin-left: 0 !important;
	}

	/* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1 */
	.linearize-level-2, .linearize-level-2>[class*="ym-g"], .linearize-level-2>[class*="ym-col"] {
		width: 100% !important;
	}
	.fs-hintPopup {
		width: 400px;
		height: 250px;
	}
	.ym-wrapper {
		min-width: 100%;
	}
	.ym-box {
		min-width: 100%;
	}
	.ym-button {
		width: 100% !important;
		padding: 0 !important;
		margin: 1.5em 0 0 0 !important;
	}
	.ym-gbox {
		padding: 0 !important;
	}
	* {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}