.content_table {
	width:100%;
}
.content_table_title {
	color: #6c85a5;
	vertical-align: top;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
.content_table_section {
}
a.content_table_section {
	color: #f45e1f;
}
.subject { 
	background-color: #EBEBEB;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #828282;
	border-right-color: #828282;
	border-bottom-color: #828282;
	border-left-color: #828282;
}
.subject tr {
	background-color: #FFF;
}

.subject td {
	background-color: #FFF;
	border-width:0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #828282;
	border-right-color: #828282;
	border-bottom-color: #828282;
	border-left-color: #828282;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
.body {
	background-color: #D6D6D6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #6D6D6D;
	border-right-color: #6D6D6D;
	border-bottom-color: #6D6D6D;
	border-left-color: #6D6D6D;
	white-space: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.overflow {
	overflow: auto;
	width: 450px;
}
.ticket {
	border-color:#f45e1f;
}
.task {
}
.comment {

	border-top-color: #100000;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.inherit {
	text-align: inherit;
}
.strike {
	text-decoration: line-through;
}
.headline {

 
	font-weight: bold;
	padding-top: 5px;
	margin-left: 0px;
}
.dark_info {
	font-size: smaller;
	color: #585858;
	font-weight: lighter;
}
.light_info {
	font-size: smaller;
	color: #CCC;
	font-weight: lighter;	}
.blue_info {
	font-size: smaller;
	color: #6c85a5;
}
.searchinput {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 11px;
	height: 17px;
	color: #646469;
	background-color: #FFF;
	text-align: left;
}
.redrow {
	border: 1px solid #f45e1f;
}
.greenrow {
	background-color: #f45e1f;
}
.orangerow {
	background-color: #f45e1f;
}
.required{
	border: thin dotted #f45e1f;
}
/* ELEMENTE INNERHALB DER FORMULARE  */
.cf_text {
}
.cf_textarea {
	
	}
.cf_texteditor {
}
.cf_double {
}
/* Neagtive Zahl */
.cf_negativ {
}
.cf_int {
}
.cf_time {
}
.cf_secret {
}
.cf_radio {
}
.cf_date {
}
.cf_timestamp {
}
.cf_chooser {
}
.cf_ajax_modulsearch {
}
/* ELEMENTE INNERHALB DER Tabelle  */
.ct_text {
}
.ct_textarea {
}
.ct_texteditor {
}
.ct_double {
	text-align: right;
}
/* Neagtive Zahl */
.ct_negativ{
	color: #C00;
}
.ct_negativ a:link{
	color: #C00;
}
.ct_negativ a:visited{
	color: #C00;
}


/* Grüne Zahl */
.ct_green{
	color: #85CE36;
}
.ct_green a:link{
	color: #85CE36;
}
.ct_green a:visited{
	color: #85CE36;
}
.ct_int {
	text-align: right;
}
.ct_secret {
}
.ct_radio {
}
.ct_time {
}
.ct_date {
}
.ct_timestamp {
}
.ct_ajax_modulsearch {
}
