.artFld, .artLbl, .artInput {
         font-family: Helvetica,Arial,sans-serif;
}

.artFld {
     display: block;
	 margin-top: 1px;
  	 margin-left: 10px;
     padding-top: 5px;
     padding-bottom: 1px;
	 left: 15px;
        /*
     border: 1px;
     border-width:1px;
     border-style:solid;
     border-color:#556B2F;
     */
     width: 500px;
     height: auto;
}

.artLbl {
     display: block;
     float: left;
     font-size: 12px;
     text-align: right;
     width:120px;
}

.artInput {
     background-color: #FFFFCC;
     display: block;
     float: left;
     margin-bottom: 4px;
     margin-left: 10px;
     margin-right: 10px;
     width: 250px;
}

.artInputROnly {
     background-color: #CDC673;
     display: block;
     float: left;
     margin-bottom: 1px;
     margin-left: 10px;
     margin-right: 5px;
}


br {
    clear: left;
}

// Formulare

.akmForm {
     align: center;
}

#artForm {
     align: center;
}


#name {
    width: 250px;
}

#desc {
     width: 400px;
}

#price {
     text-align: right;
     text-transform: uppercase;
     width: 100px;
}

// Liste

.tableList {
     background-color: #CDC673;
}

.tableField, .tablePrice {
     border:1px solid #000;
     color: #556B2F;
}

.tablePrice {
     text-align: right;
}


// Listenuebernahme

.listErr {
     border:1px solid #000;
     background-color: #CDC673;
}


