@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #3333CC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	background-repeat: repeat-y;
	background-position: right;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../bilder/bg.jpg);
	background-repeat: no-repeat;
	height: 610px;
}
#header {
	height: 63px;
	padding-top: 0;
	padding-bottom: 0;
}
/* Kvalitets sidan */

#kvalitet-container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../bilder/bg-kvalitet.jpg);
	background-repeat: no-repeat;
	height: 940px;
}

#kvalitet-mainbottom {
	margin-top: 0px;
	width: 805px;
	height: 500px;
	padding-left: 15px;

}

#kvalitet-makaron {
	padding-right: 11px;
	position: relative;
	top: 20px;


}

/* index sidan */

#index-container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../bilder/bg-kvalitet.jpg);
	background-repeat: no-repeat;
	height: 669px;
	background-position: bottom;
}

#index-mainbottom {
	margin-top: 0px;
	width: 805px;
	height: 230px;
	padding-left: 15px;

}


/* tjänster */
#tjanster-container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../bilder/bg-tjanster.jpg);
	background-repeat: no-repeat;
	height: 770px;
	background-position: bottom;
}

#tjanster-mainbottom {
	margin-top: 0px;
	width: 805px;
	height: 330px;
	padding-left: 15px;

}


/* menyn */

#menu {
	width: 700px;
	height: 18px;
	padding: 0;

}
.menuline {
	height: 21px;
	width: 820px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	border: none;
	padding-top: 3px;
	padding-right: 12px;
	padding-left: 0px;
}

#menu a:hover {
	color: #3333CC;
}
 #menu .active a {
	color: #3333CC;
 }


#punkt ul {
	list-style-position: outside;
	list-style-type: circle;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#maintop {
	height: 298px;
	width: 818px;
	margin-top: 9px;
	border: 1px solid #333333;

}
#maintop-noborder {
	height: 300px;
	width: 820px;
	margin-top: 9px;


}
#mainbottom {
	margin-top: 0px;
	width: 805px;
	height: 174px;
	padding-left: 15px;

}


#footer {
	background-repeat: no-repeat;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 18px;
	margin-top: 3px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	color: #000033;
}
#makaron {
	position: relative;
	top: -10px;
	padding-right: 11px;


}
#makaron a{
	font-size: 11px;
	color: #999999;
	text-decoration: none;

}
#projekttxt {
	background-color: #f0f0df;
	height: 283px;
	width: 225px;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	padding-right: 8px;
	border: 1px solid #333333;
}
#projekttxt h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#righttxt {
	width: 205px;
	padding-top: 7px;

}
.border {
	border: 1px solid #333333;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	top: 0px;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	list-style-type: none;

}
.blue {
	color: #3333CC;
}
.personal {
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}
.padding {
	padding-right: 400px;
}
.understreck {
	font-size: 11px;
}

