#Kopfzeile td{
    width: 100px;
    padding: 5px;
}
.tabelle td{
    width: 120px;
    padding: 5px;
}
#Kopfzeile select{
  width: 100px;
  border: none;
}

#submitKontakt{
    background-color: #D60000;
    color: white;
    font-weight: 300;
    width: 200px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #AAAAAA;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 16px 10px 0;
    padding: 5px 20px;
}

.buttons{
    background-color: grey;
    color: white;
    font-weight: 300;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #AAAAAA;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
    float: left;
}
.buttons2{
    background-color: lightgrey;
    color: white;
    font-weight: 300;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #AAAAAA;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
    float: left;
}
.labelTd{
    color: black;
    font-weight: bold;
}

#Kopfzeile input, .tabelle input, .tabelle textarea{
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 5px #EEEEEE;
    color: #444444;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    padding: 3px;
}

#formular{
    margin-left: 30px;
}
#bemerkung{
    width: 760px;
}