﻿html {
	background: url(Images/Document.png) repeat-x;
}

body {
	margin: 0 auto;
	width: 920px;
	font: 10.5pt/16pt arial, verdana;
	color: #333;
	background: url(Images/ContainerMid.png) repeat-y center top;
	position: relative;
}

form {
	background: url(Images/ContainerTop.png) no-repeat 0 top;
}

a:link, a:visited {
	color: #333;
}

a:hover, a:active {
	color: #333;
}

p {
	margin: 0.2em 0 0.6em;
	line-height: 1.8em;
}

ul {
	list-style-image: url(Images/ListItem.png);
	list-style-position: outside;
}

input, textarea {
	font: 10pt Verdana, Arial, Sans-Serif;
	overflow: auto;
	max-width: 500px;
	max-height: 250px;
}

#Container {
	margin: 0 auto;
	background: url(Images/ContainerBottom.png) no-repeat 0 bottom;
	width: 900px;
	padding: 31px 10px 15px;
	min-height: 673px;
}

#Navigation {
	float: left;
	height: 55px;
	margin-bottom: 15px;
	_margin-bottom: 7px;
}

#Navigation ul {
	float: left;
	padding-left: 40px;
	margin: 0px;
	width: 180px;
	height: 55px;
	border-left: 1px #666 solid;
}
#Navigation ul:first-child {
	border-left: 0;
}

#Navigation ul li {
	list-style-image: url(Images/ListItem.png);
	list-style-position: outside;
}

#Navigation ul li a {
	display: block;
	width: 175px;
	color: #FFF;
	font-size: 10pt;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#Navigation ul li a:hover, #Navigation ul li a:active, #Navigation ul li a.selected {
	color: #CCC;
}

#Side {
	float: left;
	padding: 25px 0 15px 25px;
	width: 200px;
	_overflow: hidden;
}

#Side img {
	margin: 3px 0 20px 1px;
}

h1 {
	font-size: 12pt;
	color: #8C223E;
}

h1 em {
	display: block;
	font-size: 9pt;
	color: #333;
	font-style: normal;
}

#Side h2 {
	font-size: 10.5pt;
	color: #8C223E;
	margin-top: 25px;
}

h3 {
	font-size: 11pt;
	color: #8C223E;
}

#Mid {
	float: left;
	width: 675px;
	padding-bottom: 15px;
}

.content h3 {
	margin: 10px 0;
}

.content {
	padding: 20px 30px;
	background: url(Images/Colomn.png) repeat-x;
	min-height: 64px;
}

#Mid h2, .colomn_one h2 a {
	display: block;
	text-decoration: none;
	background: #8C233E;
	padding: 15px 20px 14px 20px;
	font-weight: normal;
	font-size: 16pt;
	color: #FFF;
	letter-spacing: 0.1em;
	border: 0 #FFF solid;
	border-width: 1px 0;
}

#Mid .colomn_one h2 {
	padding: 0;
	border: 0;
}

h2 a:hover, h2 a:active {
}
h2 a[href*="agenda"]:hover, h2 a[href*="agenda"]:active, h2 a[href*="gastenboek"]:hover, h2 a[href*="gastenboek"]:active {
	text-decoration: underline;
}

.colomn_one {
	float: left;
	width: 224px;
	border-right: 1px #FFF solid;
}

.colomn_one.no_border_right {
	width: 225px;
}

.colomn_one .content {
	padding: 20px 15px;
}

#Footer {
	clear: both;
	margin: 0 auto;
	padding-top: 12px;
	text-align: center;
	width: 450px;
	border-top: 1px #CCC solid;
	color: #999;
	font-size: 9pt;
}

#Footer a {
	color: #999;
	text-decoration: none;
}

#Footer a:hover, #Footer a:active {
	text-decoration: underline;
}

/* input in .content */
.content input[type=text], .content input[type=password] {
	width: 200px;
}

/* textarea in content */
.content textarea {
	width: 400px;
}

.content a:link, .content a:visited {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content ul {
	padding: 0 0 0 20px;
}

/* _ _ _ _ _ Eten & Drinken pagina _ _ _ _ _ */

/* MENUkaarten, opdelen in twee kolommen // LINKS de limkjes plus een stage // 155px 10px ruimte 10px ruimte 440px stage */
div#MenuBar {
	float: left;
	width: 155px;
	padding-right: 10px;
}

div#MenuPlace {
	float: left;
	width: 440px;
	margin-left: 10px;
}

div#MenuBar ul {
	padding: 0;
	margin: 0 0 10px 0;
}

div#MenuBar li {
	list-style-type: none;
	list-style-image: none;
}

/* In de menukeuze zitten linkjes */
div#MenuBar li a:link, div#MenuBar li a:visited {
	text-decoration: none;
	font-size: 85%;
	color: #555;
}

div#MenuBar li a:hover, div#MenuBar li a:active {
	text-decoration: underline;
	color: Black;
}

/* De menu's staan in een table.  */
table.menu {
	width: 100%;
}

table.menu strong {
	display: block;
}

table.menu td {
	border-bottom: 1px dotted #ccc;
	vertical-align: bottom;
	padding: 3px 2px 3px 0;
}

/* Geen idee of dit standaard is, maar het werkt! spreekt de TWEEDE td aan in tr */
table.menu tr td:first-child + * {
	text-align: right;
}

/* Deze worden vooral gebruikt in de menukaarten (wijnkaart) */
.content h4 {
	font-size: 16pt;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #666;
}

/* Deze worden vooral gebruikt in de menukaarten (wijnkaart) */
.content h5 {
	font-size: 12pt;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: Black;
	font-style: italic;
	letter-spacing: 1px;
}

/* _ _ _ _ _ Fotoboek pagina _ _ _ _ _ */

/* The thumpnails in the gallery */
#ulGalleryThumbs {
	padding: 0;
	list-style: none;
}

#ulGalleryThumbs li {
	float: left;
	margin: 4px;
}

#ulGalleryThumbs li a {
	float: left;
	height: 120px;
	width: 120px;
	overflow: hidden;
	border: 1px solid Black;
}

#ulGalleryThumbs li a img {
	width: auto;
}

/* link in div Side */
div#Side a:link, div#Side a:visited {
	text-decoration: underline;
}

div#Side a:hover {
	text-decoration: none;
}

/* Agenda may have an image */
.agendaImage {
	border: 1px solid black;
	margin: 0 0 15px 15px;
	float: right;
}

/* Date above agenda item */
p#AgendaDate {
	letter-spacing: 3pt;
	color: Black;
	margin: 0 0 15px 0;
}

/* In het gastenboek zitten twee knoppe */
table#BtnHolder td {
	padding: 10px 30px;
}

/* Arrangementen. Geef de lijstjes met titels wat ruimte */
.verticalMenu {
	padding: 0 0 15px 0 !important;
}

.verticalMenu li {
	display: inline;
}

.verticalMenu a {
	margin: 0 10px 0 0;
	white-space: nowrap;
}

.arrangementImage {
	border: 1px solid black;
	margin: 0 0 15px 0;
}