/* Stylesheet for bovagpechhulp.nl */

body{
	margin:0;
	padding:0;
	background:#f2f2f2;
}

#wrapper{
	width:929px;
	margin:0 auto;
	background:url(../img/bg_container.gif);
}
	#container{
		width:921px;	
		margin:0 auto;
		display:table;
	}
	
	#top{
		width:901px;
		margin-left:10px;
		margin-right:10px;
	}
		
		#menu{
			height:56px;
			background:url(../img/bg_menu.gif);
		}
			#menu ul{
				margin:0;
				padding:0;
				list-style-type:none;
				padding-top:15px;
			}
				#menu ul li{
					margin:0;
					float:left;
					padding-left:15px;
				}
					#menu ul li a{
						display:block;
						float:left;
						height:41px;
						overflow:hidden;
						text-indent:-1000px;
						color:#000;
					}
					
						#menu ul li a:hover, #menu ul li#menu_active a{
							background-position:bottom;
						}
						
						#button_home{
							background:url(../img/button_home.gif);
							width:49px;
						}
						
						#button_aanmelden{
							background:url(../img/button_aanmelden.gif);
							width:84px;
						}
						
						#button_vertrouwd{
							background:url(../img/button_vertrouwd.gif);
							width:86px;
						}
						
						#button_voordelig{
							background:url(../img/button_voordelig.gif);
							width:79px;
						}
						
						#button_over_bovag{
							background:url(../img/button_over_bovag.gif);
							width:86px;
						}
						
						#button_contact{
							background:url(../img/button_contact.gif);
							width:72px;
						}
		
		#top_spacer{
			height:41px;
			background:url(../img/bg_top_spacer.jpg) no-repeat;
		}
		
		#header_container{
			width:901px;
			height:294px;
		}
		
		#header_animation{
			width:732px;
			height:294px;
			float:left;
		}
		
		#header_logo{
			width:169px;
			height:294px;
			float:left;
		}
			#header_logo img{
				float:right;	
			}
			
		#center_spacer{
			height:42px;
			background:url(../img/bg_middle_spacer.jpg) no-repeat;
		}	
	
	#middle{
		/* width:921px; */
		width:921px;
		background:url(../img/bg_middle.jpg) no-repeat bottom;
		float:left;
		padding-bottom:30px;
	}
	
		#middle_left{
			width:742px;
			float:left;
		}

			#middle_left_indent{
				padding-left:22px;
			}
		
		#middle_right{
			width:179px;
			float:left;
		}

	#middle_main{
		width:720px;
		background:#e07;
		float:left;
	}
	
	#middle_extra{
		width:179px;
		float:left;
		background:#8e0;
	}
	
	#right{
		width:179px;
		float:left;
		background:#8e0;
	}
	
		h1,h2,h3,h4{
			font-family:"Trebuchet MS", Verdana, sans-serif;
			color:#c1001f;
			font-size:22px;
			margin-top:0;
			font-weight:normal;
		}
		
		h3{
			font-size:18px;
			margin-bottom:6px;
			clear:both;
		}
		
		h4{
			color:#727577;
			font-size:12px;
			font-weight:bold;
		}
		
		p, span, label, li, table tr td, table tr th{
			color:#727577;
			font-family:Arial, sans-serif;
			font-size:11px;
		}
		
		table tr th{
			text-align:left;
		}
		
		div.hr{
			border:0;
			height:1px;
			overflow:hidden;
			width:100%;
			background:transparent url(../img/bg_hr_dotted.gif);
			margin-bottom:20px;
		}
		
		li a{
			color:#727577;
		}
		
		a{
			color:#c1001f;
		}
		
		#registration_introtext{
			width:720px;
			float:left;
			padding-left:22px;
			padding-bottom:10px;
		}
		
		#registration_progress{
			width:732px;
			float:left;
			padding-left:10px;
			margin-bottom:26px;
		}
			#registration_progress div{
				color:#b5b5b5;
				font-size:14px;
				font-family:"Trebuchet MS", Verdana, sans-serif;
				font-weight:bold;
				display:block;
				float:left;
			}
			
			#registration_progress #progress_step1{
				padding-left:6px;
				padding-right:183px;
			}
				
			#registration_progress #progress_step2{
				padding-right:183px;
			}
				
			#registration_progress #progress_step3{
				padding-right:167px;
			}
			
			#registration_progress #progress_step4{
				padding-right:0;	
			}
			
			#registration_progress div.stepactive{
				color:#6b6b6b;
			}
			
			#registration_progress img{
				float:left;
			}
		
		#one_column p, #two_column_left p, #two_column_center p{
			line-height:1.6;
		}
		
		#one_column li, #two_column_left li, #two_column_center li{
			margin-bottom:6px;
		}
		
		#one_column{
			width:720px;
			float:left;
		}
		
		#two_column_left{
			width:343px;
			padding-right:25px;
			float:left;
		}
		
		#two_column_center{
			width:290px;
			padding-left:17px;
			padding-right:45px;
			float:left;
		}
		
			.form_rule{
				float:left;
				width:100%;
				padding-bottom:10px;
			}
			
			.rule_with_description{
				width:520px;
			}
		
				.form_bullet{
					float:left;
					margin-right:9px;
					margin-top:0;
					
				}
			
				.form_property{
					float:left;
				}
					.form_property p{
						margin-top:4px;
						margin-bottom:0;
					}
			
				
					.form_input .input_text, .input_text{
						border:1px #d7ded7 solid;
						height:14px;
						font-size:11px;
						font-family:Arial, sans-serif;
						padding:2px;
						float:left;
					}
					
					.form_input .form-error{
						border:1px #c1001f solid;
					}
					
					.address_postalcode{
						/* width:40px; */
					}
					
					.address_housenumber, .address_housenumber_extension{
						width:57px;
					}
					
					.licenseplate_part1, .licenseplate_part2, .licenseplate_part3{
						width:30px;
					}
					
					.startdate_day, .startdate_month{
						width:25px;
					}
					
					.startdate_year{
						width:40px;
					}
					
					.year_of_construction{
						width:114px;
					}
			
				.form_submit{
					background:#999;
				}
						
					.submit_button{
						color:#fff;
						border:1px #6b6b6b solid;
						background-color:#6b6b6b;
						float:left;
						margin-right:5px;
						cursor:pointer;
						height:22px;
					}
					
					.submit_link{
						border:1px #6b6b6b solid;
						color:#fff;
						background-color:#6b6b6b;
						float:left;
						display:block;
						font-size:13px;
						font-family:Arial, sans-serif;
						text-decoration:none;
						padding-top:3px;
						!padding-top:2px;
						padding-bottom:1px;
						!padding-bottom:2px;
						padding-left:10px;
						padding-right:10px;
						margin-right:5px;
					}
					
				.form_description{
					width:200px;
					float:right;
				}
					.form_description p{
						margin:0;	
					}
			
				.info_tooltip, .dummy_tooltip, .dummy_tooltip_checkbox{
					float:left;
					margin-right:5px;
					margin-top:2px;
				}
				
				.dummy_tooltip_checkbox{
					margin-right:29px;	
				}
				
				.form_input{
					float:left;
				}
							
				.floatright{
					float:right;
				}
				
				.property_step1{
					width:255px;	
				}
				
				.calendar, .ui-datepicker-trigger{
					float:left;
					margin-top:2px;
					margin-left:4px;
				}
				
				.form_input_spacer{
					float:left;
				}
			
			.result_rule{
				width:100%;
				float:left;
				margin-bottom:15px;
			}
				.result_rule p{
					margin:0;
				}
				.result_input{
					float:left;
					width:60px;
					height:80px;
				}
				
				.result_rule input{
					margin-top:37px;
					float:left;
				}
				
				.result_property{
					width:260px;
					float:left;
					margin-bottom:3px;
				}
				
				.result_value{
					width:340px;
					float:left;
					margin-bottom:3px;
				}
				
				.result_distance{
					float:left;
					text-align:right;
					width:60px;
				}
				
			.errors{
				
			}
				.errors ul{
					list-style-type:none;
					margin:0;
					padding-left:15px;
					padding-bottom:8px;
					padding-top:3px;
					
				}
					.errors ul li{
						color:#282828;
					}
					
					#error_top{
						height:10px;
						width:708px;
						background:url(../img/error_top.gif);
					}
					
					#error_center{
						width:708px;
						background:url(../img/error_center.gif) repeat-y;
					}
					
					#error_bottom{
						height:10px;
						width:708px;
						background:url(../img/error_bottom.gif);
					}
					
			.secondcolumn_nohead_oneline{
				margin-top:42px;
			}
			
			.secondcolumn_nohead_twoline{
				margin-top:57px;
			}
			
			.secondcolumn_nohead_threeline{
				margin-top:82px;
			}
			
			#statistics_table tr td{
				border-bottom:2px #fff solid;	
			}
			
				.statistic_required td{
					background-color:#eee;
				}
				
				.statistic_bar, .statistic_bar_required{
					margin-top:3px;
					background-color:#cfcfcf;
					float:left;
					width:1px;
					height:8px;
					overflow:hidden;
				}
				
				.statistic_bar_required{
					background-color:#999;
				}
				
			#discountcodes_table tr td, #discountcodes_table tr th{
				padding-right:15px;
			}
			
			#faq_navigation{
				list-style-type:none;
				margin:0;
				padding:0;
			}
			
				#faq_navigation li{
					display:inline;
					margin-right:10px;
				}
				
					#faq_navigation li a{
						text-decoration:none;	
					}
			
					#faq_navigation li#faq_active a{
						color:#000;
						text-decoration:underline;
					}
					
					#faq_navigation li a:hover{
						text-decoration:underline;
					}
					
			#faq_qa{
				width:550px;
			}
				#faq_qa li{
					margin-bottom:16px;
				}
			
			#compare_table{
				
			}	
				.compare_property{
					width:250px;
				}
				
				.compare_bovag{
					width:125px;
				}
				
				.compare_anwb{
					width:125px;
				}
				
				.compare_routemobiel{
					
				}				
		
		#column_right{
			width:179px;
			float:left;
			height:330px;
		}
			
			#tell_a_friend_head, #quickmenu_head{
				font-family: "Trebuchet MS", Verdana, sans-serif;
				margin:0;
				font-size:16px;
				margin-left:24px;
				color:#000;
			}
			
			#tell_a_friend_box{
				behavior: url(js/iepngfix.htc);
				background:url(../img/tell_a_friend.png) no-repeat;
				height:180px;
			}
			
				#tell_a_friend_box p{
					color:#fff;
					margin:0;
					padding-left:30px;
					padding-top:34px;
					float:left;
					display:block;
				}
				
				#tell_a_friend_inputs{
					width:100%;
					float:left;
					padding-top:20px;
				}
			
				#tell_a_friend_input{
					width:108px;	
					margin-left:25px;
					background:transparent;
					margin-right:2px;
					border:0;
					float:left;
					font-size:11px;
					font-family:Arial, sans-serif;
					padding:2px;
				}
				
				#tell_a_friend_button{
					margin-top:2px;
					float:left;
				}
				
				#tell_a_friend_msg{
					background:url(../img/bg_tell_a_friend_blank.gif) no-repeat 15px 15px;
					height:50px;
					width:170px;
					float:left;
				}
								
					#tell_a_friend_msg p{
						padding-top:22px;
						padding-left:30px;
						color:#c1001f;
					}
						#tell_a_friend_msg p a{
							color:#c1001f;
						}
						
					#tell_a_friend_msg p.tell_a_friend_error{
						padding-top:15px;
					}
						
				#quickmenu{
					list-style-type:none;
					margin-top:15px;;
					margin-bottom:25px;
					margin-left:0;
					padding-left:10px;
				}
					#quickmenu li{
						margin:0;
						padding:0;
						line-height:1.2;
						padding-bottom:10px;
					}
				
						#quickmenu li img{
							margin-right:10px;
						}
						
						#quickmenu li a{
							text-decoration:none;
						}

	#bottom{
		width:921px;
		height:189px;
		background:url(../img/bg_bottom.gif);
		float:left;
	}
		#bottom p{
			color:#fff;
			margin:0;
		}
	
		#pricetag{
			margin-top:34px;
			margin-left:26px;
			float:left;
			border:0;
		}
		
		#basic_coverage{
			float:left;
			margin-top:44px;
			margin-left:33px;
		}
			#basic_coverage_options{
				width:147px;
				float:left;
				padding-right:25px;
			}
			
			#basic_coverage_prizes{
				float:left;
				width:40px;
			}
				.basic_coverage_prize_margin{
					margin-top:5px;
					color:#fff;
					display:block;
				}
		
		#extra_coverage{
			float:left;
			margin-top:44px;
			margin-left:50px;
		}
			#extra_coverage_options{
				width:134px;
				float:left;
				padding-right:25px;
			}
			
			#extra_coverage_prizes{
				margin-top:5px;
				float:left;
			}
		
		#extra_option{
			margin-left:50px;
			float:left;
			margin-top:44px;			
		}
			#extra_option_options{
				float:left;
				width:130px;
				padding-right:28px;
			}
				#extra_option_options a{
					font-weight:bold;
					color:#fecb00;
					text-decoration:none;
				}
					#extra_option_options a:hover{
						color:#fff;	
					}
			
			#extra_option_prizes{
				margin-top:5px;
				float:left;
			}