/*********************************************************
 * CSS-File "forms.css"
 * Projekt:  IB-Objekte
 * Version: 0.0 (Test)
 *********************************************************/

ul.form {
	list-style-type:none;
}
ul.form li {
	margin:3px 0px;
	padding-left:0px;
}
ul.form li input.text {
	width:260px;
  background-color:#eee;
}
ul.form li select.text {
	width:260px;
  background-color:#eee;
}
ul.form li input.text:focus {
	background-color:#ddd;
}
ul.form li select.text:focus {
	background-color:#ddd;
}
ul.form li textarea.text {
	background-color:#eee;
	width:550px;
}
ul.form li textarea.text:focus {
	background-color:#ddd;
}

.miniform {
  width:260px;
  font-size:12px;
}
.miniform form {
  
}
.miniform form label {
  margin-top:5px;
  width:250px;
}
.miniform form input,select,textarea {
	font-family:verdana,geneva,arial,helvetica;
	font-size:12px;
  border:1px solid #333;
  background-color:#def;
  width:250px;
}
.miniform form input:focus,select:focus,textarea:focus {
  background-color:#acf;
}
.miniform form div {
  margin-top:5px;
  clear:both;
}
.miniform form input.submit {
  width:120px;
  background-color:#d33;
  font-size:12px;
  font-weight:bold;
}
.miniform form input.reset {
  width:120px;
  background-color:#3d6;
  font-size:12px;
  font-weight:bold;
}

