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

body{
	background-color:#cccccc;
	background-image:url(../images/bodyBG2.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#achtergrond{
	background-image:url(../images/bodyBG.png);
	background-repeat:no-repeat;
	width:1160px;
	margin:auto;
}

#container{
	width:866px;
	margin:auto;
}

#hoofdAfbeelding{
	background-image:url(../images/schaduwBoven.png);
	background-repeat:no-repeat;
	width:866px;
	height:340px;
	margin-top:-23px;
	float:left;
}

#content{
	background-image:url(../images/containerBG3.png);
	background-repeat:repeat-y;
	width:866px;
}

#header{
	padding:15px 16px 10px 10px;
}

#logo{
	float:left;
	margin-bottom:30px;
}

#hoofdMenu{
	float:right;
}

.menu{
	margin-top:25px;
}

.menu li{
	display:inline;
	margin-left:10px;
}

.baksteen{
	clear:both;
	position:relative;
}

.tekst{
	margin:auto;
	width:520px;
	line-height:20px;
}

.titel{
	margin-bottom:20px;
}

#adres{
	text-align:center;
	font-size:11px;
	margin-left:15px;
	margin-top:25px;
	padding:15px 0px 10px 0px;
	width:820px;
	border-top:1px solid black;
}

#schaduwOnder{
	background-image:url(../images/schaduwOnder.png);
	height:17px;
	width:866px;
}

#album{
	width:540px;
	margin-left:173px;
	margin-top:10px;
}

.persLijst{	
	list-style:none;
}

.persLijst a{
	color:#660000;
}

.pijl{
	margin-right:5px;
	margin-bottom:2px;
}

.foto{
	margin-right:20px;
	float:left;
	width:160px;
	font-size:11px;
	line-height:20px;
	margin-bottom:10px;
}

.foto img{
	width:160px;
}

.titel{
	font-weight:bold;
}

.omschrijving{
	color:#666;
}

#wijnKaart{
	margin-top:15px;
	font-size:12px;
	text-align:center;
}

#wijnLinks{
	padding:15px 5px 15px 5px;
	background-color:#cc9966;
	float:left;
	width:245px;
	height:210px;
}

#wijnRechts{
	padding:15px 5px 15px 5px;
	background-color:#cc9966;
	float:right;
	width:245px;
	height:210px;
}

#wijnOnder{
	padding:15px 0px 15px 0px;
	width:520px;
	margin-top:10px;
	float:left;
	background-color:#cc9966;
}