@charset "utf-8";

body {
	height: 100%;
	background-color: #490000;
	background-repeat: repeat-x;
	font-family: Calibri;
	}

#container {
	width: 800px;
	height: 740px;
	position: relative;
	margin: auto;
	border-spacing: 50px;
		
}

#menu {
	width: 190px;
	height: 500px;
	background-color:#FFFFFF;
	background-image: url(../images/background_menu.png);
	background-repeat:repeat-y;
	float: left;
	padding-left: 10px;
	font-family: "edwardian Script ITC";
	font-size: 29px;
	border-left: 10px solid #DEB58B;
	a: link #FFFFFF;
	
}

#menu a{
color: #FFFFFF;
}

#page a{
color: #000000;
}

#foto 
{
width: 400px;
}

#foto a{
text-decoration: none;
}


#page {
	width: 400px;
	height: 500px;
	color: #000000;
	float: left;
	background-color: #FFFFFF;

			}
			
#page_boven 
	{
	width: 380px;
	height: 50px;
	}
	
#page_right 
	{
	width: 170px;
	height: 500px;
	float: left;

	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding-right: 10px;
	border-right: 10px solid #DEB58B
	}
	
	
#midden {
	width: 800px;
	height: 505px;

	}

#header {
width: 800px;
height: 181px;
background-image: url(../images/header_tuin.png);
background-repeat: no-repeat;

}


#tussen_header {
	border-bottom: 5px solid #DEB58B;
}


#footer 
{ 
	width: 800px;
	height:  15px;
	overflow: hidden;
	background-color: #DEB58B;
	color: #333333;
	text-shadow:#FFFFFF;
	font-size: 14px;
	font-family: "calibri";
	text-align: center;

}

