
#content .body
{
    border-right-style: solid;
    border-right-width: 1px;
    width: 650px;
    padding-right: 10px;
}



.error
{
    font-size: 2em;
    color: #FF0000;
    text-align: center;
    margin-top: 150px;
}

/* Rahmentabelle mit allgemeinen Attributen, Druck-Breite (IE): 650, Druck-H&ouml;he: 1050, Hintergrundbild: Papier */
.tableFrame
{
    /*background-image: url(../bilder/testpapier.jpg); 	background-color: #cccccc;*/
    border: 0px;
    padding: 0px;
    width: 570px;
}

#content table
{
    margin-top: 13px;
    border: 0px;
    padding: 4px;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #1a1a1a;
}

#content .text
{
    font-weight: normal;
    font-family: inherit;
    font-size: 12px;
    color: inherit;
}



/*tabellenkopf im Fragebogen*/
#content th
{
    /* font-weight: bold;*/
    border-top: solid 3px lightgrey;
    font-size: 120%;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    padding-top: 8px;
}


#content td
{
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
}

#content .titeltd{
     vertical-align: middle;
}
#content .titeltd_kurz{
     width: 50px;
    vertical-align: middle;
}
/*Frage aus 1.9. nach werbung*/
#content .centkopf
{
    width: 40px;
    vertical-align: middle;
     text-align: center;
}

#content .titelwerb
{
    width: 150px;
    vertical-align: middle;

}

#content .buttontd 
{
    width: 40px;
    vertical-align: middle;
     text-align: center;
}


.tdCent
{
    text-align: center;
}

/* Textarea Feld */

.short
{
    width: 80px;
}

.long
{
    width: 300px;
}

.extralong
{
    font-family: Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    height: 20px;
    width: 500px;
}

#content select
{
    font-family: Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    height: 20px; /*width: 280px;   */
}

/* Input Feld */
#content input
{
    font-family: Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #003399;
    padding: 1px; 
    /*   	width: 100px; */
}

#content textarea
{
    font-family: Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #003399;
    padding: 1px; 
    /*   	width: 100px; */
}

.Checkboxlist input
{
    position: absolute;
    right: 150px;
}
