﻿/** CSS RESET  START **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/** CSS RESET SLUT **/

body{
	background: #E3E3CF;
	color: #000;
	font: 14px/19px Georgia, Times, "Times New Roman", serif;	
}

a:link{
	color: #06f;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
}

#meny{
	width: 800px;
	height: 106px;
	padding-top: 5px;
}

#adress{
	width: 		170px;
	float:		right;
	text-align: right;
	font: 		9px/15px Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: 		#666;
	margin-top: 35px;
}

#menyrad{
	border-top: 3px solid #336600;
	padding: 7px;
	font: 11px Verdana, arial, helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	color: #360;
}

#menyrad a{
	color: #360;
	text-decoration: none;
}

#brod{
	margin-top: 22px;
}

#brod p{
	margin-top: 15px;
	font-family: "Georgia Regular", Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.4;
}

#brod h3{
	color: #360;
	font-size: 14px !important;
	font-weight: bold;
	font-family: Verdana, arial, helvetica, sans-serif !important;
	margin-top: 20px;
	margin-bottom: -15px;
}

.matkat{
	color: #6ACC00;
	font-size: 14px !important;
	font-family: Verdana, arial, helvetica, sans-serif !important;
	font-weight: bold;
}

a.active{
	color: #6acc00!important;
}

div.img_home{
	border: 1px solid #999999;
	background-color: #fff;
	padding: 6px;
	width: 785px;
}

div.img_omoss{
	border: 1px solid #999999;
	background-color: #fff;
	padding: 6px;
	float: left;
	margin-right: 30px;
}

div.img_home img{
	margin: 0;
	vertical-align: middle;
}

h2{
	font: 40px/48px "Georgia Regular", Georgia, Times, "Times New Roman", serif;
	color: #360;	
	margin: 15px 0;
}

#menysida{
	border: 3px solid #360;
	background-color: #FFF!important;
	/*background-image: url('../img/hemkorbg.gif');
	background-repeat: no-repeat;
	background-position: 45px 5px;
	margin-top: 20px;*/
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

.rubbe{
	font-weight: bold !important;
	padding-bottom: 10px;
	background-image: url('../img/pil.gif');
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

#menysida p{
	margin: 20px 0;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

#menysida h3{
	color: #6ACC00;
	font-size: 14px !important;
	font-family: Verdana, arial, helvetica, sans-serif !important;
	font-weight: bold !important;
}

.mh{
	width: 400px;
	float: left;
	margin: 50px;
}

#ml{
	float: right;
	width: 120px;
	margin: 50px;
}


ul#matmeny{
	padding: 0px;
}

#matmeny li{
	margin-bottom: 13px;
	margin-left: 0px;
	padding-left: 0px;
}

#matmeny a{
	color: #333;
	text-decoration: none;
	font-size: 14px !important;
	font-family: Verdana, arial, helvetica, sans-serif !important;
	font-weight: bold;
}

#matmeny a.active-men{
	color: #6acc00;
}

.clear{
	clear:both;
}

.hide{
	display: none;
}

#foot{
	border-top: 2px solid #360;
	padding: 3px;
	font-family: Verdana, arial, helvetica ,sans-serif;
	font-size: 11px;
	color: #666;
	
}
