body {
	background-color:	#dad4ad;
	color: black;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin:	0px;
	font-weight: bold;
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: white;}
 
#main {
  width: 704px;
  margin: 0 auto;
  margin-top: 5px;
 }
 
#content {
  background-image: url("../images/contentextend.png");
  width: 704px;
 }
 
 #contentbottom {
  background-image: url("../images/contentbottom.png");
  background-repeat: no-repeat;
  height: 67px;
  width: 704px;
  padding-bottom: 1px;
 }
 
#content_withimage {
  background-image: url("../images/mainpic.png");
  background-repeat: no-repeat;
  height: 500px;
  width: 500px;
}
 
#content_midden {
  padding: 20px 0px 0px 10px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

#footer {
  background-image: url("../images/footer.png");
  width: 704px;
  height: 40px;
  text-align: center;
}
  
#footer div {
  padding-top: 10px;  
}

label {
  width: 80px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

input, select, textarea {
  width: 200px;
  border: 1px solid black;
  padding:2px 5px;
  background: url('/images/boxfill.png') repeat-x top;
  background-color: #e9e5cf;
  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}

input.zendbutton {
  width: 100px;
  height: 50px;
  background: url('/images/buttonback.png') repeat-x top;
  border: 0px;
}

#map {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

/* styles for Guestbook section */

.guestbook {
  margin: 5px;
  padding: 10px;
  border: 0px solid #86794a;
}

.postedby {
  background: #c0b78e;
  text-align: left;
  padding: 3px 10px 3px 10px;
  border: 1px solid black;
  margin-bottom: 5px;
}

.text {
  text-align: left;
  margin: 5px 10px 0px 10px;
}

/* styles for Menukaart section */

.vproducts {
  width: 100%;
}

.vproducttitle {
  text-align: left;
  padding-left: 3px;
}

.vproductdesc {
  font-style: italic;
  font-size: 85%;
}

.vproductprice {
  text-align: right;
  padding-right: 3px;
}

/* styles for Admin panel */

#sf_admin_content {
  width: 100%;
}

#sf_admin_bar {
  border: 1px solid black;
}

 .adminbutton {
  margin: 10px;
  float:left;
 }
