/* Impressum
----------------------------------*/
#impressum {
	float: right;
	font-size: 11pt;
	font-family: Times New Roman, serif;
}

body {
	background: #ced9af;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}

.accent {
	font-weight: bold;
}

.footnote {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 20px;
}

.content-box {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #008000;
	background: #fefecc;
	padding: 10px;
}

.header-box {
	overflow: auto;
}

.leftCol, .rightCol {
	border: none !important;
	border-style: none;
}

.ui-selectoneradio label {
	margin-right: 20px;
}

.overviewCheckbox .ui-state-disabled {
	background: none !important;
	opacity: 1 !important;
	border: 1px solid #AAA !important;
}

h1 {
	font-size: 1.3em !important;
}

h2 {
	font-size: 1.2em !important;
}

h3 {
	font-size: 1.1em !important;
}

table {
	border-collapse: collapse;
}

th.lth {
	text-align: left;
}

th.rth {
	text-align: right;
}

th {
	
}

tr.inner-table {
	background-color: #ECECD7;
}

.inner-table label {
	margin-left: 5px;
	display: block;
}

input.small-input {
	width: 25px;
}

input.default-input {
	width: 280px;
}

input.full-input, .full-input input {
	width: 100%;
	box-sizing: border-box;
	height: 26px !important;
}

.border-table tr, .border-table td, .border-table th {
	border-width: 1px;
	border-color: #AAA;
	border-style: solid;
}

.data td {
	width: 25px;
	text-align: right;
	padding: 5px;
}

.border-table input {
	margin: 1px 3px;
}

.content-box b {
	font-weight: bold;
}

div.ui-panel div.ui-panel div.ui-panel-titlebar {
	background: #BFC8AF none repeat scroll 0% 0% !important;
}

.ui-widget-header {
	background: #CEDAB4 !important;
	border: none !important;
}

.ui-widget-content {
	border: none !important;
}

.ui-menuitem .ui-state-hover {
	background: none;
	color: #f00;
}

div.hinweis, div.achtung {
	margin: 1em 0;
}

div.hinweis p:first-child {
	margin-top: 0;
}

div.hinweis p:first-child::before, p.hinweis::before, p.warnung::before, p.info::before
	{
	content: "Hinweis: ";
	font-weight: bold;
}

div.achtung p:first-child, p.achtung::before {
	content: "Achtung: ";
	font-weight: bold;

	/*font-weight: bold; font-size: 0.9em; border: 1px solid #AAA; padding: 5px; margin-bottom: 5px;background: #FFD7D7;*/
}

div.achtung, p.achtung, p.achtungBox {
	color: #555;
	background: #FFD7D7;
	padding: 10px;
	border: 1px solid #AAA;
}

div.hinweis, p.hinweis, p.hinweisBox {
	color: #555;
	background: #DDDDBD;
	padding: 10px;
}

div.warnung, p.warnung, p.warnungBox {
	color: #555;
	background: #FEFD84;
	padding: 10px;
}

p.info, p.infoBox {
	color: #555;
	background: #b3daff;
	padding: 10px;
}

div.info {
	border: 2px solid black;
	margin: 1em 0;
	padding: 10px;
	background: white;
}

div.contentbox {
	padding: 5px !important;
	border: 1px solid #008000 !important;
	margin: 1em 0;
}

.sfb_footer {
	font-size: 0.8em;
	text-align: center;
}

label.data {
	font-family: monospace;
	font-size: 1.2em !important;
}

.ui-message-error-detail {
	display: block;
}

.calendar input {
	width: 135px;
}

.calendar button {
	padding: 0px !important;	
	margin: 0 0 0 -15px !important;
	width: auto;
	background: none !important;
	border: none !important;
}

.nbb-input {
	display:block;
	margin: 10px 0 10px 0;	
}

.nbb-input .radio-button-label {
  font-size: 14px;
  top: 3px;
  color: black;
  position: relative;
  display: inline-block !important;
  margin-left: 7px;
  vertical-align: top;
}

.ui-outputlabel.labelWithInfo {
  font-family: Verdana,Arial,sans-serif;
}
.ui-outputlabel.labelWithInfo:before {
  content: none;
}
.ui-outputlabel.labelWithInfo:after {
  font-family: FontAwesome;
  content: "\f05a";
  font-weight: normal;
  color: #147402;
  padding-left: 5px;
}