@charset "UTF-8";

/* Dialogspezifische Formatierungen */

div#content label.columnS {
	display: inline-block;
	width: 13.5em;
	margin: 0.25em 0 0.25em 0;
}

div#content label.columnM {
	display: inline-block;
	width: 15.5em;
	margin: 0.25em 0 0.25em 0;
}
div#content label.columnL {
	display: inline-block;
	width: 17em;
	margin: 0.25em 0 0.25em 0;
}

div#content label.row {
	display: block;
	margin: 0.25em 0 0.25em 0;
	vertical-align: top;
	width: 100%;
}

div#content .widthXXXS {
	width: 2em;
}

div#content .widthXXS {
	width: 4em;
}

div#content .widthXS {
	width: 8em;
}

div#content .widthS {
	width: 12em;
}

div#content .widthXM {
	width: 25.4em;
}

div#content .widthM {
	width: 26em;
}

div#content .widthL {
	width: 40em;
}

div#content .hidden {
	display: none;
	height: 0;
	width: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

div#content span#error {
	display: block;
	color: #ff0000;
	font-weight: bold;
}

div#content span.blur {
	color: #5c5c5c;
}

div#content span.textdata {
	display: inline-block;
	padding: 0.4em;
}

div#content span.druckfeld {
	font-size: 70%;
}

div#content img.navBack {
	border: none;
	padding-right: 0.5em;
}

div#content img.navNext {
	border: none;
	padding-left: 0.5em;
}

div#content form p {
	padding: 4px;
}

div#content p.group {
	background-color: #f3f4ea;
}

div#content ol li {
	margin: 0;
	padding: 0.3em 0 0.4em 0;
}

div#content ol.step {
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
}

div#content ol.step li {
	display: inline;
}

div#content table.techInfo {
	border: none;
	border-spacing: 4px;
}

div#content table.techInfo th {
	width: 15em;
	font-weight: normal;
	text-align: left;
}

div#content table.techInfo td {
	background-color: #f3f4ea;
	width: 16em;
}

div#content table.colData {
	table-layout: fixed;
	border-spacing: 4px;
}

div#content table.colData th {
	text-align: center;
	font-weight: bold;
}

div#content table.colData td {
	background-color: #f3f4ea;
}

div#content table.rowData {
	border-spacing: 4px;
}

div#content table.rowData th {
	text-align: left;
	font-weight: normal;
	width: 17em;
}

div#content table.rowData td {
	background-color: #f3f4ea;
	width: 44em;
}

div#content table td.blank {
	background-color: #ffffff;
}

div#concent table td.blankbox {
	background-color: #19633e;
}

div#content input.delete {
	border-color: #ff0000;
	color: #ff0000;
}

div#content a.normal {
	font-weight: normal;
}

div#content a.edit {
	display: inline-block; 
	margin-bottom: 0.5em;
}

div#content .capitalize {
	text-transform: capitalize;
}

div#content .uppercase {
	text-transform: uppercase;
}

div#content span.notice {
	display: block; 
	text-align: center;
	background-color: #ffffbc;
}

div#content ul.simple {
	list-style-image: none;
	padding: 4px;
}

div#content strong.separate {
	display: block;
	margin-left: 0.5em;
	color: #5c5c5c;
	text-transform: uppercase;
}

div#content .block {
	display: block;
}

div#content li.platzhalter {
	display: inline;
	margin-right: 0.5em;
	font-weight: bold;
}

div#content a.platzhalter {
	color: #19633e;
	font-weight: normal;
	text-decoration: none;
}

div#content .h2 {
	color: #5c5c5c;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	padding: 0;
	margin: 1em 0 1em 0;
}

div#content select:disabled {
	background-color: #f3f4ea;	
}	
	
div#slogan {
    position: absolute;
    top: 26px;
    overflow: hidden;
    background-color: #19633e;
    width: 13.5em;
    height: 70px;
}

div#slogan .appShortName {
	position: absolute;
	font-weight: bold;
	font-size: 100%;
	margin: 1em 1.5em;
	color: #ffffff;
}

div#slogan .appFullName {
	position: absolute;
	font-size: 80%;
	margin-top: 3em;
	width: 100%;
	text-align: center;
	color: #cdd666;
}
