

p, form, a, legend, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #625b55;
/*** Scrollbalken einfärben ***/
	scrollbar-face-color:#edf4fe;
	scrollbar-shadow-color:#625b55;
	scrollbar-highlight-color:#625b55;
	scrollbar-3dlight-color:#edf4fe;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#edf4fe;
	scrollbar-arrow-color:#625b55;
    }

label.left {
      float : left;
      text-align : right;
      width : 10em;
      margin-right : .3em;
    }
    input[type=text], select {
      float : left;
    }
    input.right {
      float : left;
      width : auto;
      clear : both;
      margin-left : 5.3em;
      margin-right : .3em;
      height : 20px;
    }
    input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
      margin-left : 6.3em;
    }
    form br {
      clear : both;
    }
    label,select,input[type=checkbox],input[type=radio],input[type=button],input[type=submit]{
      cursor : pointer;
    }
    form {
      line-height : 160%;
      width : 98%;
    }
