label {
	display:block;
	padding-top: 5px;
}

div.supportcaseform {
	min-width: 440px; 
	padding-bottom: 10px; 
	float: left; 
	padding-right: 0px;
}

div.clear {
	clear:both;
}

div.supportcaseform > div >select {
	width:400px;
}

div.supportcaseform > div > input[type=text] {
	width:400px;
}

fieldset.supportcaseform div textarea {
	width:850px;
	height:120px;
}

fieldset.supportcaseform {
	width: 900px;
}

span.supportcase_cb {
	display: block;
	float: left;
	width: 180px;
}

div.supportcase_subbereich {
	/*display: none;*/
}

label.produkt_cb {
	display:inline;
	padding-top: 5px;
}

table.sc_liste {
	width: 100%;
}

.sc_liste_id {
	width:50px;
	text-align: left;
}

.sc_liste_kunde {
	width:250px;
	text-align: left;
}

.sc_liste_titel {
	width:450px;
	text-align: left;
}

.sc_liste_datum {
	width:150px;
	text-align: left;
}

.sc_liste_status {
	width:50px;
	text-align: left;
}

table.sc_liste > tbody > tr > td {
	padding: 5px;
}

tr.sc_odd {
	background-color: #DBDBDB;
}

.sc_button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.sc_history {
   display: none;
   height: 450px;
   padding: 15px;
   width: 850px;
   position: relativ;
   overflow: auto;
   background-color: #FFF;
   border: 5px solid #AAA;
}

fieldset.supportcaseform div input#cCaseTitel {
	width:850px;
}

#cArbeiten {
	width:400px;
	height:110px;
}

#sc_suche {
	background: #fff;
	width: 500px;
	height: 300px;
	overflow: auto;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #000;
}

div.sc_suche_row {
	padding-left: 60px; 
}

div.sc_suche_row > input {
	width: 350px;
}

div.sc_suche_row > select {
	width: 350px;
}

.supportcaseview {
	border:1px solid #c0c0c0;
	padding:15px;
	font-size: 1.1em;
	width: 460px; 
	min-height: 440px;
	padding-bottom: 10px; 
	float: left; 
	padding-right: 10px;
	margin-right: 10px;
}

.supportcaseview_large {
	border:1px solid #c0c0c0;
	padding:15px;
	font-size: 1.1em;
	width: 955px; 
	min-height: 340px;
	padding-bottom: 10px; 
	float: left; 
	padding-right: 10px;
	margin-right: 10px;
}

.sc_label {
	float:left;
	width:200px;
	font-weight: bold;
	font-size: 1.0em;
}

div.supportcaseview div {
	padding-bottom: 5px;
}

.sc_textdiv_small {
	width: 245px;
	float:left;
	background: #E8E8E8;
	min-height: 50px;
	padding:6px;
}

.sc_textdiv_lerge {
	width: 930px;
	float:left;
	background: #E8E8E8;
	min-height: 120px;
	padding:6px;
}

.checkboxfix{
	vertical-align: center;

}