@charset "UTF-8";
/* CSS Document */


html,body{
	background-color:black;
	background-image: url('../images/background2.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#container{
	height: auto;
	min-height: 540px;
	background-image: url('../images/bckground.png');
	background-repeat: repeat;
	background-position: 10px;
	margin: 0px auto;
	width:850px;
	overflow: auto;
}

#center{
	height: 8px;
	width: 850px;
	position: relative;
	margin: 0px auto;
}

.content{
	position:relative;
}

#center-container{
	background-color: white;
	width: 554px; 
	height: auto;
	min-height: 100%;
	float: left;
	margin: -8px 0 -15px 285px;
	*margin: -8px 0px -15px 0px;
	text-align: left;
	position: absolute;
	overflow: auto;
}

#gerechten{
	margin-left:53px; 
	margin-right:15px; 
	display:block; 
	width:370px; 
}	



#left-container{
	float: left; 
	width: 236px;
	padding: 12px 23px 0 25px;
	text-align: right;
}
#navigation-item{
	font: 18px Georgia;
	line-height: 100%;
	padding-top: 40px;
}
#left-container a{
	font: 18px Georgia;
	line-height: 200%;
	color: white;
	text-decoration: none;
}
#left-container a:hover{
	font: 18px Georgia;
	line-height: 200%;
	color: #19b503;
	text-decoration: none;
}




h1{
	font: 18px Georgia;
	padding-left: 60px;
	padding-right: 170px;
	color: #ae0000;
}
#tekst1{
	font: 13px Georgia;
	line-height: 170%;
	width: 430px;
	margin-left: 60px;
	margin-top: 10px;
	margin-right: 50px;
}
#adres{
	font: 14px Georgia;
	color: #9a9a9a;
	line-height: 180%;
	padding-top: 30px;
}
#adres a{
	font: 14px Georgia;
	color: #9a9a9a;
	line-height: 180%;
}	
#adres a:hover{
	font:14px Georgia;
	color: #19b503;
	line-height: 180%;
}
#adres a:visted{
	font:14px Georgia;
	color:#9a9a9a;
	line-height: 180%;	
}
.img{
	margin-top: 156px;
}
