* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
	
html, body {
	background: #7d0715;
	font-family: georgia, sans-serif;
	line-height: 0.8em;
	font-size: 90%;
}

abbr {
	cursor: help;
	border-bottom: 1px #333 dotted;
}

label {
	cursor: pointer;
}

a, a:link, a:visited, a:hover {
	color: #383233;
}

/*  Containers */
div#MainContainer {
	width: 700px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

/*  Logo */
h1 a, h1  {
	height: 79px;
	width: 258px;
}

h1 {
	background: transparent url("../heihoeve_img/logo.gif") no-repeat 0 0;
	text-indent: -9000em;
}

h1 a{
	display: block;
}

/* Main Navigation */
ul#MainMenu {
	height: 24px;
	width: 700px;
	background-color: #670d18;
	border-bottom: 2px #bd2335 solid;
}

ul#MainMenu li {
	height: 24px;
	float: left;
	display: inline;
	margin: 0 10px;
}

ul#MainMenu li a {
	display: block;
	text-indent: -9000em;
	height: 24px;
	float: left;
}

ul#MainMenu li#mn1, ul#MainMenu li#mn1 a {width: 70px;}
ul#MainMenu li#mn2, ul#MainMenu li#mn2 a {width: 84px;}
ul#MainMenu li#mn3, ul#MainMenu li#mn3 a {width: 47px;}
ul#MainMenu li#mn4, ul#MainMenu li#mn4 a {width: 80px;}
ul#MainMenu li#mn5, ul#MainMenu li#mn5 a {width: 56px;}

ul#MainMenu li, ul#MainMenu li a{
	background-image: url("../heihoeve_img/mainmenu.gif");
	background-repeat: no-repeat;
}

ul#MainMenu li#mn1, ul#MainMenu li#mn1 a {background-position: 0px 0px;}
ul#MainMenu li#mn2, ul#MainMenu li#mn2 a {background-position: -70px 0px;}
ul#MainMenu li#mn3, ul#MainMenu li#mn3 a {background-position: -154px 0px;}
ul#MainMenu li#mn4, ul#MainMenu li#mn4 a {background-position: -201px 0px;}
ul#MainMenu li#mn5, ul#MainMenu li#mn5 a {background-position: -281px 0px;}

ul#MainMenu li#mn1 a:hover {width: 70px; background-position: 0px -24px;}
ul#MainMenu li#mn2 a:hover {width: 84px; background-position: -70px -24px;}
ul#MainMenu li#mn3 a:hover {width: 47px; background-position: -154px -24px;}
ul#MainMenu li#mn4 a:hover {width: 80px; background-position: -201px -24px;}
ul#MainMenu li#mn5 a:hover {width: 56px; background-position: -281px -24px;}

/*Extra Navigation */
ul#ExtraMenu {
	position: absolute;
	top: 55px;
	right: 0;
}

ul#ExtraMenu li {
	display: inline;
	float: left;
	padding-left: 20px;
	color: #fdecee;
}

ul#ExtraMenu li a {
	color: #fdecee;
	text-decoration: none;
}

ul#ExtraMenu li a:hover {
	text-decoration: underline;
	color: #cbb7b7;
}

/* Content */
div#Content {
	background-color: #fdecee;
	padding: 15px;
	color: #383233;
	line-height: 1.3em;
}

h2 {
	font-size: 2em;
	margin: 10px 0;
	color: #7d0715;
}

p {
	margin: 10px 5px;
}

/* Eyecatcher */
div.eyecatcher {
	background-color: #e9dfe0;
	padding: 25px 35px;
	margin: 10px 5px;
	position: relative;
}

div.eyecatcher p {
	margin: 0;
}

/* Footer */
div#Footer {
	background-color: #fdecee;
	height: 25px;
	line-height: 25px;
	font-size: 0.85em;
	border-top: 2px #bd2335 solid;
}

div#Footer ul {
	margin-left: 40px;
}

div#Footer ul li {
	display: inline;
	float: left;
	list-style: none;
	padding-right: 25px;
}

div#Footer ul li a {
	text-decoration: underline;
	color: #383233;
}

div#Footer ul li a:hover {
	text-decoration: none;
}

/* Contact */
div#map {
	width: 400px;
	height: 325px;
	float: left;
	margin-bottom: 15px;
}

div#contact_map {
	float: right;
	width: 255px;
	margin-left: 15px;
}

div#contact_map p {
	line-height: 1.6em;
}

div#contact_map img {
	border: 2px #bd2335 solid;
}

div#contact_form {
	clear: both;
}

fieldset {
	background: #E7E4E4;
	padding: 15px;
}

fieldset em {
	color: red;
}

