/*----------------------------INTERNER BEREICH-----------------------------*/

/** Allgemein **/

.left {
	float: left;
}

.right {
	float: right;
}

.hochgestellt {
	padding: 0 2px;
	font-size: 8px;
	position: relative;
	top: -4px;
}

/*----------------------- Login und PW ändern -----------------------*/

form#pwedit, form#login {
  height: 155px;
  width: 60%;
  background-color: white;
  border: 1px ridge #CCC;
  margin: 10px auto;
    }

form#login  {
  height: 135px;
    }

form#login input  {
  width: 150px;
    }

form#pwedit fieldset, form#login fieldset  {
  margin: 10px;
  border: 1px solid #EE7200;
    }

form#pwedit fieldset legend, form#login fieldset legend {
  font-weight: bold;
  margin: 0px;
    }

form#pwedit div p, form#login div p {
  clear: both;
  height: 20px;
    }

form#pwedit p.label, form#login p.label  {
  width: 200px;
  float: left;
  font-weight: bold;
  position: relative;
  top: 3px;
    }

form#pwedit input, form#login input  {
  margin: 2px 0px;
    }

form#pwedit input[name="passwort_aendern_button"],form#login input[name="login"] {
  float: right;
  margin: 0px 10px;
  border: 1px solid #999;
  color: #EE7200;
  font-weight: bold;
  font-size: 12px;
  width: 75px;
    }


/*-----------------------Tabmenue -----------------------*/
div#tabarea  {
  width: 100%;
  height: 22px;
  *height: auto;
  margin: 0px 10px 0px 0px;
    }

div#tabarea ul li.active a {
  text-decoration: none;
  color: #EE7200;
    }

div#tabarea ul li.inactive a {
  text-decoration: none;
  color: #EE7200;
    }

div#tabarea ul  {
  list-style-type: none;
  margin: 0px;
    }

div#tabarea ul li   {
  float: left;
  margin: 5px 3px 5px 0px;
  clear: none;
    }

div#tabarea ul li.active {
  border: 1px solid #CCC;
  border-bottom-style: none;
  background-color: #FFF;
  width: auto;
  height: auto;
  padding: 4px 3px;
  position: relative;
  top: 1px;
    }

div#tabarea ul li.active div {
  height: 18px;
  width: auto;
  text-align: center;
    }

div#tabarea ul li.active div span{
  position: relative;
  top: 2px;
    }

div#tabarea ul li.inactive  {
  border: 1px solid #CCC;
  background-color: #FFF;
  width: auto;
  height: auto;
  padding: 4px 3px;
  position: relative;
  top: 3px;
    }

div#tabarea ul li.inactive:hover  {
  background-color: #FFF;
    }

div#tabarea ul li a.active  {
  color: #EE7200;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
    }

div#tabarea ul li a.inactive {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
    }

div#tabarea ul li a.inactive:hover {
  color: #EE7200;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
    }

div#tabarea ul li a:hover, div#tabarea ul li a:active, div#tabarea ul li .inactive a:visited  {
  color: #EE7200;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
    }

/*-----------------------Suchformular -----------------------*/

form#anzeigetabelle  {
  background: #FFF; /*url(../images/form_background.gif) repeat-y*/
  width: 675px;
  border: 1px solid #CCC;
  padding: 10px 0px 25px 0px;
 *padding-bottom: 5px;
  margin: 10px 0px;
  *margin: 0px;
  height: auto;
    }

form#anzeigetabelle fieldset, form#anzeigetabelle fieldset  {
  margin: 0px 10px;
  border: 1px solid #EE7200;
  clear: both;
    }

form#anzeigetabelle fieldset legend, form#anzeigetabelle fieldset legend {
  margin: 0px 0px 0px -5px;
  font-weight: bold;
    }

form#anzeigetabelle p.label  {
  float: left;
  width: 100px;
  *position: relative;
  *top: 3px
    }

form#anzeigetabelle input  {
  float: left;
  width: 525px;
}

form#anzeigetabelle input[type='checkbox']  {
	border: 0;
}

form#anzeigetabelle input.button, form#anzeigetabelle input.button, form#logout input.button {
  float: right;
  width: 75px;
  font-weight: bold;
  font-size: 11px;
  margin: 3px 10px 3px 0px;
  color: #EE7200;
    }

form#anzeigetabelle div  {
  padding: 3px 0px;
    }

form#logout div  {
  height: 30px;
    }



/*----------------------- Übersichtstabelle -----------------------*/

form#anzeigetabelle table.table {
  border: 1px solid #999;
  border-collapse: collapse;
  *margin: 10px 0px;
  width: 635px;
    }

