table.form_table {
	background-color: #DBEDFB;
}

input, select, textarea {
	border: 1px solid #093064;
	background-color: #DBEDFB;
	color: #093064;
	padding: 0px;
	margin: 2px;
}

input {
	height: 16px;
}

input.bluffed {
	display: none !important;
}

input.disabled, textarea.disabled {
	background-color: #F5FAFF;
	color: #C4C9F2;
	border-color: #C4C9F2;
}

input[type="checkbox"] {
	border-style: none;
	border-color: white;
	width: 16px;
	height: 16px;
	margin: 2px;
	padding: 0px;
}

.cbparent {
	background-color: white; 
	padding: 0px; 
	margin: 0px;
}

label {
	width: 150px !important;
	color: #093064;
}

table.sectiontable {
	margin: 5px 0px;
}

iframe.fupload {
	width: 200px;
	height: 16px;
	background-color: lightgrey;
	border: 1px solid gray;
	margin: 2px;
}

iframe.iupload {
	background-color: lightgrey;
	border: 1px solid gray;
	margin: 0px;
}

/* ########################## */

td.tabcontainer {
	border-bottom: 1px solid #093064;
	border-top-style: none;
	padding: 0px 2px;
}
tr.tabfuss td {
	border-top: 1px solid #093064;
}
td.tabinhalt {
	border: 1px solid #093064;
	border-style: none solid;
	padding: 0px 5px;
	padding-top: 20px;
	height: 350px;
	vertical-align: top;
	background-color: #FFFFFF;
}
td.fieldset {
	color: #093064;
	border: 1px solid #093064;
	border-top-style: none;
	padding: 5px 15px;
	font-size: 8pt;
	font-weight: bold !important;
	background: #FFFFFF url(/img/transparent.png) scroll no-repeat top left;
}
table.tabs {
	margin-top: 0px;
	background-color: #F5FAFF;
	color: #093064;
}
td.tab:hover {
	background-color: #FFFFE8;
	color: #093064;
}
td.activetab, td.activetab:hover {
	background-color: #FFFFFF;
	color: #093064;
}
td.tab table td {
	font-size: 8pt;
	padding: 0px 3px;
	cursor: pointer;
}
td.tab table td nobr {
	font-size: 8pt;
	cursor: pointer;
}
td.tab table td.tab_left {
	padding: 0px;
	background: transparent url(/img/form/tabs/left.png) scroll no-repeat top left;
	height: 20px;
	width: 5px;
}
td.tab table td.tab_left div {
	width: 5px;
}
td.tab table td.tab_middle {
	padding: 0px;
	background: transparent url(/img/form/tabs/middle.png) scroll repeat-x top left;
	height: 20px;
	padding: 0px 5px;
}
td.tab table td.tab_right {
	padding: 0px;
	background: transparent url(/img/form/tabs/right.png) scroll no-repeat top right;
	height: 20px;
	width: 10px;
}
td.tab table td.tab_right div {
	width: 10px;
}
img.scrollbtn:hover {
	background-color: #FFFFE8;
}

td.label {
  width: 90%;
}
td.afterlabel {
	width: 10%;
}
table.ftable {
	margin-left: 10px;
	border: 0px none white;
}

table.ftable td {
	vertical-align: top;
}
	
div.multicheck {
	border: 1px solid gray;
	overflow: auto;
}

td.infotable_container, td.fullcontent_container {
	padding: 0px;
}

td.infotable_container table {
	margin: 0px;
	width: 100%;
}

td.infotable_container table th {
	background-color: lightgrey;
	border: 1px solid gray;
	border-color: #E0E0E0 gray gray #E0E0E0;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px 5px;
}

td.infotable_container table tr:hover {
	background-color: gray;
}

td.infotable_container table td {
	padding: 2px 5px;
}

div.infotable_container_body {
  height: 200px; 
  overflow: auto;
}

.red {
	color: red;
}

.klein {
	font-size: 8pt;
}