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

html, body {
	background-color: #350000;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.wrapper {
	height: 1px;
	left: 0px;
	overflow: visible;
	position: relative;
	top: 50%;
	width: 100%;
}

body.home div.container {
	background-image: url(images/home.jpg);
}

body.fotos div.container {
	background-image: url(images/home.jpg);
}

body.menu div.container {
	background-image: url(images/menu.jpg);
}

body.wijnkaart div.container {
	background-image: url(images/wijnkaart.jpg);
}

body.reserveren div.container {
	background-image: url(images/reserveren.jpg);
}

body.aanbevolen div.container {
	background-image: url(images/aanbevolen.jpg);
}

body.contact div.container {
	background-image: url(images/contact.jpg);
}

body.nieuws div.container {
	background-image: url(images/nieuws.jpg);
}

div.container {
	background-repeat: no-repeat;
	height: 554px;
	left: 50%;
	margin-left: -435px;
	margin-top: -277px;
	position: absolute;
	top: 50%;
	width: 870px;
}

div.leftcontainer {
	float: left;
	padding-left: 88px;
	padding-right: 8px;
	margin-top: 81px;
}

div.leftcontent {
	width: 455px;
	height: 374px;
	line-height: normal;
}

div.rightcontent {
	float: right;
	height: 382px;
	margin-right: 97px;
	margin-top: 77px;
	width: 220px;
}

div.image {
	border: black solid 1px;
	margin: 4px 0 0 5px;
	width: 210px;
	height: 201px;
}

div.menuButton {
	display: block;
	height: 30px;
	margin-left: 28px;
	margin-top: 35px;
	width: 180px;
}

div.wijnButton {
	display: block;
	height: 34px;
	margin-left: 35px;
	margin-top: 37px;
	width: 198px;
}

ul.menu {
	border: black solid 1px;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	height: 164px;
	width: 220px;
}

ul.menu li {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 21.5px;
	line-height: 22px;
	margin-top: 5px;
	width: 220px;
}

ul.menu li a {
	color: white;
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	margin-left: 10px;
	width: 210px;
}

ul.menu li a.top {
	width: 100px;
}

ul.contact li
{
	line-height: 20px;
	height: 14px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a.onderin {
	color: #fff7c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	left: 50%;
	margin-top: 240px;
	position: absolute;
}

a {
	color: black;
	font-size: 10px;
}

p {
	margin: 30px;
	overflow: auto;
	white-space: normal;
	width: 360px;
}

p.aanbevolen {
	margin: 40px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	width: 370px;
}

table.fotos {
	margin: 30px;
}

table#bgkleur {
	background-color: #fff7c6;
}

h2 {
	font-size: 14px;
	margin: 70px 0px 0 29px; padding: 0;
	text-transform:capitalize;
}

div.newscontent {
	margin: 20px 30px 0 29px; 
}

a.homeback {
	display: block;
	position: absolute;
	top: 416px;
	left: 113px;
	font-weight: bold;
	text-decoration: none;
	color: #350000;
}
a.homeback:hover {
	color: #790000;
}
