/* ----------------------------------------------------------------------------
	CSS Document for Hemsidekungen
	Style Sheet: Bolero Café
------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------
	Fix Internet Explorer 5.5-6 PNG Transparency
------------------------------------------------------------------------------- */
img, div {
	behavior: url(/iepngfix.htc);
	border:0;
}
/* ---------------------------------------------------------------------------- */

body {
	min-width: 880px;
	margin: 8px 0;
	background: #D7EBA3;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
a {
	color: #b21202;
}
h1, h2, h3, p, ul, ol, li {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 
{
	font-family:  Arial Rounded MT Bold, Arial;
	color: #D21202;
	font-weight: lighter;
	margin-bottom: 10px;
}
h1 {
	font-size: 21px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	display: inline;
	margin:0;
}
p {
	padding-bottom: 10px;
}
b {
	color: #333333;
}
ul, ol {
	margin: -10px 0px 10px 50px;
	color: #333333;
}
ul li {
	padding: 1px 0px;
	list-style: url(/images/li.gif) none;
}
ol li {
	padding: 1px 0px;
}
blockquote
{
	margin:4px 0 0 0;
	min-height:24px;
	padding-left:24px;
	display:inline-block;
	background: transparent url(/images/quote.gif) no-repeat;
	font-size:11px;
	font-style: italic;
}
td
{
	vertical-align:top;
}
/* ---------------------------------------------------------------------------- */
#top {
	width: 794px;
	height: 20px;
	margin: 10px auto 0px;
	background: url(/images/bg_top.png) no-repeat;
}
#bottom {
	width: 794px;
	height: 20px;
	margin: 0px auto 10px;
	background: url(/images/bg_bottom.png) no-repeat;
}
#header {
	width: 734px;
	margin: 0px auto;
	background: url(/images/bg_page.png) repeat-y;
	padding: 10px 30px 0;
}
#banner
{
	width:724px;
	height:118px;
	background:url(/images/banner.png);
}
#logo {
	float: left;
	font: bold 50px/60px Arial, Helvetica, sans-serif;
	padding-bottom: 14px;
	color: #000000;
}

#menu {
	clear: both;
	width: 714px;
	height: 39px;
	background: url(/images/bg_menu.gif) no-repeat;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 7px;
}
#menu a, #submenu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover, #submenu a:hover  {
	text-decoration: underline;
}
#menu ul, #menu li, #submenu ul, #submenu li {
	display: inline;
}
#menu li {
	height: 32px;
	list-style: none;
	padding: 0px 15px;
	float: left;
	position: relative;
	line-height: 32px;
	border-right: 1px solid #222222;
	border-left: 1px solid #222222;
}
#menu li.active {
	background: url(/images/bg_menu_li.gif) repeat-x;
}
#menu li.active a {
	color: #ffffff;
}
#submenu {
	background: #e9e9e9;
	height: 26px;
	line-height: 26px;
}
#submenu ul {
	margin-left: 15px;
}
#submenu a {
	color: #444444;
} 
#submenu li {
	padding: 0px 8px;
	list-style: none;
}
#submenu li.active a {
	color: #222222;
	font-weight: bold;
}
#page {
	width: 694px;
	margin: 0px auto;
	background: url(/images/bg_page.png) repeat-y;
	text-align: left;
	font: 12px/18px  Arial,Georgia, "Times New Roman", Times, serif;
	color: #555555;
	padding: 0px 50px;
}
#content img,iframe {
	margin: 4px 10px;
	border:1px solid #C9DF98;
}
.box {
	background: url(/images/box-long.png);
	width:144px;
	height:315px;
}
.box div {
	padding:15px;
}
.box a
{
	text-decoration:none;
	color:#555;
}
.box a:hover
{
	text-decoration:underline;
	color:#b21202;
}
#footer {
	color: #888;
	text-align: center;
	padding-bottom: 10px;
}
#footer a {
	color: #888;
}
.meny {
	width: 260px;
}
.meny td {
	min-width: 60px;
	font-size: 11px;
}
.meny td strong {
	/* color: #D21202; */
	color: #9A463F;
	font-size: 12px;
}
.meny tr:hover {
	background:#EDF6D6;
	cursor: default;
}
.validation {
	padding:7px;
	border:1px solid #9ECD46;
	background: #EFF7DB;
	width: 180px;
}
	.kok-meny
	{
		width:250px;
		float:left;
		padding-right:10px;
		margin-bottom:10px;
		display:block;
	}
	.kok-meny th
	{
		font-size: 18px;
		line-height: 20px;
		font-family: Arial Rounded MT Bold, Arial;
		color: #D21202;
		font-weight: lighter;
	}
	.kok-meny td
	{
		padding-left:10px;
	}
	.kok-meny tr td:last-child
	{
		color:#9A463F;
		font-weight:bold;
		min-width:50px;
		text-align:right;
	}
	.kok-meny strong
	{
		color:#9A463F;
	}
	.test span
	{
		font-size:10px;
	}