form#anzeigetabelle table.table th  {
  padding: 2px 3px;
  background-color: #DDD;
  border: 1px solid #999;
  font-weight: bold;
  font-size: 12px;
    }

form#anzeigetabelle table.table td  {
  padding: 2px;
  border: 1px solid #999;
  font-weight: normal;
  font-size: 12px;
    }

form#anzeigetabelle table.table tr.coloured  {
  background-color: #EEE;
    }

form#anzeigetabelle table.table tr.none{
  background-color: #FFF;
    }

form#anzeigetabelle table.table tr.none:hover, form#anzeigetabelle table.table tr.coloured:hover{
  background-color: #EE7200;
  color: white;
    }


form#anzeigetabelle table.table th.address   {
  width: 150px;
    }

form#anzeigetabelle table.table th.birthday   {
  width: 50px;
    }

form#anzeigetabelle table.table th.sex   {
  width: 50px;
    }

form#anzeigetabelle table.table th.status   {
  width: 50px;
    }

form#anzeigetabelle table.table th.name   {
  width: auto;
    }

form#anzeigetabelle table.table th.action   {
  width: 35px;
    }

#contenttable form#anzeigetabelle table.table tr td {
  width: auto;
  padding: 2px 3px;
    }

form#anzeigetabelle table.table th.geschaeftsstelle   {
  width: 150px;
    }

form#anzeigetabelle table.table th.beschreibung   {
  width: 250px;
    }

form#anzeigetabelle table.table td.nummer {
	text-align: right;
}

/*----------------------- Editieren Allgemein-----------------------*/

.formular {
  background: #FFF;
  clear: both;
  width: 675px;
  border: 1px solid #CCC;
  padding: 0px 0px 20px 0px;
  margin-top: 10px;
}


.formular fieldset {
  border: 1px solid #EE7200;
}

.formular legend  {
  font-weight: bold;
  margin: 0px;
    }

.formular fieldset div  {
  margin: 2px 0px;
}

.formular div p {
  clear: both;
  height: 25px;
 }

.formular p.label, .formular p.label_radio   {
  width: 110px;
  float: left;
  font-weight: bold;
  position: relative;
  top: 1px;

  margin: 0px 0px 0px 10px;
    }

.formular p.txt {
	clear: none;
	float: left;
}

.formular fieldset input {
  margin: 2px 0px;
  width: 165px;
  font-size: 13px;
    }

.formular fieldset select {
  margin: 1px 0px;
  width: 167px;
  font-size: 13px;
  padding: 0px;
    }

.formular input[name="save"], .formular input[name="back"] {
  position: relative;
  top: 8px;
  float: right;
}

.formular input[name="back"]  {
  position: relative;
  left: 35px;
    }



.formular input.button {
  width: auto;
  padding: 0 3px;
  font-weight: bold;
  font-size: 11px;
  margin: 0px 15px 0px 30px;
  color: #EE7200;
    }

/*----------------------- Mitarbeiter editieren -----------------------*/


#fromEmployer {
  height: auto;
  min-height: 400px;
  *min-height: 385px;
}


#fromEmployer fieldset.medit {
  float: left;
  margin: 10px 0 0 15px;
  *margin: 0px 0 0 15px;
  height: 355px;
  *height: 375px;
  width: 297px;
}

#fromEmployer fieldset input[type="checkbox"] {
  width: 15px;
  border: 0;
  background: none;
  position: relative;
  top: 3px;
  *top: 0px;
}

#fromEmployer fieldset.mmapping {
  float: right;
  margin: 10px 15px 0 0;
  *margin: 0px 15px 0 0;
  height: 355px;
  *height: 375px;
  width: 297px;
    }


#fromEmployer fieldset.mmapping p.label_radio {
	height: 105px;
}

#fromEmployer fieldset.mmapping div.role span {
  font-size: 10px;
    }


#fromEmployer fieldset.mmapping input[type="radio"]   {
  width: 18px;
  height: 12px;
  *height: 15px;
  border-style: none;
  background: none;
    }

#fromEmployer fieldset.medit input.short {
  width: 45px;
  margin: 2px 3px 2px 0px;
  *float: left;
  font-size: 13px;
    }

#fromEmployer fieldset.medit input.follow_short {
  width: 112px;
  margin: 0px;
  *margin: 1px 0px 0px 5px;
  font-size: 13px;
    }

#fromEmployer fieldset.mmapping textarea  {
  width: 163px;
    }

/*----------------------- Geschaeftsstellen editieren -----------------------*/

