/***************** MENU *****************/

.menu a
{
	background:			no-repeat;
	display:			inline-block;
	height:				37px;
	color:				#dadada;
	text-decoration:	none;
	text-align:			center;
	line-height:		37px;
}
.menu a:hover
{
	color:				#c1c1c1;
}

a#home
{
	background:			url(../images/menu/home.jpg);
	width:				149px;
}
a#home:hover
{
	background:			url(../images/menu/home_hover.jpg);
	width:				149px;
}

a#autoschade
{
	background:			url(../images/menu/autoschade.jpg);
	width:				160px;
}
a#autoschade:hover
{
	background:			url(../images/menu/autoschade_hover.jpg);
	width:				160px;
}

a#werkplaats
{
	background:			url(../images/menu/werkplaats.jpg);
	width:				143px;
}
a#werkplaats:hover
{
	background:			url(../images/menu/werkplaats_hover.jpg);
	width:				143px;
}

a#werkwijze
{
	background:			url(../images/menu/werkwijze.jpg);
	width:				140px;
}
a#werkwijze:hover
{
	background:			url(../images/menu/werkwijze_hover.jpg);
	width:				140px;
}

a#verzekering
{
	background:			url(../images/menu/verzekering.jpg);
	width:				160px;
}
a#verzekering:hover
{
	background:			url(../images/menu/verzekering_hover.jpg);
	width:				160px;
}

a#contact
{
	background:			url(../images/menu/contact.jpg);
	width:				149px;
}
a#contact:hover
{
	background:			url(../images/menu/contact_hover.jpg);
	width:				149px;
}

/***************** BANNER *****************/

#banner_1
{
	background:			url(../images/banner/01.jpg);
}

#banner_2
{
	background:			url(../images/banner/02.jpg);
}

#banner_3
{
	background:			url(../images/banner/03.jpg);
}

#banner_4
{
	background:			url(../images/banner/09.jpg);
}

#banner_5
{
	background:			url(../images/banner/05.jpg);
}

#banner_6
{
	background:			url(../images/banner/06.jpg);
}

#banner_7
{
	background:			url(../images/banner/07.jpg);
}

#banner_8
{
	background:			url(../images/banner/08.jpg);
}

#banner_9
{
	background:			url(../images/banner/13.jpg);
}

#banner_10
{
	background:			url(../images/banner/14.jpg);
}

/* BANNER CONTACT*/

#banner_11
{
	background:			url(../images/banner/04.jpg);
}

#banner_12
{
	background:			url(../images/banner/10.jpg);
}

#banner_13
{
	background:			url(../images/banner/11.jpg);
}

#banner_14
{
	background:			url(../images/banner/12.jpg);
}

/***************** STYLE *****************/

a
{
	outline:			none;
	color:				#00a2b2;
	text-decoration:	none;
}

.header p
{
	text-align:			right;
	font-size:			10px;
	padding-right:      18px;
	padding-top:        27px;
	line-height:		14px;
}
.header a
{
	text-decoration:	none;
	color:				#909296;	
}

.title h1
{
	font-size:			18px;
	color:				#007bd3;
	padding-left:       27px;
	padding-top:        25px;
}

.main p
{
	padding-bottom:     10px;
}
.main #float
{
	width:				265px;
	padding-right:      20px;
	padding-bottom:     15px;
	float:				left;
	line-height:		18px;
}

h2
{
	font-size:			12px;
	color:				#007bd3;
	font-weight:		normal;
	padding:            0px;
	margin:				0px;
}

hr
{
	width:				527px;
	size:				2px;
	color:				#a2b1bd;
	background-color:	#a2b1bd;
	border:				none;
	clear:				both;
	margin-bottom:		15px;
}

.map_container p
{
	line-height:		normal;
	padding-left:		27px;
}
.map_container h2
{
	/*padding-top:        15px;*/
	padding-left:       27px;
}

.button
{
	background:			url(../images/button.gif) no-repeat;
	display:			inline-block;
	width:				100px;
	height:				22px;
	border:				none;
	color:				#000000;
	outline:			none;
}
.button:hover
{
	background:			url(../images/button_hover.gif);
}


textarea
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
}
textarea, input, select
{
	color:				#666666;
	outline:			none;
}
textarea:focus, input:focus, select:focus
{
	color:				#000000;
}
