/* kontakt.css */
/* Formatvorlage für das Kontaktformular */

table#tbl_kontaktFRM {
 border: 0px solid red;
 margin: 25px;
}

table#tbl_kontaktFRM input, table#tbl_kontaktFRM textarea {
 font-family: COURIER;
 font-size: 12px;
 color: #336699;
 border: 1px solid #cccccc;
}

table#tbl_kontaktFRM a {
 text-decoration: none;
 color: #336699;
}

         table#tbl_kontaktFRM a:hover {
          text-decoration: underline;
          color: #000000;
         }


.w50 { width: 46px; }
.w240 { width: 240px; }
.w300 { width: 300px; }
.w380 { width: 390px; }

.w380_h { width: 390px; height: 150px; }

div#content {
 height: 560px;
}
