*, html {
	margin:0;
	padding:0;
}
body {
	font: 62.5%/1 Verdana,Helvetica, Arial, Sans-serif; /* 1em = 10px */
	background-color: #e0e5c8;
	color:#000;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------------  BASICS */

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

h1 {
	font: 2.0em/1 Arial, helvetica,sans-serif;
	margin-bottom: 0.5em;
}
h2 {
	font: 1.6em/1 Arial, helvetica, sans-serif;
	color: #333;
	font-weight:bold;
}
.texth {
	margin: 1em 0 0.3em 0;
}
h3 {
	font-size: 1.4em;
	line-height: 1.2;
	font-weight:normal;
	color: #d76b2a;
	margin-top: 0.7em;
	margin-bottom: 0;
}
p {
	font: 1.2em/1.6 verdana, arial, sans-serif;
	padding-bottom: 6px;
	color:#1a1a1a;
}



/*--------------------------------------------------------------------  HEADER */

#header {
	background: url(img/borderbg.gif) center 0 repeat-y;
	height:104px;
	width: 700px;
	margin:0 auto;
	padding: 0 35px;
}
#header img {
	border:0;
	margin-top:15px;
	float:left;
}

#mainnav {
	list-style:none;
}

#mainnav li {
	display:inline;
}
#mainnav a {
	width:auto;
	float:right;
	padding: 0.5em 0.9em;
	margin: 25px 2px;
	font: 1.4em/1 Arial,verdana,sans-serif;
	color: #000;
	display:block;
	text-decoration:none;
}
#mainnav a:hover {
	background: url(img/mainnav-selected.gif) 0 0 repeat-x;
	text-decoration:none;
	color:#fff;
}
#mainnav .selected a {
	background: url(img/mainnav-selected.gif) 0 0 repeat-x;
	color:#fff;
}
#mainnav .selected a:hover {
	background: url(img/mainnav-selected.gif) 0 0 repeat-x;
}


/*--------------------------------------------------------------------  SPLASH */

#wrapsplash {
	background: url(img/red-bg.gif) 0 0 repeat-x;	
	height: 197px;
}
#splash {
	width: 700px;
	margin:auto;
	padding: 20px 35px 0 35px;
	background: url(img/splash-bg.gif) 0 0 no-repeat;
	height: 177px;
}
#splash h1 {
	color: #fff;
	background-color:#566f43;
	width: 360px;
}
#splash p {
	color: #fff;
	background-color:#566f43;
	width: 360px;
}
#splash a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration:none;
}
#splash a:hover {
	border-bottom: 1px solid #fff;
	text-decoration:none;
}
#splash img {
	float:right;
	position:relative;
	top:-49px;
	margin-bottom:-100px; /* ??? strange IE bug... */
}

/*--------------------------------------------------------------------  CONTENT */


#content {
	background: url(img/borderbg.gif) center 0 repeat-y;
	width: 700px;
	margin:0 auto;
	padding: 20px 35px 0 35px;
}

.optionscol {
	float:right;
	width:175px;
	margin-top:32px;
	padding: 0 10px;
	text-align:center;
}
.optionscol h2 {
	padding-top:12px;
	padding-bottom: 6px;
	background: #e0e5c8 url(img/optionbox-top.gif) 0 0 no-repeat;
}
.optionscol p {
	padding-bottom: 12px;
	background: #e0e5c8 url(img/optionbox-bottom.gif) 0 bottom no-repeat;
	margin-bottom: 15px;
}

#contentcol {
	float:left;
	width:485px;
}

.receptheading {
	border-bottom:1px solid #ccc;
	background: url(img/druvor.gif) 5px 0 no-repeat;
	padding-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	padding-left: 45px;
}
.butikheading {
	border-bottom:1px solid #ccc;
	background: url(img/ost.gif) 0 0 no-repeat;
	padding-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	padding-left: 45px;
	margin-top: 20px;
}


/*--------------------------------------------------------------------  TEASERBOX */
.teaserbox {
	background-color: #e0e5c8;
	padding: 1.1em 0.9em;
	font: 1.2em/1.1 Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	text-align:right;
	border: 1px solid #e0e5c8;
	text-decoration:none;
	display:block;
}
.teaserbox:hover {
	border: 1px solid #ccc;
}
.teaserbox .date {
	color: #4d4d4d;
	margin-right: 0.8em;
	float:left;
}
.teaserbox .teasertext {
	color:#1a1a1a;
	float:left;
}
.teaserbox .link {
	text-decoration:underline;
}
.teaserbox:hover .link {
	text-decoration:none;
}


