html, body {
	background-color: black;
	color: Red;
}
html, body, td, input, textarea, select {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Ariel, sans-serif;
}
td {
	color: Black;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }

a {
	color: #8F0707;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}

b {
	font-weight: bold;
	font-size: 12px;
}

td.footer {
	color: white;
	text-align: center;
}
td.footer a {
	color: white;
}
td.mainArea {
	background-color: #ffebe0;
	height: 500px;
	vertical-align: top;
}
div.mainArea {
	padding: 10px 13px 10px 13px;
}
td.frameLeft {
	background-image: url(../im/bg_c1.png);
	background-repeat: repeat-y;
}
td.frameRight {
	background-image: url(../im/bg_c3.png);
	background-repeat: repeat-y;
	vertical-align: top;
}
td.frameBottom {
	background-image: url(../im/bg_d2.png);
	background-repeat: repeat-x;
	height: 7px;
}
tr.frameBottomRow td {
	font-size: 5px;
}

/* *** threeColumns *** */

table.threeColumns {
	width: 100%;
}
table.threeColumns td {
	width: 33%;
	background-color: transparent;
	text-align: center;
	vertical-align: top;
	padding-left: 3px;
}

/* *** itemFrame *** */

table.itemFrame {
	width: 229px;
	height: 232px;
}
table.itemFrame td.ifA {
	background-image: url(../im/itemframe_a.png);
	height:  7px;
}
table.itemFrame td.ifB {
	background-image: url(../im/itemframe_b.png);
	background-repeat: repeat-y;
	text-align: center;
	padding: 6px 0px 0px 0px;
	height: 130px ! important;
}
table.itemFrame td.ifC {
	background-image: url(../im/itemframe_b.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0px 14px 0px 14px;
}
table.itemFrame td.ifC div {
	font-weight: bold;
	font-size: 12px;
}
table.itemFrame td.ifD {
	background-image: url(../im/itemframe_b.png);
	background-repeat: repeat-y;
	padding: 0px 14px 5px 14px;
	vertical-align: bottom;
}
table.itemFrame td.ifZ {
	background-image: url(../im/itemframe_c.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:  16px;
}

/* *** itemFrame2 *** */

div.if2A {
	background-image: url(../im/itemframe_a.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 229px;
	height:  7px;
	font-size: 4px;
}
div.if2B {
	background-image: url(../im/itemframe_b.png);
	background-repeat: repeat-y;
	width: 229px;
	padding: 8px 0px 4px 0px;
}
div.if2C {
	background-image: url(../im/itemframe_b.png);
	background-repeat: repeat-y;
	width: 229px;
}

div.if2N {
	text-align: left;
	margin: 0px 12px;
}

table.itemFrame2 {
	width:  100%;
	height: 70px;
}
table.itemFrame2 td {
	text-align: left;
}
table.itemFrame2 div.title {
	font-weight: bold;
	font-size: 12px;
}
table.itemFrame2 td.if2tA {
	padding: 0px 10px 0px 14px;
}
table.itemFrame2 td.if2tB {
	padding: 0px 10px 0px 14px;
	vertical-align: bottom;
	padding-bottom: 4px;
}

div.if2D {
	background-image: url(../im/itemframe_c.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 229px;
	height:  6px;
	margin-bottom: 12px;
	font-size: 4px;
}


/* *** itemFrameWide *** */

table.itemFrameWide {
/*	height: 232px;*/
	width: 707px;
}
table.itemFrameWide td.ifwA {
	background-image: url(../im/itemframewide_a.png);
	background-repeat: no-repeat;
	height: 7px;
}
table.itemFrameWide td.ifwB {
	background-image: url(../im/itemframewide_b.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 6px 12px 0px 14px;
	height: auto;
}
/*
table.itemFrameWide td.ifwB div {
	font-weight: bold;
	font-size: 12px;
}
*/
table.itemFrameWide td.ifwZ {
	background-image: url(../im/itemframewide_c.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:  16px;
}
table.itemFrameWide table.innerTable {
	height: 100%;
}
table.itemFrameWide table.innerTable td {
	text-align: left;
	width: auto;
}
table.itemFrameWide table.innerTable td.ifwitA {
	width: 220px;
}
table.itemFrameWide table.innerTable td.ifwitD {
	vertical-align: bottom;
}


/* *** itemFrameWideBlack *** */

table.itemFrameWideBlack {
	width: 707px;
}
table.itemFrameWideBlack td.ifwA {
	background-image: url(../im/itemframewide_black_a.png);
	background-repeat: no-repeat;
	height: 7px;
}
table.itemFrameWideBlack td.ifwB {
	background-image: url(../im/itemframewide_black_b.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 6px 12px 0px 14px;
	height: auto;
}
table.itemFrameWideBlack td.ifwZ {
	background-image: url(../im/itemframewide_black_c.png);
	background-repeat: no-repeat;
	background-position: top left;
	height:  16px;
}
table.itemFrameWideBlack td {
	color: white;
}
table.itemFrameWideBlack table.openingHours td {
	width: 80px;
}


/* *** priceLine *** */

table.priceLine {
	width: 100%;
}
table.priceLine tr:hover {
	background-color: #fedecc;
}
table.priceLine td {
	font-weight: bold;
	font-size: 12px;
}
table.priceLine td.plA {
	text-align: left;
	white-space: nowrap;
	padding-left: 0px;
}
table.priceLine td.plA2 {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	padding-left: 0px;
}
table.priceLine td.plB {
	text-align: right ! Important;
	white-space: nowrap;
}
span.price {
	display: inline-block;
	min-width: 22px;
}

dl.menuItemWide dt {
	font-weight: bold;
}

/* OrderPopup */

table.orderPopup {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	border-spacing: 0px;
}
table.orderPopup td.corner {
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
table.orderPopup td.horiz {
	background-repeat: repeat-x;
}
table.orderPopup td.vert {
	background-repeat: repeat-y;
}
table.orderPopup td.content {
	background-color: #ffebe0;
	padding: 6px;
}
table.orderPopup td.content a {
	color: #fbae4b;
	font-weight: bold;
}
table.orderPopup td.content a:hover {
	color: #Eb9e3b;
	text-decoration: underline;
}

div.aboutUs {
	margin: 0px 120px 20px 120px;
}

/* NewYearBox */

table.newYearBox {
	border-spacing: 0px;
	width: 100%
}
table.newYearBox td.corner {
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
table.newYearBox td.horiz {
	background-repeat: repeat-x;
}
table.newYearBox td.vert {
	background-repeat: repeat-y;
}
table.newYearBox td.content {
	background-color: #000000;
	color: white;
	font-weight: bold;
	padding: 6px;
}
table.newYearBox td.content h3 {
	margin-bottom: 2px;
}


div.openingHours {
	padding: 10px 20px;
	border: solid 2px #8F0707;
	margin: 10px auto 20px 0px;
	width: 212px;
	background-image: url(../im/bg-lines-tiny.png);
	background-repeat: repeat;
}
div.openingHours h3 {
	margin: 0px auto 6px 0px;;
}
div.openingHours table {
	border-collapse: collapse;
}
div.openingHours td {
	padding: 0px 10px 0px 0px;
	white-space: nowrap;
}
div.openingHours td.ohA {
	padding-right: 0px;
}

div.openingHours2 {
	padding: 5px 8px;
	border: solid 1px #8F0707;
	margin: 0px;
}
div.openingHours2 h3 {
	margin: 0px auto 6px 0px;;
}
div.openingHours2 table {
	border-collapse: collapse;
}
div.openingHours2 td {
	padding: 0px;
	white-space: nowrap;
}
div.openingHours2 td.ohC {
	padding: 0px 10px;
}

img.map {
	clear: both;
	float: right;
	margin: 10px 0px 10px 10px;
	border: solid 2px #8F0707;
}
.noWrap {
	white-space: nowrap;
}
table.noPadding td {
	padding: 0px;
}

div.menuListItem a {
	width: 100%;
	display: inline-block;
}
div.menuListItem a:hover {
	background-color: #fedecc;
	text-decoration: none;
	font-weight: bold;
}

h2.nH { padding-top: 2px; margin: 0px; }
div.nA { margin: 6px 0px 0px 0px; color: #8F0707; }
div.nB { margin: 1px 0px 0px 0px; padding-bottom: 2px; }

img.subImg { width: 64px; border: solid 1px black; margin: 1px 1px 6px 0px; }
img.subImg:hover { border: solid 1px #8F0707; }

.restaurantDesc h3 { margin: 0px 0px 10px 0px; }
.restaurantDesc p { margin: 10px 0px; }

div.findvej {
	float: right;
	text-align: right;
}


div.ooBox {
	color: #dcfcd0;
}
div.ooBox div {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.oo2cA {
	background-image: url(../im/order-online-2col_a.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 20px;
}
div.oo2cB {
	background-image: url(../im/order-online-2col_b.png);
	background-repeat: repeat-y;
}
div.oo2cC {
	background-image: url(../im/order-online-2col_c.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-bottom: 20px;
}

div.mcBox { color: white; }
div.mcBox div { margin-top: 0px; margin-bottom: 0px; }
div.mcBox h3 { margin-top: 0px; margin-bottom: 0px; }

div.mcA {
	background-image: url(../im/member-card-2col_a.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 20px;
}
div.mcB {
	background-image: url(../im/member-card-2col_b.png);
	background-repeat: repeat-y;
}
div.mcC {
	background-image: url(../im/member-card-2col_c.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-bottom: 20px;
}
