.menucell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: center;
	font-weight: bold;
	border-width: 1px;
	border-color: #FF9900;
	border-style: solid;
}
.menucellactive {
	color: #FFFFFF;
	background-color: #FF9900;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}
.menucellmarked {
	color: #FFFFFF;
	background-color: #FFBF7F;
	border-width: 1px;
	border-color: #FF9900;
	border-style: solid;
}
.glascell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	border-top-style: none;
	border-left-style: none;
	height: 25px;
	
}
.glascell a {
	color: #666666;
}
.glasmenu {
	background-color: #FFFFFF;
	background-position: center;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}
a {
	text-decoration: none;
	color: #FF9900;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.price {
	position: relative;
	visibility: hidden;
}
.impressum {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9px;
}
.info {
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 9px;
	font-weight:bold;
	color: #FFFFFF;
	position: relative;
	display: block;
	width: 120px;
	height: 60px;
	left: 230px;
	top: 0px;
	z-index: 2;
	background-image: url(balloontip.gif);
	background-repeat:no-repeat;
	background-position: center center;	
	visibility:hidden;
}

#carttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: center;
	font-weight: bold;
	border-width: 1px;
	border-color: #FF9900;
	border-style: solid;
}

#carttable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	background-position: center;
	font-weight: bold;
	border-width: 0px;
	border-color: #FF9900;
	border-style: solid;
	padding: 3px;
}

#carttable tr {
	border-bottom-width: 1px;
	border-color: #FF9900;
	border-style: solid;
}

#carttable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: center;
	font-weight: bold;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #FF9900;
	border-style: solid;
	padding: 5px;
}

.shipping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

.activestepcell {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color:#FF9900;
	background-color: #FFFFFF;
	width: 33%;
}
.inactivestepcell {
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color:#000000;
	background-color: #FFFFFF;
	width: 33%;
}
