/* CSS mall*/

/* Globala stilar ------------------------------------------- */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, address, frameset, iframe, div, img {
	margin:0;
	padding:0;
}

html, body {
height: 100%;
} 

a img {
	border:none;
}
a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {text-decoration: none; }
a:active {text-decoration: none; }


body {
	background-image: url('/_img/graphic/bg-light-grey.jpg');
	background-repeat: no-repeat;
	background-color:#f3f2ee;
	font-family: "Trebuchet MS", Helvetica, Arial, "San Serif";
	font-size:	12px;
	text-align: center;
	margin: 75px 0 0 0;
} 

h1, h2, h3, h4, h5, h6, p {
	color: #000000;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}
p a:link {text-decoration: none; color: #000000;}
p a:visited {text-decoration: none; color: #000000;}
p a:hover {text-decoration: none; color: #000000;}
p a:active {text-decoration: none; color: #000000;}

/* Layout ------------------------------------------- */
#centrering {
	width: 891px;
	text-align: left;
	margin-right: auto; 
	margin-left: auto;
}
#meny {
	width: 890px;
	float: left;
	margin: 0 0 15px 0;
}
.MenyImgLogo {
	float: left;
	margin: 0 184px 0 0;
}
.MenyImg {
	float: left;
	margin: 9px 0 0 0;
}
.StartBlock {
	margin-bottom: 40px;
	float:left;
	width: 100%;
}
.bildblock{
	margin: 30px 0 30px 0;
	float:left;
}
#EnNyhet {
	float:left;
	width: 260px;
	height: 163px;
	background-image: url('/_img/graphic/bg-toning-grey.jpg');
	padding: 40px 30px 30px 40px;
}
#footer {
	width: 890px;
	float: left;
	margin: 60px 0 0 0;
}
#foot1 {
	width: 180px;
	float: left;
	margin: 20px 0 0 0;	
}
#foot2 {
	float: left;
	width: 145px;
	height:50px;
	margin: 65px 0 0 0;
}
#foot3 {
	float: left;
	width: 145px;
	height:40px;
	margin: 100px 0 0 0;
}
#foot4 {
	float: left;
	width: 212px;
	height:40px;
	margin: 160px 0 0 0;
}

#bottenmarginal {
	clear:left;
	height:10px;
}
#madeby {
	width:100%;
	text-align: right;
}
.enBlogg {
	width: 890px;
	float: left;
	margin: 30px 0 15px 0;
}
.bloggH {
	float:left;
	width: 485px;
	margin-right:15px;
}
.bloggText {
	width:415px;
	padding: 25px 35px 25px 35px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 15px;
	background: #FFFFFF;
}
.bloggBild {
	width:415px;
	padding: 0 35px 20px 35px;
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}
.bloggV {
	float:left;
	width: 320px;
	padding: 25px 35px 25px 35px;
	background: #FFFFFF;
}
#omV {
	float:left;
	width: 630px;
	margin-right:20px;
}
#omH {
	float:left;
	width: 240px;
}
#omText {
	width:570px;
	padding: 30px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	background: #FFFFFF;
}
.omHruta {
	width: 190px;
	background-image: url('/_img/graphic/bg-toning-grey.jpg');
	padding: 30px 20px 20px 30px;
	margin-bottom:20px;
}

/* text ----------------------------------- */
.eleven {
	font-size: 11px;
}
.twelve {
	font-size: 12px;
}
.fourteen {
	font-size: 14px;
}
.eighteen {
	font-size: 18px;
	line-height: 24px;
}
.twentyfour {
	font-size: 24px;
	line-height: 24px;
}
.thirty {
	font-size: 30px;
	line-height: 24px;
}
.bold {
	font-weight: bold;
}
.h1-margin {
	margin: 0 0 6px 0;
}
.stycke {
	margin: 0 0 17px 0;
}
.stycke 	a:link {text-decoration: underline;}
.stycke	a:visited {text-decoration: underline;}
.stycke	a:hover {text-decoration: underline; background-color:#CCCCCC;}
.stycke	a:active {text-decoration: underline;}
	
/* linjer och bakgrunder ----------------------------------- */
.line1 {
	background-image: url('/_img/graphic/line-dashed-grey.gif'); 
	background-repeat: repeat-x;
	height:1px;
	width: 100%;
	float:left;
	line-height:0px;
}
.line2 {
	background-image: url('/_img/graphic/line-dotted-grey.gif'); 
	background-repeat: repeat-x;
	height:1px;
	width: 100%;
	float:left;
	line-height:0px;
}
.vline1 {
	background-image: url('/_img/graphic/line-vdotted-grey.gif'); 
	background-repeat: repeat-y;
	height:180px;
	margin: 29px 33px 0 33px;
	width: 1px;
	float:left;
}

/* form ----------------------------------- */
.inputStil { 
	border: 1px solid #6e6e6e; 
	font-size: 12px;
	background-color: #6e6e6e;
	color: #FFFFFF;
}


/* färger ----------------------------------- */
.black{
	color: #000000;
}
.black 	a:link {text-decoration: none; color: #000000;}
.black	a:visited {text-decoration: none; color: #000000;}
.black	a:hover {text-decoration: underline; color: #000000;}
.black	a:active {text-decoration: none; color: #000000;}

.red{
	color: #ec0606;
}
.red 	a:link {text-decoration: none; color: #ec0606;}
.red	a:visited {text-decoration: none; color: #ec0606;}
.red	a:hover {text-decoration: underline; color: #ec0606;}
.red	a:active {text-decoration: none; color: #ec0606;}

.grey{
	color: #999997;
}
.grey 	a:link {text-decoration: none; color: #999997;}
.grey	a:visited {text-decoration: none; color: #999997;}
.grey	a:hover {text-decoration: underline; color: #999997;}
.grey	a:active {text-decoration: none; color: #999997;}

.white{
	color: #FFFFFF;
}
.white 	a:link {text-decoration: none; color: #FFFFFF;}
.white	a:visited {text-decoration: none; color: #FFFFFF;}
.white	a:hover {text-decoration: underline; color: #FFFFFF;}
.white	a:active {text-decoration: none; color: #FFFFFF;}

.produkterH {
	color: #000000;
}
.produkterH 	a:link {text-decoration: none; color: #000000;}
.produkterH	a:visited {text-decoration: none; color: #000000;}
.produkterH	a:hover {text-decoration: none; color: #ec0606;}
.produkterH	a:active {text-decoration: none; color: #000000;}

/* övrigt ----------------------------------- */
.preload {
	display:none;
}

.fLeft {
	float:left;
}







