@charset "utf-8";
/* CSS Document */


/* Formular */
.form_table {
	/*border: 1px solid #EFEFEF;*/
	margin-bottom: 15px;
	
}
.half {
	width:49%;
	float:left;
	margin-right:10px;
}
.form_table tbody td, .form_table tbody th {
	padding: 5px;
	text-align: left;
}

.form_table tbody .bg1 td, .form_table tbody .bg1  th {
	background-color: #FFFFFF;
	line-height: 18px;
}
.form_table tbody .bg2 td, .form_table tbody .bg2  th {
	background-color: #E8E8E8;
	line-height: 18px;
}
.form_table tbody  tr.alert td, .list_table tbody  tr.alert td{
	background:#f55a5a !important;
}

.form_table thead td, .form_table .subheadline td {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background:url(../../images/admin/bg-headline.jpg) repeat-x #EFEFEF;
	padding: 5px;
}
.form_table tfoot td {
	color: #FFFFFF;
	background-color: #d3eaa2;
	padding: 5px;
}
.form_table tfoot a {
	color: gray;
	margin-left: 15px;
}

.long, .middle, .short {
	font-size: 12px;
}
.long {
	width: 98%;
}
textarea.tiny {width:800px; height:500px}
textarea.long {height:50px}
textarea.normal {width:98%}
.middle {
	width: 49%;
}
.short {
	width: 24%;
}
.center {
	text-align:center;
}
/* Table im Formular */
.form_table_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.form_table_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Breite von Labels von Radios*/
.radiofield {
	float:left;
	width:auto;
	margin-right:30px;
}

/* Mehrere Zeilen in einem TD */

.form_table .row {
	padding-bottom: 5px;
}
tr.lang_tabs td, tr.lang_tabs th  {
	padding:0px;
	border-bottom:5px solid #908d8e;

}
.default_image, .normal_image {
	padding:10px;
	float:left;
	border:1px solid gray;
	margin:0 10px 10px 0;
}
.default_image {
	background:#f1f1f1;
}