#fromAgency {
  height: auto;
  min-height: 165px;
  *min-height: 160px;
}

fieldset.gedit {
  margin: 10px 15px 0 15px;
  border: 1px solid #EE7200;
}


fieldset.gedit #leftside{
  float: left;
}

fieldset.gedit #rightside{
  float: right;
}


/*----------------------- Diponenten editieren -----------------------*/

#fromPlanner {
  height: auto;
  min-height: 195px;
  *min-height: 185px;
}

fieldset.dedit {
  float: left;
  margin: 10px 0 0 12px;
  height: 150px;
  width: 297px;
}

fieldset.dmapping {
  float: right;
  margin: 10px 12px 0 0;
  height: 150px;
  width: 297px;
    }

fieldset.dedit #notiz{
	margin-top: 5px;
}

/*-----------------------  Export  -----------------------*/

form#export {
  background: #FFF;
  clear: both;
  width: 675px;
  height: auto;
  border: 1px solid #CCC;
  padding: 0px 0px 35px 0px;
  margin-top: 15px;

      }

form#export fieldset {
  border: 1px solid #EE7200;
  margin: 13px 10px 0 10px;
}

form#export legend  {
  font-weight: bold;
  margin: 0px;
    }

form#export fieldset div  {
 margin: 2px 0px;
 float: left;
   }

form#export p.label  {
  float: left;
  font-weight: bold;
  position: relative;
  top: 3px;
  padding: 0px 15px 0px 15px;
    }

form#export fieldset select {
	min-width: 80px;
  margin: 1px 0px;
  font-size: 13px;
  padding: 0;
    }

form#export div p {
  clear: both;
  height: 20px;
    }

form#export input.button {
	position: relative;
  top: 8px;
	float: right;
  width: 75px;
  font-weight: bold;
  font-size: 11px;
  margin: 0px 15px 0px 30px;
  color: #EE7200;
    }

form#export fieldset select#status {
  width: 100px;
}

form#export fieldset select#agency {
  width: 150px;
}

form#export fieldset select#planner {
  width: 80px;
}

form#export fieldset select.disabled {
  background-color: #DDD;
}

/*----------------------- Download -----------------------*/

form#download {
  background: #FFF;
  clear: both;
  width: 675px;
  height: auto;
  border: 1px solid #CCC;
  padding: 0px 0px 20px 0px;
  margin-top: 15px;
    }

form#download fieldset  {
  border: 1px solid #EE7200;
  margin: 13px 10px 0 10px;
    }

form#download fieldset legend {
  margin: 0px;
    }

form#download fieldset p.download {
  margin: 10px;
    }

form#download fieldset p.download img{
  padding: 0px 10px 0px 0px;
    }

form#download fieldset p.download span  {
  position: relative;
  top: -3px;
  font-size: 12px;
    }

/*----------------------- Unternehmen hinzufügen/editieren -----------------------*/

#fromCompany {
  height: auto;
  min-height: 210px;
  *min-height: 200px;
}

#fromCompany p.label {
	width: 130px;
}

fieldset.unew, fieldset.uedit {
  float: left;
  margin: 10px 0 0 12px;
  height: 160px;
  width: 628px;
}

fieldset.unew input, fieldset.uedit input {
  width: 155px;
}

/*----------------------- Stundenerfassung hinzufügen/editieren -----------------------*/

#fromHourTimesheet {
  height: auto;
  min-height: 285px;
  *min-height: 280px;
}

#formHourTimesheet p.label {
	width: 140px;
}

fieldset.htnew, fieldset.htedit {
  float: left;
  margin: 10px 0 0 12px;
  height: 240px;
  width: 628px;
}

fieldset.htnew input, fieldset.htedit input {
  width: 155px;
}

/*----------------------- Sachbearbeitung Uebersicht -----------------------*/

#anzeigetabelle .suche .label {
	font-weight: bold;
	width: 80px;
}

#anzeigetabelle .suche input[name='searchNumber'] {
  margin-right: 40px;
	width: 140px;
}

#anzeigetabelle .suche input[name='searchText'] {
	width: 280px;
}

#ddStaffer {
 width: 200px;
 margin: 0px 0 15px 0;
}

/*----------------------- Sachbearbeitung Mail -----------------------*/

#fromMail {
  height: auto;
  min-height: 395px;
  *min-height: 390px;
}

#fromMail p.label {
	width: 85px;
}

fieldset.mail {
  float: left;
  margin: 10px 0 0 12px;
  height: 350px;
  width: 628px;
}

fieldset.mail input, fieldset.mail input {
  width: 155px;
}

