
	.feld {
		font-family: verdana;
		color: #000000;
		border: 1px #cccccc solid;
		width: 220px;
	}   
	.upload_starten {
		font-family: verdana;
		color: #000000;
		width: 180px;
		height:20px;
		border:0px;
		background-image: url('Bilder/upload_normal.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		cursor: pointer;
	}   
a:link { text-decoration: none; color: #FFFFFF;font-family: verdana; font-size: 12px;border:0px}
a:active { text-decoration: none; color: #FFFFFF;font-family: verdana; font-size: 12px;border:0px}
a:visited { text-decoration: none; color: #FFFFFF;font-family: verdana; font-size: 12px;border:0px}
a:hover {  text-decoration: none; color: #FFFFFF;font-family: verdana; font-size: 12px;border:0px}


	body {
          background-color : #FFFFFF;
          margin-top : 10;
          margin-bottom : 10;
          font-family : Arial, Verdana, Helvetica, sans-serif;
          font-size : 12px;
          color : #ffffff;
          line-height : 16px;
      }
      td {
          font-family : Arial, Verdana, Helvetica, sans-serif;
          font-size : 12px;
          color : #ffffff;
          line-height : 16px;
      }
      .bg {
          background-image : url('images/bg.jpg');
          background-repeat : no-repeat;
          background-position: bottom;
      }
     .bottom {
          font-family : Arial, Verdana, Helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
          color : #808080;
          line-height : 12px;
      }
    .bottom a:link {
          font-family : Arial, Verdana, Helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
          color : #808080;
          line-height : 12px;
      }
    .bottom a:visited {
          font-family : Arial, Verdana, Helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
          color : #808080;
          line-height : 12px;
      }
    .bottom a:active {
          font-family : Arial, Verdana, Helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
          color : #808080;
          line-height : 12px;
      }
    .bottom a:hover {
          font-family : Arial, Verdana, Helvetica, sans-serif;
          font-size : 11px;
          text-decoration : underline;
          color : #808080;
          line-height : 12px;
      }
     .succes {
          width : 350px ;
          border : 1px #000000 solid;
          background : #eaeaea; 
     }
	 
	 div.fileinputs {
		position: relative;
	}

	div.fakefile {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1;
	}

	input.file {
			position: relative;
			text-align: right;
			-moz-opacity:0 ;
			filter:alpha(opacity: 0);
			opacity: 0;
			z-index: 2;
	}
