/* wrapper */
div.wrapper{
	width: 780px;
	text-align: left;
	margin: 0px auto;
}
/* top */
div.top{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	height: 180px;
	background-image: url(../graphics/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* bottom */
div.bottom{
	height: 126px;
}
/* row */
div.row{
	width: 780px;
	display: block;
	clear: both ;
}
/* main */
div.main{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../graphics/middle.jpg);
	background-repeat: repeat-y;
	float: left;
}
/* left */
div.left{
	width: 160px;
	float: left;
}
/* center */
div.center{
	width: 450px;
	float: left;
}

/* home */
div.home{
	width: 600px;
}
table.homesection{
	margin-left: 0;
}
table.homesection td.column{
	width: 240px;
}
table.homesection td.column div.homeimage img{
	margin:0;
	padding: 0;
}
table.homesection td.column div.leesmeer{
	text-align: right;
	font-weight: bold;
}
table.homesection td.column div.leesmeer a{	
}
table.homesection td.column div.leesmeer a:hover{
}
table.homesection td.colspace{
	width: 30px;
}
table.homesection div.linehor{
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}
/* right */
div.right{
	width: 150px;
	float: left;
	padding-top: 20px;
	text-align: right;
}
/* slideitem */
div.slideitem{
	padding-right: 20px;
	padding-bottom: 10px;
}
div.slideitem img{
	border: 1px solid #fff;
}
div.slideitem div.caption{
	font-size: 11px;
	color: #fff;
}
/* clear */
div.clear{
	clear: both;
}
/* column */
div.columnleft{
	float: left;
	width: 200px;
}
div.columnright{
	float: right;
	width: 200px;
}
div.columnleft div.text img,
div.columnright div.text img{
	margin: 5px 0px;
	float: left;
}
/* section*/
div.section{
	padding-bottom: 20px;
	padding-left: 10px;
}
div.section div.text{

}
/* form */
table.form{
	width: 400px;
	margin-top: 20px;
}
table.form td{
	line-height: 25px;
}
table.form td.key{
	width: 100px;
}
table.form td.value{
	text-align: left;
}
table.form td.button{
	padding-top: 3px;
	text-align: right;
}
input.text{
	width: 300px;
	border: 1px solid #fff;
	color:  #b5121b;
}
textarea.textarea{
	width: 300px;
	height: 90px;
	border: 1px solid #fff;
	color:  #b5121b;
	overflow: auto;
}
input.submit{
	width: 300px;
	color: #000;
}
/* index */
/* gallery */
div.gallery{
	padding: 10px;
}
/* top */
table.indextop{
	width: 420px;
}
table.indextop td{
}
table.indextop td.previous,
table.indextop td.next{
	width: 120px;
}
table.indextop td.next{
	text-align: right;
}
table.indextop td.previous a,
table.indextop td.next a{
 	font-weight: bold;
}
table.indextop td.navigation{
	text-align: center;
}
table.indextop td.navigation a{
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
table.indextop td.navigation span.current{
	background-color: #f89828;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 20px;
	height: 20px;
}
/* middle */
table.indexmiddle{
/*	width: 420px;*/
}
table.indexmiddle td.item{
	padding: 5px 14px;
	text-align: center;
}
table.indexmiddle td.item div{
	clear: both;
	text-align: center;
}
table.indexmiddle td.item a,
table.indexmiddle td.item img{
	margin: 0px;
	padding: 0px;
}
table.indexmiddle td.item img{
	border: 1px solid #fff;
	float: none;
}
table.indexmiddle td.item div.caption{
	width: 110px;
}
table.indexmiddle td.item div.caption div{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
/* detail */
div.gallerydetail{
	text-align: left;
}
div.section div.gallerydetail img{
	float: none;
	clear: both;
	margin: 5px 0px;
	border: 1px solid #fff;
}
/* menukaart */
div.menukaart{
	padding-top: 10px;
	padding-left: 20px;
}
table.menukaart{
	width: 400px;
}
table.menukaart td.group{
	border-bottom: 1px dashed #fff;
}
table.menukaart div.title{
	margin-bottom: 5px;
}
table.menukaart td.dish{
	padding-right: 10px;
}
table.menukaart td.remark{
	padding-right: 10px;
}
table.menukaart td.price{
/*	width: 60px;*/
	text-align: right;
}
div.nav{
}
div.nav div{
	float: left;
}
div.nav div.previous{
	width: 80px;
}
div.back{
	width: 270px;
	text-align: center;
}
div.nav div.next{
	width: 80px;
	text-align: right;
}
tr.error td.key{
	color: #F89828;
	font-weight: bold;
}
