*{
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}
body{
	margin:0px;
	background-color:a88c6c;
	text-align:center;
}
div{
	text-align:left;
}
#container{
	width:904px;
	overflow:visible;
	border:2px solid #006964;
	margin:0px;
	background-color:#b29f81;
	background-image:url("./pictures/middle3.jpg");
	height:850px;
}
#banner{
	display:block;
	width:900px;
	height:280px;
	background-image:url("./pictures/head.jpg");
	background-repeat:no-repeat;
}
#menu{
	display:block;
	background-image:url("./pictures/menu_back.jpg");
	text-align:center;
	height:47px;
	padding-left:120px;
	padding-top:4px;
}
#content{
	background-image:url("./pictures/middle2.jpg");
	background-repeat:no-repeat;
	background-position: bottom;
	height:840px;
	overflow:visible;
	}
#content_left{
	display:block;
	width:500px;
	height:500px;
	float:left;
	font-family:"times new roman";
	color:#b19d7f;
	font-size:14pt;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
	overflow:auto;
}

#content_left a:link{
color:#953A35;
text-decoration:none;
}

#content_left a:hover{
color:#953A35;
text-decoration:underline;
}

#content_left a:visited{
color:#727269;
text-decoration:none;
}

#content_right{
	height:300px;
	width:400px;
	float:left;
	clear:right;
	color:#f1ede1;
	font-size:14pt;
	text-align:center;
}
#content_right img{
	border:1px solid #f1ede1;
	}

h3{
	color:#12736a;
	font-size:13pt;
	}

/* 
  Menu-items
*/
#menu a{
	height:38px;
	display:block;
	float:left;
}
#menu_item_welkom{
	width:85px;
	background-image:url("./pictures/menu/menu_item_over_01.gif");
}
#menu_item_bed_and_breakfast{
	width:176px;
	background-image:url("./pictures/menu/menu_item_over_02.gif");
}
#menu_item_contact{
	width:88px;
	background-image:url("./pictures/menu/menu_item_over_03.gif");
}
#menu_item_dam69{
	width:98px;
	background-image:url("./pictures/menu/menu_item_over_04.gif");
}
#menu_item_vakantie_woning{
	width:140px;
	background-image:url("./pictures/menu/menu_item_over_05.gif");
}
#menu_item_links{
	width:66px;
	background-image:url("./pictures/menu/menu_item_over_06.gif");
	clear:right;
}
/* 
  Menu-items bij mouse-over
*/

#menu_item_welkom:hover, #menu_item_welkom_actief{
	width:85px;
	background-image:url("./pictures/menu/menu_item_01.gif");
}
#menu_item_bed_and_breakfast:hover, #menu_item_bed_and_breakfast_actief{
	width:176px;
	background-image:url("./pictures/menu/menu_item_02.gif");
}
#menu_item_contact:hover, #menu_item_contact_actief{
	width:88px;
	background-image:url("./pictures/menu/menu_item_03.gif");
}
#menu_item_dam69:hover, #menu_item_dam69_actief{
	width:98px;
	background-image:url("./pictures/menu/menu_item_04.gif");
}
#menu_item_vakantie_woning:hover, #menu_item_vakantie_woning_actief{
	width:140px;
	background-image:url("./pictures/menu/menu_item_05.gif");
}
#menu_item_links:hover, #menu_item_links_actief{
	width:66px;
	background-image:url("./pictures/menu/menu_item_06.gif");
	clear:right;
}

.inputvakjes{
	border:1px solid #12736a;
	width:230px;
	background-color:transparent;
}
textarea{
	border:1px solid #12736a;
	width:230px;
	overflow:visible;
	height:200px;
	background-color:transparent;
	font-family:arial;
}
#contactform{
	text-align:left; 
	padding-left:100px;
}
.imgtable{
	width:380px;
	}
.imgtable td{
	padding-bottom:30px;
}
.imgtable img{
	width:110px;
}