.clsrezeptnameframe
{
    overflow: hidden;
    position: relative;    
    margin-top: 10px;
}

.clsrezeptnameframe > span
{
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

.clsrezeptname
{
    width:200px;
}


.clsrezeptkasseframe
{
    overflow: hidden;
    position: relative;    
    margin-top: 10px;
}

.clsrezeptkasseframe > span
{
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

.clsrezeptkasse
{
    width:200px;
}


.clsrezeptdatumframe
{
    overflow: hidden;
    position: relative;    
    margin-top: 10px;
}

.clsrezeptdatumframe > span
{
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

.clsrezeptdatum
{
    width:200px;
}


.clsrezepttelefonframe
{
    overflow: hidden;
    position: relative;    
    margin-top: 10px;
}

.clsrezepttelefonframe > span
{
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

.clsrezepttelefon
{
    width:200px;
}


.clsrezeptmailframe
{
    overflow: hidden;
    position: relative;    
    margin-top: 10px;
}

.clsrezeptmailframe > span
{
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

.clsrezeptmail
{
    width:200px;
}


.clsrezepttextframe
{
    overflow: hidden;
    position: relative;    
    margin-top: 10px;
    margin-bottom: 20px;
}

.clsrezepttextframe > span
{
    display: inline-block;
    width: 160px;
    font-weight: bold;
    vertical-align: top;
}

.clsrezepttext
{
    width:300px;
    height: 60px;
    resize: none; 
}


.clsrezeptsendenframe
{
    margin-top: 30px;
}