* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }


html, body {
	/* sticky footer */
	height: 100%;
}

body {
	font-family: verdana, sans-serif;
	text-align: center;
	color: #221e1f;
	background: #ffffff url(../img/back_ie.gif) repeat-y center top;
}

body {
	background: #ffffff url(../img/back.gif) repeat-y center top;
}

div#headerframe, div#menuframe, div#contentframe {
	position: relative;
}

div#page-container {
	position: relative;
	text-align: left;
	width: 776px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background: url(../img/back_leftcolumn.gif) repeat-y left top;
}

div#headerframe {
	width: 774px;
	height: 130px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #3E82B2;
}
	div#headerframe img {
		margin: 0px;
		padding: 0px;
		vertical-align: bottom
	}
		div#headerframe img.logo {
			border-left: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
		}

div#menuframe {
	left: 0px;
	width: 175px;
	position: absolute;
	background: #3e82b2 url(../img/menu_back.gif) no-repeat center top;
}
	div#menuframe ul {
		margin: 0px;
		padding: 45px 0px 0px 0px;
		list-style: none;
		width: 175px;
	}
		div#menuframe ul li {
			text-align: center;
			padding: 0px 8px 0em 8px;
			margin: 0px 0px 0.7em 0px;
			font-size: 0.8em;
			line-height: 110%;
			height: 110%;
		}
			div#menuframe ul li a {
				text-decoration: none;
				display: block;
				color: #bbbdc0;
			}
				div#menuframe ul li a:hover, div#menuframe ul li.hier a {
					color: #ffffff;
					font-weight: bold;
				}

div#contentframe {
	width: 600px;
	margin-left: 175px;
}
	h1, h2, h3, h4 {
		padding: 0.7em 10px 0.4em 10px;
		color: #3b81b1;
	}
	h1 {
		font-size: 1.2em;
		font-weight: normal;
	}
	h2 {
		font-size: 1em;
		padding-top: 0.7em;
		font-weight: bold;
		color: #94979b;
	}
	h3 {
		font-size: 0.8em;
		font-weight: normal;
	}
	h4 {
		font-size: 0.7em;
	}
	p {
		font-size: 0.8em;
		line-height: 150%;
		color: #333333;
		padding: 0px 10px 0.4em 10px;
	}

	p img {
		float: left;
		max-width: 400px;
		margin: 4px 10px 10px 15px;
	}

	table {
		border-collapse: collapse;
		margin: 10px 0px 0px 10px;
		width: 580px;
	}
		table tr {}
			table tr td {
				font-size: 0.8em;
				line-height: 110%;
				padding: 0px 4px 0.4em 4px;
				vertical-align: top;
			}
			table tr td p {
				font-size: 100%;
			}


	div#contentframe a {
		color: #3e82b2;
	}
	div#contentframe ul {
		margin-top: 0px;
	}
		ul li, ol li {
			font-size: 0.8em;
			line-height: 110%;
			padding-bottom: 0.7em;
		}

.footer, .push {
	width: 776px;
	margin: 0 auto;
	height: 50px; /* .push must be the same height as .footer */
}

.footer {
	position: relative;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	height: 46px;
	z-index: 1000;
	background: #bbbdc0 url(../img/footer_back.gif) no-repeat center top;
}
.footer p {
	color: #ffffff;
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-size: 0.7em;
}
	.footer p span {
		text-transform: uppercase;
		display: block;
		font-weight: bold;
	}
	.footer p a {
		color: #ffffff;
		text-decoration: none;
	}
div#contentframe ul {
		margin-top: 0px;
	}
		div#contentframe ul.wijnkaart {
			margin: 0px 0px 0px 15px;
			padding: 0px 15px 0px 0px;
			list-style: none;
		}
			div#contentframe ul.wijnkaart li {
				position: relative;
				float: left;
			}
			div#contentframe ul.wijnkaart li.wijn {
				width: 410px;
				margin: 0px 0px 0px 0px;
			}
			div#contentframe ul.wijnkaart li.omschrijving {
				font-style: italic;
				padding-left: 20px;
			}
			div#contentframe ul.wijnkaart li.prijs {
				text-align: right;
				float: right;
			}
			div#contentframe h3, div#contentframe h2, div#contentframe h4, div#contentframe p {
				clear: left;
			}