.centerform {
	width:640px;
	background-image:url('../img/bg_2.gif');
	background-repeat:repeat-x;
	margin:50px auto;
	padding:0px 0px 5px 0px;
	border:0px;
}
.centerform div {
	padding:5px auto;
	margin:5px 0px;
} 
.centerform div.header {
	min-height:20px;
	margin-top:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	background-color:#b93;
	color:#fff;
}
.centerform div label {
	width:260px;
	background:transparent;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	float:left;
}
.centerform div label.short {
	width:120px;
}
.centerform div label.left {
	text-align:left;
	width:240px;
	padding-left:20px;
}
.centerform div label.textarea_label {
	text-align:left;
	padding-left:30px;
	clear:both;
}
.centerform input.text, select.text {
	width:310px;
	height:18px;
	background-color:#eee;
	border:1px solid #666;
	padding-left:2px;
}
.centerform input.short {
	width:120px;
  height:18px;
  background-color:#eee;
  border:1px solid #666;
  padding-left:2px;
  text-align:center;
}
.centerform div.text {
	width:310px;
	height:18px;
	font-size:12px;
	background-color:#eee;
	padding-left:2px;
	float:left;
}
.centerform input.short, select.short {
	width:120px;
	height:18px;
	font-size:12px;
	background-color:#eee;
	border:1px solid #666;
	padding-left:2px;
}
.centerform textarea {
	width:600px;
	font-size:12px;
	font-family:verdana,geneva,arial,helvetica;
  background-color:#eee;
  border:1px solid #666;
  padding-left:2px;
  margin-left:20px;
}
.centerform textarea:focus {
	background-color:#ccc;
}
.centerform input.text:focus, select.text:focus {
	background-color:#ccc;
}
.centerform input.short:focus, select.short:focus {
  background-color:#ccc;
}
.centerform input.submit {
	border:1px dotted #333;
	width:120px;
  background-color:#d94;
  font-size:12px;
  font-weight:bold;
}
.centerform input.submit:hover {
	cursor:pointer;
}
.centerform input.reset {
	border:1px dotted #333;
	width:120px;
  background-color:#3d6;
  font-size:12px;
  font-weight:bold;
}
.centerform input.reset:hover {
	cursor:pointer;
}
.centerform input.shortnumber_center {
	width:60px;
	text-align:center;
	background-color:#eee;
  border:1px solid #666;
}
.centerform div.shortbox {
	width:25px;
	text-align:center;
	float:left;
}
.centerform div.shortbox img {
	border:0px;
	margin:auto;
}
.centerform div.legendbox {
	width:100px;
	float:left;
}
.wideform div.header {
  min-height:20px;
  margin-top:0px;
  padding:5px 0px 0px 0px;
  text-align:center;
  font-weight:bold;
  background-color:#b93;
  color:#fff;
}
.wideform div label {
  width:580px;
  background:transparent;
  font-weight:bold;
  text-align:right;
  padding-right:10px;
  float:left;
}
.wideform label.header {
	width:130px;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	background-color:#acf;
	padding:10px;
	border-right:1px dotted #333;
	float:left;
}
.wideform label.name_header {
	width:130px;
	padding:10px;
	background-color:#e84;
	text-align:center;
	font-weight:bold;
	float:left;
}
.wideform label.name_text {
	width:130px;
	padding:10px;
	background-color:#dd0000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	float:left;
} 
.wideform div label.short {
  width:130px;
  background:transparent;
  font-weight:bold;
  text-align:left;
  padding-left:10px;
  border-right:1px dotted #333;
  border-bottom:1px dotted #333;
  float:left;
}
.wideform div {
	min-height:30px;
	display:block;
}
.wideform table.entnahmeform {
	width:900px;
	border-collapse:collapse;
}.wideform div table.entnahmeform tr td {
  width:160px;
  padding-left:10px;
  cellspacing:0px;
  border:1px dotted #333;
  text-align:left;
  border-collapse:collapse;
}
.wideform div.short {
	border-radius:0px;
  -moz-border-radius:0px;
  -khtml-border-radius:0px;
  -webkit-border-radius:0px;
	width:130px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	float:left;
	display:block;
	border-right:1px dotted #333;
  border-bottom:1px dotted #333;
}
.wideform div label.textarea_label {
  text-align:left;
  padding-left:30px;
  clear:both;
}
.wideform input.text, select.text {
  width:310px;
  height:18px;
  background-color:#eee;
  border:1px solid #666;
  padding-left:2px;
}
.wideform div.text {
  width:310px;
  height:18px;
  font-size:12px;
  background-color:#eee;
  padding-left:2px;
  float:left;
}
.wideform input.short, select.short {
  width:120px;
  height:18px;
  font-size:12px;
  background-color:#eee;
  border:1px solid #666;
  padding-left:2px;
}
.wideform textarea {
  width:1100px;
  font-size:12px;
  font-family:verdana,geneva,arial,helvetica;
  background-color:#eee;
  border:1px solid #666;
  padding-left:2px;
  margin-left:20px;
}
.wideform textarea:focus {
  background-color:#ccc;
}
.wideform input.text:focus, select.text:focus {
  background-color:#ccc;
}
.wideform input.short:focus, select.short:focus {
  background-color:#ccc;
}
.wideform input.submit {
  border:1px dotted #333;
  width:120px;
  background-color:#d94;
  font-size:12px;
  font-weight:bold;
}
.wideform input.submit:hover {
  cursor:pointer;
}
.wideform input.small_submit {
  border:1px dotted #333;
  width:70px;
  background-color:#d94;
  font-size:10px;
  font-weight:bold;
}
.wideform input.small_submit:hover {
  cursor:pointer;
}
.wideform input.reset {
  border:1px dotted #333;
  width:120px;
  background-color:#3d6;
  font-size:12px;
  font-weight:bold;
}
.wideform input.reset:hover {
  cursor:pointer;
}
.wideform input.short_center {
	width:100px;
	text-align:center;
	margin-left:10px;
	border:1px solid #333;
	background-color:#ccc;
}
.wideform input.shortnumber_center {
  width:60px;
  text-align:center;
  background-color:#eee;
  border:1px solid #666;
  margin-left:10px;
  float:left;
}
.wideform input.shortnumber_center:focus {
	background-color:#ccc;
}
.wideform input.shortnumber_center_green {
  width:60px;
  text-align:center;
  background-color:#9f4;
  border:1px solid #666;
  margin-left:10px;
  float:left;
}
.wideform input.shortnumber_center_green:focus {
	background-color:#6c0;
}
input.sel_datum {
	width:100px;
  text-align:center;
  border:1px solid #333;
  background-color:#eee;
}
input.sel_datum:focus {
  background-color:#ccc;
}
div.small {
	float:left;
	width:20px;
}
div.checkbox {
	width:200px;
	float:left;
}
div.form_red {
	background-color:#d00;
	color:#ddd;
	font-weight:bold;
	padding-left:10px;
}