/*algemeen*/

body{
	background-image: url(images/bg_leaves.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #666;
	text-align: center;
}

h1{
	font-family: Georgia;
	font-size: 16px;
	margin: 0px 0px 2px 0px;
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
	line-height: 16px;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
	line-height: 16px;
}

a{
	text-decoration: none;
	border-bottom: dotted 1px #ddbda2;
	color: #666;
}

a:hover{
	text-decoration: none;
	color: #333;
	border-bottom: solid 1px #ddbda2;
}

a img{
	border: none;
	
}
form{
	margin: 0px;
}


/*specifiek*/
.td2{
	font-family: Georgia;
	font-size: 16px;
	margin: 0px 0px 2px 0px;
	border-bottom: solid 1px #ddbda2;
}

.td1{
	font-family: Verdana;
	font-size: 12px;
	border-bottom: solid 1px #ddbda2;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.googledir *{
	background-color: transparent;
}

div#rotator{
	float: right;
	padding: 10px;
	margin: 10px;
	width: 425px;
	height: 300px;
	background-image: url('images/fotos/bg.png');
	background-repeat: no-repeat;
}

div#lrotator{
	float: right;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	width: 250px;
	height: 475px;
	background-image: url('images/fotos/lbg.png');
	background-repeat: no-repeat;
}

div#home_contact{
	float: left;
	width: 350px;
	height: 140px;
}

div#home_openingstijden{
	float: right;
	width: 440px;
	height: 140px;
}

div#route_gegevens{
	float: right;
	width: 380px;
	padding-top: 5px;
}

/*structuur*/
div#container{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

div#top{
	width: 950px;
	height: 93px;
	background-image: url(images/top_sj_n.png);
}

	div#menu{
		float: left;
		margin: 73px 0px 0px 60px
	}
		div#menu a{
			background-image: url(images/knop_inactief.png);
			display: block;
			width: 79px;
			height: 16px;
			text-align: center;
			padding: 4px 0px 0px 0px;
			float: left;
			color: #666;
			text-decoration: none;
			margin-right: 5px;
			border: none;
		}
		
		div#lang{
			float: right;
			margin: 73px 40px 0px 0px;
		}
		
div#middle{
	background-image: url(images/bg_middle.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	overflow-y: auto;
}
	
	div#content{
		width: 860px;
		padding: 10px 0px 5px 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		height: 100%;
	}

div#bottom{
	padding: 5px 0px 0px 0px;
	height: 9px;
	color: #999;
	background-repeat: no-repeat;
	background-image: url(images/bg_bottom.png);
}
	
	div#bottom a{
		color: #999;
	}
	
	div#bottom a:hover{
		color: #333;
	}

div#googleDirections{
	width: 453px;
	padding-right: 10px;
	height: 100%;
	background-image: url(images/pixel_20.png);
	background-repeat: repeat;
	border-right: #A97B44 1px solid;
}

div#gegevens{
	float: left;
}

div#googleDirections p{
	width: 420px;
}

	div#googleDirections #header{
		width: 453px;
		height: 51px;
		/*background-image: url(images/googleDirections_bg_3.png);
		background-repeat: no-repeat;*/
	}

	div#googleDirections #content{
		width: 453px;
		padding: 5px;
		/*background-image: url(images/googleDirections_bg_5.png);
		background-repeat: repeat-y;*/
	}
		
		div#googleDirections #map_canvas{
			width: 420px;
			height: 300px;
		}
		
		div#googleDirections #directions{
			width: 420px;
		}
		
		div#form{
			text-align: left;
			width: 420px;
			padding: 5px;
		}
		
			div#form input[type=text]{
				border: solid 1px #be916b;
				padding: 3px;
				background-color: #fff;
				letter-spacing: 1px;
			}

	div#googleDirections #bottom{
		width: 453px;
		/*background-image: url(images/googleDirections_bg_7.png);
		background-repeat: no-repeat;*/
	}
