@charset "utf-8";
/* CSS Document */
.twoColFixRtHdr #container #mainContent #leftContent {
	float: left;
	height: 130px;
	width: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.twoColFixRtHdr #container #mainContent #rightContent {
	float: right;
	height: auto;
	width: 330px;
	margin-right: 18px;
	margin-top: 2px;
	border: 1px dotted #CCC;
	padding: 3px;
	margin-bottom: 2px;
}

#rest_img {
	float: right;
	padding: 3px;
	margin: 3px;
}

h1 {
  margin-left: 3px;
}

#sidebar .sidebarContentRest {
	padding: 5px;
	width: 280px;
	border: 1px solid #353F91;
	margin-bottom: 10px;
}
#sidebar .sidebarContentRest h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #060;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar .sidebarContentRest p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#sidebar .sidebarContentRest a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #03C;
}
#sidebar .sidebarContentRest table.dagens {
	color: #060;
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}

#sidebar .sidebarContentRest table.dagens tbody tr td {
    vertical-align: top;
}

#sidebar span.pris {
    font-weight: bold;
}
#sidebar span.antal {
    font-weight: bold;
}
		
