@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bakgrund/images/tonadgrey_02.jpg);
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
} 
#headerHem  {
	margin-bottom: 15px;
	height: 278px;
} 
#headerAkt {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 15px;
	background-image: url(../images/huvudbilder/bergsklattrare_01.png);
	height: 278px;
}
#headerEnhet {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 15px;
	background-image: url(../images/huvudbilder/gitarr_01.png);
	height: 278px;
}
#headerUtb {
	margin-bottom: 15px;
	background-image: url(../images/huvudbilder/bergsklattrare_01.png);
	height: 278px;
	background-color: #DDDDDD;
}
#headerForetaget {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 15px;
	background-image: url(../images/huvudbilder/ipodtjej_01.png);
	height: 278px;
}
#headerArbeta {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 15px;
	background-image: url(../images/huvudbilder/lilablommor_01.png);
	height: 278px;
}
#headerKontakt {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 15px;
	background-image: url(../images/huvudbilder/vinter_01.png);
	height: 278px;
}
#meny  {
	height: 33px;
	background-image: url(../SpryAssets/knapplist.jpg);
}
p    {
	font-size: 75%;
	line-height: 1.4em;
}
.LitenText {
	font-size: 80%;
	font-weight: normal;
	color: #666666;
}
strong {
	color: #00508C;
	font-weight: bold;
}
h1 {
	font-size: 130%;
	color: #00508c;
	font-weight: lighter;
}
h2   {
	font-size: 110%;
	color: #00508c;
	font-weight: lighter;
}
h3 {
	font-size: 90%;
	color: #00508c;
	font-weight: lighter;
}
#sidebar1box {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin-top: 15px;
}
#sidebar1over {
	width: 250px;
	background-image: url(../images/Over250.gif);
	height: 10px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px;
}
#sidebar1under {
	width: 250px;
	background-image: url(../images/Under250.gif);
	height: 10px;
	margin-bottom: 10px;
}
#sidebar2box {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	margin-top: 15px;
}
#sidebar2over {
	width: 250px;
	background-image: url(../images/Over250.gif);
	height: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px;
}
#sidebar2under {
	width: 250px;
	background-image: url(../images/Under250.gif);
	height: 10px;
	margin-bottom: 10px;
}
#mainContentBox {
	margin: 15px 10px 0px 265px;
	width: 470px;
}
#mainContentOver {
	width: 470px;
	background-image: url(../images/Over470.gif);
	height: 10px;
}
#mainContent {
	padding: 1px 20px 1px 20px;
	background: #ffffff;
	width: 430px;
} 
#mainContentUnder {
	width: 470px;
	background-image: url(../images/Under470.gif);
	height: 10px;
	margin-bottom: 10px;
}
#footer {
	background:#00508c;
	height: 15px;
	margin-bottom: 25px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 70%;
	color: #666666;
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}
a {
	font-size: 100%;
	color: #00508c;
	line-height: 1.4em;
}
li {
	line-height: 1.4em;
	list-style-type: none;
	display: block;
}
.fltlftLogo {
	float: left;
	margin-left: 75px;
}
.ImagePersonal {
	padding: 10px 10px 10px 0px;
	float: left;
}
#sidebar2Flash {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

