/* general */

body, html{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/* centering for all */
	text-align: center;
	/*browser border fix*/
	margin:0;
}

form, p{
	margin:0;
}

p, body{
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

img{
	margin: 0px;
	border: none;
}

.centered_container{

	/* centering for all */
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/* resetting text align */
	text-align: left;
}

.centered_div{
	margin-left: auto;
	margin-right: auto;
	width: 158px;
	text-align: center;
}


.pagetop{
	font-size: 26px;
	/* font-style:italic; */
	text-align: center;
	color: #DCD6D1;
	letter-spacing: 0.3em;
}

.footer{
	font-size: 10px;
	text-align: center;
	color: #A59C8A;
}

.footer a{
	color: #A59C8A;
	text-decoration: none;
}

.beigebox{
	background-color: #A59C8A;
	color: #FFFFFF;
}

.beigebox a{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.braunbox{
	background-color: #594D49;
	color: #FFFFFF;
}


.beigeborder{
	border: #A59C8A 8px solid;
	color: #594D49;
}


.imageborder{
	border-top: 8px #A59C8A solid;
	border-right: 8px #A59C8A solid;
	border-left: 8px #A59C8A solid;
}

.thumbborder{
	cursor:pointer;
	border: #594D49 5px solid;
	margin: 0px 3px 6px;
}

.thumbborder:hover{
	border: #FFF 5px solid;
}

.beigeborder a{
	font-weight: bold;
	text-decoration: none;
	color: #A59C8A;
}

.beigeborder a:hover{
	color: #594D49;
}


.dottedborder{
	border: #A59C8A 1px dotted;
	padding: 10px;
	color: #594D49;
}

.dottedline{
	border-top: #A59C8A 1px dotted;
	padding: 10px 0px 0px;
	margin-top: 10px;
	color: #594D49;
}

.headline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color:#A59C8A;
}

.subheadline{
	font-weight: bold;
	text-transform: uppercase;
	color: #A59C8A;
}

.boldtext{
	font-weight: bold;
}

.alignright{
	text-align:right;
}

.container01{
	padding: 10px;
}


.errortext{
	color:#990000;
	font-weight: bold;
}

.lightbox{
	background-color: #B9ADA4;
	border-top: #A59C8A 8px solid;
}

.chefs{
	display: none;
}

.bigimage{
	background-color: #A59C8A;
}

.scroller{	
	height: 374px;
	max-height: 374px;
	padding: 15px;
	overflow-y: auto;
	vertical-align: bottom;
}

.scroller_gallery{	
	height: 45px;
	padding: 5px 15px;
	overflow-y: auto;
}
