/* 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: 380px;
}

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;
}

.massnahmen {
	background-color: #ECECD7;
}

table.massnahmen {
	border: 2px #AAA solid;	
}

.massnahmen tr {
	border: 1px #AAA solid;	
}
.massnahmen td, .massnahmen th{
	padding: 10px;
	text-align: left;
}

.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;
}

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{
	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 {
	color: #555;
	background: #FFD7D7;
	padding: 10px;
	border: 1px solid #AAA;
}

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

div.warnung, p.warnung {
	color: #555;
	background: #FEFD84;
	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;
}