html {
	height: 100%;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index: 0;
	position: relative;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background: transparent url(/img/blank.gif) fixed;
	text-align: center;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
}

ol,ul,li { /*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
}

li>p {
	margin-top: 0.2em;
}

pre {
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong,b {
	font-weight: bold;
}

BODY {
	padding: 0em;
	background-color: rgb(70, 54, 46);
	color: rgb(202, 165, 114);
}

a {
	color: inherit;
}

#bongoroots {
	height: 675px;
	width: 950px;
	background-color: rgb(49, 30, 23);
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	position: relative;
}

#topOfPage {
	padding: 2em 0;
	background-color: rgb(202, 165, 114);
	height: 34px;
}

#bottomOfPage {
	background-color: rgb(202, 165, 114);
	height: 22px;
	width: 100%;
	clear: both;
	color: rgb(49, 30, 23);
	text-align: left;
	font-size: 8pt;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.8;
}

#bottomOfPage a {
	color: rgb(49, 30, 23);
}

#navigator {
	overflow: auto;
	margin: 0;
	height: 62px;
	padding: 0 0 0 131.5px;
	float: none;
	overflow: hidden;
}

#navigator li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

div.heading_box_left {
	text-align: left;
	height: 88px;
	margin: 0 131.5px 0 0;
	padding: 0 0 0 131.5px;
	background-image: url('/img/box_shadow_bottom.jpg');
	line-height: 3;
}

div.heading_box_left .right_shadow {
	float: right;
	height: 100%;
	width: 6px;
	background-image: url('/img/box_shadow_right.jpg');
	overflow: hidden;
}

div.heading_box_right {
	text-align: right;
	height: 88px;
	margin: 0 0 10px 131.5px;
	padding: 0 131.5px 0 0px;
	background-image: url('/img/balken_von_rechts.jpg');
	line-height: 3;
	overflow: hidden;
}

#languageSelector {
	float: right;
	overflow: none;
}

#dayMenuTable {
	table-layout:fixed;
	border-spacing: 0;
	margin: 0 0 0 131.5px;
	border-collapse:collapse;
}

#dayMenuTable th {
	text-align: left;
	text-indent: 2px;
	font-size: 9pt;
}

#dayMenuTable td {
	font-size: 8pt;
	width: 128px;
	padding: 0 0 0 2px;
}

#menuList {
	margin: 0 0 0 110px;
	text-align: left;
}

#menuList li {
	float: left;
	list-style: none;
	width: 150;
}

#menuList ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#menuList ul li {
	float: none;
	margin: 0;
	padding: 0 3px;
}

#choclateList {
	list-style-type: none;
	text-align: left;
	padding: 0 200px 0 150px;
}

#choclateList li {
	font-size: 7pt;
	width: 290px;
	heigth: 100px;
}

#adminMenu {
	background-color: rgb(202, 165, 114);
}
	
#adminMenu a {
	color: rgb(49, 30, 23);
	font-size: 14pt;
	margin: 0 10px;
}

ul.condimentImageList {
	list-style-type: none;
	padding: 0px;
	margin: 0 30px auto auto;
	border: solid white 3px;
	display: block;
	width: 160px;
	float:right;
	height: 300px;
	overflow: auto;
}

.hover {
	border: solid 1px blue;
}

input.condimentDescription {
	font-size: 7pt;
	margin-left: 0;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE5/Mac \*/
* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE5/Mac */
* html .buggybox {
	height: 1%;
}  /* for IE/Win */
*>html .buggybox {
	he\ight: auto;
} /* for IE5/Mac */
