body {
	font-family: "Trebuchet MS", sans-serif;
	color: #33590b;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a, a:active, a:focus, a:link, a:visited {
	color: #33590b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #33590b;
	font-weight: bold;
	text-decoration: underline;
}

.pichover {
	position: relative;
	z-index: 0;
}

.pichover:hover {
	background-color: transparent;
	z-index: 50;
}

.pichover span {
	background-color: #33590b;
	position: absolute;
	padding: 5px;
	left: 50px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.pichover span img {
	border-width: 0;
	padding: 2px;
}

.pichover:hover span {
	visibility: visible;
	postition: absolute;
	top: 20px;
	left: 20px;
}

#wrapper {
	background-color: #ffffff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 771px;
	padding-left: 15px;
	text-align: left;
	width: 1034px;
}

#head {
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 1005px;
}

#logo {
	height: 62px;
	padding-top: 20px;
	width: 1005px;
	overflow: hidden;
	text-align: center;
}

#saying {
	font-size: 18px;
}

#source {
	font-size: 10px;
	font-style: italic;
}

#navigation {
	height: 11px;
	width: 1005px;
}

.navbox {
	color: #33590b;
	float: left;
	height: 11px;
	padding-left: 25px;
	text-align: center;
}

#top {
	background-image: url(../images/top2.png);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 160px;
	width: 1005px;
}

#slogan {
	height: 160px;
	padding: 20px;
	width: 200px;
}

#slogan span {
	font-size: 32px;
}

#content {
	margin: 10px;
	min-height: 400px;
	width: 985px;
}

.articleRow {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 290px;
}

.articleWrapper {
	float: left;
	margin: 5px;
	width: 290px;
}

.articleHead {
	background-color: #e9b788;
	color: #33590b;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
}

.articleBody {
	padding: 0 5px 0 5px;
}

.articleBody img {
	float: left;
	margin: 0 5px 5px 0;
}

#foot {
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	clear: both;
	font-size: 11px;
	height: 100px;
	width: 1005px;
}

.footCol {
	float: left;
	margin: 10px 20px 10px 10px;
	padding: 0;
	width: 300px;
}

#printbox {
	display: none;
}

/* Style for recept/view/id */
#recept {
	width: 985px;
	min-height: 400px;
}

#namn {
	width: 985px;
	height: 30px;
	background-color: #e9b788;
	color: #33590b;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

#col1 {
	clear: both;
	float: left;
	padding-right: 20px;
	width: 307px;
}

#col2 {
	float: left;
	width: 327px;
}

#col3 {
	float: left;
	padding: 10px 0px 0px 20px;
	text-align: center;
	width: 307px;
}

.strong {
	font-weight: bold;
	text-decoration: underline;
}

#leftbox {
	clear: both;
}

#leftbox, #centerbox, #rightbox {
	background-color: #33590b;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	margin-bottom: 3px;
	position: static;
	text-align: center;
	width: 327px;
}

#leftbox a, #centerbox a, #rightbox a {
	background-color: #33590b;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#leftbox a:hover, #centerbox a:hover, #rightbox a:hover {
	backgroun-color: #33590b;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* CSS for section krydda */
#kryddaLeft {
	clear: both;
	float: left;
	width: 490px;
}

#kryddaRight {
	float: left;
	margin-left: 5px;
	width: 490px;
}
