@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	
	}
	
#daten {
	text-indent: 5px;
	width: 350px;
	position: absolute;
	left: 20px;
	}

#complete-wrap {
	width: 400px;
	position: relative;	
	left: 80px;
	}	
	
#right-wrap {
	width: 400px;
	position: absolute;	
	left: 300px;
	}	

#bottom-wrap {
	width: 350px;
	position: relative;	
	top: 460px; 
	left: 140px;
	}	

#registerfield { 
	position: relative; 
	width: 770px; 
	height: auto;
	margin: 50px auto; 
	padding: 20px; 
	border: 1px;
	background: #f8f8f8; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#000000')";
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	}

#adText2 {
	position: relative;
	top: 460px;
	width: 660px;
	text-align: justify;
	font-size: 9px;
	}

#backlinkText {
	margin-top: 460px;
	width: 660px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	}		
/* #infos {
	width: 300px;
	position: relative;
	
	left: 330px;
	} */
	
#code {
	margin-left: 180px;
	font-size: 16px;
	font-weight: bold;
	}

#code2 {
	margin-left: 0px;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	}

#check1 {	
   width: 320px; /*Breite dem Layout anpassen*/
   height: auto;   
   padding-left: 28px;
   font-size: 10px;
   } 	
	
#radio1 {

   width: 300px; /*Breite dem Layout anpassen*/
   height: 20px;
   margin-top: -5px;
   } 
   
#radio2 {

   width: 350px; /*Breite dem Layout anpassen*/
   height: 35px;
   margin-top: -5px;
   } 

#daten input[type="text"] {
  height:25px;
  width:250px;
  margin-top: 2px;
	  border : 0px;
	  background-color: #dfdfdf;
	  text-indent: 5px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 11px;
  
}

#infos textarea {
	  height:115px;
	  width:350px;
	  border : 0px;
	  background-color: #dfdfdf;
	 
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  padding: 4px;
  
}
#infos_r textarea {
	  height:65px;
	  width:350px;
	  border : 0px;
	  background-color: #dfdfdf;
	 
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  padding: 4px;
  
}
#daten input[type="submit"]
{
   width:80px;
   height:25px;
   padding-left:0px;

     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	border: 0px;
   	  background-color: #dfdfdf;
   font-size: 10px;
   text-indent: 6px;
   color: #666; }
   
      
#code input[type="text"] {
  height:30px;
  width:250px;
  margin-top: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	  border : 0px;
	  background-color: #ffd181;
	  text-indent: 5px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  margin-left: 20px;
  
}