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

*{font-family:Verdana, Geneva, sans-serif; outline:0}

#omgeving{
	position:relative;
	margin:0px auto;
	width:988px;
}

  #omgeving #header{
	  height: 160px;
	  width:988px;
  }
  
  	#omgeving #header img{
		border:0px;
	}
  
  #omgeving #tekstblok{
	  padding:0px 15px 15px 15px;
  }
  
	  #omgeving #tekstblok h1{
		  color:#421D3A;
		  font-size:20px;
	  }
	  
	  #omgeving #tekstblok p, strong, li, td{
		  font-size:12px;
		  color:#421D3A;
	  }
	  
	  #omgeving #tekstblok input, textarea{
		  padding:3px;
		  font-size:11px;
		  color:#421D3A;
		  border:1px solid #421D3A;
		  width:250px;
	  }
	  
	   #omgeving #tekstblok  .submit, .pincode{
		   width:auto;
		   
	   }
	   
	   $omgeving #tekstblok .pincode{
		   padding:10px;
	   }
	  
	  	#omgeving #tekstblok p a{
			color: #421D3A
		}
		
		#omgeving #tekstblok li a{
			color: #421D3A
		}
	  
	  #omgeving #tekstblok .fout{color:#900; font-weight:bold}
	  
  #omgeving #wizard{
	  background:url(/afbeeldingen/wizard_sinterklaastip.png) no-repeat;
	  height:292px;
	  width:988px;
	  
  }
  
  	#omgeving #wizard .label{
		position:absolute;
		right:660px;
		text-align:right;
		padding:30px 15px 15px 15px;
		float:left;
	}
	
		
	
		#omgeving #wizard .label .second{
			margin-top:-13px;
		}
		
		#omgeving #wizard .label .last{
			margin-top:-8px;
		}
	
		#omgeving #wizard .label p{
			font-size:12px;
			color:#FFF;
		}
		
			#omgeving #wizard .label p span{
				font-size:10px;
				margin-right:5px;
			}
			
	#omgeving #wizard .invoervelden{
		position:relative;
		left: 340px;
		width: 600px;
		margin-left:5px;
		
	}
	
		#omgeving #wizard .invoervelden textarea{
			background:url(/afbeeldingen/textarea_idee.png);
			border:1px solid #421D3A;
			height:76px;
			width:291px;
			padding:3px;
			color:#421D3A;
			font-size:11px;
			margin-top:20px;
		}
		
		
		
		#omgeving #wizard .invoervelden .first{
			margin-top:45px;
		}
		
		#omgeving #wizard .invoervelden input{
			background:url(/afbeeldingen/input_surprisetip.png);
			border:1px solid #421D3A;
			height:17px;
			width:291px;
			padding:3px;
			color:#421D3A;
			font-size:11px;
			margin-top:20px;
		}
		
		#omgeving #wizard .invoervelden .img{
			
			border:0;
			margin-bottom:-19px;
			margin-left:10px;
			background:url(../afbeeldingen/knop_sinterklaassurprise.png); height:35px; width:221px;
		}
		
		.higher{position:relative; top:-10px}
  
  
  #omgeving #footer{
	  padding:0px 15px 0px 15px;
  }
  
  	  #omgeving #footer p{
		  font-size:12px;
	  }
  
		  #omgeving #footer p a{
			  color:#421D3A;
			  text-decoration:none;
		  }
	  
			  #omgeving #footer p a:hover{
				  text-decoration:underline;
			  }
	  
		  #omgeving #footer p span{
			
		  }
			  right:15px;
			  color:#421D3A;
		  }
		  
  #omgeving #whitebox{
	  height:300px;
  }


.pay{
	background:#CCC;
	border:1px #999999 solid;
	padding:10px;
	margin:10px;
}

h1 span{
	color:#900;
	text-transform:uppercase;
	text-decoration:underline;
}