#stammdaten table {
  border:1px solid #FF9900;
  border-collapse:collapse;
}

#stammdaten tr.head {
  background-color:#F4F6F5;
  color:#FF9900;
}

#stammdaten tr.body {
  text-align:center;
  border-bottom:1px solid #FF9900;
}
 

#stammdaten th {
  text-align:center;
  border-right:1px solid #FF9900;
  border-bottom:1px solid #FF9900;
  padding:15px;
}

#stammdaten td {
  font-size:0.8em;
  padding:5px 10px;
  border-right:1px solid #FF9900;
}

#stammdaten  {
}




#updateUserdata {
}

#newsEintragen,
#updateLoginName table,
#updateUserdata table {
  /*border-collapse:collapse;*/
  
border-spacing:0px 10px;
}

#updateUserdata tr {
}
#newsEintragen td,
#newsEintragen th,  
#updateLoginName td,
#updateLoginName th,
#updateUserdata td,
#updateUserdata th {
  line-height:1.5em;
  border:1px solid #FF9900;
  padding:5px 15px 5px 15px;
  text-align:left;
  color:#FF9900;
}

#newsEintragen th
#updateLoginName th,
#updateUserdata th {
background-color:#F4F6F5;
text-align:left;
}

#newsEintragen td,
#updateLoginName td,
#updateUserdata td {
  font-size:0.8em;
  border:0px;
}

input.suchen,
#updateLoginName input.submit,
#aendernDaten input.submit,
#updateUserdata input.submit {

 background: transparent url('../grafik/submit2.gif') no-repeat scroll top left;
 border:0px;
 height:21px;
 width:100px;
 padding:2px;
	margin-top:10px;
}



#aendernDaten input.button {
	background-color:#99ccff;
	padding:2px;
	margin-top:25px;
  font-size:0.8em;
  padding:2px;
	margin-top:10px;
}