/* ########## Button ########## */

.button_xsmall { border:solid 1px #999999; background-color:#eaeaea; width:20px; height:18px; cursor:hand }

.button_small { border:solid 1px #999999; background-color:#eaeaea; width:60px; height:18px; cursor:hand }

.button_middle { border:solid 1px #999999; background-color:#eaeaea; width:95px; height:18px; cursor:hand }

.button_large { border:solid 1px #999999; background-color:#eaeaea; width:160px; height:18px; cursor:hand  }

.button_kasse { border:solid 1px #999999; background-color:#6db201; width:160px; height:18px; cursor:hand; color:#ffffff  }

/* ########## Eingabefelder (einzeilig) ########## */

.input_xsmall { border:solid 1px #999999; background-color:#eaeaea; width:20px; height:18px; text-align:center; font-weight:bold; color:#6db201  }
.input_small { border:solid 1px #999999; background-color:#eaeaea; width:60px; height:18px  }

.input_middle { border:solid 1px #999999; background-color:#eaeaea; width:95px; height:18px  }

.input_large { border:solid 1px #999999; background-color:#eaeaea; width:160px; height:18px  }

.input_xlarge { border:solid 1px #999999; background-color:#eaeaea; width:250px; height:18px  }

.input_xxlarge { border:solid 1px #999999; background-color:#eaeaea; width:300px; height:18px  }

/* ########## Eingabefelder (mehrzeilig) ########## */

.textarea { border:solid 1px #999999; background-color:#eaeaea; width:250px; height:100px }

.textarea_large { border:solid 1px #999999; background-color:#eaeaea; width:300px; height:150px; overflow:auto }

.textarea_special { border:solid 1px #999999; background-color:#eaeaea; width:400px; height:50px; overflow:auto }

/* ########## Aufklapplisten ########## */

.select_small { border:solid 1px #999999; background-color:#eaeaea; width:60px; height:18px; font-size:10px }

.select_middle { border:solid 1px #999999; background-color:#eaeaea; width:95px; height:18px; font-size:10px }

.select_large { border:solid 1px #999999; background-color:#eaeaea; width:200px; height:18px; font-size:10px }

.select_xlarge { border:solid 1px #999999; background-color:#eaeaea; width:300px; height:18px; font-size:10px }

.select_special { border:solid 1px #999999; background-color:#eaeaea; width:160px; height:18px; font-size:10px }

.select_search { border:solid 1px #999999; background-color:#eaeaea; width:120px; height:18px; font-size:10px }

.input_search { border:solid 1px #999999; background-color:#eaeaea; width:120px; height:18px; font-size:10px  }

/* ########## Radiobutton ########## */

.radio { border-style:none }
