
/*  RTE Bodytext  */
/*  wird normalerweise nicht verwendet  */

/*  Bodytext steht normalerweise nur in <DIV>Bodytext</DIV> ohne CSS-Klasse  */
/*  Bodytext wird damir über das CSS von <BODY> definiert -> style_main.css */

P.bodytext {
     font-weight:normal;
     text-align:left;
     color:#000000;
     line-height:18px;
     margin:0px;
     padding:0px;
     font-family: Verdana, Helvetica, Arial, Times, Geneva;
}
/* internal Links */
div.internal-link img {
  padding:0;
  margin:0;
}

a:link P.bodytext, a:visited P.bodytext, a:active P.bodytext, a:hover P.bodytext {
     font-weight:normal;
     text-align:left;
     color:#000000;
     margin-top:6px;
     margin-bottom:2px;
     padding-top:0px;
     padding-left:0px;
     padding-right:0px;
     text-decoration:underline;
     font-family: Verdana, Helvetica, Arial, Times, Geneva;
}

a:hover P.bodytext {color:#ffffff;}

/* START Kontaktformular */
#mailform {
margin-left:0px;
}
.csc-mailform {
border:0 solid black;
}
DIV.csc-mailform-field label {
display:block;

/* LABEL für TEXT ist ... lang */
width:100px;

color:black;
float:left;
}
/*  'senden' in nächste Zeile */
.csc-mailform-field {

padding-top:10px;
padding-left:10px;
}

DIV.csc-mailform-field input {
text-align:right;
}
.csc-mailform-field {
background-color:#FFFFFF;
}
/* STOP Kontaktformular */




