/* CSS DOCUMENT */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#CDCECF;
	text-align:center;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 { font-size:14px;
     font-weight:bold;
}

a { color:#00C;
}

a.visited {
	color:#00C;
}
	

body, td {
	font-family:'Arial', 'Verdana', 'Tahoma';
	font-size:12px;
	color:#333;
	line-height:140%;
}

.nobullet {
	list-style-type:none;
}

	.container {
		width:998px;
		margin-left:auto;
		margin-right:auto;
	}
	
		.layout {
			float:left;
			width:998px;
			text-align:left;			
		}
		
			.left {
				float:left;
				width:114px;
				background-color:#CDCECF;
			}
			
				.schadebedrijven {
					float:left;
					width:115px;
					height:262px;
					background:url('images/schadebedrijven.jpg');
					background-color:#CDCECF;
					margin-top:80px;
				}
				
				.volvo {
					float:left;
					width:114px;
					height:79px;
					background:url('images/vrg_r2_c2.jpg');
					margin-top:34px;
				}
				
				.eco {
					float:left;
					width:114px;
					height:79px;
					background:url('images/vrg_r6_c2.jpg');
					margin-top:10px;
				}
				
				.business {
					float:left;
					width:114px;
					height:79px;
					background:url('images/business_sales.jpg');
					margin-top:10px;
				}
				
				.beste_dealer {
					float:left;
					width:114px;
					height:108px;
					background:url('images/vrg_r10_c2.jpg');
					margin-top:10px;
				}
			
			.right {
				float:left;
				width:880px;
				background-color:white;
			}
			
				.header {
					width:850px;
					height:100px;
					text-align:center;
					float:left;
				}				
				
					.logo {
						background:url('images/vrg_logo.jpg');
						width:227px;
						height:39px;
						margin-top:30px;
						margin-left:325px;
						float:left;
					}
					
				.text {
					float:left;
					width:790px;
					height:210px;
					color:#395B80;
					padding:30px;
					padding-bottom:30px;
					padding-top:20px;
				}
				
					.text p {
						margin-bottom:10px;
					}
					
				.flash {
					float:left;
					width:850px;
				}
					
				.footer {
					margin-top:30px;
					width:880px;
					text-align:center;
					float:left;
					position:absolute;
					left:-999px;
				}
			
					#navigation {
						width:100%;
						height:34px;
						background-color: #395B80;
						font-family: 'Arial','Verdana','Tahoma';
						color: #FFFFFF;
						font-size:12px;
					}
				
				#navigation a {
					color:#FFF;
					text-decoration:none;
					text-align:center;
					display: block;
					font-weight:bold;
					font-size:10px;
					line-height:34px;
					height:34px;
					}

				
				#navigation a.linkslinks{
				}
				
			
				#navigation a.linksrechts{
					background-color:#5A7AA2;
				}
				#navigation a:hover {
					background-color:#6E86A4;
					}
					
				#navigation li {
					list-style-type:none;
					list-style-position:outside;
					float: left;
					width:146px;
					height:34px;
				}
				
				.footerlink {	color: #FFF;
				}
				
				#headertop {
				background-color:#395B80;
				height:30px;
				width:100%;
				}