@charset "utf-8";
*
{
	padding: 0;
	margin: 0;
	position: relative;
}
@media print {
	body
	{
		margin: 0;
	}
}
@media screen {
	body
	{
		margin: 0;
		background-color: #eceae8;
		background-image: url(../images/body_bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		behavior: url("styles/csshover3.htc");
	}
}

a
, a:link
, a:visited
{
	color: #4b759e;
	text-decoration: none;
}
a:hover
, a:active
{
	text-decoration: underline;
}

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #474747;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
	clear: both;
}
H1 {
	padding: 0; margin: 0; color: #4b759e; font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 25px; font-weight: bold; text-transform: uppercase;
}				
H2 {
	padding: 0; margin: 0; color: #474747; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 25px; font-weight: bold;
}				
H3 {
	padding: 0; margin: 0; color: #474747; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px; font-weight: bold;
}				

.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #4b759e;
	text-transform: uppercase;
}
.mellanrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #474747;
}
.underrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #474747;
}
.ingress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	color: #4b759e;
	display: block;
	margin-top: 5px;
}
.regularBigHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #4b759e;
	text-transform: uppercase;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #34353d;
}
.textbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #34353d;
	font-weight: bold;
}
.storrubrik
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 31px;
	text-transform: uppercase;
	color: #4b759e;
	font-weight: normal;
}

.input
, input.formField { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #474747; 
	background-color: #fff; 
	border: 1px solid #e7e7e7;
	padding: 1px 4px; 
	margin: 0; 
}

/*
.searchform {
	border: 1px solid #CCC;
	width: 180px;
	height: 16px;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #44454d;
	padding: 2px;
	outline: none;
}

.searchform2 {
	border: 1px solid #CCC;
	width: 200px;
	height: 16px;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #44454d;
	padding: 2px;
	outline: none;
}	
*/

.bodyprint
{
	background: none;
	background-color: #fff;
}

img.block
{
	display: block;
	height: auto;
}

.greenTopBorder
{
	border-top: solid 12px #8cc63f;
}
.greyRightBorder
{
	border-right: solid 1px #ccc;
}

.menuBackground
{
	background-color: #fff;
}

.lightGreenBackground
{
	background-color: #a8d26d;
}

/* Menu */
.leftMenu
{
	padding: 0;
} 
/*
.leftMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftMenu ul li { border-top: solid 1px #e1e1e1; }
.leftMenu ul ul li { border-top: none; }
.leftMenu ul li a { text-transform: uppercase; }
.leftMenu ul ul li a { text-transform: none; }
.leftMenu li ul
{
	margin-left: 12px;
}
*/
.leftMenu .currentMenuPath
{
	background-image: url(../images/menu/menuActive_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #4b759e;
}
.leftMenu .currentMenuItem
{
	background-image: url(../images/menu/menuItem_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	/*color: #4b759e;*/
}
.leftMenu a
{
	text-decoration: none;
	display: block;
	background-image: url(../images/menu/menuItem_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 12px;
	color: #8e8e8e;
	font-size: 12px;
}
.leftMenu div.level2
, .leftMenu div.level3
, .leftMenu div.level4
, .leftMenu div.level5
, .leftMenu div.level6
{
	border-top: solid 1px #e0e0e0; 
}
.leftMenu .menuClosed:hover
, .leftMenu .menuPath:hover { background-color: #eee; }
.leftMenu .menuActive { background-color: #eee; }
.leftMenu a.level1
{ 
	text-transform: uppercase; 
	font-weight: bold;
	background-image: url(../images/menu/menuActive_bg.png);
	color: #4b759e;
}

.leftMenu a.level0 { margin-left: 0; }
/*
.leftMenu a.level1 { margin-left: 12px; }
.leftMenu a.level2 { margin-left: 24px; }
.leftMenu a.level3 { margin-left: 36px; }
.leftMenu a.level4 { margin-left: 48px; }
.leftMenu a.level5 { margin-left: 60px; }
.leftMenu a.level6 { margin-left: 72px; }
*/
.leftMenu a.level1 { margin-left: 32px; }
.leftMenu a.level2 { margin-left: 46px; }
.leftMenu a.level3 { margin-left: 58px; }
.leftMenu a.level4 { margin-left: 70px; }
.leftMenu a.level5 { margin-left: 82px; }
.leftMenu a.level6 { margin-left: 94px; }
.leftMenu .foot
{
	border-top: solid 1px #e1e1e1;
	background-image: url(../images/menu/leftMenu_foot.png);
	background-repeat: no-repeat;
	height: 43px;
	margin-top: 30px;
}

/* Alignment */
.toleft
{
	float: left;
}
.toright
{
	float: right;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
.middle
{
	vertical-align: middle;
}
.clear
{
	clear: both;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}

/* Widths */
.w10  { width: 10px;  }
.w20  { width: 20px;  }
.w30  { width: 30px;  }
.w40  { width: 40px;  }
.w50  { width: 50px;  }
.w60  { width: 60px;  }
.w70  { width: 70px;  }
.w80  { width: 80px;  }
.w90  { width: 90px;  }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }

.pngalpha
{
	behavior: url(styles/iepngfix.htc);
}
.nobg
{
	background: #FFF none;
}

/* Templates */
#main li { margin-left: 16px; }
input.blur, textarea.blur { color: #666; }
label.error
, span.error 
{
	color: #C00;
}
.questionmark { margin-top: -8px; }
.customerButton
, .bookadviceButton
, .malsparaButton
{
	margin-top: -23px;
	margin-left: 20px;
	margin-bottom: 20px;
}