/*Online-Formular*/fieldset	{ background: transparent; border				:	solid 1px #c2dada; }label.left{ float            : left; text-align        : right; width            : 12em; margin: 0 0.3em 0 0; }input, textarea { padding: 1px; color: #333; font-family: arial, Helvetica, verdana, SunSans-Regular, sans-serif; font-weight: normal; font-style: normal; line-height: normal; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-bottom: 0.75em; }	input[type=text]:focus, textarea:focus {	background: #fff;	color: #333;	border-color: #000;}input[type=text],select, textarea{ color: #333; font-size: 0.95em; background-color: #fff; float            : left; margin-left: 0.25em; }input.right{    float                    :    left;    width                    :    auto;    clear                    :    both;    margin-left                :    5.3em;    margin-right            :    .3em;}input[type=checkbox].right,input[type=radio].right,input[type=submit].right{ color: #333; font-size: 1em; font-weight: normal; margin-left                :    6.5em; }form br{    clear                    :    both;}label,select,input[type=checkbox],input[type=radio],input[type=button],input[type=submit]{    cursor                    :    pointer;}form{    line-height                :    140%;}legend { color: #666; font-size: 1.1em; font-weight: bold; margin-bottom: 1.5em; }form { color: #666; font-size: 0.95em; margin-top: 2.5em; margin-bottom: 2.5em; }form p { margin-left: 1em; }=