fieldset div {
	float: left;
	width: 320px;
	text-align: right;
	margin: 2px 0;
}

fieldset div label {
	width: 130px;
	display: block;
	float: left;
}

fieldset div.error label, label.error{
	color: #e23b00;
}

fieldset div.textarea {
	width: 640px;
}

fieldset div input {
	height: 20px;
	width: 180px;
	float: right;
	background: #fff;
}

fieldset div input, fieldset div textarea {
	border: 1px #bd2335 solid;
	font-family: georgia, sans-serif;
	padding: 2px;
}

fieldset div textarea {
	width: 500px;
	font-size: 1em;
}

fieldset div.error input, fieldset div.error input:focus, fieldset div textarea.error, fieldset div textarea.error:focus, fieldset input.error {
	border-color: red;
	text-indent: 15px;
	background: #fff3ef url(../heihoeve_img/error.gif) 8px 7px no-repeat;
}

fieldset div.button {
	width: 640px;
	position: relative;
}

fieldset div.button p {
	position: absolute;
	bottom: -5px;
	right: 0px;
	width: 350px;
	font-size: 0.8em;
}

fieldset div.button input {
	margin-left: 134px;
	width: 100px;
	height: 25px;
	float: left;
}

ul#error_msgs {
	margin: 0 0 15px 15px;
}

ul#error_msgs li {
	color: #e23b00;
}

/*  Error / succes */
p#error {
	padding: 15px 0;
	text-align: center;
	background: #e23b00;
	color: #fff;
	font-weight: bold;
}

p#success {
	padding: 15px 0;
	text-align: center;
	background: green;
	color: #fff;
	font-weight: bold;
}

/*  Route */
#routemap {
	width: 400px;
	height: 400px;
	float: left;
}

#directions {
	width: 665px;
	clear: both;
}

#routeform {
	float: left;
	width: 255px;
	margin-left: 15px;
}

#routeform #address, #routeform #country, #routeform #button  {
	width: 100%;
}

#routeform #button {
	margin-top: 20px;
}

#routeform #zipcode, #routeform #lbl_zipcode {
	width: 50px;
}

#routeform #place, #routeform #lbl_place {
	width: 150px;
	margin-left: 10px;
}

#routeform  input, #routeform  select {
	border: 1px #bd2335 solid;
	font-family: georgia, sans-serif;
	padding: 2px;
}

#routeform p#error  {
	width: 260px;
	margin: 0 0 15px 0;
}

/*  guestbook */
div#smilies {
	width: 190px;
	text-align: left;
}

div#smilies li {
	display: inline;
	list-style: none;
	margin-left: 1px;
}

fieldset#editor div.textarea {
	width: 450px;
}

fieldset#editor div textarea {
	width: 300px;
	height: 110px;
	margin-right: 10px;
}

fieldset#editor div.captcha div {
	float: left;
	width: 152px;
	margin: 0 0 0 5px;
	text-align: left;
}

fieldset#editor div.captcha div input {
	width: 147px;
}

div.captcha img {
	border: 1px solid #bd2335;
}

div.captcha div input {
	display: block;
}

div.gb_nav {
	padding-bottom: 15px;
	position: relative;
}

div.gb_nav div {
	display: inline;
	position: absolute;
	right: 0;
}

div.gb_nav li {
	display: inline;
	float: left;
	margin-right: 3px;
	border: 1px solid #bd2335;
}

div.gb_nav li a, div.gb_nav li a:link, div.gb_nav li a:visited, div.gb_nav li a:hover {
	text-decoration: none;
	color: #bd2335;
	padding: 3px 4px;
	text-align: center;
	display: block;
}

div.gb_nav li a:hover {
	background: #bd2335;
	color: #fdecee;
}

div.gb_nav li.currentpage {
	background: #bd2335;
	color: #fdecee;
	padding: 3px;
	border: 1px solid #bd2335;
}

ul#gb_list {
	border-top: 1px solid #bd2335;
	padding-top: 10px;
}

ul#gb_list li {
	border-bottom: 1px solid #bd2335;
	margin-bottom: 15px;
	list-style: none;
}

ul#gb_list li p {
	margin: 7px 15px;
}

/*  Menu */
ul.menu_items {
	margin: 5px 0 15px 0;
}

ul.menu_items li {
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #FBDBDF;
}

ul.menu_items li.nozebra {
	border: 0;
}

ul.menu_items li span.price {
	position: absolute;
	right: 0px;
}

ul.menu_items li span.menu_msg {
	font-size: 1.3em;
}

ul.menu_items li em {
	font-size: 0.8em;
}

h3 {
	position: relative;
}

h3 span.euro {
	position: absolute;
	right: 10px;
}