body {
	margin:0;
	padding:0;
	background-color: #000000;
	color: white;
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
}


div.linkTab {
	position: relative;
	width: 100px;
	height: 75px;
	float: left;
	margin-right: 4px;
}
div.linkLabel {
	position: relative;
	width: 100px;
	height: 30px;
	float: left;
	margin-right: 4px;
	text-align: center;
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
}
div.linkLabel a {
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
}
div.linkLabel a:hover {
	text-decoration: underline;
}
div.linkTab div.empty {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 100px;
	height: 75px;
	z-index: 5;
}
div.linkTab div.inactive {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 100px;
	height: 75px;
	z-index: 3;
}
div.linkTab div.active {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 100px;
	height: 75px;
	z-index: 1;
}


#menuSet {
	width: 120px;
	text-align: center;
}
/*
#menuSet div {
	margin-left: 8px;
	margin-bottom: 2px;
	padding-top: 2px;
}
*/

.menuItem {
	position: relative;
}


#pageLayout {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
}

#pageTitle {
	font-family: Verdana;
	font-size: 24px;
	font-style: italic;
	color: #8BA294;
	text-align: right;
}

#pageText {
	margin-top: 30px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5;
}

.v {
writing-mode: tb-rl;
filter: flipV flipH;
}

.address {
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
	text-align: left;
	width: 200px;
	color: #CDCDCD;
	position: absolute;
	top: 20px;
	left: 0px;
}

.navigation {
	color: #8BA294;
	font-size: 11px;
}

a.pdf_links,
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

a.pdf_links:hover,
.navigation a:hover {
	color: #8BA294;
}


.vlabel_L {
	position: absolute;
	top: 0px;
	left: 40px;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	width: 20px;
	height: 100px;
	visibility: hidden;
/*
	width: 20px;
	height: 100px;
	background-image: url('http://127.0.0.1/renecatering/img/labels_L.gif');
	background-color: black;
	visibility: hidden;
	*/
}

.vlabel_R {
	position: absolute;
	top: 0px;
	left: -25px;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	width: 20px;
	height: 100px;
	visibility: hidden;
/*
	width: 20px;
	height: 100px;
	background-image: url('http://127.0.0.1/renecatering/img/labels_R.gif');
	background-color: black;
	visibility: hidden;
	*/
}