/*--------------------------------------------------------------------  FOOTER */

#footer {
	clear:both;
	margin: 0 -35px;
	padding-top: 28px;
	height:33px;
	background: url(img/footer-bg.gif) 0 20px no-repeat;
	text-align:center;
}
#footer p {
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#webbdesignav {
	text-align:center;
	margin-top:4px;
}

#webbdesignav a {
	font: 1.1em/1.2 Verdana, arial, sans-serif;
	color:#333;
	text-decoration:none;
}

/*--------------------------------------------------------------------  SEARCH FORM */

#searchform {
	background: #e0e5c8 url(img/optionbox-bottom.gif) 0 bottom no-repeat;
	margin-bottom: 15px;
	text-align:right;
		
}
#s {
	width: 141px;
	margin-right:15px;
	margin-bottom: 7px;
}
#searchsubmit {
	margin-bottom: 10px;
	margin-right:15px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#nosearchresults {
	background: #e0e5c8 url(img/nosearchresults-top.gif) 0 top no-repeat;
	padding-top: 10px;
	margin-top: 10px;
}

#nosearchresults #searchform {
	background: url(img/nosearchresults-bottom.gif) 0 bottom no-repeat;
	text-align:center;
	margin:0;
}
#nosearchresults #searchform #s {
	margin:0;
	width: 200px;
	margin-bottom:10px;
}
#nosearchresults #searchform #searchsubmit {
	margin:0;
	margin-bottom:10px;
}

/*--------------------------------------------------------------------  RECEPT / NYHET */

#contentcol ul {
	font: 1.2em/1.6 Verdana, arial, sans-serif;
	color:#1a1a1a;
	margin-left: 1.3em;
	margin-top: 0.2em;
}
#contentcol ol {
	font: 1.2em/1.6 Verdana, arial, sans-serif;
	color:#1a1a1a;
	margin-left: 2em;
	margin-top: 0.2em;
}
#contentcol ol li {
	margin-bottom: 0.2em;
}

/*--------------------------------------------------------------------  MENYER */

.col {
	float:left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.last {
	float:right;
	margin-right:0;
}
.col h3 {
	color: #1a1a1a;
	font-weight:bold;
}
.col h3 .pris {
	font-size: 0.9em;
	color: #4d4d4d;
	font-weight:normal;
	margin-left: 0.5em;
}
.col h3 .nummer {
	font-size:0.9em;
}
.col ul {
	list-style:none;
	font: 1.2em/1.2 Verdana, arial, sans-serif;
	color: #1a1a1a;
	margin-top: 5px;
}
.col li {
	margin-bottom: 4px;
}

.clearme {
	clear:both;
}

/*--------------------------------------------------------------------  MISC */

#cateringmenyer {
	padding-top:12px;
	padding-bottom: 6px;
	background: #e0e5c8 url(img/optionbox-top.gif) 0 0 no-repeat;
	width:100%;
	display:block;
}
#nospace {
	margin-top: 0;
}

h2.butiksnyhet {
	margin-top: 1em;
	margin-bottom: 0.3em;
}
.butiksnyhet a {
	text-decoration:none;
}

.butiksnyhet-more {
	background-color: #e0e5c8;
	border-bottom:1px solid #ccc;
	padding: 0.4em 1em;
	text-align:right;
}
.butiksnyhet-more p {
	color: #4d4d4d;
	padding:0;
	margin:0;
	font-family:arial,verdana,sans-serif;
}
.las-hela a {
	font-family:arial,verdana,sans-serif;
}
.date {
	float:left;
}

#tidigaretexter {
	float:left;
	margin: 1em 0;
}
#senaretexter {
	float:right;
	margin: 1em 0;
}

#receptopt {
	text-align:left;
}
#receptopt h2 {
	padding-left:15px;
}
#receptopt p {
	padding-left:15px;
}
#karta {
	margin-top:32px;
	margin-bottom: 5px;
}
#postmeta {
	color: #4d4d4d;
	margin-top:0.5em;
}

