label, input, select { /* Alle Labels UND Formularelemente auswählen */
  float: left;
  margin-top: 3px;
  width: 100px; /* Breite.*/
}

.insert label, .insert input {
    width: 45px;
    margin-left: 2px;
    float: none;
}

#help_box_news_text{
    border: 0;
    width: 95%;
    text-align: center;
    background: none;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.insert{
    text-align: center;
}

input, select{
    background-color: #f2f2f2;
    border: #dbdbdb 1px solid;
}

textarea{
    width: 340px;
    height: 100px;
    background-color: #f2f2f2;
    border: #dbdbdb 1px solid;
    float: left;
}

.termine{
    border-bottom: 3px rgb(219, 219, 219) solid;
}

.termine h4{
    padding-left: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgb(249, 0, 93);
    background: rgb(242, 242, 242);
}

.termine .left{
    float: left;
}

.termine .right{
    float: right;
    color: rgb(159, 158, 156);
    font-weight: bold;
    font-size: 9px;
}

.termine h5{
    color: rgb(249, 0, 93);
    margin-top: 5px;
}

.beschreibung{
    float: left;
    width: 300px;
}

.location{
    float: right;
    width: 150px;
    background: rgb(182, 182, 182);
    padding: 5px;
}

.infos{
   clear: both;
   background: rgb(219, 219, 219);
   border-top: 5px #FFFFFF solid;
   padding: 5px;
}

.infos span{
    font-weight: bold;
    float: left;
    display: block;
    width: 150px;
}



.msg{
   color: #5DD34F;
   font-weight: bold;
   font-style: italic;
   background-color: #FAFAFA;
   padding: 5px;
   margin-bottom: 5px;
   display: list-item;
   list-style-type: square;
   list-style-position: inside;
}
